/*@media (max-width: 450px) {
    .absolute-middle-center {
        top: 30%;
    }
}

@media (min-width: 451px) and (max-width: 820px) {
    .absolute-middle-center {
        top: 35%;
    }
}*/

.text-highlight {
    position: relative;
    display: inline-block;
}

.text-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background-color: var(--base-color);
}

.interactive-banner-style-09 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.diagonal-tape {
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: var(--base-color);
    opacity: 0.8;
    transform: rotate(-45deg);
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    top: 5px;
    left: -15px;
    clip-path: polygon(0% 0%, 5% 0%, 10% 10%, 90% 10%, 95% 0%, 100% 0% 100% 100%, 95% 100%, 90% 90%, 10% 90%, 5% 100%, 0% 100%);
}

.announce-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--anthracite);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.box-image {
    position: relative;
}

.raptiye {
    width: 24px;
    height: 24px;
    background-color: #EC1C24;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4), inset 0px -2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.raptiye::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #FF5C5C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.box-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.box-image img {
    display: block;
    width: 100%;
    height: auto;
}

.box-image:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5), 0 6px 8px rgba(0, 0, 0, 0.2);
}

.announcement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.announcement-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    transition: color 0.3s ease;
}

.announcement-list li:last-child {
    border-bottom: none;
}

.announcement-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.announcement-list li:hover a {
    color: #EC1C24;
}

.announcement-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    transition: color 0.3s ease, filter 0.3s ease;
    color: #fff;
}

.announcement-list li:hover .announcement-icon {
    color: #EC1C24;
}

.custom-screen-height {
    height: 400px;
}

@media (max-width: 768px) {
    .custom-screen-height {
        height: 300px;
    }
}

.categories-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.categories-box img {
    display: block;
    width: 100%;
    height: auto;
}

.categories-box:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5), 0 6px 8px rgba(0, 0, 0, 0.2);
}

.blog-box {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.newsletter-style-05 {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.image-crop {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
}

.image-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.diagonal-tape-right {
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: var(--base-color);
    opacity: 0.8;
    transform: rotate(0deg);
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.pin {
    width: 24px;
    height: 24px;
    background-color: #EC1C24;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4), inset 0px -2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.pin-top-right {
    top: 15px;
    right: 30px;
}

.pin-top-left {
    top: 15px;
    left: 30px;
}

.pin-bottom-right {
    bottom: 15px;
    right: 30px;
}

.pin-bottom-left {
    bottom: 15px;
    left: 30px;
}

.team-top-right {
    top: 15px;
    right: 15px;
}

.team-top-left {
    top: 15px;
    left: 15px;
}

.team-bottom-right {
    bottom: 15px;
    right: 15px;
}

.team-bottom-left {
    bottom: 15px;
    left: 15px;
}

.pin::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #FF5C5C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.profile-image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    background-color: white;
    border: 4px solid #fff;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rounded-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
}

.process-step-icon {
    overflow: hidden;
}

@media (max-width: 820px) {
    .display-order-1 {
        order: 1;
    }

    .display-order-2 {
        order: 2;
    }

    .display-order-3 {
        order: 3;
    }

    .display-order-4 {
        order: 4;
    }

    .display-order-5 {
        order: 5;
    }

    .display-order-6 {
        order: 6;
    }

    .display-order-7 {
        order: 7;
    }

    .display-order-8 {
        order: 8;
    }

    .display-order-9 {
        order: 9;
    }

    .display-order-10 {
        order: 10;
    }
}

.blog-image-cover-square {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-image-cover-square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.img-800-600 {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (min-width: 992px) {
    .full-screen.desktop-reduced {
        min-height: 50vh !important;
        height: 50vh !important;
    }
}

@media (min-width: 1025px) {
    .feature-hero-img {
        width: 350px;
        height: auto;
        max-height: 50vh;
    }
}

.custom-fluid {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

@media (max-width: 1199px) {
    .custom-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

footer .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}

@media (max-width: 1199px) {
    footer .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }
}

header .navbar-brand img {
    max-height: 70px !important;
}

@media (max-width: 1199px) {
    header .navbar-brand img {
        max-height: 40px !important;
    }
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--base-color) !important;
    opacity: 1 !important;
}

.card-title-fixed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
    /* 2 lines with lh-26 */
}

.masonry-fixed-height {
    height: 480px !important;
    margin-bottom: 40px !important;
}

.first-letter-block {
    margin: 8px 16px 0 0 !important;
}

.bg-anthracite {
    background-color: var(--anthracite);
}

.mb-minus-30px {
    margin-bottom: -30px !important;
}

.about-img-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.about-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .about-img-wrap {
        position: relative;
        height: 0;
        padding-bottom: 75%;
    }
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 320px;
    padding: 15px 25px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    padding: 12px 20px 12px 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    width: 32px;
    font-size: 26px;
    margin-right: 12px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a .submenu-icon-content span {
    font-size: 15px;
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.header-dark .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--anthracite) !important;
}

@media (max-width: 991px) {
    .navbar.header-dark .navbar-collapse {
        background-color: var(--anthracite) !important;
    }
}

@media (max-width: 767px) {
    .cookie-message-left {
        max-width: none !important;
    }
}

/* Index - Öne Çıkanlar */
.index-card-content { padding: 0; }
.index-card-excerpt { display: -webkit-box !important; }
.index-card-item { padding: 25px 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.index-card-item:hover { transform: translateX(10px); }
.index-card-list:hover .index-card-item:not(:hover) { opacity: 0.35; }
.index-card-item + .index-card-item { border-top: 1px solid rgba(255,255,255,0.15); }
.index-card-list > li:last-child { margin-bottom: 0 !important; }

/* Index - Son İçerikler */
.latest-card-item { padding: 18px 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.latest-card-item:hover { transform: translateX(10px); }
.latest-card-list:hover .latest-card-item:not(:hover) { opacity: 0.35; }
.latest-card-item + .latest-card-item { border-top: 1px solid rgba(255,255,255,0.15); }
.latest-card-link:hover { text-decoration: none !important; }
.latest-card-title { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

/* Navbar */
.nav-link-minimal { color: rgba(255,255,255,0.5); transition: color 0.3s; text-decoration: none; }
.nav-link-minimal:hover, .nav-link-minimal.active { color: var(--base-color) !important; }

/* Footer */
.footer-nav-minimal a:hover { color: var(--base-color) !important; }