.th-logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.th-logo-text:hover {
    color: #fff;
    opacity: 0.85;
}

.th-hero-profile-img {
    max-height: 520px;
    object-fit: contain;
    object-position: bottom center;
}

.th-project-placeholder {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.th-offcanvas-logo .th-logo-text {
    color: #000;
}

.th-cert-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.th-cert-item:last-child {
    border-bottom: none;
}

.th-skill-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 6px 14px;
    margin: 4px;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

.th-banner-content .th-title {
    max-width: 900px;
}

.th-banner-content .th-desc {
    max-width: 620px;
}

.preloader-text {
    z-index: 2;
    color: #deff00 !important;
    text-align: center;
    white-space: nowrap;
}

h5.preloader-text::after {
    content: none !important;
    display: none !important;
}

.th-blog-wrap-iner-content .th-title,
.th-recent-post .th-titlee {
    overflow-wrap: anywhere;
    word-break: normal;
}

.th-blog-wrap-iner-thumb img,
.th-blog-details-larg-thumb img,
.th-blog-details-larg-thumb-2 img,
.th-recent-post-thumb img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 575px) {
    .th-blog-wrap-iner-content .th-title {
        font-size: 21px;
        line-height: 29px;
    }

    .th-banner-btn-wrap {
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
