.blog-cats li a,
.referrer-items .ref-item a,
.text-gray {
    color: var(--gray);
}
.more-link,
.pname,
.product-sub-title,
h2,
h4 {
    font-weight: 500;
}
.img-card-details,
.img-detay {
    object-fit: cover;
}
.map-container iframe,
.marketplaces img {
    filter: grayscale(100%);
    border-radius: 20px;
}
:root {
    --blue: #119ac0;
    --light-blue: #c5f2fe;
    --light-green: #d9fec5;
    --dark-blue: #051433;
    --white: #ffff;
    --gray: #acacac;
    --light-gray: #f8f8fa;
    --docdora-blue:#01A4DF;
    --docdora-blue-dark:#00548C;
}
.gray {
    background-color: var(--gray);
}
.light-gray {
    background-color: var(--light-gray);
}
.white {
    background-color: var(--white);
}
.blue,
.side-contents .side-contents_item.active,
footer .social-link li a:hover {
    background-color: var(--blue);
}
.light-blue {
    background-color: var(--light-blue);
}
.dark-blue {
    background-color: var(--dark-blue);
}
.light-green {
    background-color: var(--light-green);
}
.text-light-gray {
    color: var(--light-gray);
}
.text-white {
    color: var(--white);
}
.filter-mobil-title i,
.owl-theme .owl-nav button:hover i,
.text-blue,
.top-bar .nav-item i {
    color: #3D3D3D;
}
.text-light-blue {
    color: var(--light-blue);
}
.text-dark-blue {
    color: var(--dark-blue);
}
.text-light-green {
    color: var(--light-green);
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.image-gallery,
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50,
.product-options {
    margin-top: 50px;
}
.dflex {
    display: flex;
}
body {
    font-family: "Montserrat", sans-serif;

}

.slick-track:before, .slick-track:after {
    content: none !important;
}

.main-icon-title i{
    color: #878787;
    font-size: 30px;
}

.service-card .service-card__icon {
    margin-right: 10px;
}
.service-card h3{
    font-size: 23px;
    max-width: 302px;
}

.main-slider .slick-arrow:hover{
    color: #0b8de8;
}
.main-slider .slick-dots{
    bottom: 17px !important;
    position: absolute;
    left: 49%;

}

.main-slider .slick-dots {
    bottom: auto;
    display: flex !important;
    align-items: center;
    gap: 0.35rem;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}


.main-slider .slick-dots li button {
    width: 0.60rem;
    height: 0.60rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d1d5db;
    font-size: 0;
    line-height: 0;
    transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
}

.main-slider .slick-dots li.slick-active button {
    width: 3rem;
    border-radius: 999px;
    background: var(--med-blue);
}

.main-slider .slick-arrow{
    position: absolute;
    bottom: 0;
    background: #F7F7F7;
    border-radius: 25px;
    padding: 17px 30px;
    font-size: 40px;
    border: none;
    color: #878787;
    z-index: 1111;
}

.sslick-prev{
    right: 60px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.sslick-next{
    right: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.slider-container{
    display: block;
    width: 98%;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1550px) {
    .container {
        max-width: 1520px;
    }
}
.servis-bolgeleri h5 a:hover,
a:hover,
footer .footer-top .footer-contact a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #fff;
}
nav.navbar {
    will-change: initial !important;
    transform: initial !important;
}
button:focus {
    outline: 0;
}
.search_input {
    background-color: var(--light-gray);
    border: none;
    height: 50px;
    line-height: 50px;
}
.blog-cats li a.active,
.blog-cats li a:hover {
    color: var(--blue);
    border-color: var(--blue);
}
.blog-cats li a {
    border: 1px solid var(--gray);
    padding: 10px;
    border-radius: 5px;
}
.main-image,
.mini-title {
    border-radius: 20px;
}
.blog-cats li,
.dinline,
footer .social-link li {
    display: inline-block;
}
.blog-cats {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.marketplaces,
.product-certificates ul {
    flex-direction: row;
    align-content: center;
}
.stickit .navbar-brand img {
    height: 54px;
    width: auto;
}
.img-responsive,
.img-responsive-item,
img.d-block.slide-image-item {
    max-width: 100%;
    height: auto;
}
#blog-list .item .news-item h6 {
    height: 80px;
}
#blog-list .item:nth-child(4n),
.product-list .list-item:nth-child(3n) {
    margin-right: 0;
}
#blog-list .item {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px;
}
#blog-list,
.product-list {
    display: table;
    width: 100%;
}
.blog-tarih,
.contact-card p.eposta-iletisim,
.top-bar-text {
    font-size: 14px;
}
.img-responsive-item {
    width: auto;
    margin: 0 auto;
    display: block;
}
.carousel-control-next,
.carousel-control-prev {
    right: 0;
    width: auto !important;
    height: 40px;
    opacity: 1;
}
.ml-auto i,
.video-image {
    cursor: pointer;
}
.carousel-control-prev {
    left: initial !important;
    top: calc(50% - 20px);
    transform: rotate(180deg);
}
.carousel-control-next {
    top: calc(50% + 20px) !important;
}
.mini-title {
    font-size: 16px;
    display: table;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    padding: 0 30px;
}
.more-link i {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.more-link {
    color: #000;
    font-size: 14px;
    margin: 20px 0;
    display: block;
}
.image-area .image-hover:before {
    content: none";
    font-family: Iconly !important;
    color: #fff;
    text-align: center;
    display: flex;
    font-size: 30px;
    position: absolute;
    left: 45%;
    top: 40%;
}
.image-area .image-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #119ac0a8;
    opacity: 1;
    display: none;
}
.filter-group label input,
.other-contents_item .image-area {
    margin-right: 10px;
}
.other-contents_item .image-area .image-hover:before {
    font-size: 18px;
    position: absolute;
    left: 40%;
    top: 35%;
}
.fifty-fifty:hover .find-item,
.navbar-nav .nav-item:hover .dropdown-menu,
.zone-about-icon {
    display: block;
}
.referrer-items .ref-item:hover a,
.referrer-items .ref-item:hover h2,
.servis-bolgeleri h5 a,
.side-contents .side-contents_item.active a {
    color: #fff;
}
.side-contents .side-contents_item {
    display: block;
    background: #f8f8fa;
    padding: 10px 20px;
    margin-bottom: 10px;
    text-align: center;
}
.languages,
.side-contents {
    margin: 0;
    padding: 0;
}
.filter ul li a i,
.filter-title i,
.sub-filter-tile i {
    color: var(--blue);
    margin-right: 10px;
}
.filter-title {
    border: 1px solid var(--blue);
    border-radius: 5px;
    padding: 12px 30px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}
.filter-toggle-title,
.mobile-about-icon {
    display: none;
}
.filter ul li a:hover {
    color: var(--blue);
    font-weight: 500;
}
.filter ul li a {
    color: var(--gray);
    line-height: 30px;
}
.filter ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
}
.content-detail img {
    width: 100%;
}
.content-detail {
    padding-left: 20px;
}
.product-list .list-item .title {
    text-align: center;
    margin: 15px 0;
    color: var(--gray);
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
}
.product-list .list-item img {
    border-radius: 20px;
    height: 220px;
    width: auto;
    margin: 0 auto;
    display: block;
}
#owl-demo2 .owl-nav,
a:hover .image-hover {
    display: block !important;
}
.counter-area .counter-item:last-child:after,
.dropdown-menu .dropdown-item:last-child:after,
.footer-links-area .col-xs-12:last-child:after,
.product-certificates ul li:last-child:after,
.product-certificates ul li:nth-child(4n):after,
.product-list .list-item:hover .options:before,
.top-bar .nav-item:nth-child(2):after {
    content: none;
}
.product-list .list-item:hover {
    background-color: #e5faff;
}
.image-content a,
.product-options .item-body ul li:nth-child(2n) {
    background: var(--light-gray);
}
.product-list .list-item .list-image {
    background: var(--light-gray);
    border-radius: 20px;
    padding: 10px;
}
.fast-tab .fast-tab-link.active,
.fast-tab .fast-tab-link:hover,
.pcategory {
    background: var(--blue);
    color: #fff;
}
.product-list .list-item .options:before {
    content: " ";
    width: 70%;
    height: 1px;
    background-color: var(--gray);
    display: block;
    margin: -20px auto 20px;
}
.product-list .list-item .options {
    padding: 20px;
    text-align: center;
    position: relative;
}
.product-list .list-item .options a i {
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.product-list .list-item .options a {
    color: #051433;
    font-weight: 500px;
}
.product-list .list-item {
    width: calc((100% - 60px) / 3);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: var(--light-gray);
    border-radius: 20px;
}
.image-content a img,
.image-content:after {
    width: 100%;
    border-radius: 20px;
}
.image-content:after {
    content: " ";
    display: block;
    height: 100%;
    background-color: #119ac012;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 20px;
}
.image-content .main-image {
    height: auto;
}
.image-content a {
    position: relative;
    z-index: 11;
    display: block;
    border-radius: 20px;
}
.image-content {
    position: relative;
    padding: 0;
}
.product-content .right-bar {
    padding-left: 50px;
    margin-top: 50px;
}
.pcategory {
    border-radius: 5px;
    padding: 5px 15px;
}
.pname {
    font-size: 38px;
    margin: 25px 0;
}
.show-marketplaces i {
    color: #000;
    font-size: 20px;
    margin-right: 5px;
}
.fast-tab ul,
footer .contact-link,
footer .list-link,
footer .social-link,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.show-marketplaces {
    background: var(--light-blue);
    color: #5d5d5d;
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
}
.marketplaces img:hover {
    filter: none;
    opacity: 1;
}
.marketplaces img {
    opacity: 0.6;
    width: auto;
}
.marketplaces {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-r-0,
.product-content {
    padding-right: 0 !important;
}
.fast-tab .fast-tab-link i {
    font-size: 22px;
    position: relative;
    top: 0;
    float: left;
    margin-right: 5px;
}
.fast-tab .fast-tab-link {
    padding: 20px 10px;
    border: 1px solid var(--blue);
    color: var(--blue);
    display: block;
    border-radius: 5px;
    font-size: 14px;
}
.product-options .item-body ul li::before {
    content: "\e01d";
    font-family: Iconly !important;
    color: var(--blue);
    margin-right: 10px;
}
.detail-card-col,
.main-card-details,
.product-options .item-body ul li {
    padding: 10px;
}
.product-certificates ul li:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100px;
    background: var(--gray);
    position: absolute;
    top: calc(50% - 50px);
    right: -17px;
}
.product-certificates ul li {
    position: relative;
    width: 23%;
}
.product-certificates ul li img {
    display: block;
    width: 100px;
    margin: 0 auto 20px;
}
.product-certificates ul {
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
}
.product-package-infos .item-header ul li:nth-child(2n) {
    background: var(--light-blue);
    color: var(--blue);
}
.product-package-infos .item-body ul {
    border: 1px solid var(--light-blue);
    border-top: none;
}
.product-package-infos .item-body ul li {
    padding: 20px 10px;
    width: 50%;
    font-size: 15px;
    text-align: center;
}
.product-package-infos .item-header ul li {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    padding: 20px 10px;
    width: 100%;
    font-size: 15px;
    text-align: center;
}
.product-package-infos ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.details .list-baslik {
    font-size: 18px;
}
.fast-tab ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.fast-tab {
    margin: 20px 0;
}
.product-sub-title i {
    font-size: 35px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: -4px;
}
.product-sub-title {
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 15px 35px;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.filter-group label,
.sub-filter-tile {
    color: var(--gray);
    cursor: pointer;
}
.pagination .btn-primary {
    color: #fff;
    background-color: #0a9bc0;
    border-color: #0a9bc0;
}
.pagination .btn-success {
    background-color: var(--gray);
    border-color: var(--gray);
    margin-right: 0;
    width: 40px;
    text-align: center;
}
.accordion-footer,
.dropdown-toggle,
.image-area,
.top-bar .nav-item {
    position: relative;
}
.news-item {
    text-align: left;
}
.detay,
.f-l,
.left,
.left-title {
    float: left;
}
.f-r,
.right,
.teklif {
    float: right;
}
.sub-filter-tile {
    font-size: 1rem;
    font-weight: 400;
    padding-left: 30px;
    line-height: 30px;
    margin: 0;
}
.filter-group {
    margin-left: 50px !important;
    max-height: 200px;
    overflow: auto;
    display: block;
}
h2 {
    font-size: 37px;
}
h4 {
    font-size: 30px;
}
.mb10,
footer .contact-link li {
    margin-bottom: 10px;
}
footer .contact-link li.icons-area i {
    position: absolute;
    left: 0;
    top: 3px;
}
footer .contact-link li.icons-area {
    position: relative;
    padding-left: 20px;
}
footer .company-desc {
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
    max-width: 320px;
}
footer h6 {
    color: #fff;
    margin-bottom: 20px;
}
footer {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    background: url(../images/footer-bg.svg) right center no-repeat #000;
    margin: 10px;
    border-radius: 20px;
    background-position-x: 80%;
}
footer .social-link li a:hover {
    color: white;
    background: transparent;
}
footer .social-link li a {
    color: #b2b2b2;
    background: transparent;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
}
footer .footer-top .footer-contact-button:hover {
    background: #05143360;
    text-decoration: none;
}
footer .footer-top .footer-contact-button {
    background: #05143320;
    color: #fff;
    font-weight: 600;
    padding: 13px 25px;
    border-bottom-right-radius: 20px;
}

.service-detail img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

footer .footer-top .sperate {
    display: block;
    height: 70px;
    width: 3px;
    background: #fff;
    border-radius: 2px;
}
footer .footer-top .footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}
footer .footer-top .footer-contact i {
    font-size: 45px;
    position: relative;
    top: 2px;
    margin-right: 15px;
}
footer .footer-top h5 {
    margin: 0;
    font-size: 25px;
}
.accordion-item .panel p,
.contact-detail .detail_item p,
footer .footer-top p {
    margin: 0;
}
footer .footer-top {
    background: url("../images/footer-top-bg.png") no-repeat left top var(--blue);
    display: flex;
    padding: 20px 10%;
    position: relative;
    top: -55px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.dropdown-menu .dropdown-item:hover:after {
    background-color: transparent;
}
.dropdown-menu .dropdown-item:after {
    content: " ";
    width: 100%;
    position: relative;
    left: 0;
    height: 1px;
    background-color: var(--light-gray);
    display: block;
    bottom: -10px;
}
.nav-item.dropdown.show > a {
    color: var(--blue) !important;
}
.dropdown-menu .dropdopwn-item,
.fast-tab.stickit.stick a {
    font-size: 13px !important;
}
.fast-tab.stickit.stick {
    margin: 0 auto;
    background: #fff;
    margin-top: 70px !important;
    left: 35% !important;
    padding: 10px;
    border-radius: 10px;
}
.footer-links-area .col-xs-12:nth-child(2):after {
    right: 17px;
}
.footer-links-area .col-xs-12:after {

}
.footer-logo {

}
.carousel-indicators,
.footer-carousel .owl-dots,
.referans-carousel .owl-dots {
    display: none !important;
}
.languages li a:hover,
.languages li.active a {
    background-color: var(--blue);
    text-decoration: none;
}
.languages li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 14px;
}
.languages li {
    list-style: none;
    display: inline-block;
}
.call-center {
    margin-left: 30px;
}
.call-icon {
    display: inline-block;
    background-color: var(--blue);
    border-radius: 50px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: -5px;
    margin-right: 3px;
}
.call-text a {
    color: var(--blue);
    position: relative;
    bottom: -2px;
    font-size: 14px;
}
.call-text p {
    margin: 0;
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
}
.call-text {
    display: inline-block;
    line-height: 14px;
}
.product-item:hover a,
.product-item:hover a i,
.product-item:hover p {
    color: #fff !important;
}
.dropdown-item:hover,
.product-item:hover,
.referrer-items .ref-item:hover {
    color: #0073D2;
    background-color: white;
}

.dropdown-item.active, .dropdown-item:active {
    color: #0073D2;
    text-decoration: none;
    background-color: white;
}

.product-item .product-title {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 500;
}
.mask-about-icon {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 20px 0;
}
.icons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 30px;
}
.counter-area .counter-item p {
    margin: 0;
    font-size: 14px;
    position: relative;
    top: 5px;
}
.counter-area .counter-item span {
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
}
.counter-area .counter-item .count-step:before {
    content: " ";
    position: absolute;
    top: -5px;
    left: -20px;
    width: 50px;
    height: 50px;
    display: block;
    background: #c5f2fe26;
    border-radius: 50%;
}
.counter-area .counter-item .count-step {
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.count-step {
    animation-duration: 1s;
    animation-delay: 0s;
}
.counter-area .counter-item:nth-child(3):after {
    right: -160%;
}
.counter-area .counter-item:nth-child(2):after {
    right: -70%;
}
.counter-area .counter-item:after {
    content: " ";
    height: 50px;
    width: 2px;
    background-color: var(--blue);
    position: absolute;
    right: -95%;
    top: 21px;
}
.counter-area .counter-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.counter-area .container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.counter-area {
    background: url(../images/counter-bg.webp) left center no-repeat;
    padding: 55px 0 50px;
}
.more-info i {
    display: block;
    font-weight: 700;
}
.more-info {
    color: var(--blue) !important;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.product-item .product-img {
    position: relative;
    z-index: 15;
}
.product-item {
    background-color: #f8f8fa;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 20px;
}
#owl-demo .item,
#owl-demo2 .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 10px;
    text-align: center;
}
#owl-demo .item {
    background: #42bdc2;
    padding: 30px 0;
    color: #fff;
    border-radius: 3px;
}
#owl-demo4 .item {
    background: #ff414d;
    padding: 0;
    margin: 10px;
    color: #fff;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    text-align: center;
    border: 2px solid #fff;
}
#owl-demo4 .owl-item {
    height: 160px;
}
#owl-demo2 .item {
    background: 0 0;
    padding: 5px 0;
    color: #000;
    border-radius: 3px;
}
#owl-demo2,
.col-zone-details p {
    padding-top: 30px;
}
#owl-demo3 .item,
#owl-demo5 .item {
    background: 0 0;
    padding: 30px 0;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.nav_bar {
    height: 110px;
}
.p-sistem {
    color: #fff !important;
    text-align: center !important;
    padding-bottom: 15px;
    padding-top: 5px !important;
}
.referanslar {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #fafafa;
}
.yaptiklarimiz {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fafafa;
}
.sikca-sorulan {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #fff;
}
.referrer-container {
    margin-bottom: -120px;
}
.bottom_footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #000;
}
.border-left {
    border: 2px solid #ff414d;
}
.border-right {
    border: 2px solid #388892;
}

.top-bar span.top-bar-text{
    margin-left: 10px;
}
.top-bar span {
    color: #3D3D3D;
    font-size: 15px;
}
.nav-item,
.top-bar-p {
    padding-right: 15px;
}
.dropdown-toggle::after {
    display: inline-block;
    font-family: Iconly !important;
    content: none;
    border: none;
    position: absolute;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 0.8rem;
    clear: both;
    font-weight: 400;
    color: var(--gray);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    font-size: 13px;
}
.clear-filter-button,
.selected-filters .filter-button {
    background: 0 0;
    display: block;
    width: 80%;
    padding: 2px 10px 0;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
}
.selected-filters .filter-button i {
    color: red;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
.clear-filter-button {
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    color: red;
    cursor: pointer;
}
.selected-filters .filter-button {
    border: 1px solid var(--blue);
    border-radius: 5px;
    text-align: left;
    color: var(--gray);
}
.selected-filters {
    padding-left: 30px;
    padding-bottom: 20px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
    border-radius: 0.25rem;
    max-width: 370px;
}
.teklif-button,
li > a.teklif-button {
    background-color: #ff414d;
    color: #fff !important;
}
.teklif-button:hover {
    background-color: #fb515c;
    color: #fff;
}
.stickit.stick .navbar-brand img {
    height: 50px;
    width: auto;
}
.mb5 {
    margin-bottom: 5px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
#owl-demo2 .owl-nav {
    position: absolute;
    top: 0;
    margin-left: calc(50% - 30px);
    width: 60px;
    text-align: center;
}
.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    font-family: Iconly !important;
    content: "\e005";
    line-height: 40px;
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
    background-color: #1e2535 !important;
}
.carousel-indicators .active,
.cizgi {
    background-color: #ff414d;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background: #119ac0;
    opacity: 1 !important;
    position: relative;
}
a.nav-active,
a.nav-link:hover {
    color: black !important;
    font-weight: 500;
}
a.nav-active {
    font-weight: 500 !important;
}

.search-icon{
    display: block;
    background: #0073D2;
    color: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: alias;
    background-color: #fff;
}
.mr-0px {
    margin-right: 0 !important;
}
/*
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

 */
.up-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent #fff;
    position: relative;
    bottom: 30px;
    margin: auto;
}
.down-arrow,
.down-arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    border-color: #fafafa transparent transparent;
    margin: auto;
    position: relative;
}
.down-arrow {
    bottom: 50px;
}
.down-arrow2 {
    bottom: 60px;
}
.center {
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--blue) !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 350px;
    position: relative;
}
.fifty-fifty img {
    max-height: 150px;
    min-height: 150px;
    width: auto !important;
    margin: 0 auto;
}
.fifty-fifty {
    width: 100%;
    max-width: 100%;
    display: table;
    position: relative;
}
.find-item,
.hamam {
    position: absolute;
}
.find-item {
    background: #3ca2af;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    right: 30px;
    bottom: 30px;
    display: none;
}
.surungen-card-white {
    padding: 40px;
    background-color: #fafafa;
}
.surungen-card-gray {
    padding: 40px;
    background-color: #ebebeb;
}
.fifty-fifty h5,
.fifty-fifty h5 a,
.ml-auto i:hover,
.soz-arpest p,
.tecrube {
    color: #ff414d;
}
.fifty-fifty h5 a:hover {
    color: #388892;
}
.fifty-fifty p {
    color: #959595;
    font-size: 12px;
    padding-bottom: 10px;
}
.cizgi {
    height: 2px;
    width: 25%;
}
.cizgi2,
.cizgi3 {
    background-color: #ff414d;
    height: 3px;
}
.cizgi2 {
    width: 40px;
    margin-bottom: 10px;
}
.cizgi3 {
    width: 80px;
    margin: auto;
}
.hamam {
    bottom: 49px;
    height: 248px;
    right: 64px;
}
.pire {
    padding-top: 20px;
    height: 120px;
    margin-left: 12%;
}
.orumcek {
    height: 150px;
}
.miki {
    padding-top: 5px;
    height: 140px;
    margin-left: -3%;
}
.bocuk-adam-img {
    padding-left: 30px;
    padding-top: 20px;
}
.cizgi-mavi,
.col-zone-details .cizgi-mavi {
    background-color: #388892;
    height: 5px;
    width: 5%;
    margin-bottom: 10px;
}
.neden-arpest-ilaclama p {
    word-wrap: break-word;
}
.icon-circle {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-top: -10px;
    margin-left: -10px;
}
.icon-circle img {
    position: relative;
    top: 14px;
    left: 16px;
    padding-bottom: 10px;
}
.circle-border {
    border: 1px solid #ff414d;
}
.circle-red {
    top: 14px !important;
    left: 17px !important;
}
.prof {
    margin-left: 18px;
    display: inline-block;
    position: relative;
    top: 10px;
    color: var(--gray);
    font-size: 13px;
}
.owl-next,
.owl-prev {
    background-color: transparent !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.all_news,
.all_news i,
.img-footer {
    position: relative;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-theme .owl-nav button i {
    font-size: 25px;
    color: var(--light-blue);
}
.owl-theme .owl-nav .disabled {
    background-color: #e6e6e6 !important;
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.all_news i {
    color: var(--blue);
    font-size: 22px;
    top: 3px;
}
.all_news:before {
    content: " ";
    height: 1px;
    width: calc(100% - 150px);
    background-color: #e7e7e7;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}
.all_news {
    color: #000;
    text-align: right;
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.accordion-footer {
    border: none;
    color: var(--gray);
    cursor: pointer;
    padding: 20px 40px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
    background-color: var(--light-gray);
    margin-bottom: 10px;
}
.accordion-item .panel {
    padding: 20px 35px;
}
.accordion:hover,
.active-ac {
    color: var(--blue);
    font-weight: 700;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}
.panel p {
    font-size: 16px;
    text-align: left;
}
footer .bottom {
    background-color: 111111;
}
.img-footer {
    width: 50px !important;
    height: auto;
    margin: auto;
    top: 20px;
}
.img-zone-footer {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    background-color: #ff414d;
    margin: auto;
    border-radius: 100px;
}
.yorum {
    padding-bottom: 30px;
}
footer .isim {
    color: #ff414d;
    text-align: center;
    padding-top: 20px;
}
footer .is {
    color: #959595;
}
footer .owl-prev {
    left: 25rem;
}
footer .owl-next {
    right: 25rem;
}
.owl-nav img {
    padding: 6px;
}
footer .baslik {
    text-align: center;
    color: #fff;
}
footer .kirmizi-cizgi {
    background-color: #ff414d;
    height: 2px;
    width: 20%;
    margin: auto;
}
.footer-bottom a {
    color: #fff;
    padding-left: 20px;
}
.footer-bottom {
    padding-top: 35px;
    text-align: center;
    color: #878787;
    font-size: 15px;
    padding-bottom: 0;
    margin-top: 020px;
    font-weight: 300;
}
footer .footer-title:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--blue), transparent);
}
footer .footer-title {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
footer .list-link li a {
    color: #fff;
    font-size: 14px;
}
.bottom-c {
    margin: auto;
    color: #fff;
}
.filter-mobil-title {
    border: 1px solid var(--blue);
    border-radius: 5px;
    padding: 12px 30px;
    color: #5d5d5d;
    font-size: 20px;
    display: none;
    margin-top: 20px;
}
.pagination .btn-default {
    background-color: var(--light-gray);
    color: var(--gray);
}

.menu-element i{
    font-size: 16px;
    display: none;
}
.menu-element{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 2000px) {
    .blog-cats li a {
        padding: 10px 8px;
        font-size: 14px;
    }
    h1 {
        font-size: 35px;
    }
    .blog-cats {
        gap: 10px;
    }
    #blog-list .item .news-item h6 {
        height: 80px;
        font-size: 14px;
    }
    .nav-item {
        padding-right: 10px;
    }
    .contact-detail .detail_item,
    .filter ul li a,
    .navbar-light .navbar-nav .nav-link,
    .news-item h6,
    .product-certificates ul li,
    .product-options .item-body ul li,
    .search_input,
    .show-marketplaces,
    .side-contents_item span,
    p {
        font-size: 16px;
    }
    .product-list .list-item .options a {
        font-size: 16px;
        font-weight: 500;
    }
    .referrer-items {
        gap: 18px !important;
    }
    .referrer-items .ref-item a {
        font-size: 16px;
        display: block;
    }
    .product-list .list-item {
        width: calc((100% - 20px) / 3);
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .filter ul {
        margin-left: 10px;
    }
    .sub-filter-tile {
        padding-left: 10px;
        font-size: 18px;
    }
    .filter-group label {
        font-size: 17px;
    }
    .filter-group {
        margin-left: 25px !important;
    }
    .counter-area {
        background-size: cover;
    }
    .filter-title {
        padding: 12px 20px;
        font-size: 16px;
    }
    .fast-tab .fast-tab-link {
        font-size: 13px;
    }
    .fast-tab.stickit.stick a {
        font-size: 13px !important;
        padding: 10px 5px;
    }
    .product-certificates ul {
        gap: 20px;
    }
    .product-sub-title {
        font-size: 20px;
    }
    .product-package-infos .item-header ul li {
        padding: 20px 5px;
        font-size: 13px;
    }
    .product-item .anasayfa-text {
        font-size: 16px !important;
    }
    .carousel-item img {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .blog-cats li a {
        padding: 10px 8px;
        font-size: 14px;
    }
    .blog-cats {
        gap: 10px;
    }
    #blog-list .item .news-item h6 {
        height: 80px;
        font-size: 14px;
    }
    .nav-item {
        padding-right: 5px;
    }
    .fast-tab .fast-tab-link,
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .referrer-items {
        gap: 18px !important;
    }
    .product-list .list-item {
        width: calc((100% - 20px) / 3);
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .filter ul {
        margin-left: 10px;
    }
    .sub-filter-tile {
        padding-left: 10px;
    }
    .filter-group {
        margin-left: 25px !important;
    }
    .filter-title {
        padding: 12px 20px;
        font-size: 16px;
    }
    .fast-tab.stickit.stick a {
        font-size: 13px !important;
        padding: 10px 5px;
    }
    .product-certificates ul {
        gap: 20px;
    }
    .product-sub-title {
        font-size: 20px;
    }
    .product-package-infos .item-header ul li {
        padding: 20px 5px;
        font-size: 13px;
    }
    .product-item .anasayfa-text {
        font-size: 13px !important;
    }
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 870px) {

    .dropdown-menu .dropdown-item:after{
        content: none;
    }

    .med-slick .slick-track{
        padding: 10px 0 !important;
        gap: 5px !important;
    }

    #navbarSupportedContent  .nav-item {

        padding-left: 15px !important;
    }

    #docdora-is-birligi .row.align-items-center .col-lg-7{
        padding: 0 !important;
    }

    #egitimler{
        margin-top: 20px;
    }

    #docdora-is-birligi, #blog{
        margin-top: 25px;
    }

    .main-slider .slick-arrow{
        background: #00000000;
        font-size: 50px;
        color: white;
    }

    .sslick-prev {
        left: 0px;
        right: initial;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        top: 15%;
    }
    .sslick-next {
        right: 0;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        top: 15%;
    }

    #hizmetlerimiz{
        padding-bottom: 0 !important;
    }
    .dropdown-menu{
        width: 100%;
        border: none;
    }
    .menu-element i{
        display: block;
    }
    .all_news:after,
    .all_news:before {
        content: " ";
        height: 1px;
        width: 24%;
        background-color: var(--light-gray);
        display: block;
        top: 12px;
        position: absolute;
    }
    .blog-feature img{
        height: 300px !important;
    }
    .counter-area .container,
    .mask-about-icon,
    .product-certificates ul {
        align-content: center;
        display: flex;
    }
    .slide-image-item {
        max-width: 100%;
    }
    #content-view .side-contents,
    .filter-groups.mt40,
    .image-content,
    .img-zone-detay,
    footer .footer-top .footer-contact-button {
        margin-top: 20px;
    }
    .counter-area .counter-item:after,
    .footer-links-area .col-xs-12:after,
    .product-certificates ul li:after,
    .product-certificates ul li:nth-child(2n):after {
        content: none;
    }
    .product-certificates ul li {
        position: relative;
        font-size: 12px;
        width: 45%;
    }
    .languages {
        margin: 0 auto;
        padding: 0;
    }
    .more-link,
    footer .footer-bottom .left,
    footer .footer-bottom .right {
        float: initial !important;
        text-align: center;
    }
    .fast-tab ul li {
        width: 49%;
    }
    .all_news {
        color: #000;
        text-align: center;
    }
    .fast-tab.stickit.stick {
        margin: 0 auto;
        background: #fff;
        margin-top: 70px !important;
        left: 0 !important;
        padding: 10px;
        border-radius: 10px;
        width: 100% !important;
    }
    .fast-tab ul li:first-child a {
        padding: 28px 10px !important;
    }
    .fast-tab ul {
        gap: 5px !important;
    }
    .fast-tab.stickit.stick a {
        font-size: 10px !important;
        padding: 10px 4px !important;
    }
    .all_news:before {
        left: 0;
    }
    .all_news:after {
        right: 0;
    }
    #blog-list .item,
    .product-list .list-item {
        width: 100%;
        margin-right: 0;
    }
    .pname {
        font-size: 36px;
        font-weight: 500;
        margin: 25px 0 20px;
    }
    .product-content .right-bar {
        margin-top: 35px !important;
        padding-left: 0;
    }
    .pagination {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: 0.25rem;
        flex-wrap: wrap;
        gap: 10px;
    }
    .product-list .list-item {
        float: left;
    }
    .filter-mobil-title,
    .mobile-about-icon,
    .yaptiklarimiz-carousel .owl-dots {
        display: block;
    }

    .telephone .ms-4{
        margin-left: 10px !important;
    }

    .category-tabs{
        margin-top: 20px;
    }

    .slider-container{
        width: 100%;
    }

    #docdora-is-birligi .p-5{
        padding: 15px !important;
    }
    #filters,
    .telephone,
    .top-bar-p,
    .zone-about-icon {
        /*display: none;*/
    }
    .content-detail {
        padding-left: 0;
    }
    .details .list-baslik {
        font-size: 20px;
        margin-top: 30px;
    }
    .contact-detail .desc {
        width: 140px !important;
    }
    .contact-detail .detail_item i {
        margin-right: 5px !important;
    }
    .blog-cats {
        margin: 40px 0;
        padding: 0 0 15px;
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        flex-wrap: nowrap;
        width: 315px;
        overflow: auto;
    }
    .blog-cats li a {
        color: var(--gray);
        border: 1px solid var(--gray);
        padding: 10px;
        border-radius: 5px;
        min-width: 145px;
        display: block;
        font-size: 14px;
        text-align: center;
    }
    .about-area.mb70.mt50 {
        margin-top: 0 !important;
    }
    .about-area.mb70 {
        margin-bottom: 0 !important;
    }
    .mask-about-icon {
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        margin: 30px auto 10px;
    }
    .content-home-description,
    .content-title {
        text-align: center !important;
    }
    .footer-info .left h5,
    .footer-info .left p,
    .mini-title,
    .surungen-card-gray,
    .surungen-card-white {
        text-align: center;
    }
    .mini-title {
        float: initial !important;
        margin: 0 auto;
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        left: 0px;
        top: 8px;
        box-shadow: none;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        position: relative;
        left: 60px;
    }
    footer .list-link li a {
        color: #fff;
        font-size: 14px;
        display: block;
        margin: 5px 0;
    }
    .top-sub-title {
        margin-top: 50px !important;
    }
    .fast-tab ul,
    .marketplaces,
    .product-package-infos ul {
        flex-wrap: wrap;
    }
    .contact-detail .detail_item {
        padding: 25px 5px !important;
        font-size: 12px !important;
    }
    .referrer-items .ref-item {
        width: 100% !important;
    }
    .show-marketplaces {
        width: 100%;
        margin-bottom: 30px;
    }
    .product-content {
        padding-right: 15px !important;
    }
    .fifty-fifty {
        max-width: none;
    }
    .banner-details.mb60 {
        margin-bottom: 0;
    }
    .image-content:after {
        top: 8px;
        left: 8px;
    }
    .product-certificates,
    .product-options,
    .product-package-infos,
    .product-sss-infos {
        margin-top: 0;
        padding: 0 15px;
    }
    .product-certificates ul li img {
        display: block;
        max-width: 85px;
    }
    .filter-mobil-title i {
        color: var(--blue);
        margin-right: 10px;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler i {
        font-size: 24px;
        color: var(--blue);
    }

    #contact-default main{
        margin-top: 20px;
    }
    .docdora-media-frame::before{
        content: none !important;
    }

    .med-slider-dots {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start !important;
    }

    .med-slick .slick-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    .med-slick .slick-slide > div {
        padding: 0 !important;

    }

    .category-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;

        -webkit-overflow-scrolling: touch !important; /* iOS akıcılık */
        scrollbar-width: none !important; /* Firefox */
    }

    .category-tabs::-webkit-scrollbar {
        display: none !important; /* Chrome scrollbar gizle */
    }

    .category-tab {
        flex: 0 0 auto !important; /* küçülmesin */
        white-space: nowrap !important;

        /* opsiyonel: snap efekti */
        scroll-snap-align: start !important;
    }

    .category-tabs {
        scroll-snap-type: x mandatory !important;
    }


    .social-divider {
        height: 60px !important;
        margin-top: -3px !important;
    }
    .social-icons {
        flex-direction: row !important;
        align-items: center !important;
        gap: 47px !important;
        padding-top: 0 !important;
    }

    .services-section .docdora-feature-list {
        display: flex;
        flex-direction: column !important;
    }

    #docdora-is-birligi p.text-muted,
    #docdora-is-birligi header.docdora-heading{
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .product-certificates ul {
        gap: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: space-between;
    }
    .product-sub-title i {
        font-size: 25px;
    }
    .product-sub-title {
        font-size: 17px;
        padding: 15px 20px !important;
    }
    .fast-tab .fast-tab-link {
        font-size: 11px;
    }
    nav .navbar-brand img {
        height: 50px !important;
        width: auto;
    }
    .nav_bar {
        height: 100px;
    }
    nav.stickit.navbar.navbar-expand-lg.navbar-light.bg-light.nav_bar.stick {
        height: 70px !important;
    }
    .dropdown-item {
        border-bottom: none;
    }
    .product-item {
        margin-bottom: 20px;
    }
    .counter-area .counter-item p {
        margin: 0;
        font-size: 12px;
        position: relative;
        top: -10px;
    }
    .counter-area .counter-item .count-step {
        font-size: 40px;
        font-weight: 500;
        display: inline-block;
    }
    .counter-area .container {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .counter-area {
        background: url(../images/counter-bg.webp) left center/cover no-repeat;
        padding: 30px 0 20px;
    }
    footer .footer-bottom .left a,
    footer .footer-bottom .right a {
        margin-left: 0;
        padding-left: 0;
    }
    footer .footer-bottom .right {
        margin-top: 10px;
    }
    footer .footer-top {
        flex-direction: column;
    }
    footer .footer-top .sperate {
        display: block;
        height: 3px;
        width: 100px;
        background: #fff;
        border-radius: 2px;
        margin: 20px 0;
    }
    footer .footer-title {
        margin-top: 30px;
    }
    nav .container {
        position: relative;
    }
    .navbar-collapse {
        border-radius: 0;
        border-image: initial;
        z-index: 1000;
        background-color: #fff;
        position: absolute;
        width: calc(100% + 32px);
        top: 80px;
        left: -16px;
        padding: 20px;
        border-top: 1px solid var(--light-gray);
    }
    .footer-carousel .owl-next,
    .footer-carousel .owl-prev,
    .left-title p,
    .owl-dots {
        display: none !important;
    }
    footer .owl-prev {
        left: 0;
    }
    footer .owl-next {
        right: 0;
    }
    .hamam {
        position: initial;
    }
    .w-100 {
        width: 100% !important;
        height: 500px;
        object-fit: cover;
    }
    .bocek-ilaclama-sistemi {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #000;
        background-image: none;
    }
    .hasere-turleri {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
        position: relative;
        bottom: 0;
        margin-bottom: 40px;
    }
    .all_animal:before {
        bottom: 30px !important;
    }
    .banner-details {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    .breadcrumb-details {
        float: left !important;
        padding-top: 0 !important;
    }
    .left-title h1 {
        font-size: 18px;
    }
    .img-detay {
        margin-top: 15px;
    }
    .square-back-img {
        padding: 10px;
        float: unset;
        width: auto;
        height: auto;
    }
    .bocuk-adam-img {
        padding: 0;
    }
    .footer-carousel .owl-dots,
    .referans-carousel .owl-dots {
        display: block !important;
    }
}
.baslik-details,
.list-baslik,
.servis-bolgeleri,
h2.alt-basliklar {
    text-align: center;
}
.banner-details {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-color: #f8f8fa;
    color: #fff;
}
.left-title h1 {
    color: #000000;
    font-size: 26px;
    margin: 0;
}
.breadcrumb-details a,
.col-0-p a,
.left-title p {
    color: #a7a6a6;
}
.breadcrumb-details {
    float: right;
    padding-top: 0;
}
.breadcrumb-details span {
    color: #a7a6a6;
    font-size: 14px;
    padding: 0 5px;
}
.details {
    padding: 50px;
}
.details-paragraph {
    color: #a7a6a6;
    text-align: center;
}
.card-detials {
    height: 170px;
    border: 1px solid #a7a6a6;
    border-radius: 5px;
}
.main-card-zone {
    padding: 2px;
    width: 50%;
}
.card-img-new {
    border: 1px solid #a7a6a6;
    overflow: hidden;
}
.card-img-new img {
    height: 162px;
}
.main-card-zone h5 a {
    padding-top: 5px;
    color: #ff414d;
    margin-block-end: 0.1em;
    font-size: 13px;
}
.main-card-zone p {
    color: #a7a6a6;
    font-size: 12px;
    margin-block-end: 0.5em;
}
.main-card-zone span {
    color: green;
    float: right;
}
.main-card-zone hr {
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
    margin-top: 0;
    margin-bottom: 0;
}
.main-card-zone a {
    color: #a7a6a6;
    font-size: 13px;
}
.btn-details,
.card-detail-footer {
    padding-top: 10px;
}
.card-img-width {
    max-width: 40% !important;
}
.card-detail-zone {
    max-width: 60% !important;
    flex: 1 0 50%;
}
.img-detay {
    width: 100%;
}
.col-md-3 li {
    padding: 2px;
    list-style: none;
    display: table;
}
.other-contents_item .right {
    width: calc(100% - 100px);
}
.col-0-p {
    padding-left: 0;
    padding-right: 0;
}
main.details p a {
    color: #6c7077 !important;
}
.owl-carousel.owl-loaded {
    display: block;
    z-index: 11;
}
.product-carousel .owl-nav .owl-next,
.product-carousel .owl-nav .owl-prev {
    font-size: 35px !important;
    color: var(--gray) !important;
    height: 60px !important;
}
.list-baslik {
    padding: 10px 0 !important;
    background-color: #0073d2;
    color: #fff;
    border-bottom: none;
    margin-bottom: 10px;
}

main.details ul.other-contents {
    padding-left: 0rem !important;
}

.col-zone-details {
    padding-top: 0;
    padding-bottom: 15px;
}
.col-zone-details h2 {
    margin-block-end: 0em;
}
.col-zone-details span {
    font-size: 13px;
    margin-block-start: 0.4em;
    margin-bottom: 0;
}
.content-detail h2 {
    font-size: 25px !important;
    font-weight: 700;
    margin: 10px 0;
}
.other-contents li a {
    font-size: 13px;
    color: #6c7077;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.anasayfa-text,
.sidebar-other-button {
    font-size: 14px !important;
}
.other-contents li a img {
    width: 90px;
    height: auto;
    margin: 0;
    object-fit: cover;
}
.other-contents {
    margin: 0;
    padding: 5px;
    background: #f9f9f9;
    padding-inline-start: 0 !important;
}
.contact-button-details {
    background: #a41c1c;
    background: linear-gradient(90deg, #a41c1c 29%, #ff4141 29%);
    width: 100%;
    padding: 8px;
}
.other-items {
    background-color: var(--light-gray);
    padding: 20px 10px;
    min-height: 400px;
}
.contact-button-details i {
    float: left;
    position: relative;
    top: 4px;
    right: -17px;
}
.contact-button-details span {
    position: relative;
    left: 10px;
    font-size: 12px;
}
.detayli-bilgi {
    padding-left: 25px;
}
.detayli-bilgi .text-detail {
    font-size: 10px;
}
.soz-arpest {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fafafa;
    text-align: left;
}
.virgul {
    position: relative;
    font-size: 50px;
    color: #ff414d;
    top: 60px;
    right: 50px;
}
.soz-arpest .container {
    padding-left: 120px;
    padding-right: 120px;
}
.soz-arpest p span {
    color: #bdbdbd;
}
.servis-bolgeleri {
    background-color: #ff414d;
    color: #fff;
}
.kalite,
.memnuniyet,
.tecrube-card {
    color: #363636 !important;
    padding: 50px;
    text-align: center;
}
.servis-bolgeleri h5 {
    padding: 30px;
    color: #fff;
    font-size: 30px;
}
.kalite {
    background-color: #fafafa;
}
.tecrube-card {
    background-color: #f3f3f3;
}
.kalite h4 i,
.memnuniyet h4 i,
.tecrube-card h4 i {
    font-size: 36px;
    color: #ff414d;
}
.memnuniyet {
    background-color: #ebebeb;
}
.card-detail-bottom {
    padding-top: 20px;
    padding-bottom: 50px;
}
.main-top {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-card-zone {
    padding: 10px;
    text-align: center;
}
.circle-contact-card {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background-color: #ff414d;
    margin: auto;
    position: relative;
    bottom: 70px;
    padding: 28px;
}
.contact-card .icon-circle i {
    font-size: 30px;
    position: relative;
    top: 10px;
    left: 10px;
    font-weight: 500;
}
.contact-card {
    padding: 40px 30px 50px;
    min-height: 225px;
    border: 1px solid #e7e7e7;
}
.contact-card-zone i {
    color: #000;
    font-size: 35px;
}
.home-card {
    padding-left: 26px;
}
.contact-card h3 {
    font-size: 20px;
    margin: 20px 0;
}
.contact-card p.address {
    height: 72px;
    font-size: 14px;
}
.btn-contact {
    width: 100%;
    background-color: #051433;
    color: #fff;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 20px;
    border-radius: 3px;
}
.contact-container {
    padding-top: 30px;
    padding-bottom: 70px;
    background: url(../images/contact-bg.png) no-repeat right bottom var(--light-gray);
    background-size: contain;
    margin-top: 50px;
}
.referrer-items .ref-item h2 {
    font-size: 16px;
    color: var(--blue);
    font-weight: 700;
}
.referrer-items .ref-item {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 50px;
    border-radius: 5px;
    width: 32%;
    text-align: center;
    color: var(--gray);
}
#owl-demo2 .owl-stage-outer .owl-item h5,
a.is-ortaklari-address {
    font-size: 15px;
}
.referrer-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.referrer-content {
    background-color: var(--light-gray);
    padding: 50px 0 120px;
}
.responsive-map-container {
    position: relative;
    padding-bottom: 66.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-map-container embed,
.responsive-map-container iframe,
.responsive-map-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-container .form-control {
    background-color: #fff !important;
    font-size: 14px;
    color: #363636;
    padding: 0 20px;
    border-radius: 0;
    min-height: 50px;
    border: none;
}
.contact-container .formbg {
    background-color: #f8f8fa !important;
}
.main-content {
    padding-bottom: 20px;
}
.map-container {
    margin: 70px 0;
}
.contact-detail .detail_item .horizontal-side {
    width: 1px;
    height: 80px;
    background-color: #fff;
    margin: 0 20px;
}
.contact-detail .detail_item i {
    color: var(--blue);
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-right: 20px;
}
.contact-detail .detail_item .info {
    width: 150px;
}
.contact-detail .detail_item {
    display: flex;
    border: 1px solid var(--blue);
    padding: 25px 30px;
    background-color: var(--blue);
    color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.contact-detail .desc {
    width: 250px;
}
.contact-detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}
.top-sub-title {
    color: var(--gray);
    text-align: center;
    margin: 0;
}
#contact-default h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}
#contact-default h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-container textarea {
    padding-bottom: 32px !important;
    resize: none;
}
::-webkit-resizer {
    display: none;
}
.contact-form-sm {
    width: 48%;
}
.contact-img-zone {
    background-image: url("../img/teklif-iste.png");
    width: 100%;
}
.img-contact-logo {
    float: right;
    padding-top: 15px;
}
.img-contact-bottom {
    position: relative;
    top: 73%;
    left: 48%;
}
.contact-img-zone p {
    position: relative;
    top: 73%;
    left: 40%;
    color: #fff;
}
.bg-light {
    background-color: #fff !important;
}
.all_animal:hover {
    background: #d80512;
    text-decoration: none;
    color: #fff;
}
.all_animal:before {
    content: " ";
    border-style: solid;
    border-width: 30px 20px;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: 15px;
    margin: auto;
    transform: rotate(-30deg);
    left: -40px;
}
.all_animal {
    margin: 0 auto;
    text-align: center;
    display: table;
    background: #ff414d;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    position: relative;
}
.active-ac:after {
    content: "-" !important;
}
.accordion-footer:after {
    content: "+";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 35px;
    top: 16px;
}
.icon-circle i {
    font-size: 35px;
    position: relative;
    top: 14px;
    left: 14px;
    font-weight: 500;
}
.icon-circle:hover {
    border: none;
    color: var(--blue);
}
.telbutton,
.wpbutton {
    position: fixed;
    width: 60px;
    bottom: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    height: 60px;
}
.col-zone-details a {
    font-size: 13px;
    color: #8e8e8e;
}
main.details p {
    font-size: 15px !important;
    color: #6c7077 !important;
    line-height: 27px;
}
main.details h3 {
    font-size: 21px !important;
}
.news-area {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}
.wpbutton {
    right: 30px;
}
.my-float {
    margin-top: 16px;
}
.telbutton {
    left: 30px;
}
@media only screen and (min-width: 1024px) {
    .telbutton,
    .wpbutton {
        display: none;
    }
}
.alert-error,
.alert-success {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    border-radius: 0;
    font-weight: 700;
    opacity: 1 !important;
}
@media only screen and (max-width: 1680px) {
    .owl-dots {
        bottom: 350px !important;
    }
}
@media only screen and (max-width: 100px) {
    .owl-dots {
        bottom: 330px !important;
    }
}
@media only screen and (max-width: 780px) {
    .owl-dots {
        bottom: 350px !important;
    }
    .details {
        padding: 0;
    }
}
@media only screen and (max-width: 590px) {
    .owl-dots {
        bottom: 350px !important;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.alert-error {
    background: red;
    color: #fff;
}
.alert-success {
    background: #22c400;
    color: #fff;
}
@media (min-width: 768px) {
    .carousel-caption h1 {
        font-size: 40px;
    }
}
#hidden_div,
.carousel-caption .col-md-9 .teklif-button {
    display: none;
}
nav.stickit.navbar.navbar-expand-lg.navbar-light.bg-light.nav_bar.stick {
    height: 60px;
}
.card-detials p.list_sort_detail {
    font-size: 12px !important;
    line-height: 18px;
}
main.details h2 {
    font-size: 25px;
}
.timeline {
    position: relative;
    background: #f8f8fa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #b3b3b3;
    height: 100%;
    display: block;
}
.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #119ac0;
    font-size: 1.5rem;
    font-weight: 500;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #eef8fb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #eef8fb;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -47px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #272e48;
    border: 2px dashed #4b546f;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
    color: #051433;
    font-size: 16px;
}
.timeline-time p {
    margin-bottom: 30px;
    line-height: 150%;
    font-size: 14px !important;
    color: #fff !important;
    text-align: left !important;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 300px;
    border-radius: 0 !important;
}
.timeline-row .timeline-content .badge {
    color: #fff;
    background: linear-gradient(120deg, #00b5fd 0, #0047b1 100%);
}
.timeline-row:nth-child(2n) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(2n) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(2n) .timeline-content:before {
    left: -48px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}
@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(2n),
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px;
    }
    .timeline .timeline-row:nth-child(2n) .timeline-content,
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(2n) .timeline-content:after,
    .timeline .timeline-row:nth-child(2n) .timeline-content:before,
    .timeline .timeline-row:nth-child(odd) .timeline-content:after,
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(2n) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px;
        text-align: left;
    }
}
.image-content-details {
    padding-left: 0 !important;
}
input.form-control.aktifcalisma {
    width: 20px;
    float: left;
}
label.aktifcalismabaslik {
    padding-left: 10px;
    line-height: 50px;
}

#carouselExampleCaptions {
    height: 713px;
}
.carousel-inner .carousel-item img {
    /*
    object-fit: cover;
    aspect-ratio: 16 / 9;
     */
    max-height: 713px;
    width: auto;
    margin: 0 auto;
}
@media (max-width: 1280px) {
    #carouselExampleCaptions {
        height: 580px;
    }
}

@media (max-width: 1080px) {
    #carouselExampleCaptions {
        height: 390px;
    }
}

@media (max-width: 780px) {
    #carouselExampleCaptions {
        height: 713px;
    }
    .carousel-inner .carousel-item img {
        max-height: 713px;
        width: auto;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #carouselExampleCaptions {
        height: 480px;
    }
}

img:not([src]):not([srcset]) {
    visibility: hidden;
}
.top-bar {
    background-color: #F7F7F7;
    line-height: 40px;
    height: 40px;
}

.category-description h2 {
    font-size: 25px;
    color: #212529 !important;
}

.category-description h3 {
    font-size: 20px;
    color: #212529 !important;
}

.category-description strong {
    color: #5e5e5e !important;
}

.category-description {
    margin-bottom: 50px;
    margin-top: 50px;
    color: #acacac;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.category-description::-webkit-scrollbar {
    width: 8px;
}

.category-description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.category-description::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.category-description::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.product-package-infos .item-body ul li:nth-child(1) {
    border-right: 1px solid #c5f2fe;
}

@media screen and (max-width: 1366px) {
    #carouselExampleCaptions {
        height: auto;
    }
}

main.details ul {
    list-style-type: disc;
    padding-left: 2rem !important;
    color: #6c7077 !important;
    padding-bottom: 1rem !important;
}

main.details ol {
    color: #6c7077 !important;
    padding-left: 2rem;
}

#blog-view tbody tr td {
    border: 1px solid #dadada;
    padding: 10px;
}

#blog-view thead tr th {
    border: 1px solid #dadada;
    padding: 10px;
}

#blog-view table {
    margin-bottom: 20px;
}


.eyebrow {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}


:root {
    --med-blue: #0b8de8;
    --med-blue-dark: #0776c4;
    --med-text-muted: #6b7280;
    --med-card-gray: #f3f5f8;
    --med-radius: 1.25rem;
    --med-radius-lg: 1.5rem;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1f2937;
}

.section-title-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--med-blue) 0%, #4db3f5 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-title-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: #fff;
}

/* Slick — üst satırdaki dot alanı (appendDots) */
.med-slider-dots {
    min-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.med-slider-dots .slick-dots {
    position: static;
    bottom: auto;
    display: flex !important;
    align-items: center;
    gap: 0.35rem;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.med-slider-dots .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.med-slider-dots .slick-dots li button {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d1d5db;
    font-size: 0;
    line-height: 0;
    transition: width 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
}

.med-slider-dots .slick-dots li button:before,
.med-slider-dots .slick-dots li button:focus:before {
    display: none !important;
    content: '' !important;
}

.med-slider-dots .slick-dots li.slick-active button {
    width: 1.5rem;
    border-radius: 999px;
    background: var(--med-blue);
}

/* Slick: container ile aynı hizada (negatif margin yok); slaytlar arası boşluk */
.med-slick {
    --med-slide-gap: 28px;
    overflow: visible;
    width: 100%;
}

/* Slider, üstteki başlık ile aynı .container genişliğinde ortalanır */
.med-slider-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.egitimler-slider.med-slick .slick-list{
    margin: 0 !important;
}
.med-slick .slick-list {
    margin: 0 -20px;
    padding: 2rem 0 2rem 0;
}

#egitimler .med-slick .slick-list {
    padding: 1rem 0 2rem 0;
}

.med-slick .slick-track {
    overflow: visible !important;
    display: flex;
    gap: 20px;
}

#blog{
    padding-top: 0 !important;
}
.med-slick .slick-slide {
    overflow: visible;
}

.med-slick .slick-slide > div {
    height: 100%;
    padding: 0 calc(var(--med-slide-gap) / 2);
    box-sizing: border-box;
}

.med-slick--egitim .slick-slide {
    height: auto;
}

.med-slick--egitim .slick-track {
    display: flex !important;
    align-items: stretch;
}

#hizmetlerimiz .container,
#egitimler .container {
    overflow: visible;
}

.service-card {
    border-radius: var(--med-radius);
    border: none;
    min-height: 100%;
    transition: background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, transform 0.22s ease;
}

.service-card--muted {
    background-color: var(--med-card-gray);
}

.service-card--muted:hover,
.service-card--muted:focus-within {
    background: linear-gradient(160deg, var(--med-blue) 0%, var(--med-blue-dark) 100%);
    color: #fff;
    box-shadow: 0 1rem 1rem rgba(11, 141, 232, 0.35);
    transform: translateY(-3px);
}

.service-card--muted:hover .text-muted,
.service-card--muted:focus-within .text-muted {
    color: rgba(255, 255, 255, 0.88) !important;
}

.service-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    transition: background 0.28s ease, color 0.28s ease;
}

.service-card--muted .service-card__icon {
    background: transparent;
    color: #020A16;
}

.service-card--muted:hover .service-card__icon,
.service-card--muted:focus-within .service-card__icon {
    background: white;
    border-radius: 50%;
}

.link-detail {
    color: var(--med-blue);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.link-detail:hover {
    color: var(--med-blue-dark);
    text-decoration: underline;
}

.service-card--muted:hover .link-detail,
.service-card--muted:focus-within .link-detail {
    color: #fff;
}

.service-card--muted:hover .link-detail:hover,
.service-card--muted:focus-within .link-detail:hover {
    color: rgba(255, 255, 255, 0.92);
}

.edu-tile {
    border-radius: var(--med-radius);
    background: linear-gradient(180deg, var(--med-blue) 0%, var(--med-blue-dark) 100%);
    color: #fff;
    padding: 1.25rem 0.75rem;
    text-align: center;
    min-height: 9.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}

.edu-tile i {
    font-size: 55px;
    margin-bottom: 0.5rem;
    opacity: 0.95;
}

.edu-tile .tile-title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.edu-tile .tile-sub {
    font-size: 0.65rem;
    opacity: 0.9;
    margin-top: 0.25rem;
    line-height: 1.2;
}

.docdora-heading .lead-blue {
    color: var(--med-blue);
    font-weight: 700;
}

.docdora-feature-list {
    --docdora-step: 96px;
}

.services-section .feature-bar p{
    font-size: 14px !important;
    color: #6c7077 !important;
    line-height: 18px !important;
}
.feature-bar {
    position: relative;
    overflow: hidden;
    border-radius: var(--med-radius);
    background: #f2f3f7;
    border: none;
    box-shadow: none;
    padding: 1.5rem;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

/* 1: sola dayalı, 2: ~96px içeri, 3: tekrar 1 ile hizalı */
.docdora-feature-list .feature-bar:nth-child(1) {
    margin-left: 0;
    width: 85%;
}

.docdora-feature-list .feature-bar:nth-child(2) {
    margin-left: var(--docdora-step);
    width: calc(100% - var(--docdora-step));
}

.docdora-feature-list .feature-bar:nth-child(3) {
    margin-left: -50px;
    width: 85%;
}

@media (max-width: 575.98px) {
    .docdora-feature-list .feature-bar:nth-child(n) {
        margin-left: 0;
        width: 100%;
    }
}

.feature-bar::after {
    content: 'Docdora';
    position: absolute;
    right: 0.85rem;
    bottom: 0.45rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    pointer-events: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    mix-blend-mode: soft-light;
}

.feature-bar__icon {
    width: 66px;
    height: 66px;
    border-radius: 0.65rem;
    background: #fff;
    color: var(--med-blue);
    border: none;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
}

/* Gri arka plan + sağda hafif derinlik */
.docdora-media-frame {
    position: relative;
    padding: 0.35rem 0.5rem 1.25rem 0.35rem;
}

.docdora-media-frame::before {
    content: ' ';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 92%;
    height: 80%;
    background: #F7F7F7;
    border-radius: var(--med-radius-lg);
    transform: translate(50px, -20px);
}


.docdora-media-frame::after {
    content: ' ';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 92%;
    height: 35%;
    background: #F7F7F7;
    border-radius: var(--med-radius-lg);
    transform: translate(-65px, -20px);
}

.docdora-media-frame.content::before {
    transform: translate(12px, -57px);
    height: 56%;
}
.docdora-media-frame.content::after {
    transform: translate(84px, -54px);
    height: 28%;

}

.services-section .docdora-feature-list .feature-bar:nth-child(2),
.services-section .docdora-feature-list .feature-bar:nth-child(3){
    width: 100%;
    margin: 0;
}
.services-section .feature-bar{
  margin-bottom: 0;
}
.services-section .docdora-feature-list{
    display: flex;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}
.docdora-media-figure {
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: var(--med-radius-lg);
    overflow: hidden;

}

.docdora-media-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.rounded-media {
    border-radius: var(--med-radius-lg);
    overflow: hidden;
}

.blog-feature {
    position: relative;
    border-radius: var(--med-radius-lg);
    overflow: hidden;
}

.blog-feature img {
    width: 100%;
    object-fit: cover;
    height: 560px;
}

.blog-feature .btn-incele {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background: #111;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    border-radius: 0.35rem;
}

.blog-thumb img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--med-radius);
    max-height: 247px;
}

.blog-thumb .title {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 0.5rem;
    color: #111827;
}

.page-title {
    color: var(--docdora-blue);
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .page-title {
        font-size: 2.75rem;
        color: #0073D2;
    }
}

/* Hero Section */
.hero-section {

}

.hero-image-wrapper {
    position: relative;
    height: 100%;
}

.hero-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 16px;
}

.hero-icon-badge {

    width: 56px;
    height: 56px;
    background-color: #2563EB;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Social Icons */
.social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 47px;
    padding-top: 20px;
}

.social-icons a {
    color: #1a1a1a;
    font-size: 22px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #2563EB;
}

.social-divider {
    width: 2px;
    height: 200px;
    background-color: #1a1a1a;
    margin-top: 8px;
}

/* Content Right */
.section-subtitle {
    font-size: 15px;
    color: #333;
    margin-bottom: 2px;
    font-weight: 500;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 28px;
    line-height: 1.1;
}

.brand-name {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.brand-slogan {
    font-size: 16px;
    color: #6B7280;
    font-style: italic;
    margin-bottom: 24px;
}

.about-text {
    font-size: 14px;
    line-height: 1.75;
    color: #374151;
    text-align: justify;
}

/* Experience Badge */
.experience-badge {
    display: inline-flex;
    align-items: center;
    background-color: #0073D2;
    border-radius: 16px;
    padding: 20px 36px;
    margin-top: 30px;
    gap: 12px;
}

.experience-number {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.experience-text-wrapper {
    display: flex;
    flex-direction: column;
}

.experience-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.experience-sublabel {
    font-size: 13px;
    color: white;
}

/* Service Cards Section */
.services-section {
    padding: 20px 0 0 0;
}

.service-card {
    background-color: #F8F9FA;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #E5E7EB;
    height: 100%;
}

.service-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background-color: #EFF6FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563EB;
    font-size: 22px;
}

.service-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.service-desc {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.5;
    margin-bottom: 0;
}


.hero-card {
    position: relative;
    background: url(/www/assets/images/contact-bg.png) no-repeat left top;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 123, 255, 0.25);
    background-size: cover;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-card__brand {
    position: relative;
    z-index: 2;
    padding: 1.75rem 1.75rem 0;
}

.hero-card__brand h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
}

.hero-card__brand p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 0;
}

.hero-card__image-wrap {
    position: relative;
    margin-top: 1rem;
    padding: 0 1rem;
    text-align: center;
}

.hero-card__image-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 0.5rem;
}

.hero-card__stat {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.12);
    max-width: calc(100% - 2.5rem);
    margin: 20px;
    text-align: center;
}

.hero-card__stat strong {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    display: inline-block;
    margin-inline-end: 0.5rem;
    vertical-align: middle;
}

.hero-card__stat span {
    font-size: 0.85rem;
    color: #495057;
    vertical-align: middle;
}

.social-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
}

.social-rail a {
    color: #212529;
    font-size: 1.35rem;
    line-height: 1;
    margin: 0.4rem 0;
    transition: color 0.2s ease;
}

.social-rail a:hover {
    color: var(--docdora-blue);
    text-decoration: none;
}

.social-rail__line {
    width: 1px;
    flex: 1;
    min-height: 2rem;
    background: linear-gradient(to bottom, transparent, #ced4da 15%, #ced4da 85%, transparent);
    margin: 0.5rem 0;
}

.form-section label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #212529;
    margin-bottom: 0.35rem;
}

.form-section .form-control {
    border-radius: 0.5rem;
    border-color: #dee2e6;
    padding: 0.55rem 0.85rem;
    font-size: 0.95rem;
}

.form-section .form-control:focus {
    border-color: var(--docdora-blue);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}

.form-section textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.btn-submit {
    border-radius: 0.5rem;
    padding: 0.55rem 2.25rem;
    font-weight: 600;
}

.form-note {
    font-size: 0.8rem;
    color: var(--text-muted-custom);
}

.map-section {
    position: relative;
    margin-top: 3.5rem;
    padding-bottom: 0rem;
}

.map-section__block {
    position: relative;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.map-section__inner {
    position: relative;
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
    min-height: 340px;
    background-color: #e9ecef;
    background-image: url("https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center 40%;
    filter: grayscale(100%);
}

.map-section__bar {
    position: relative;
    z-index: 2;
    margin-bottom: -3.25rem;
}

.contact-bar {
    background: linear-gradient(160deg, var(--docdora-blue) 0%, var(--docdora-blue-dark) 100%);
    border-radius: 20px;
    color: #fff;
    padding: 2rem 1.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 123, 255, 0.3);
}

.contact-bar__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-bar__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .contact-bar__item {
        margin-bottom: 0;
    }
}

.contact-bar__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 1rem;
    font-size: 1.1rem;
}

.contact-bar__text h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #fff;
}

.contact-bar__text p,
.contact-bar__text a {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.contact-bar__text a {
    display: block;
    text-decoration: underline;
}

.contact-bar__text a:hover {
    color: #fff;
}