/* 
Theme Name: TECHi v5
Theme URI: https://www.techi.com
Author: Mubeen
Author URI: 
Description: Description
Version: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: techi
License:
License URI:
Tags: 
*/
i {
    font-family: "techi-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.techi-Ignition:before {
    content: "\e91f";
}

.techi-Imagination:before {
    content: "\e920";
}

.techi-Impact:before {
    content: "\e921";
}

.techi-Important:before {
    content: "\e922";
}

.techi-Infrastructure:before {
    content: "\e923";
}

.techi-Innovations:before {
    content: "\e924";
}

.techi-Insights:before {
    content: "\e925";
}

.techi-Inspiration:before {
    content: "\e926";
}

.techi-Instruments:before {
    content: "\e927";
}

.techi-Integration:before {
    content: "\e928";
}

.techi-Interaction:before {
    content: "\e929";
}

.techi-Interface:before {
    content: "\e92a";
}

.techi-Intuition:before {
    content: "\e92b";
}

.techi-Invention:before {
    content: "\e92c";
}

.techi-twitter:before {
    content: "\e909";
}

.techi-link-solid:before {
    content: "\e908";
}

.techi-xmark-solid:before {
    content: "\e912";
}

.techi-chevron-down-solid:before {
    content: "\e913";
}

.techi-chevron-up-solid:before {
    content: "\e914";
}

.techi-bars-solid:before {
    content: "\e915";
}

.techi-clock-rotate-left-solid:before {
    content: "\e916";
}

.techi-chevron-right-solid:before {
    content: "\e90e";
}

.techi-chevron-left-solid:before {
    content: "\e90f";
}

.techi-bag-shopping-solid:before {
    content: "\e906";
}

.techi-rss-solid:before {
    content: "\e907";
}

.techi-arrow-up-right-from-square-solid:before {
    content: "\e905";
}

.techi-envelope:before {
    content: "\e90c";
}

.techi-whatsapp:before {
    content: "\e90d";
}

.techi-youtube-play:before {
    content: "\e904";
}

.techi-pinterest-p:before {
    content: "\e901";
}

.techi-linkedin-square:before {
    content: "\e902";
}

.techi-instagram:before {
    content: "\e903";
}

.techi-facebook:before {
    content: "\e900";
}

.techi-bell:before {
    content: "\e930";
}

.techi-exclamation-circle:before {
    content: "\e92f";
}

.techi-camera:before {
    content: "\e92d";
}

.techi-search:before {
    content: "\e917";
}

.techi-lightbulb-o:before {
    content: "\e918";
}

.techi-share-alt:before {
    content: "\e919";
}

.techi-location-arrow:before {
    content: "\e91a";
}

.techi-caret-down:before {
    content: "\e91b";
}

.techi-level-down:before {
    content: "\e91c";
}

.techi-caret-up:before {
    content: "\e91d";
}

.techi-industry:before {
    content: "\e91e";
}

.techi-comments:before {
    content: "\e911";
}

.techi-calendar:before {
    content: "\e910";
}

.techi-minus:before {
    content: "\e90a";
}

.techi-plus:before {
    content: "\e90b";
}

.techi-verified:before {
    content: "\e92e";
}

:root {
    --primary-color: #00b0ae;
    --primary-hover: #009694;
    --primary-accessible: #008785;
    --primary-accessible-hover: #006b6a;
    --link-color: #00b0ae;
    --primary-light: #e6f7f7;
    --dark: #0c0824;
    --text-primary: #1a1a1a;
    --text-secondary: #4a5568;
    --text-light: #718096;
    --bg-light: #f8f9fa;
    --bg-gray: #f3f4f6;
    --border-light: #e2e8f0;
    --border-medium: #cbd5e0;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s ease;
    --transition-smooth: all 0.3s ease;
    --font-weight-medium: 600;
    --font-weight-bold: 700;
    --shadow-primary: 0 2px 4px rgba(0, 135, 133, 0.15);
    --shadow-primary-lg: 0 4px 8px rgba(0, 135, 133, 0.2);
    --shadow-hover: 0 2px 4px rgba(0, 135, 133, 0.3);
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hover-lift:hover {
    transform: translateY(-1px);
    transition: var(--transition-smooth);
}

.hover-lift-lg:hover {
    transform: translateY(-2px);
    transition: var(--transition-smooth);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong {
    font-family: "Karla", sans-serif !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.active>.page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.page-link {
    color: var(--primary-color);
    transition: var(--transition-base);
}

.page-link:hover {
    color: var(--primary-hover);
    background-color: var(--primary-light);
}

.bg-bright-gray {
    background-color: var(--bg-gray);
}

.bg-bright-gray a {
    color: var(--primary-accessible-hover) !important;
    font-weight: var(--font-weight-medium);
    transition: var(--transition-base);
}

.bg-bright-gray a:hover {
    color: var(--text-primary) !important;
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.bg-bright-gray a.author-url {
    color: var(--primary-accessible) !important;
    font-weight: var(--font-weight-bold);
}

.bg-bright-gray a.author-url:hover {
    color: var(--primary-accessible-hover) !important;
    transform: translateY(-1px);
}

.bg-bright-gray .techi-featured-post-category a {
    background-color: var(--primary-accessible) !important;
    color: #ffffff !important;
    font-weight: var(--font-weight-medium);
    border-radius: var(--radius-sm);
    padding: 4px 8px;
}

.bg-bright-gray .techi-featured-post-category a:hover {
    background-color: var(--primary-accessible-hover) !important;
    transform: translateY(-1px);
    box-shadow: var(--shadow-primary);
}

.swedish-label-style {
    display: inline-block;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    padding: 9px 12px 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #333333;
}

.swedish-label-style:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    text-decoration: none;
}

time[datetime],
.date-time,
.post-date {
    color: var(--text-primary) !important;
    font-weight: var(--font-weight-medium);
}

.bg-bright-gray time[datetime],
.bg-bright-gray .date-time,
.bg-bright-gray .post-date {
    color: var(--text-dark) !important;
    font-weight: var(--font-weight-medium);
}

#load-more-btn,
.view-more-btn {
    border: 3px solid var(--primary-accessible) !important;
    color: var(--primary-accessible) !important;
    font-weight: var(--font-weight-bold) !important;
    transition: var(--transition-smooth);
}

#load-more-btn:hover,
.view-more-btn:hover {
    background-color: var(--primary-accessible) !important;
    border-color: var(--primary-accessible) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-primary-lg);
}

.techi-404 {
    font-size: 300px;
    color: var(--primary-color);
    line-height: 1;
    text-shadow: 0 4px 8px rgba(0, 176, 174, 0.2);
}

.section-start-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    color: var(--dark);
    margin-bottom: 16px;
}

.archive-count {
    background-color: var(--bg-light);
    color: var(--text-primary);
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    transition: var(--transition-base);
}

.archive-count:hover {
    background-color: var(--primary-light);
    color: var(--primary-hover);
}

.section-start-subheading {
    font-size: 18px;
    line-height: 1.74;
    color: var(--text-primary);
    margin-bottom: 0;
}

.techi-container {
    padding-left: 120px;
    padding-right: 120px;
    max-width: 100% !important;
}

a {
    text-decoration: none;
    transition: var(--transition-base);
}

.main-top-header-bar {
    padding: 8px 0px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-bottom: 1px solid #e5f3f3;
    box-shadow: 0 2px 20px rgba(0, 176, 174, 0.08);
}

.header-logo {
    position: relative;
    transition: var(--transition-base);
}

.header-logo:hover {
    transform: translateY(-1px);
}

.header-logo h1 {
    margin: 0;
    line-height: 0;
}

.header-logo h1 img,
.header-logo a img {
    width: 85%;
    max-width: 150px;
    height: auto !important;
    object-fit: cover;
    transition: var(--transition-base);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.header-logo h1 img:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 2px 6px rgba(0, 176, 174, 0.2));
}

.header-logo::before {
    content: "";
    position: absolute;
    height: 88px;
    background: linear-gradient(180deg, var(--primary-color) 0%, transparent 100%);
    width: 2px;
    right: -15px;
    top: -36px;
}

.top-header-bar-right-elements {
    gap: 30px;
}

.header-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #000000;
    box-shadow: 0 2px 12px rgba(0, 176, 174, 0.1);
    transition: var(--transition-base);
    background: #ffffff;
}

.header-search-bar .search-form {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
    gap: 0;
}

.header-search-bar .search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
}

.header-search-bar:hover {
    border-color: rgba(0, 176, 174, 0.3);
    box-shadow: 0 4px 20px rgba(0, 176, 174, 0.15);
    transform: translateY(-1px);
}

.header-search-bar input {
    background: transparent;
    border: none;
    padding: 0px 16px;
    line-height: 2.5;
    font-size: 14px;
    border-radius: 0;
    outline: none;
    flex: 1;
    min-width: 0;
    width: auto;
    height: 36px;
    transition: var(--transition-base);
    font-weight: 500;
    color: #333;
}

.header-search-bar input::placeholder {
    color: #64748b;
    font-weight: 400;
}

.header-search-bar input:focus {
    background: transparent;
    color: #333;
}

.header-search-bar:focus-within {
    border-color: #00b0ae;
    box-shadow: 0 0 0 3px rgba(0, 176, 174, 0.1), 0 4px 20px rgba(0, 176, 174, 0.15);
}

h2.h2-font {
    font-size: 38px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    margin-bottom: 2rem;
}

.techi-search:before {
    content: "\e917";
    font-family: 'techi-icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-search-bar .search-submit,
.header-search-bar i {
    background: linear-gradient(135deg, #00b0ae 0%, #00968a 100%);
    color: #ffffff;
    line-height: 2.8;
    border-radius: 0;
    border: none;
    font-size: 16px;
    height: 36px;
    width: 45px;
    min-width: 45px;
    flex-shrink: 0;
    cursor: pointer;
    transition: var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-family: 'techi-icons' !important;
}

.header-search-bar .search-submit::after,
.header-search-bar i::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
    z-index: 1;
}

.header-search-bar .search-submit:hover::after,
.header-search-bar i:hover::after {
    left: 100%;
}

.header-search-bar .search-submit:hover,
.header-search-bar i:hover {
    background: linear-gradient(135deg, #00968a 0%, #007a70 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 176, 174, 0.4);
}

.header-search-bar .search-submit .techi-search,
.header-search-bar .techi-search,
.header-search-bar i.techi-search {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.header-search-bar .search-submit .techi-search:before,
.header-search-bar i.techi-search:before {
    content: "\e917";
    position: relative;
    z-index: 3;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 1;
}

.category-swiper-container-wrapper {
    background: linear-gradient(135deg, #f8fffe 0%, #ffffff 50%, #f0fffe 100%);
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, transparent 0%, #00b0ae 20%, #00968a 50%, #00b0ae 80%, transparent 100%) 1;
    box-shadow: 0 8px 32px rgba(0, 176, 174, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.category-swiper-container-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(0, 176, 174, 0.03) 25%,
            rgba(0, 176, 174, 0.05) 50%,
            rgba(0, 176, 174, 0.03) 75%,
            transparent 100%);
    animation: categoryShimmer 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes categoryShimmer {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.category-swiper-container-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            #00b0ae 20%,
            #00968a 50%,
            #00b0ae 80%,
            transparent 100%);
    animation: categoryPulse 3s ease-in-out infinite;
}

@keyframes categoryPulse {

    0%,
    100% {
        opacity: 0.6;
        transform: scaleY(1);
    }

    50% {
        opacity: 1;
        transform: scaleY(1.5);
    }
}

#menu-primary-menu-new-1 {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

#menu-primary-menu-new-1 .tdb-menu-item-text {
    margin: 0;
    list-style: none;
    padding: 12px !important;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%);
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#menu-primary-menu-new-1 .tdb-menu-item-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
    z-index: 1;
}

#menu-primary-menu-new-1 .tdb-menu-item-text:hover::before {
    left: 100%;
}

#menu-primary-menu-new-1 .tdb-menu-item-text:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 176, 174, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 176, 174, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
}

#menu-primary-menu-new-1 .tdb-menu-item-text>div {
    font-size: 28px !important;
    padding: 15px;
    background: linear-gradient(135deg, #00b0ae 0%, #00968a 50%, #007a70 100%);
    border-radius: 16px;
    border: 3px solid transparent;
    color: #fff !important;
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 8px auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 176, 174, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    background-size: 200% 200%;
    animation: categoryGradientShift 6s ease infinite;
}

@keyframes categoryGradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#menu-primary-menu-new-1 .tdb-menu-item-text>div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

#menu-primary-menu-new-1 .tdb-menu-item-text:hover>div::before {
    transform: translateX(100%);
}

#menu-primary-menu-new-1 .tdb-menu-item-text:hover>div {
    transform: scale(1.1) rotateY(5deg);
    box-shadow: 0 16px 40px rgba(0, 176, 174, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

#menu-primary-menu-new-1 a {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 6px 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#menu-primary-menu-new-1 a:hover {
    color: #00b0ae;
    transform: none;
    text-shadow: 0 2px 4px rgba(0, 176, 174, 0.2);
}

.item-cat-post-count {
    color: #00b0ae;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(0, 176, 174, 0.1) 0%, rgba(0, 176, 174, 0.2) 100%);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 11px;
    margin-top: 2px;
    display: inline-block;
    border: 1px solid rgba(0, 176, 174, 0.2);
}

#menu-primary-menu-new-1 .owl-nav button {
    background: linear-gradient(135deg, #00b0ae 0%, #00968a 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 18px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 176, 174, 0.3) !important;
    z-index: 10 !important;
}

#menu-primary-menu-new-1 .owl-nav button:hover {
    background: linear-gradient(135deg, #007a70 0%, #005a52 100%) !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(0, 176, 174, 0.4) !important;
}

#menu-primary-menu-new-1 .owl-prev {
    left: -25px !important;
}

#menu-primary-menu-new-1 .owl-next {
    right: -25px !important;
}

.category-swiper-container-wrapper [role="region"] {
    position: relative;
}

.category-swiper-container-wrapper [aria-label] {
    font-size: 0;
}

#menu-primary-menu-new-1 .owl-stage {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#menu-primary-menu-new-1 a:focus,
#menu-primary-menu-new-1 .tdb-menu-item-text:focus-within {
    outline: 3px solid rgba(0, 176, 174, 0.6);
    outline-offset: 2px;
    background: linear-gradient(135deg, #ffffff 0%, #f0fffe 100%);
}

.category-swiper-container-wrapper.loading {
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
    animation: categoryLoading 1.5s ease-in-out infinite;
}

@keyframes categoryLoading {

    0%,
    100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    #menu-primary-menu-new-1 .tdb-menu-item-text>div {
        width: 70px;
        height: 70px;
        font-size: 24px !important;
    }

    .category-swiper-container-wrapper {
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .category-swiper-container-wrapper {
        padding: 12px 0;
        margin-bottom: 1px;
    }

    #menu-primary-menu-new-1 .tdb-menu-item-text {
        padding: 8px !important;
        border-radius: 12px;
    }

    #menu-primary-menu-new-1 .tdb-menu-item-text>div {
        width: 60px;
        height: 60px;
        font-size: 20px !important;
        border-radius: 12px;
    }

    #menu-primary-menu-new-1 a {
        font-size: 12px;
        padding: 4px 0;
    }

    #menu-primary-menu-new-1 .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    #menu-primary-menu-new-1 .owl-prev {
        left: -20px !important;
    }

    #menu-primary-menu-new-1 .owl-next {
        right: -20px !important;
    }
}

@media (prefers-color-scheme: dark) {
    .category-swiper-container-wrapper {
        border-image: linear-gradient(90deg, transparent 0%, #00b0ae 20%, #00968a 50%, #00b0ae 80%, transparent 100%) 1;
    }

    #menu-primary-menu-new-1 .tdb-menu-item-text {
        background: linear-gradient(135deg, rgba(40, 40, 40, 0.9) 0%, rgba(50, 50, 50, 0.8) 100%);
    }

    #menu-primary-menu-new-1 a {
        color: #e0e0e0;
    }
}

.two-takes-btn a,
a.headerbuy-btn {
    border-radius: 5px;
    font-weight: 600;
    padding: 0px 18px;
    font-size: 14px;
    line-height: 29px;
    height: 31px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

a.headerbuy-btn {
    background: linear-gradient(135deg, rgba(0, 176, 174, 0.1) 0%, rgba(0, 176, 174, 0.05) 100%);
    border: 2px solid #00b0ae;
    color: #00b0ae;
}

a.headerbuy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

a.headerbuy-btn:hover::before {
    left: 100%;
}

a.headerbuy-btn:hover {
    background: linear-gradient(135deg, #00b0ae 0%, #00968a 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 176, 174, 0.3);
}

.two-takes-btn a {
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.1) 0%, rgba(255, 87, 34, 0.05) 100%);
    border: 2px solid #ff5722;
    color: #ff5722;
}

.two-takes-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.two-takes-btn a:hover::before {
    left: 100%;
}

.two-takes-btn a:hover {
    background: linear-gradient(135deg, #ff5722 0%, #f4511e 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
}

.two-takes-btn a svg,
a.headerbuy-btn svg {
    width: 14px;
    height: 16px;
    margin-right: 8px;
    transition: var(--transition-base);
}

.two-takes-btn a:hover svg,
a.headerbuy-btn:hover svg {
    transform: translateX(2px);
}

.two-takes-btn i,
a.headerbuy-btn i {
    margin-right: 8px;
    font-size: 12px;
    transition: var(--transition-base);
}

.two-takes-btn a:hover i,
a.headerbuy-btn:hover i {
    transform: translateX(2px);
}

.search-submit svg {
    width: 14px;
    transition: var(--transition-base);
}

.search-submit {
    background: linear-gradient(135deg, #00b0ae 0%, #00968a 100%);
    color: #ffffff;
    padding: 0px 14px;
    border-radius: 0;
    font-size: 14px;
    height: 36px;
    width: 45px;
    cursor: pointer;
    border: none;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search-submit:hover {
    background: linear-gradient(135deg, #00968a 0%, #007a70 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 176, 174, 0.4);
}

a.headerbuy-btn {
    margin-left: 2rem;
}

a.headerbuy-btn i,
.two-takes-btn i {
    margin-right: 8px;
}

.wp-block-columns-is-layout-flex {
    display: flex;
    justify-content: space-between;
}

.category-toggle-bars {
    display: none;
}

.category-toggle-bars button {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#offcanvasCategory .offcanvas-header button {
    background-color: transparent;
    font-size: 24px;
}

#offcanvasCategory .offcanvas-header button:hover,
.category-toggle-bars button:hover {
    color: var(--primary-color);
}

#offcanvasCategory .offcanvas-header button i {
    color: var(--text-primary);
}

footer ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.techi-footer .widget_nav_menu .menu li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text-primary);
    transition: var(--transition-base);
    text-decoration: none;
}

.techi-footer .footer-widget .menu li.current-menu-item a {
    color: var(--primary-color);
    text-decoration: underline;
}

.techi-footer .widget_nav_menu .menu li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.techi-footer .widget_nav_menu .menu li a i {
    margin-right: 12px;
}

.techi-footer .footer-social-icons li a {
    border: 1px solid var(--border-medium);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    color: var(--text-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition-base);
    text-decoration: none;
}

.techi-footer .footer-social-icons li a:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.techi-footer .footer-social-icons li a i {
    font-size: 20px;
}

.techi-footer h4,
.techi-footer h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
}

.techi-about p {
    font-size: 14px;
}

.menu-copyright-left-menu-container ul,
.menu-copyright-right-menu-container ul {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.menu-copyright-left-menu-container a,
.menu-copyright-right-menu-container a {
    color: var(--text-primary);
    transition: var(--transition-base);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.menu-copyright-left-menu-container a:hover,
.menu-copyright-right-menu-container a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.menu-copyright-right-menu-container ul {
    justify-content: end;
}

.menu-copyright-left-menu-container ul {
    justify-content: start;
}

.techi-lower-footer-p {
    font-size: 14px;
    margin-bottom: 0;
}

.techi-footer-para {
    font-size: 14px;
}

.techi-memes-section {
    background: #ffffff;
    color: #000000;
    border-radius: 8px;
    padding: 2rem 0;
    position: relative;
    z-index: 9999;
    margin: 50px 0px;
    box-shadow: var(--shadow-lg);
}

.techi-memes-section h3.section-start-heading {
    color: #fff !important;
}

.techi-memes-section::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    max-width: 39%;
    height: 100%;
    padding: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
}

.techi-memes-section h4,
.techi-memes-section p {
    color: #fff !important;
}

.techi-memes-section .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.techi-memes-section .swiper-pagination-bullet-active {
    opacity: 1;
}

.techi-memes-section .swiper-pagination {
    position: relative;
    bottom: -5px !important;
    text-align: left;
    padding-bottom: 20px;
}

.techi-memes-section .swiper-pagination span {
    background: #fff;
    width: 20px;
    height: 3px;
    border-radius: 1px;
}

.techi-memes-section .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.equal-height-row>div>div>h2 {
    font-size: 20px;
    font-weight: 700;
}

.techi-featured-post-main {
    background-color: #000000;
    position: relative;
    flex: 1;
    overflow: hidden;
}

.techi-featured-post-main img {
    height: 100%;
    object-fit: cover;
    transition: var(--transition-base);
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
}

.techi-featured-post-main:hover img {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.0) saturate(1.1);
}

.techi-featured-post-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.techi-featured-post-main figure {
    margin-bottom: 0;
    height: 100%;
}

.techi-featured-post-main .techi-featured-post-main-content h2 a:hover,
.techi-featured-post-main .techi-featured-post-main-content h3 a:hover {
    color: var(--primary-color) !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--primary-color);
}

.techi-featured-post-trending {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-light);
    transition: var(--transition-base);
}

.techi-featured-post-trending:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.techi-featured-post-trending figure {
    margin-bottom: 0;
}

.techi-featured-post-trending h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.techi-featured-post-trending a {
    text-decoration: none;
    color: var(--text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.techi-featured-post-trending a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-color: var(--primary-color);
}

.techi-featured-post-category a {
    background-color: var(--primary-color);
    padding: 3px 5px;
    color: white;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.74;
    text-decoration: none;
    transition: var(--transition-base);
}

.techi-featured-post-category a:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.category-important-color a {
    background-color: #da8359;
}

.category-insights-color a {
    background-color: #987d9a;
}

.category-impact-color a {
    background-color: #a6b37d;
}

.category-ignition-color a {
    background-color: #789dbc;
}

.category-imagination-color a {
    background-color: #89a8b2;
}

.category-infrastructure-color a {
    background-color: #6cbdbb;
}

.category-innovations-color a {
    background-color: #727d73;
}

.category-inspiration-color a {
    background-color: #5c7285;
}

.category-instruments-color a {
    background-color: #c599b6;
}

.category-integration-color a {
    background-color: #638889;
}

.category-interaction-color a {
    background-color: #549bad;
}

.category-interface-color a {
    background-color: #c599b6;
}

.category-intuition-color a {
    background-color: var(--primary-color);
}

.category-invention-color a {
    background-color: #789dbc;
}

span.trending-count {
    position: absolute;
    top: 0px;
    background-color: var(--primary-color);
    color: white;
    padding: 0px;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-align: center;
    line-height: 22px;
    right: -22px;
    transform: rotate(45deg);
    top: 2px;
    width: 74px;
    border-radius: 0;
}

a.author-url {
    color: var(--primary-accessible) !important;
    transition: var(--transition-base);
    font-weight: var(--font-weight-medium);
}

a.author-url:hover {
    color: var(--primary-accessible-hover) !important;
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.subscribe-form fieldset>.frm_fields_container {
    position: relative;
}

.subscribe-us-form-filed {
    grid-column: span 12 / span 12 !important;
}

.subscribe-form .subscribe-us-form-filed input {
    border-radius: 5px !important;
    padding-right: 180px !important;
}

.frm_style_formidable-style.with_frm_style .frm_error {
    color: #ef4444 !important;
}

.subscribe-us-form-filed-btn {
    position: absolute;
    right: 0;
    top: 28px !important;
}

.subscribe-us-form-filed-btn .frm_submit.frm_flex label {
    display: none !important;
}

.subscribe-us-form-filed-btn button {
    border-radius: unset !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 13px !important;
    width: 180px !important;
    margin: 0 !important;
    height: 53px !important;
}

.techi-featured-post-trending img {
    width: 400px;
    border-radius: 5px;
    margin: 0;
    height: 80px;
    max-width: 140px;
    min-width: 140px;
    object-fit: cover;
}

.techi-featured-post-main .techi-featured-post-main-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.subscribe-us-form-filed-btn {
    margin-bottom: 0 !important;
}

.subscribe-us-form-filed input {
    border-radius: 0 !important;
}

.techi-featured-post-main .techi-featured-post-main-content h2 a {
    font-size: 28px;
    line-height: 1.2;
    color: #fff !important;
    margin: 5px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 1);
    font-weight: 700;
}

.techi-featured-post-main .techi-featured-post-main-content p {
    font-size: 14px;
    margin-top: 10px;
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.techi-featured-post-main .techi-featured-post-main-content {
    padding: 15px 20px 20px;
}

.techi-featured-post-sm .techi-featured-post-main-content h3 a {
    font-size: 18px;
    line-height: 1.2;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 1);
    font-weight: 600;
    margin: 5px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faqs-accordian {
    max-width: 80% !important;
    margin: 0 auto;
}

.faqs-accordian .accordion-button {
    background-color: var(--primary-color) !important;
    color: white !important;
    font-weight: bold;
    outline: none !important;
    transition: var(--transition-base);
}

.faqs-accordian .accordion-button:hover {
    background-color: var(--primary-hover) !important;
}

.faqs-accordian h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -2px;
    text-align: center;
}

.faqs-accordian p {
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.faqs-accordian>p {
    text-align: center;
}

.faqs-accordian p a {
    color: var(--primary-color);
}

.faqs-accordian .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.faqs-accordian .accordion-body {
    background-color: var(--primary-color);
    padding-top: 0px !important;
    padding-left: 10px !important;
}

.faqs-accordian .accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    border: none;
    background-color: var(--primary-color) !important;
}

.faqs-accordian .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.faqs-accordian .accordion-button::after {
    transition: none;
    color: white;
    filter: invert(1);
    font-weight: bold;
}

.rank-math-question {
    background-color: var(--bg-gray);
    border-radius: 5px;
    color: var(--text-primary);
    padding: 16px 24px;
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    transition: var(--transition-base);
    border: 1px solid var(--border-light);
}

.rank-math-question:hover {
    background-color: var(--bg-light);
    box-shadow: var(--shadow-sm);
}

.rank-math-question::after {
    position: absolute;
    content: "\e912";
    font-family: 'techi-icons';
    top: 50%;
    right: 24px;
    font-size: 14px;
    transform: translateY(-50%) rotate(45deg);
    transition: var(--transition-base);
}

.faq-open .rank-math-question::after {
    transform: translateY(-50%) rotate(0deg);
}

.rank-math-list-item {
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.rank-math-answer p {
    margin-bottom: 0 !important;
    text-align: left !important;
    padding: 12px 24px;
}

.institution-flex {
    display: flex;
    row-gap: 25px;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    padding-top: 35px;
    flex-wrap: wrap;
    border-top: 1px solid var(--border-light);
}

.institution-item {
    border-right: 1px solid var(--border-light);
}

.institution-flex a {
    text-align: center;
    text-decoration: none;
    transition: var(--transition-base);
}

.institution-flex a:hover {
    transform: translateY(-5px);
}

.institution-img img {
    border-radius: 50%;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    transition: var(--transition-base);
}

.institution-img img:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-md);
}

.institution-flex a span {
    color: var(--text-secondary);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    transition: var(--transition-base);
}

.institution-flex a:hover span {
    color: var(--primary-color);
}

.institution-item.institution-last-item {
    border-right: unset;
}

.institution-content {
    text-align: center;
}

footer.techi-old-footer {
    background-color: var(--dark);
    color: #fff;
    padding-top: 30px;
}

.techi-footer-about ul li {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 41px;
    transition: var(--transition-base);
}

.techi-footer-about ul li:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.techi-footer-about ul li:hover i {
    color: #fff;
}

.techi-old-footer .techi-footer-about ul li a {
    color: black;
    display: block;
}

.techi-footer-about p {
    margin: 25px 0px;
    font-size: 16px;
}

footer.techi-old-footer h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

footer.techi-old-footer ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

footer.techi-old-footer ul li.current-menu-item a {
    color: var(--primary-color);
}

footer.techi-old-footer ul li a:hover {
    color: var(--primary-color);
}

footer.techi-old-footer .footer-social-icons li a {
    font-size: 16px;
    line-height: 43px;
}

.techi-footer-stay-in-touch form input,
.techi-footer-stay-in-touch form button {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
}

.techi-footer-stay-in-touch form button {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    transition: var(--transition-base);
}

.techi-footer-stay-in-touch form button:hover {
    background-color: var(--primary-hover);
}

.footer-newsletter input {
    width: unset !important;
    margin-right: 5px;
}

.subscribe-section {
    background-color: var(--bg-gray);
    background-image: url("/wp-content/uploads/2025/05/sub-banner.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0 !important;
    padding: 20px 0;
}

.subscribe-text {
    padding-right: 115px;
}

.subscribe-text h6 {
    color: var(--primary-color);
}

.subscribe-text p {
    color: #000000;
}

.subscribe-newsletter-section .frm_primary_label {
    color: #000 !important;
    font-size: 16px !important;
    font-family: "Karla";
}

.subscribe-form label a,
.footer-newsletter label a {
    color: var(--primary-color) !important;
}

.subscribe-form input {
    border-radius: 0;
    outline: none;
}

.subscribe-form button {
    background-color: var(--primary-color);
    border-radius: 0;
    height: 45px;
    transition: var(--transition-base);
}

.subscribe-form button:hover {
    background-color: var(--primary-hover);
}

.subscribe-form input {
    border-radius: 10px !important;
}

.subscribe-form legend>.frm_fields_container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.subscribe-newsletter-section {
    margin-bottom: 1.5rem;
}

.home-subscribe-inputarea {
    display: flex;
    flex-direction: column;
    position: relative;
}

input.home-subscribe-input {
    border-radius: 5px !important;
    min-height: 55px;
    line-height: 1.3;
    border: 1px solid var(--border-medium);
    color: var(--text-primary);
    font-family: "Karla";
    padding: 6px 12px;
    padding-right: 188px;
    width: 100%;
    transition: var(--transition-base);
}

input.home-subscribe-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 176, 174, 0.1);
    outline: none;
}

label.home-subscribe-label {
    color: #000000;
    font-size: 16px;
    font-family: "Karla";
    padding-bottom: 3px;
    width: 100%;
}

button.home-subscribe-btn {
    border-radius: unset;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 13px;
    width: 180px;
    margin: 0;
    height: 55px;
    background-color: var(--primary-accessible) !important;
    border: 1px solid var(--primary-accessible) !important;
    color: #ffffff !important;
    font-family: "Karla";
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    transition: var(--transition-smooth);
    position: absolute;
    bottom: 0;
    right: 0;
}

button.home-subscribe-btn:hover {
    background-color: var(--primary-accessible-hover) !important;
    border-color: var(--primary-accessible-hover) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}

button.home-subscribe-btn:focus {
    background-color: var(--primary-accessible) !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(0, 135, 133, 0.3) !important;
    outline: none !important;
}

.input-with-loader {
    position: relative;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid var(--border-light);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: news-spin 0.8s linear infinite;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
}

@keyframes news-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.input-with-loader.loading input {
    color: transparent;
}

#newsletterResponse {
    color: var(--primary-color);
    font-weight: 500;
    border: 2px solid var(--primary-color);
    width: fit-content;
    padding: 0 1rem;
    margin-top: 8px;
    text-transform: capitalize;
}

.two-takes-listing-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 8px 1rem;
    height: 100%;
    transition: var(--transition-base);
    background-color: #ffffff;
}

.two-takes-listing-item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.two-takes-listing-item h2 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
}

.two-takes-listing-item h2 a {
    color: var(--dark);
    text-decoration: none;
    display: block;
    line-height: 1.4;
    max-height: 84px;
    overflow: visible;
    word-wrap: break-word;
    hyphens: auto;
}

.two-takes-listing-item h2 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--primary-color);
}

.two-takes-listing-item p {
    color: var(--text-secondary);
    margin-bottom: 8px;
    font-weight: 600;
    font-style: italic;
}

.two-takes-listing-item .listing-item-source a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-style: italic;
    transition: var(--transition-base);
}

.two-takes-listing-item .listing-item-source a:hover {
    color: var(--primary-hover);
}

.listing-item-description {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.picture-cards {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 140%;
    overflow: hidden;
    border-radius: 12px;
}

.picture-cards img {
    filter: brightness(0.35) contrast(1.1) saturate(1.3);
    transition: var(--transition-base);
    border-radius: 12px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-cards::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    border-radius: 12px;
    pointer-events: none;
    z-index: 1;
}

.picture-cards:hover img {
    filter: brightness(0.45) contrast(1.0) saturate(1.2);
    transform: scale(1.05);
}

.picture-cards svg {
    width: 14px;
    height: 14px;
    position: absolute;
    fill: #fff;
    top: 1rem;
    right: 1rem;
    z-index: 1;
}

.picture-cards .picture-cards-title {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0 20px 20px;
    z-index: 2;
}

.picture-cards .picture-cards-title h2 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    text-decoration-color: transparent;
    text-decoration-thickness: 3px;
    transition: var(--transition-base);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 1px 3px rgba(0, 0, 0, 0.9);
    font-weight: 600;
}

.post-meta-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0px 0;
}

.recently-updated-by-on {
    flex-direction: column;
    align-items: flex-start;
}

.recently-updated-by-on>div {
    width: 100%;
}

.post-updated-on {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.post-updated-by {
    justify-content: space-between;
    align-items: baseline !important;
}

.post-updated-by p,
.post-updated-on p {
    margin-bottom: 0 !important;
}

.user-img-admin img {
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    object-fit: contain;
    margin: 0 !important;
}

.post-meta-details h6 {
    margin: 0;
    font-weight: 500;
}

.post-meta-details span {
    color: var(--text-light);
}

.picture-cards .picture-cards-title h2:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-decoration-thickness: 3px;
}

.view-more-btn,
.faqs-read-more a {
    width: 180px;
    height: 55px;
    border: 3px solid var(--primary-color);
    border-radius: 5px;
    background-color: transparent;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: var(--transition-base);
}

.view-more-btn:hover,
.faqs-read-more a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.home-view-more-btn {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: var(--primary-color);
    transition: var(--transition-base);
    flex: 0 0 100px;
}

.home-view-more-btn:hover {
    color: var(--primary-color);
}

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

section:has(.wp-block-custom-about-us) {
    margin-bottom: 0 !important;
}

.about-us-text .techi-p {
    font-size: 20px;
}

.about-us-text hr {
    margin: 1rem 0;
}

.about-us-block .about-us-text p {
    font-size: 18px !important;
    line-height: 32.4px !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 22px;
}

.about-us-second-sec .text {
    font-size: 18px;
    line-height: 32.4px;
    font-weight: 400;
}

.about-us-block .about-us-text p.text-color-sub-line {
    color: var(--primary-color);
    font-size: 24px !important;
    line-height: 33.6px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
}

.about-us-text h2 {
    font-size: 38px;
    line-height: 49.4px;
    font-weight: 600 !important;
    margin: 0;
}

.about-us-page h5 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
}

.about-us-page h5 a {
    color: #000000;
}

.about-us-page h5 a:hover {
    color: var(--primary-color);
}

.about-us-text .text-last h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
}

.about-us-text .text-last p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
}

.about-us-text .divider-svg-main {
    position: absolute;
    top: 0;
    width: 100%;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.about-us-text .divider-svg {
    fill: var(--primary-color);
    transform-origin: 50% 50% 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.about-us-text .last-container {
    background-color: var(--bg-light);
}

.about-us-text .text-last {
    margin-top: 10px;
}

.about-us-text .text-last h4 {
    max-width: 400px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 28px !important;
    font-weight: 800 !important;
}

.about-us-text .text h6 {
    max-width: 400px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.interested-section>div {
    position: relative;
    z-index: 1;
}

.interested-section .text-last h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
}

.interested-section .text-last p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
}

.interested-section p {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 18px;
}

.interested-section .divider-svg-main {
    position: absolute;
    top: 0;
    width: 100%;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.interested-section .divider-svg {
    fill: var(--primary-color);
    transform-origin: 50% 50% 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.interested-section .text-last {
    margin-top: 10px;
}

.interested-section .text-last h4 {
    max-width: 400px;
    color: var(--text-primary);
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 28px !important;
    font-weight: 800 !important;
}

.interested-section .text-last>div {
    font-size: 17px;
    color: var(--text-primary);
}

.interested-section .text h6 {
    max-width: 400px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.texth6 {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 800 !important;
    color: var(--text-primary);
}

.techi-page-description .interested-section p {
    font-size: 14px !important;
    color: var(--text-primary);
}

.interested-section .border-dark {
    border-color: var(--border-light) !important;
}

.heading-only-cards {
    background-color: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 6px;
    height: 100%;
    transition: var(--transition-base);
}

.heading-only-cards:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

section.bg-bright-gray .heading-only-cards {
    background-color: #ffffff;
}

.techi-archive-sections .heading-only-cards {
    background-color: #fff;
}

.heading-only-cards img,
.four-news-card>a>img {
    margin-bottom: 16px;
    border-radius: 6px 6px 0 0;
    aspect-ratio: 2 / 1;
}

.heading-only-cards h2,
.heading-only-cards .post-title,
.four-news-card h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

.heading-only-cards p,
.four-news-card p {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    -webkit-line-clamp: 2;
}

.heading-only-cards h2 a,
.heading-only-cards .post-title a,
.four-news-card h2 a {
    color: var(--dark);
    text-decoration: none;
    display: block;
    line-height: 1.4;
    min-height: 48px;
    max-height: 72px;
    overflow: visible;
    word-wrap: break-word;
    hyphens: auto;
}

.heading-only-cards h2 a:hover,
.heading-only-cards .post-title a:hover,
.four-news-card h2 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--primary-color);
}

.four-news-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.four-news-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.four-news-card>a>img {
    margin-bottom: 0;
    border-radius: 8px;
}

.four-news-card>a {
    flex: 0 0 50%;
}

button.search-mobile-btn {
    display: none !important;
}

button.search-mobile-btn svg {
    width: 16px;
    height: 16px;
}

h1.techi-page-title {
    font-size: 38px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.contact-us-icons img {
    width: 55px !important;
    height: 55px !important;
    object-fit: contain;
}

.is-style-logos-only {
    gap: 1rem;
}

.is-style-logos-only a svg {
    width: 24px !important;
    height: 24px !important;
}

.techi-page-description p:first-child {
    text-align: center;
}

.techi-page-description p {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 26px;
}

.techi-page-description ul.wp-block-list {
    margin-bottom: 1.5rem;
}

.techi-page-description ul li {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px;
}

.techi-page-description a {
    color: var(--text-secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: var(--transition-base);
}

.techi-page-description a:hover {
    color: var(--primary-color);
}

.techi-page-description h3.wp-block-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.techi-page-description h3.fw-700 {
    font-weight: 700 !important;
}

.about-us-side-img img {
    width: 450px;
    height: 450px;
}

h4.h4-font {
    font-size: 28px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
}

.two-takes-posts {
    padding: 0 120px;
}

.main-head {
    background-color: var(--bg-light);
}

.main-head p {
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.data-style {
    padding: 1.5rem 8px !important;
}

.data-style h1 {
    color: #000;
    font-size: 38px;
    line-height: 1.1 !important;
    font-weight: 600;
}

.data-style h3 {
    color: #000;
    font-size: 38px;
    line-height: 41.8px;
    font-weight: 500;
}

.data-style .text-content {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 30px;
    font-family: "Karla", sans-serif;
}

.article-images img {
    width: 70px;
    border-radius: 6px;
    background-color: var(--bg-light);
    padding: 5px;
    object-fit: contain;
}

.click-tag a {
    text-decoration: none;
    color: #000;
}

.click-tag a:hover {
    color: var(--primary-color);
}

.click-tag p {
    color: var(--text-secondary);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.click-tag h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.link-tag b {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 600;
    color: #000000;
}

.link-tag span {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0 0 0 1px;
    line-height: 1.2;
    color: var(--text-light);
    border-color: var(--border-light);
    margin: 0;
}

.techi-two-takes-thumbnail {
    flex: 0 0 300px;
}

.techi-two-takes-thumbnail img {
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 2 / 1;
}

.techi-two-takes-single figcaption {
    background-color: var(--bg-light);
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Karla";
    border: 2px solid var(--border-light);
    border-top: 0;
    border-radius: 0 0px 5px 5px;
}

#tradingview {
    height: 90vh;
}

.institution-content p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.institution-upper {
    background-color: #183533;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 90px;
}

.institution-upper p {
    margin: 0;
}

.institution-upper-share h2 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.institution-upper-share ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.institution-upper-share ul a {
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: #1c3533;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 10px -1px #1d413e, -6px -6px 10px -1px #2a4542;
    border: 1px solid #284d4a;
    transition: var(--transition-base);
}

.institution-upper-share ul a i {
    font-size: 22px;
    line-height: 33px;
}

.institution-upper-share ul li:first-child a:hover {
    color: #1877f2;
}

.institution-upper-share ul li:nth-child(2) a:hover {
    color: #e1306c;
}

.institution-upper-share ul li:nth-child(3) a:hover {
    color: #0077b5;
}

.institution-upper-share ul li:nth-child(4) a:hover {
    color: #bd081c;
}

.institution-upper-share ul li:last-child a:hover {
    color: #ff0000;
}

.institution-upper-stats {
    padding: 0 24px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-share-price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.stats-share-price p:last-child {
    position: relative;
    width: 10px;
    height: 10px;
}

.stats-share-price p:last-child::after {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    margin: auto;
}

.stats-fix-index p {
    font-size: 14px;
    line-height: 16.8px;
}

.stats-right p:first-child {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
}

.stats-right p:last-child i {
    color: #008000;
    margin-right: 2px;
}

.stats-right p:last-child {
    font-size: 12px;
    line-height: 12px;
}

.profile-picture {
    display: flex;
    gap: 8px;
}

.profile-picture img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile-picture h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    margin: 0;
}

.profile-picture p {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 600;
    color: #eeb44a;
}

.institution-upgrade-profile button {
    border: 2px solid #fff;
    padding: 8px 12px;
    justify-content: flex-end;
    background: rgba(10, 10, 10, 0);
    color: var(--primary-color);
    font-size: 12px;
    line-height: 1.2;
    border-radius: 5px;
    transition: var(--transition-base);
}

.institution-upgrade-profile button:hover {
    background: rgba(10, 10, 10);
}

.institution-upper-profile {
    display: flex;
    justify-content: space-between;
}

.card-head .first-p {
    border: 1px solid var(--border-medium);
    background-color: var(--bg-light);
}

.card-head {
    border: 1px solid var(--border-light);
    margin-top: -2rem;
    background-color: #fff;
}

.first-p strong {
    margin-left: 8px;
    font-weight: bolder;
}

span.cursor-pointer.text-primary {
    color: var(--primary-color) !important;
    cursor: pointer;
}

.location {
    font-size: 0.83rem;
}

.techi-industry:before {
    color: #e0719e;
}

#institution-content-modal .modal-header {
    background-color: var(--primary-color);
}

#institution-content-modal h2 {
    font-size: 24px;
}

#institution-content-modal .modal-header h5 {
    color: #fff;
}

#institution-content-modal .modal-header button {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#institution-content-modal .modal-dialog {
    max-width: 850px;
}

.profile-card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    text-align: center;
}

.profile-img {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    padding: 10px;
    object-fit: cover;
    border: 1px solid var(--primary-color);
}

.profile-name {
    font-size: 22px;
    margin-top: 10px;
    color: #000000;
}

.profile-title {
    font-size: 18px;
    color: var(--text-secondary);
}

.table-bordered th {
    background-color: var(--bg-gray) !important;
    vertical-align: middle;
    padding: 12px 16px;
    line-height: 1.2;
    font-size: 18px;
    color: var(--text-primary);
    font-weight: 700;
}

.table-bordered td {
    vertical-align: middle;
    line-height: 1.2;
    font-size: 18px;
    color: var(--text-primary);
    font-weight: 400;
}

.post-on-techi-container {
    color: black;
    background-color: var(--bg-gray);
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    transition: var(--transition-base);
}

.other-links a {
    text-decoration: none;
    text-align: left;
    font-size: 18px !important;
}

.post-on-techi-container:hover {
    color: var(--primary-color);
    background-color: var(--bg-light);
}

.accordion-button {
    background-color: var(--bg-gray);
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.accordion-button a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
    background: var(--bg-gray);
}

.accordion-button a:hover {
    color: var(--primary-color);
}

.accordion-button span {
    width: 40px;
}

.accordion-item {
    border: none;
}

.accordian-load-more {
    font-size: 18px;
    background: var(--primary-color);
    border: none;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 400;
    margin-top: 30px;
    width: 150px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-base);
}

.accordian-load-more:hover {
    background-color: var(--primary-hover);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.accordian-load-more:active {
    background-color: var(--primary-hover) !important;
    color: #fff !important;
}

.advertisement-info-v2 {
    background-color: var(--bg-light) !important;
}

.techi-institute-accordian .accordion-header {
    background-color: var(--bg-gray);
    border-radius: 5px;
    padding: 2px 0 2px 14px;
    margin: 10px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.techi-institute-accordian h3 {
    font-size: 1.5rem;
}

.techi-institute-accordian .accordion-header a {
    color: var(--dark);
    font-weight: 400;
    transition: var(--transition-base);
}

.techi-institute-accordian .accordion-header a:hover {
    color: var(--primary-color);
}

.techi-institute-accordian .accordion-header>span span {
    margin-right: 8px;
}

.techi-institute-accordian button.accordion-button {
    width: auto;
    margin: 0;
}

.brand-kit-sec .social-icons-brand-kit a {
    color: var(--primary-color);
    font-size: 19px;
    transition: var(--transition-base);
}

.brand-kit-sec .social-icons-brand-kit a:hover {
    color: #000000;
}

.social-icons-brand-kit {
    gap: 2rem !important;
}

.brand-kit-sec .logo-images {
    background-color: var(--bg-gray);
}

.brand-kit-sec .brand-kit-logos .img-fluid {
    height: 60px;
    width: 180px;
    object-fit: contain;
}

.brand-kit-sec .color-box {
    background-color: var(--bg-gray);
}

.brand-kit-sec .data-style h3 {
    color: #000;
    font-size: 38px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
}

.brand-kit-hr {
    border-color: var(--border-light);
    border-width: 1px;
}

.brand-kit .brand-kit-sec>div>div:first-child {
    padding: 0 1rem;
}

.brand-kit-sec .data-style p {
    color: var(--text-secondary);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

.brand-kit-sec .data-style b {
    color: var(--text-secondary);
    font-weight: 600;
}

.brand-kit-sec .data-bg {
    background-color: var(--bg-gray);
}

.brand-kit-sec .text-color-box {
    padding-left: 110px;
}

.brand-kit-sec .text-color-box p {
    font-size: 26px;
    text-align: center;
}

.brand-kit-sec .color-box h5 {
    padding-bottom: 15px;
    font-size: 26px;
}

.brand-kit-sec .img-fluid-1 {
    height: 60px;
}

.advertisement-info {
    padding: 0 !important;
}

.advertisement-info>div>div>div {
    width: 85%;
    margin: 0 auto;
}

.advertisement-info b,
.advertisement-info strong {
    font-weight: 700;
    color: var(--text-primary);
    font-size: 18px;
    line-height: 1.5;
}

.advertisement-info-v2 .text-content,
.advertisement-info .text-content {
    color: var(--text-primary);
    font-size: 18px;
    line-height: 1.5;
}

.advertisement-info-v2 .text-content strong {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 13px;
    display: block;
    margin-top: 20px;
}

.image-container img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.advertisement-info h2 {
    font-size: 38px;
    color: var(--text-primary);
}

.image-container img {
    max-width: 100%;
    border-radius: 10px;
}

.content-box {
    padding: 20px;
}

.text-content {
    line-height: 1.6;
    font-size: 18px;
    font-family: "Karla" sans-serif;
    color: #000000;
}

.section-title {
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 50px;
    display: inline-block;
}

.border-line {
    border-bottom: 3px solid var(--primary-color);
    max-width: 200px;
}

.sub-title {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
}

.content-box h4 {
    font-weight: bold;
    margin-top: 45px;
    font-size: 32px;
}

.text-content {
    line-height: 1.6;
    font-size: 1rem;
    margin-top: 10px;
}

.st-current h1 {
    font-family: "Karla" sans serif !important;
    font-size: 34px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.container-text {
    background-color: var(--bg-light);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-section {
    background-color: var(--primary-color);
    color: white;
    padding: 60px;
    text-align: center;
    border-radius: 8px;
    transition: var(--transition-base);
    margin-bottom: 10px;
}

.btn-section:hover {
    background-color: var(--primary-hover);
    box-shadow: var(--shadow-lg);
}

.contact-cta .white-btn {
    padding: 17px 20px 19px;
    min-width: 180px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1 !important;
}

.contact-cta .white-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.contact-cta .btn-section h6 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.contact-cta .btn-section h4 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
    text-align: center !important;
}

.td-post-sharing-visible {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-share {
    border: 1px solid;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--text-primary);
    transition: var(--transition-base);
}

.social-share i {
    background-color: #004179;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition-base);
}

.social-share-facebook {
    border-color: #004179;
}

.social-share-facebook i {
    background-color: #004179;
}

.social-share-twitter {
    border-color: #222222;
}

.social-share-twitter i {
    background-color: #222222;
}

.social-share-pinterest {
    border-color: #C62930;
}

.social-share-pinterest i {
    background-color: #C62930;
}

.social-share-linkedin {
    border-color: #0267B9;
}

.social-share-linkedin i {
    background-color: #0267B9;
}

.social-share-whatsapp {
    border-color: #82C07D;
}

.social-share-whatsapp i {
    background-color: #82C07D;
}

.social-share-mail {
    border-color: #004179;
}

.social-share-mail i {
    background-color: #004179;
}

.social-share-copy_url {
    border-color: #004179;
}

.social-share-copy_url i {
    background-color: #004179;
}

.social-share:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.social-share:hover i {
    background-color: var(--primary-color);
}

.social-share span {
    padding: 0px 12px;
    font-weight: 600;
}

.social-share-handler {
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    line-height: 1;
    transition: var(--transition-base);
}

.social-share-handler:hover {
    background-color: var(--primary-hover);
}

.autor-page-remake>h1 {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}

.autor-page-remake>p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 26px;
}

.autor-page-remake .author-box>div h4 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1;
    margin: 0;
    margin-bottom: 2px;
    font-weight: 600;
}

.author-verified {
    position: relative;
}

.author-verified::after {
    position: absolute;
    content: "\e92e";
    font-size: 18px;
    font-family: 'techi-icons';
    top: 0;
    right: -24px;
    color: var(--primary-color);
}

.autor-page-remake .author-box>div a {
    color: var(--text-secondary);
    border-bottom: 3px solid var(--border-light);
    transition: var(--transition-base);
    margin: 10px 0;
}

.autor-page-remake .author-box>div a:hover {
    border-color: var(--primary-color);
}

.autor-page-remake .author-box img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.autor-page-remake .ceo-author-box img {
    width: 340px;
    height: 340px;
}

.autor-page-remake .author-box p {
    font-size: 14px;
}

.autor-page-remake .author-box>p {
    font-size: 18px;
    font-weight: 400;
}

.techi-listing-main h1 {
    font-size: 38px;
    font-weight: 700;
}

.techi-listing-main>p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.techi-listing-main .techi-listing-structure {
    position: relative;
}

.techi-listing-main .techi-listing-arrow-top {
    position: absolute;
    bottom: -2px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--border-light);
}

.techi-listing-main .techi-listing-arrow-bottom {
    position: absolute;
    top: -2px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--border-light);
}

.techi-listing-main .techi-listing-arrow-line {
    position: absolute;
    left: 10px;
    background-color: var(--border-light);
    display: block;
    width: 2px;
    height: 100%;
}

.techi-listing-main .techi-listing-item {
    position: relative;
    padding-left: 200px;
}

.techi-listing-main .techi-listing-left {
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.techi-listing-main .techi-listing-left>div {
    background-color: #ffffff;
    padding: 4px 8px;
    border-radius: 5px;
    text-align: center;
    line-height: 1rem;
    border: 1px solid var(--border-light);
}

.bg-bright-gray .techi-listing-main .techi-listing-left>div {
    background-color: #ffffff;
}

.techi-listing-main .techi-listing-left p {
    margin: 4px 0;
    font-size: 18px;
    color: var(--text-secondary);
}

.techi-listing-main .techi-listing-right {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid var(--border-light);
    padding: 1.2rem 0;
}

.techi-listing-main .techi-listing-item:last-child .techi-listing-right {
    border-bottom: none;
    padding-bottom: 0;
}

.techi-listing-main .techi-listing-item:first-child .techi-listing-right {
    padding-top: 0;
}

.techi-listing-main .techi-listing-image {
    flex: 0 0 330px;
}

.techi-listing-main .techi-listing-image img {
    border-radius: 10px;
    height: 165px;
    object-fit: cover;
}

.techi-listing-main .techi-listing-tag a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.techi-listing-main .techi-listing-tag a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.techi-listing-main .techi-listing-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.techi-listing-main .techi-listing-content h2 a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: var(--transition-base);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.techi-listing-main .techi-listing-content h2 a:hover {
    color: var(--primary-color);
}

.techi-listing-main .techi-listing-content p {
    font-size: 18px;
    margin: 6px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.techi-listing-main .techi-listing-content>div a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.techi-listing-main .techi-listing-content>div a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.techi-listing-main .techi-listing-content>div span {
    font-size: 16px;
    color: var(--text-secondary);
}

.techi-listing-main .techi-listing-timeline-circle {
    width: 20px;
    height: 20px;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    outline: 3px solid var(--border-light);
    background-color: #ffffff;
}

.techi-sidebar-temp h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    width: fit-content;
    margin-bottom: 2rem !important;
}

.techi-sidebar-temp .techi-page-title {
    text-align: left !important;
}

.techi-sidebar-temp .techi-page-description p:first-child {
    text-align: left;
}

.text-block-v2 .techi-container {
    padding: 0;
}

.techi-sidebar-temp aside {
    background-color: #00b0ae;
    padding: 1rem;
    margin: 0;
    height: 100%;
    position: relative;
    top: 0;
}

.techi-sidebar-temp aside::after {
    position: absolute;
    content: "";
    top: 56px;
    padding: 0;
    border: none;
    background: transparent;
    width: 0;
    height: 0;
}

.techi-sidebar-temp .techi-right-sidebar-temp aside::after {
    left: -14px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 14px solid #00b0ae;
}

.techi-sidebar-temp .techi-left-sidebar-temp aside::after {
    right: -14px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #00b0ae;
}

.techi-sidebar-temp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.techi-sidebar-temp ul li {
    margin-bottom: 8px;
}

.techi-sidebar-temp ul li:last-child {
    margin-bottom: 0;
}

.techi-sidebar-temp ul li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 2px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.techi-sidebar-temp ul li a:hover,
.techi-sidebar-temp ul li.current-menu-item a {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.memes-detail-left {
    position: absolute;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: 1;
}

.memes-detail-right {
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: 1;
}

.techi-advertise-main {
    background-color: #ffffff;
    box-shadow: var(--shadow-lg);
    border-radius: 5px;
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar-nav-parent {
    background-color: var(--primary-color);
    padding: 1rem 0 1rem 1rem;
    box-shadow: var(--shadow-lg);
    border-radius: 5px;
    height: 100%;
}

.sidebar-nav-parent>.nav-link {
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    overflow: hidden;
    padding: 0.75rem 1rem;
    z-index: 1;
    transition: 1s all;
}

.sidebar-nav-parent>.nav-link .togglerAnimation {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: none;
    background-color: #ffffff;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 0%;
    transition: width 1s ease;
}

.sidebar-nav-parent>.nav-link .togglerText {
    position: relative;
    z-index: 2;
}

.sidebar-nav-parent>.nav-link.initiating {
    color: var(--primary-color);
    transition: none !important;
}

.sidebar-nav-parent>.nav-link.initiating .togglerAnimation {
    width: 100%;
}

.sidebar-nav-parent>.nav-link.active {
    color: var(--primary-color);
    transition: none !important;
}

.sidebar-nav-parent>.nav-link.active .togglerAnimation {
    width: 100%;
}

.sidebar-nav-parent>.nav-link.finalizing .togglerAnimation {
    width: 0%;
}

.sidebar-content-parent {
    height: 100%;
}

.sidebar-content-parent .tab-pane {
    height: 100%;
}

.sidebar-content-parent .sidebar-nav-child {
    position: relative;
    height: 100%;
    padding: 1rem;
}

.sidebar-content-parent .sidebar-nav-child::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000000;
    z-index: 3;
}

.sidebar-content-parent .sidebar-nav-child .nav-link {
    color: var(--text-primary);
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: #fff;
}

.sidebar-content-parent .sidebar-nav-child .nav-link .togglerAnimation {
    width: 20px;
    right: -35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s ease;
    line-height: 1;
}

.sidebar-content-parent .sidebar-nav-child .nav-link .togglerAnimation svg {
    height: 26px;
    width: auto;
}

.sidebar-content-parent .sidebar-nav-child .nav-link .togglerText {
    position: relative;
    z-index: 2;
    padding: 0.5rem 1rem 0.5rem 0;
    display: block;
    background-color: #fff;
}

.sidebar-content-parent .sidebar-nav-child .nav-link.initiating {
    color: var(--primary-color);
    transition: none !important;
}

.sidebar-content-parent .sidebar-nav-child .nav-link.initiating .togglerAnimation {
    transform-origin: left center;
    transform: translateY(-50%) scaleX(1);
}

.sidebar-content-parent .sidebar-nav-child .nav-link.active {
    color: var(--primary-color);
    transition: none !important;
}

.sidebar-content-parent .sidebar-nav-child .nav-link.active .togglerAnimation {
    transform-origin: left center;
    transform: translateY(-50%) scaleX(1);
}

.sidebar-content-parent .sidebar-nav-child .nav-link.finalizing .togglerAnimation {
    transform-origin: left center;
    transform: translateY(-50%) scaleX(0);
}

.techi-advertise-content {
    height: 100%;
}

.techi-adv-carousel-card {
    max-width: 100%;
    margin: auto;
}

.adv-header-custom {
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 0.75rem;
}

.techi-adv-learn-more {
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: bold;
    transition: var(--transition-base);
}

.techi-adv-learn-more:hover {
    background-color: var(--primary-hover);
}

.techi-adv-divider {
    border-top: 1px solid var(--border-light);
    margin: 1rem 0;
}

.single-page-padding {
    padding: 0 2%;
}

.bg-blog-badge {
    background-color: var(--bg-light);
    color: var(--dark);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    transition: var(--transition-base);
}

.bg-blog-badge:hover {
    background-color: var(--bg-gray);
}

.bg-blog-badge {
    color: var(--dark);
    text-decoration: none;
}

.blog-published-date {
    color: var(--dark);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.blog-views-main {
    font-size: 14px;
    line-height: 1.5;
    color: var(--dark);
    font-weight: 600;
    margin-left: 8px;
}

.blog-content-main h1 {
    font-size: 38px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.blog-content-main h2 {
    font-size: 27px;
    color: var(--dark);
    line-height: 1.3;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-content-main p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--dark);
    font-weight: 400;
    margin-bottom: 26px;
}

#rank-math-toc {
    background-color: var(--bg-light);
    border-radius: 5px;
    overflow: hidden;
}

#rank-math-toc h3 {
    padding: 15px;
    background-color: var(--primary-color);
    color: #fff;
}

#rank-math-toc nav {
    padding: 15px;
}

#rank-math-toc nav ol {
    padding-left: 0 !important;
}

#rank-math-toc nav ol li {
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
}

#rank-math-toc nav ol li::before {
    content: counters(item, ".");
    counter-increment: item;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark);
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

#rank-math-toc nav ol li a {
    font-size: 16px;
    text-decoration: none;
}

.blog-content-main a {
    color: #009688;
    text-decoration: underline;
    transition: var(--transition-base);
    text-underline-offset: 2px;
    font-weight: bold;
}

.blog-content-main .td-post-sharing-visible a {
    text-decoration: none;
}

.blog-content-main a:hover {
    color: var(--primary-color);
}

.blog-content-main q {
    font-size: 22px;
    line-height: 1.4;
    color: var(--text-secondary);
    font-weight: 500;
}

.blog-content-main ul,
.blog-content-main ol {
    padding-left: 24px;
    margin-bottom: 26px;
}

.blog-content-main ul li,
.blog-content-main ol li {
    font-size: 18px;
    line-height: 30px;
    color: var(--dark);
    margin-bottom: 12px;
    word-wrap: break-word;
}

.blog-content-main figure img,
.blog-content-main p img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.blog-content-main figcaption {
    position: relative;
    background-color: var(--bg-light);
    padding: 10px 15px;
    padding-left: 2rem;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    font-family: "Karla";
    border: 1px solid var(--border-light);
    border-radius: 0 0 6px 6px;
    margin-bottom: 25px;
    margin-top: 4px;
}

.blog-content-main figcaption::before {
    position: absolute;
    content: "\e92d";
    font-size: 18px;
    font-family: 'techi-icons';
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-style: normal;
}

.blog-content-main iframe {
    width: 100%;
    height: 600px;
}

.blog-author-main {
    border-top: 1px solid var(--border-light);
    margin-top: 20px;
    padding-top: 32px;
    margin-bottom: 48px;
}

.blog-author-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-position: top;
    object-fit: cover;
}

.blog-author-details h4 {
    font-size: 22px;
    line-height: 21px;
}

.blog-author-details h4 a {
    color: var(--dark);
    text-decoration: none;
    transition: var(--transition-base);
}

.blog-author-details h4 a:hover {
    color: var(--primary-color);
}

.blog-author-details small a {
    margin-bottom: 6px;
    font-size: 11px;
    font-style: italic;
    line-height: 21px;
    color: var(--text-secondary);
    text-decoration: none;
}

.blog-author-details small a:hover {
    color: var(--primary-color);
}

.blog-author-details p {
    font-size: 16px;
    line-height: 32px;
    color: var(--text-secondary);
    margin: 0;
}

.blog-disclosure {
    display: flex;
    gap: 8px;
    background-color: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 3px;
    margin: 30px 0;
    padding: 20px 10px;
}

.blog-disclosure p {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.blog-disclosure a {
    color: var(--text-secondary);
}

.blog-disclosure a:hover {
    text-decoration: none;
}

.blog-tags {
    margin: 20px 0;
}

.blog-tags ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.blog-tags ul li:first-child span {
    padding: 5px 10px;
    color: #fff;
    background-color: var(--text-primary);
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
}

.blog-tags ul li a {
    padding: 5px 10px;
    border: 1px solid var(--border-light);
    color: var(--dark);
    background-color: var(--bg-light);
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-base);
}

.blog-tags ul li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.blog-content-main .wp-block-table table {
    border: 1px solid var(--primary-color);
    width: 100%;
}

.blog-content-main .wp-block-table td {
    border: 1px solid var(--primary-color);
    padding: 4px 8px;
    line-height: 1.3;
}

.wp-block-table table thead tr {
    background-color: var(--primary-light);
    color: var(--text-primary);
    font-weight: 500;
    font-size: 18px;
}

.blog-content-main h2 {
    text-transform: capitalize;
    border-left: 5px solid var(--primary-color);
    padding-left: 10px;
}

.blog-content-main h3 {
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
    border-left: 5px solid #a2e4e3;
    padding-left: 10px;
}

.blog-content-main h4 {
    font-size: 23px;
    color: #000;
    text-transform: capitalize;
    border-left: 5px solid #b3f1ef;
    padding-left: 10px;
}

.blog-content-main h5 {
    font-size: 21px;
    color: #000;
    border-left: 5px solid #c6f6f5;
    padding-left: 10px;
}

.blog-content-main h6 {
    font-size: 20px;
    color: #000;
    border-left: 5px solid #d6fafa;
    padding-left: 10px;
}

.blog-content-main .wp-block-table tr:nth-child(even) {
    background-color: #f9ffff;
}

.blog-content-main .wp-block-table tr td:first-child {
    font-weight: 500;
}

.google-report-wrapper {
    margin-bottom: 140px !important;
    gap: 8px;
}

.google-report-wrapper a {
    border-radius: 50px;
    text-wrap: nowrap;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 1rem;
    transition: var(--transition-base);
}

.google-report-wrapper a:first-child {
    border: 2px solid var(--primary-color);
}

.google-report-wrapper a:first-child:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.google-report-wrapper a:last-child {
    border: 2px solid #ff0000;
    background-color: #ff0000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.google-report-wrapper a:last-child:hover {
    background-color: transparent;
    color: var(--text-primary);
}

input.frm_other_input {
    margin-top: 1.5rem;
}

.rankmath-single-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem;
    margin-bottom: 2rem;
}

.rankmath-single-toc .pk-toc {
    padding: 15px;
    border: 1px solid var(--border-light);
}

.rankmath-single-toc ol {
    padding-left: 0;
}

.rankmath-single-toc ol li a {
    color: var(--dark);
    transition: var(--transition-base);
}

.rankmath-single-toc ol li a:hover {
    color: var(--primary-color);
}

aside {
    margin-top: 5px;
    margin-bottom: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2.2rem;
}

.blog-popular-this-week-main {
    border: 1px solid var(--border-light);
    background-color: var(--bg-light);
    border-radius: 6px;
    overflow: hidden;
}

.blog-popular-this-week-main h4,
.rankmath-single-toc h5 {
    font-size: 26px;
    line-height: 31px;
    color: var(--dark);
}

.blog-popular-this-week-main h4 {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 0;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

h2.wp-block-heading {
    line-height: 1.2 !important;
}

.comment-form .submit {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.blog-popular-this-week-post {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 15px;
}

.blog-popular-this-week-post.ptw-two-takes {
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.blog-popular-this-week-post:last-of-type {
    margin-bottom: 15px;
}

.blog-popular-this-week-image {
    width: 80px;
    flex: 0 0 80px;
}

.blog-popular-this-week-image a {
    position: relative;
    height: 100%;
    display: block;
}

.blog-popular-this-week-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-popular-this-week-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    border: 2px #ffffff solid;
    font-size: 0.875rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
}

.blog-popular-this-week-title a {
    color: var(--dark);
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition: var(--transition-base);
    font-weight: 500;
}

.blog-popular-this-week-title a:hover {
    color: var(--primary-color);
}

.blog-popular-this-week-date {
    font-size: 11px;
    line-height: 11px;
    color: var(--text-light);
    margin-top: 8px;
}

.similar-single-page section.mb-5 {
    margin-bottom: 0 !important;
}

.techi-commenting-comment-body p {
    word-break: break-word;
}

.techi-single-comments p a {
    color: var(--text-secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: var(--transition-base);
}

.techi-single-comments p a:hover {
    color: var(--primary-color);
}

.techi-single-comments form input[type="text"],
.techi-single-comments form input[type="email"],
.techi-single-comments form textarea {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 5px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
    width: 100%;
}

.techi-single-comments form input[type="submit"] {
    background-color: var(--primary-color) !important;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: var(--transition-base);
}

.techi-single-comments form input[type="submit"]:hover {
    background-color: var(--primary-hover);
}

.tsc-top {
    margin-bottom: 2rem;
}

.tsc-top h2 {
    display: flex;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.tsc-top a {
    color: var(--text-secondary);
    text-decoration: none;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 16px;
}

.tsc-top a:hover {
    color: var(--primary-color);
}

.tsc-middle .comment-list {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.tsc-middle .comment-list li {
    margin-bottom: 32px;
}

.tsc-middle ol.children {
    margin: 0;
    list-style: none;
    padding: 16px 0 16px 40px;
}

.tsc-middle article .comment-header {
    margin-bottom: 12px;
    padding-top: 8px;
    position: relative;
}

.tsc-middle article .comment-author {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
}

.tsc-middle article .comment-content {
    border: 1px solid var(--border-light);
    border-radius: 5px;
    font-size: 15px;
    padding: 24px 24px 67px;
}

.tsc-middle article .comment-content p:last-child {
    margin: 0;
}

.tsc-middle article .comment-reply {
    bottom: 24px;
    font-size: 13px;
    font-weight: 600;
    left: 24px;
    position: absolute;
}

.tsc-middle article .comment-reply a {
    color: var(--text-secondary);
    text-decoration: none;
}

.tsc-middle article .comment-reply a:hover {
    color: var(--primary-color);
}

.tsc-middle article .comment-admin-badge {
    float: right;
    position: absolute;
    top: 0;
    width: 100%;
}

.tsc-middle article .comment-badge,
.comment-admin-badge .comment-badge {
    background: var(--primary-light);
    color: var(--primary-color);
    float: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px 10px;
    text-align: right;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.tsc-bottom {
    margin: 28px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid var(--border-light);
}

#respond {
    margin-bottom: 16px;
}

.tsc-bottom #respond {
    margin-bottom: 0;
}

.comment-reply-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.comment-reply-title a#cancel-comment-reply-link {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-left: 16px;
    padding: 5px 8px;
    color: var(--text-secondary);
}

.comment-reply-title a#cancel-comment-reply-link:hover {
    color: var(--primary-color);
}

.custom-comment-note-column {
    order: 1;
}

.custom-comment-note-column p {
    margin: 0;
}

.logged-in-as-column,
.comment-notes-column {
    order: 2;
}

.logged-in-as-column p,
.comment-notes-column p {
    margin: 0;
}

.author-column {
    order: 3;
}

.email-column {
    order: 4;
}

.comment-column {
    order: 5;
}

.comment-form-cookies-consent-column {
    order: 6;
}

.submit-column {
    order: 7;
}

.comment-form-cookies-consent {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin: 0;
}

.techi-amazon-image-wrapper {
    text-align: center;
}

.techi-amazon-image-wrapper img {
    border: 1px solid var(--border-light);
    border-radius: 5px;
    padding: 15px 30px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.blog-disclosure a {
    text-decoration: underline;
    transition: var(--transition-base);
    text-underline-offset: 2px;
    font-weight: 500;
}

.blog-disclosure a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon {
    border-radius: 5px;
    padding: 15px 15px 12px;
    padding-left: 32px;
    margin: 0;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    font-family: "Karla" !important;
    font-size: 18px;
    transition: 0.5s all;
    box-shadow: none !important;
    width: 230px;
}

.techi-amazon-buy-button-wrapper {
    text-align: center;
    margin: 0 0 30px;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:before {
    filter: invert(1);
    transition: 0.5s all;
    z-index: 2;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:hover {
    background: #fff !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    transition: 0.5s all;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:hover:before {
    filter: invert(0);
    transition: 0.5s all;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:after {
    background: var(--primary-color);
    color: #fff !important;
    content: "Buy Now on Amazon";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    padding-left: 32px;
    transition: 0.5s all;
}

.techi-amazon-buy-button-wrapper a.aawp-button.aawp-button--amazon:hover:after {
    background: #fff !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    transition: 0.5s all;
}

.buying-guides-post-images figcaption {
    position: relative;
    padding-left: 45px;
}

.buying-guides-post-images figcaption::before {
    position: absolute;
    content: "\f030";
    font-family: "FontAwesome";
    color: var(--dark);
    left: 20px;
}

.read-more-toggle {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 0;
    margin-left: 8px;
}

.read-more-toggle:hover {
    text-decoration: underline;
}

blockquote {
    padding: 0;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px;
    font-style: italic;
    text-align: center;
    border-top: 1px solid var(--border-light);
    padding-top: 30px;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 20px;
}

blockquote::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/quoted.png);
    top: 1px;
    left: 0;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

blockquote p {
    font-size: 18px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    color: var(--text-primary);
    text-align: left;
    padding-left: 100px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px !important;
}

table tr th,
table tr td {
    border-right: 1px solid var(--border-medium);
    border-bottom: 1px solid var(--border-medium);
    padding: 5px;
}

table tr th {
    text-align: left;
    color: #fff;
    border-top: none;
    background-color: var(--primary-color);
    padding: 10px 20px;
}

table tr:first-child th:first-child {
    border-top-left-radius: 0px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 0px;
    border-left-color: #fff;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

table tr td {
    padding: 10px 20px !important;
}

.blog-content-main .wp-block-table tr:nth-child(even) {
    background-color: var(--bg-light);
}

table tbody td {
    border: 1px solid var(--border-light) !important;
}

table th:last-child {
    border-right: unset !important;
    border: none !important;
}

.home-video-wrapper {
    margin-bottom: 12px;
}

.home-video-wrapper iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
    height: 100%;
    border-radius: 5px;
}

a:has(.home-vide-title) {
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition-base);
    font-size: 18px;
    font-weight: 600;
}

a:has(.home-vide-title):hover {
    color: var(--primary-color);
}

.techi-institute-detail-header {
    padding: 24px 0;
    background-color: var(--primary-color);
}

.techi-institute-detail-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.techi-institute-detail-header h1 {
    font-size: 30px;
    margin-bottom: 0;
}

.techi-institute-detail-header p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.techi-institute-detail-header p span {
    font-size: 16px;
}

.techi-institute-detail-header p i {
    font-size: 16px;
    color: #fff;
}

#techi-institute-tab {
    background-color: var(--bg-light);
    border-radius: 5px;
    border: 1px solid var(--border-light);
}

#techi-institute-tab li button {
    color: var(--text-primary);
    font-weight: 500;
    border-radius: 5px;
}

#techi-institute-tab li button.active {
    background-color: var(--primary-color);
    color: #fff;
}

.institute-content-wrapper {
    padding: 24px 1rem;
}

.institute-content-wrapper h2 {
    font-size: 25px;
    color: var(--text-primary);
    font-weight: 600;
    line-height: 1.12;
    margin-bottom: 12px;
    margin-top: 1.5rem;
}

.institute-content-wrapper h2:first-child {
    margin-top: 0;
}

.institute-content-wrapper h2 b {
    font-weight: 600;
}

.institute-content-wrapper p {
    font-size: 20px;
    color: var(--text-primary);
    line-height: 1.5;
}

.institute-box-wrapper {
    border: 1px solid var(--border-light);
    border-radius: 5px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.institute-box-wrapper:has(.institute-leadership-wrapper) {
    background-image: url("/wp-content/uploads/2025/06/leadership-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.institute-box-wrapper h2 {
    border: 1px solid var(--text-primary);
    border-radius: 5px;
    background-color: #1c3533;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.12;
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 0;
}

.institute-leader-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

.institute-leader-image .leader-avatar {
    border: 1px solid var(--border-light);
    border-radius: 50%;
    width: 166px;
    height: 166px;
    overflow: hidden;
}

.institute-leader-image .leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.institute-leader-image figcaption a {
    font-size: 22px;
    line-height: 1.273;
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition-base);
}

.institute-leader-image figcaption a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.institute-posts-faqs-wrapper,
#tradingview-wrapper-inner {
    padding: 1rem;
}

.institute-posts-faqs-wrapper .accordion-item {
    margin-bottom: 8px;
    border: 1px solid var(--border-light);
    border-radius: 5px;
}

.institute-posts-faqs-wrapper button.accordion-button {
    background-color: var(--bg-light);
    box-shadow: none;
    margin: 0;
    gap: 1rem;
    padding: 16px 20px;
}

.institute-posts-faqs-wrapper button.accordion-button p {
    font-size: 18px;
    line-height: 1.4;
    color: var(--text-primary);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.institute-posts-faqs-wrapper .accordion-button:not(.collapsed) {
    background-color: var(--bg-light);
    box-shadow: none;
    color: var(--text-primary);
}

.institute-posts-faqs-wrapper .accordion-body p {
    font-size: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.institute-posts-faqs-wrapper .accordion-body .tpa-btn {
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    text-wrap: nowrap;
    flex: 0 0 100px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin-left: 4px;
    transition: var(--transition-base);
}

.institute-posts-faqs-wrapper .accordion-body .tpa-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.institute-loadmore {
    display: flex;
    justify-content: center;
}

.institute-loadmore button {
    color: var(--text-primary);
    font-weight: 500;
    padding: 4px 2rem;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    text-transform: uppercase;
    transition: var(--transition-base);
}

.institute-loadmore button:hover,
.institute-loadmore button.active {
    background-color: var(--primary-color);
    color: #fff;
}

.institue-aside {
    position: unset;
    margin-bottom: 0;
}

.institute-share-price-wrapper {
    text-align: center;
    background-color: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 5px;
    padding: 1.5rem 1rem;
    margin-top: 24px;
    margin-bottom: 30px;
}

.institute-share-price-wrapper .institue-logo img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    object-fit: contain;
}

.institute-share-price-wrapper h2 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-primary);
    margin: 1rem 0;
}

.institute-share-price-wrapper .institute-share-price {
    background-color: #fff;
    border: 1px solid var(--border-light);
    border-radius: 5px;
    padding: 10px 1rem;
    margin-bottom: 1rem;
}

.institute-share-price-wrapper .institute-share-price h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.institute-share-price-wrapper .institute-share-price time {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-primary);
}

.institute-share-price-wrapper .institute-share-price h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    margin: 1rem 0 0;
}

.institute-share-price-wrapper .institute-share-price p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.institute-share-price-wrapper .institute-share-price .icon-caret-down {
    color: #ff0000;
}

.institute-share-price-wrapper .institute-share-price .icon-caret-up {
    color: #00ff00;
}

.institute-follow-us ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.institute-follow-us h3 {
    font-size: 25px;
    color: var(--text-primary);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.12;
}

.institute-follow-us ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #1c3533;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: var(--transition-base);
}

.institute-follow-us ul li a:hover {
    background-color: var(--primary-color);
}

.institute-stats-box-wrapper {
    margin-bottom: 30px;
    border: 1px solid var(--border-light);
    border-radius: 5px;
    background-color: var(--bg-light);
}

.institute-stats-box-wrapper h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.217;
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 12px 18px;
    margin-bottom: 0;
}

.institute-stats-box-wrapper>div>div {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 8px 14px;
    margin-bottom: 1rem;
}

.institute-stats-box-wrapper>div>div:last-child {
    margin-bottom: 0;
}

.institute-stats-box-wrapper h4,
.ibw-summary h4 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}

.institute-stats-box-wrapper p {
    font-size: 18px;
    color: #222;
    line-height: 1.2;
}

.institute-stats-box-wrapper p:last-child {
    margin-bottom: 0;
}

#financial-summary-content {
    display: flex;
    gap: 1rem;
}

#financial-summary-content div {
    background-color: #f3f3f3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.ibw-summary p {
    margin-bottom: 0;
    font-size: 17px;
}

.ibw-summary select {
    background-color: var(--link-color);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
    cursor: pointer;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.about-ceo-badge {
    border: 1px solid var(--primary-color);
    padding: 4px 1.5rem;
    font-size: 20px;
}

.about-header-main p {
    color: var(--primary-color);
}

.about-us-p>p {
    font-size: 18px;
}

.about-new-wrap {
    background-image: url("/wp-content/uploads/2025/08/about-footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    padding: 36px 80px;
}

.about-new-card {
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    height: 100%;
}

.about-new-card-contact {
    font-size: 18px;
}

.about-new-card-contact a:hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.about-new-icon {
    border-radius: 14px;
    margin-bottom: 14px;
}

.about-new-heading {
    font-weight: 700;
}

.about-new-sub {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.alphabet-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.alphabet-nav a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: var(--transition-base);
}

.alphabet-nav a:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.alphabet-nav a.active {
    background-color: var(--text-primary);
}

.tag-section ul li a {
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 4px 12px;
    transition: var(--transition-base);
}

.tag-section ul li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.footer-archive h3 {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
}

.footer-archive ul li a {
    font-size: 18px;
    color: var(--text-primary);
    text-decoration: none;
    text-underline-offset: 2px;
    transition: var(--transition-base);
}

.footer-archive ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.post-meta-details .user-img-admin:first-child {
    margin: 0;
}

.post-meta-details .user-img-admin {
    margin-left: -20px;
}

.contact-us-icons figcaption {
    display: none;
}

.swiper-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.swiper-preloader::before {
    content: '';
    width: 32px;
    height: 32px;
    border: 4px solid var(--border-light);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.offcanvas-body .header-search-bar {
    margin: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}

.rank-math-breadcrumb p .separator::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23cbd5e0' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.rank-math-breadcrumb p .separator {
    display: flex;
    align-items: center;
    line-height: normal;
}

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span.last {
    background-color: var(--bg-light);
    color: var(--dark);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    transition: var(--transition-base);
    border-radius: 0.375rem;
    padding: 0.35em 0.65em;
}

.rank-math-breadcrumb a:hover {
    background-color: var(--bg-gray);
}

.rank-math-breadcrumb a {
    color: var(--dark);
    text-decoration: none;
}

.wp-block-embed-youtube {
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
}

.techi-archive-sections>div>div div:has(.techi-icon) {
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.techi-archive-sections>div>div div:has(.category-sprite-important) {
    background-color: #d32f2f;
    border-color: #d32f2f;
}

.techi-archive-sections>div>div div:has(.category-sprite-insights) {
    background-color: #3949ab;
    border-color: #3949ab;
}

.techi-archive-sections>div>div div:has(.category-sprite-impact) {
    background-color: #f57c00;
    border-color: #f57c00;
}

.techi-archive-sections>div>div div:has(.category-sprite-ignition) {
    background-color: #ff5722;
    border-color: #ff5722;
}

.techi-archive-sections>div>div div:has(.category-sprite-imagination) {
    background-color: #8e24aa;
    border-color: #8e24aa;
}

.techi-archive-sections>div>div div:has(.category-sprite-infrastructure) {
    background-color: #546e7a;
    border-color: #546e7a;
}

.techi-archive-sections>div>div div:has(.category-sprite-innovations) {
    background-color: #009688;
    border-color: #009688;
}

.techi-archive-sections>div>div div:has(.category-sprite-inspiration) {
    background-color: #fbc02d;
    border-color: #fbc02d;
}

.techi-archive-sections>div>div div:has(.category-sprite-instruments) {
    background-color: #607d8b;
    border-color: #607d8b;
}

.techi-archive-sections>div>div div:has(.category-sprite-integration) {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.techi-archive-sections>div>div div:has(.category-sprite-interaction) {
    background-color: #43a047;
    border-color: #43a047;
}

.techi-archive-sections>div>div div:has(.category-sprite-interface) {
    background-color: #1976d2;
    border-color: #1976d2;
}

.techi-archive-sections>div>div div:has(.category-sprite-intuition) {
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.techi-archive-sections>div>div div:has(.category-sprite-invention) {
    background-color: #e7d21d;
    border-color: #e7d21d;
}

.inst-arch-stock-card {
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
    outline: 1px solid var(--border-light);
}

.inst-arch-brand-circle img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.inst-arch-card-content {
    margin-top: 1rem;
}

.inst-arch-card-content h4 a {
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition-base);
}

.inst-arch-card-content h4 a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.inst-arch-card-content .inst-arch-label {
    font-size: 20px;
    color: var(--text-primary);
    font-weight: 600;
}

.inst-arch-card-content .inst-arch-asof {
    font-size: 16px;
    font-weight: 600;
}

.inst-arch-card-content .inst-arch-price {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
}

@media screen and (max-width: 1600px) and (min-width: 1440px) {
    .institution-img img {
        width: 80px;
        height: 80px;
    }

    .institution-flex a span {
        font-size: 14px;
    }

    .institute-leader-image .leader-avatar {
        width: 130px;
        height: 130px;
    }

    .blog-author-image img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 1380px) and (min-width: 1200px) {
    .institute-leader-image .leader-avatar {
        width: 130px;
        height: 130px;
    }

    .blog-author-image img {
        width: 116px;
        height: 116px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .blog-popular-this-week-post {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 1520px) {
    .techi-container {
        padding: 0px 100px !important;
        margin: 0 auto;
    }

    #menu-primary-menu-new-1 .owl-stage-outer {
        max-width: 1240px;
        margin: auto;
    }

    .about-us-side-img img {
        width: 300px;
        height: 300px;
    }

    .faqs-accordian {
        max-width: 85% !important;
    }

    .subscribe-text {
        padding-right: 64px;
    }

    .institute-leader-image figcaption a {
        font-size: 20px;
    }

    .institute-leader-image {
        gap: 8px;
    }

    .institute-share-price-wrapper .institue-logo img {
        width: 140px;
        height: 140px;
    }

    .institute-share-price-wrapper h2 {
        font-size: 32px;
    }

    .institute-share-price-wrapper .institute-share-price h3 {
        font-size: 26px;
    }

    .institute-share-price-wrapper .institute-share-price time {
        font-size: 16px;
    }

    .institute-share-price-wrapper .institute-share-price h4 {
        font-size: 32px;
    }

    .institute-share-price-wrapper .institute-share-price p {
        font-size: 16px;
    }

    .institute-follow-us h3 {
        font-size: 24px;
    }

    .institute-follow-us ul li a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .institute-stats-box-wrapper h3 {
        font-size: 20px;
    }

    .institute-stats-box-wrapper h4 {
        font-size: 17px;
    }

    .institute-stats-box-wrapper p,
    .institute-stats-box-wrapper select {
        font-size: 17px;
        padding: 4px 10px;
    }
}

@media screen and (max-width: 1440px) {
    .techi-featured-post-trending.trending-last {
        display: none;
    }

    .institution-item {
        width: 10%;
    }

    .techi-featured-post-trending h4 {
        font-size: 16px;
        line-height: 1.2;
    }

    body .techi-container {
        padding: 0px 30px !important;
        margin: 0 auto;
    }

    .main-head p {
        font-size: 15px;
        padding: 0px 20px 0px 20px;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 31% !important;
    }

    .faqs-accordian {
        max-width: 90% !important;
    }

    .two-takes-posts {
        padding: 0 100px;
    }

    .institute-share-price-wrapper .institue-logo img {
        width: 120px;
        height: 120px;
    }

    .institute-share-price-wrapper h2 {
        font-size: 28px;
    }

    .institute-share-price-wrapper .institute-share-price h3 {
        font-size: 26px;
    }

    .institute-share-price-wrapper .institute-share-price h4 {
        font-size: 30px;
    }

    .institute-follow-us h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    .picture-cards .picture-cards-title h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .institution-item {
        width: 12%;
    }

    .heading-only-cards h4 {
        font-size: 16px;
        line-height: 1.2;
    }

    .picture-cards .picture-cards-title h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .heading-only-cards h2,
    .heading-only-cards .post-title,
    .four-news-card h2 {
        font-size: 18px;
        line-height: 1.2;
    }

    .techi-featured-post-main .techi-featured-post-main-content p {
        margin: 5px 0px !important;
    }

    .techi-featured-post-sm .techi-featured-post-main-content h3 a {
        font-size: 14px;
    }

    .techi-featured-post-main .techi-featured-post-main-content {
        padding: 5px 8px;
    }

    .heading-only-cards h2 a,
    .heading-only-cards .post-title a,
    .four-news-card h2 a {
        height: unset;
    }

    .two-takes-posts {
        padding: 0 80px;
    }

    .blog-content-main iframe {
        height: 400px;
    }

    .brand-kit-sec .color-box h5 {
        padding-bottom: 0px;
        font-size: 18px;
    }

    .four-news-card {
        flex-direction: column;
        align-items: normal;
    }

    .category-toggle-bars {
        display: block;
    }

    .hnbs-desktop {
        display: none;
    }

    .two-takes-btn a,
    a.headerbuy-btn {
        font-size: 14px;
    }

    .techi-sidebar-temp aside {
        height: fit-content;
        margin: 3rem 0 0 !important;
    }

    .techi-sidebar-temp aside::after {
        content: unset;
    }

    .techi-sidebar-temp h5 {
        cursor: pointer;
        position: relative;
        margin-bottom: 0 !important;
        border-bottom: none;
    }

    .techi-sidebar-temp h5::after {
        content: "+";
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        transition: transform 0.3s ease;
    }

    .techi-sidebar-temp.active h5::after {
        content: "-";
        transform: translateY(-50%) rotate(180deg);
    }

    .techi-sidebar-temp ul {
        padding-top: 2rem;
    }

    .menu-left-sidebar-menu-container,
    .menu-right-sidebar-menu-container {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .techi-sidebar-temp.active .menu-left-sidebar-menu-container,
    .techi-sidebar-temp.active .menu-right-sidebar-menu-container {
        max-height: 1000px;
    }

    .blog-popular-this-week-main h4,
    .rankmath-single-toc h5 {
        font-size: 22px;
    }

    .institute-box-wrapper h2 {
        font-size: 22px;
    }

    .institute-content-wrapper h2 {
        font-size: 22px;
    }

    .institute-content-wrapper p {
        font-size: 18px;
    }

    .institute-posts-faqs-wrapper button.accordion-button a {
        font-size: 17px;
    }

    .institute-share-price-wrapper h2 {
        font-size: 24px;
    }

    .institute-share-price-wrapper .institute-share-price h3 {
        font-size: 22px;
    }

    .institute-share-price-wrapper .institute-share-price h4 {
        font-size: 26px;
    }

    .institute-share-price-wrapper {
        padding: 1rem 8px;
    }

    .institute-stats-box-wrapper p,
    .institute-stats-box-wrapper select {
        font-size: 16px;
    }

    .institute-stats-box-wrapper h3 {
        font-size: 18px;
    }

    .institute-follow-us h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .click-tag h3 {
        font-size: 22px;
    }

    .click-tag p {
        font-size: 15px;
    }

    .about-us-side-img img {
        width: 220px;
        height: 220px;
    }

    .institution-item {
        width: 20%;
    }

    .institution-upper-share ul a {
        width: 40px;
        height: 40px;
        border-radius: 4px;
    }

    .institution-upper-share ul a i {
        font-size: 16px;
    }

    .institution-upper-stats {
        flex-direction: column;
        text-align: center;
    }

    .stats-share-price p:last-child {
        margin: 0 auto;
    }

    .institution-upper-share ul {
        flex-wrap: wrap;
    }

    .faqs-accordian {
        max-width: 95% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .techi-listing-main .techi-listing-right {
        flex-direction: column;
    }

    .techi-listing-main .techi-listing-content h2 a {
        -webkit-line-clamp: 2;
    }

    .techi-listing-main .techi-listing-content p {
        -webkit-line-clamp: 2;
    }

    .techi-listing-main .techi-listing-image {
        flex: none;
        width: 330px;
    }

    .techi-memes-section::before {
        max-width: 50%;
    }

    .wp-block-columns-is-layout-flex {
        gap: 1rem;
    }

    .header-search-bar input {
        flex: 1;
        min-width: 120px;
        font-size: 14px;
    }

    .two-takes-posts {
        padding: 0 60px;
    }

    .two-takes-btn a,
    a.headerbuy-btn {
        font-size: 11px;
    }

    .techi-two-takes-thumbnail {
        flex: 0 0 100%;
    }

    .blog-content-main iframe {
        height: 300px;
    }

    blockquote p {
        padding-left: 60px;
    }

    blockquote::before {
        width: 50px;
        height: 50px;
    }

    .techi-amazon-image-wrapper img {
        width: 100%;
    }

    .blog-published-date {
        font-size: 13px;
    }

    .wp-block-table:not(.ama-ease-table):not(.buying-guides-post-table) {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        overflow-y: hidden;
        border: 1px solid var(--primary-color);
    }

    .wp-block-table:not(.ama-ease-table):not(.buying-guides-post-table) table {
        border: unset;
    }

    .wp-block-table:not(.ama-ease-table):not(.buying-guides-post-table) td {
        text-wrap: nowrap;
    }

    .contact-us-icons {
        flex-wrap: wrap !important;
        gap: 0 !important;
    }

    .contact-us-icons>div {
        flex: 0 0 50% !important;
    }

    .blog-popular-this-week-main h4,
    .rankmath-single-toc h5 {
        font-size: 18px;
    }

    .institute-posts-faqs-wrapper {
        padding: 8px;
    }

    .institute-posts-faqs-wrapper button.accordion-button a {
        font-size: 16px;
    }

    .about-us-text h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .about-us-block .about-us-text p.text-color-sub-line {
        font-size: 22px !important;
    }

    .about-us-page h5 {
        font-size: 18px;
    }

    .about-new-wrap {
        padding: 28px;
    }

    .blog-author-image img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    aside {
        margin-top: 2rem;
    }

    .section-start-heading {
        font-size: 26px;
    }

    .about-us-page>.col-md-4.text-center {
        width: 260px;
        max-height: 450px;
        margin: auto;
    }

    .two-takes-btn a {
        font-size: 12px;
    }

    .about-us-page>.col-md-4.text-center img {
        width: 100%;
        height: 100%;
    }

    body .techi-container {
        padding: 0px 15px !important;
        margin: 0 auto;
    }

    .two-takes-btn a {
        width: fit-content;
        flex: 1;
        padding: 0;
        justify-content: center;
    }

    .two-takes-btn a svg,
    a.headerbuy-btn svg {
        width: 13px;
        height: 14px;
        margin-right: 4px;
    }

    .content-box h4 {
        margin-top: 0;
    }

    #menu-primary-menu-new-1 .tdb-menu-item-text {
        padding: 5px !important;
    }

    .owl-nav i {
        font-size: 24px !important;
    }

    #menu-primary-menu-new-1 .tdb-menu-item-text>div {
        width: 55px;
        height: 55px;
    }

    .search-mobile-btn {
        border: none !important;
    }

    button.search-mobile-btn {
        display: flex !important;
        gap: 5px;
        align-items: center;
        background-color: transparent;
        color: var(--text-primary);
    }

    .techi-featured-post-main .techi-featured-post-main-content h2 a {
        font-size: 16px !important;
    }

    .section-start-subheading {
        font-size: 16px;
        line-height: 1.2;
    }

    .heading-only-cards h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .picture-cards {
        padding-bottom: 120%;
    }

    .interested-section .border-dark {
        border-right: 0 !important;
        border-bottom: 1px solid var(--border-light);
    }

    .interested-section>div:last-child>div>div:last-child {
        flex-direction: column;
        padding-top: 2rem !important;
    }

    .interested-section .text-last>div {
        padding-bottom: 2rem;
        text-align: center !important;
        font-size: 16px;
    }

    .interested-section .text-last h4 {
        text-align: center !important;
        max-width: 100%;
        font-size: 26px !important;
        line-height: 1.2;
    }

    .advertisement-info>div>div>div {
        width: 100%;
    }

    .institution-item {
        width: 25%;
    }

    .institution-upper .col-4 {
        width: 100%;
    }

    .institution-upper-stats {
        margin: 24px 0;
        padding: 24px 0;
        border: 0;
        border-top: 1px solid #888888;
        border-bottom: 1px solid #88888b;
    }

    .institution-upper-profile {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .card-head:has(.start-section) {
        padding: 1rem !important;
    }

    .table-bordered td {
        font-size: 16px;
    }

    #tradingview {
        height: 70vh;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100% !important;
    }

    .faqs-accordian h2 {
        font-size: 26px;
    }

    .faqs-accordian p {
        font-size: 16px !important;
    }

    .rank-math-question {
        font-size: 18px;
    }

    .rank-math-answer p {
        font-size: 16px;
    }

    .header-nav-bar-services .techi-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .institution-content p {
        width: 100%;
    }

    .menu-copyright-right-menu-container ul {
        justify-content: start;
    }

    .faqs-accordian {
        max-width: 100% !important;
    }

    .subscribe-text {
        padding-right: 64px;
    }

    .autor-page-remake .author-box>p {
        font-size: 16px;
    }

    .autor-page-remake>p {
        font-size: 16px;
    }

    .autor-page-remake .ceo-avatar {
        width: 220px;
        height: 220px;
    }

    .techi-listing-main .techi-listing-item {
        padding-left: 160px;
    }

    .techi-listing-main .techi-listing-left p {
        font-size: 15px;
    }

    .techi-listing-main .techi-listing-content h4 {
        font-size: 20px;
    }

    .techi-listing-main>p {
        font-size: 16px;
    }

    .techi-listing-main .techi-listing-content p {
        font-size: 16px;
    }

    .techi-listing-main .techi-listing-content h2 {
        font-size: 18px;
    }

    .techi-memes-section::before {
        max-width: 100%;
    }

    .techi-memes-section .home-view-more-btn {
        text-decoration-color: #ffffff;
    }

    .techi-memes-section .home-view-more-btn:hover {
        color: #ffffff;
    }

    .wp-block-columns-is-layout-flex {
        flex-direction: column;
    }

    a.headerbuy-btn {
        margin-left: 0;
    }

    .memes-detail-left {
        left: -2rem;
        font-size: 2rem;
    }

    .memes-detail-right {
        right: -2rem;
        font-size: 2rem;
    }

    .header-search-bar.position-relative {
        display: none !important;
    }

    .offcanvas-body .header-search-bar.position-relative {
        display: block !important;
        margin-right: 42px;
    }

    .main-top-header-bar .offcanvas.offcanvas-top {
        height: 122px !important;
        max-height: 122px !important;
    }

    .header-search-bar input {
        width: 100%;
    }

    .header-logo::before {
        height: 70px !important;
    }

    .header-logo a img,
    .header-logo h1 img {
        width: 90px !important;
        max-width: 90px !important;
        height: auto !important;
    }

    .main-top-header-bar {
        padding: 16px 0px;
    }

    .two-takes-posts {
        padding: 0 30px;
    }

    .blog-content-main figure img,
    .blog-content-main p img {
        width: 100% !important;
    }

    .single-page-padding {
        padding: 0;
    }

    .tsc-middle ol.children {
        padding-left: 20px;
    }

    .tsc-middle .comment-list li {
        margin-bottom: 20px;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .blog-content-main iframe {
        height: 440px;
    }

    blockquote p {
        padding-left: 0;
        padding-top: 16px;
    }

    .blog-published-date {
        font-size: 13px;
    }

    .four-news-card {
        flex-direction: row;
        align-items: center;
    }

    .contact-us-icons>div {
        flex: 0 0 100% !important;
    }

    .blog-popular-this-week-main h4,
    .rankmath-single-toc h5 {
        font-size: 22px;
    }

    .about-us-p>p {
        font-size: 16px;
    }

    .blog-author-image img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 576px) {
    .picture-cards .picture-cards-title h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .data-style h3 {
        font-size: 32px;
    }

    .institution-item {
        border-right: 1px solid var(--border-light);
        padding-right: 30px;
        padding-left: 10px;
        width: 50%;
    }

    .subscribe-text {
        padding-right: 0 !important;
    }

    h1.techi-page-title {
        font-size: 28px !important;
        font-weight: 600 !important;
    }

    h2.h2-font {
        font-size: 24px !important;
        line-height: 1.1 !important;
        font-weight: 600 !important;
    }

    .techi-page-description h3.wp-block-heading {
        font-size: 20px !important;
    }

    .click-tag {
        flex-wrap: wrap;
    }

    .link-tag {
        padding-top: 15px;
    }

    .techi-page-description p {
        font-size: 16px !important;
    }

    .techi-page-description ul li {
        font-size: 16px !important;
    }

    .heading-only-cards>a img .heading-only-cards>a img,
    .four-news-card>a>img {
        height: auto;
    }

    .advertisement-info-v2 .text-content,
    .advertisement-info .text-content {
        font-size: 15px;
    }

    .section-start-heading {
        font-size: 22px;
    }

    .content-box h4 {
        font-size: 26px;
    }

    .sub-title {
        font-size: 22px;
    }

    .advertisement-info-v2 .text-content strong {
        font-size: 22px;
    }

    .btn-section {
        padding: 30px;
    }

    .contact-cta .btn-section h4 {
        font-size: 18px !important;
    }

    .advertise-main-title {
        margin: 0 !important;
    }

    .advertise-main-title h1 {
        font-size: 24px;
    }

    .advertisement-block {
        margin: 0 !important;
    }

    .contact-cta>section {
        margin-top: 1.5rem !important;
    }

    .advertise-image-sec2 .techi-container>div {
        margin-top: 0 !important;
    }

    .advertise-image-sec2 .sub-title {
        margin-top: 0 !important;
    }

    .pagination {
        justify-content: center !important;
    }

    .pagination p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    div.pagination {
        flex-direction: column-reverse;
    }

    input.home-subscribe-input {
        min-height: 48px;
        padding-right: 108px;
    }

    button.home-subscribe-btn {
        width: 100px;
        height: 48px;
        font-size: 16px;
        line-height: 1;
    }

    .home-view-more-btn {
        font-size: 16px;
        flex: 0 0 100px;
        align-items: end;
        text-align: right !important;
    }

    .techi-listing-main h1 {
        font-size: 32px;
    }

    .techi-listing-main .techi-listing-item {
        padding-left: 0;
    }

    .techi-listing-main .techi-listing-image {
        width: 100%;
    }

    .techi-memes-section {
        margin: 0;
    }

    .wp-block-columns-is-layout-flex {
        gap: 0.5rem;
    }

    .memes-detail-left {
        left: -1rem;
        font-size: 1rem;
    }

    .memes-detail-right {
        right: -1rem;
        font-size: 1rem;
    }

    .two-takes-posts {
        padding: 0 16px;
    }

    .blog-tags ul li:first-child span {
        font-size: 14px;
    }

    #rank-math-toc nav ol li a {
        font-size: 16px;
        line-height: 16px;
    }

    .blog-tags ul li a {
        font-size: 14px;
    }

    .blog-content-main figcaption {
        padding: 15px;
        padding-left: 2rem;
    }

    .blog-content-main h1 {
        font-size: 24px;
    }

    .blog-content-main h2 {
        font-size: 22px;
    }

    .blog-author-main {
        border-top: 0 !important;
    }

    .header-search-bar .offcanvas.offcanvas-top {
        height: 122px !important;
    }

    .blog-popular-this-week-title a {
        font-size: 16px;
    }

    .blog-content-main iframe {
        height: 240px;
    }

    .blog-author-details h4 {
        font-size: 18px;
        margin: 0;
    }

    .tsc-middle article .comment-badge,
    .comment-admin-badge .comment-badge {
        font-size: 10px;
        padding: 2px 10px;
    }

    .blog-author-details small a {
        line-height: 18px;
    }

    small {
        font-size: 11px;
        line-height: 18px;
    }

    .blog-author-details {
        display: flex;
        flex-direction: column;
    }

    .techi-amazon-image-wrapper img {
        width: 100%;
    }

    .ama-ease-table,
    .buying-guides-post-table {
        width: 100%;
        display: block;
    }

    .blog-content-main .buying-guides-post-table table th,
    .blog-content-main .buying-guides-post-table table td,
    .blog-content-main .ama-ease-table table th,
    .blog-content-main .ama-ease-table table td {
        width: max-content;
        word-break: keep-all;
        white-space: nowrap;
        padding: 10px 15px;
        font-size: 14px;
    }

    .buying-guides-post-table,
    .ama-ease-table,
    .wp-block-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        overflow-y: hidden;
    }

    .buying-guides-post-table figcaption,
    .ama-ease-table figcaption {
        position: sticky;
        left: 0;
        right: 0;
        width: 100%;
    }

    .comment-reply-title {
        font-size: 18px;
    }

    .rank-math-breadcrumb p {
        justify-content: center;
    }

    .four-news-card {
        flex-direction: column;
        align-items: normal;
    }

    .institute-content-wrapper {
        padding: 0 8px 24px;
    }

    .about-us-block .about-us-text p.text-color-sub-line {
        text-align: center !important;
    }

    .about-us-page .row .col-6 {
        width: 100%;
    }

    .about-us-text h2 {
        text-align: center !important;
        margin-top: 1.3rem;
    }

    .about-us-page h5 {
        text-align: center;
    }

    .blog-author-image img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 359px) {
    .two-takes-btn a {
        font-size: 10px;
    }
}

a.author-url {
    min-height: 44px !important;
    min-width: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 8px 12px !important;
    margin: 2px !important;
    border-radius: 4px;
    line-height: 1.2;
}

.post-meta-details a.author-url {
    padding: 10px 14px !important;
    margin: 4px 2px !important;
}

.listing-item-source a {
    min-height: 44px !important;
    min-width: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    margin: 4px 2px !important;
    border-radius: 4px;
    line-height: 1.2;
}

.heading-only-cards h2 a,
.heading-only-cards .post-title a,
.four-news-card h2 a,
.two-takes-listing-item h2 a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 6px !important;
    margin: 2px 0 !important;
    line-height: 1.3;
}

.post-meta-details>* {
    margin: 4px 6px !important;
}

.two-takes-listing-item>div {
    padding: 8px 4px;
}

@media (pointer: coarse) {

    a.author-url,
    .user-img-admin>a {
        min-height: 48px !important;
        min-width: 48px !important;
        padding: 12px 16px !important;
        margin: 6px 4px !important;
    }

    .listing-item-source a {
        min-height: 48px !important;
        min-width: 48px !important;
        padding: 12px 16px !important;
        margin: 6px 4px !important;
    }

    .techi-featured-post-category a {
        padding: 8px 14px !important;
        min-height: 44px !important;
    }

    .heading-only-cards h2 a,
    .heading-only-cards .post-title a,
    .four-news-card h2 a {
        padding: 10px 8px !important;
        min-height: 48px !important;
    }
}

@media (pointer: coarse) and (min-width: 992px) {

    a.author-url,
    .user-img-admin>a {
        padding: 10px 14px !important;
        margin: 4px 3px !important;
        min-height: 44px !important;
    }

    .techi-featured-post-category a {
        padding: 8px 12px !important;
        min-height: 44px !important;
    }

    .heading-only-cards h2 a,
    .heading-only-cards .post-title a,
    .four-news-card h2 a {
        padding: 8px 6px !important;
        min-height: 44px !important;
    }
}

a.author-url:focus,
.listing-item-source a:focus,
.heading-only-cards h2 a:focus,
.heading-only-cards .post-title a:focus,
.four-news-card h2 a:focus,
.two-takes-listing-item h2 a:focus {
    outline: 3px solid var(--primary-accessible) !important;
    outline-offset: 2px !important;
    background-color: rgba(0, 135, 133, 0.1) !important;
    border-radius: var(--radius-sm) !important;
}

a.author-url:hover,
.listing-item-source a:hover {
    background-color: rgba(0, 135, 133, 0.08) !important;
    transform: translateY(-1px);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-primary);
}

a.author-url,
.listing-item-source a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.post-meta-details .d-flex>*+* {
    margin-left: 8px !important;
}

.two-takes-listing-item .listing-item-source {
    margin: 8px 0;
}

@media (max-width: 767px) {
    a.author-url {
        min-height: 48px !important;
        padding: 12px 14px !important;
        margin: 6px 4px !important;
        font-size: 14px;
    }

    .listing-item-source a {
        min-height: 48px !important;
        padding: 12px 14px !important;
        margin: 6px 4px !important;
        font-size: 14px;
    }

    .heading-only-cards h2 a,
    .heading-only-cards .post-title a {
        min-height: 48px !important;
        padding: 12px 8px !important;
        line-height: 1.4;
    }
}

.sponsored-ad-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    background: rgba(0, 176, 174, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(0, 176, 174, 0.15);
    width: 330px;
    margin: 0 auto;
}

.header-ads-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-ads-full-layout {
    display: grid !important;
    grid-template-columns: 250px 1fr 250px;
    grid-template-areas:
        "left center right";
    gap: 30px;
    align-items: start;
    margin: 0 auto;
    min-height: 265px;
    padding: 0;
    position: relative;
}

.header-ads-grid {
    grid-area: center;
    display: grid;
    grid-template-columns: repeat(6, 125px);
    grid-template-rows: repeat(2, 125px);
    gap: 15px;
    justify-content: center;
    align-items: center;
    justify-self: center;
    width: 795px;
    height: 265px;
}

.header-side-ad {
    width: 250px !important;
    height: 265px !important;
    min-width: 250px;
    max-width: 250px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    border: 3px solid #e9ecef;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    flex-grow: 0;
}

.header-side-ad:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 135, 133, 0.2);
    border-color: var(--primary-accessible);
}

.side-ad-placeholder {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    min-height: 250px;
}

.side-ad-placeholder::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px dashed var(--primary-accessible);
    border-radius: 8px;
    opacity: 0.3;
}

.side-ad-placeholder .ad-label {
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    color: var(--primary-accessible);
    text-align: center;
    line-height: 1.4;
    z-index: 2;
    position: relative;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.left-side-ad {
    grid-area: left;
    background-color: #f8f9fa !important;
    border: 2px solid var(--primary-accessible) !important;
    justify-self: center;
}

.right-side-ad {
    grid-area: right;
    background-color: #f8f9fa !important;
    border: 2px solid var(--primary-accessible) !important;
    justify-self: center;
}

/* Ads Section Container and Toggle */
.ads-section-container {
    position: relative;
}

.ads-toggle-btn {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 176, 174, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ads-toggle-btn:hover {
    background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary-accessible-hover) 100%);
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 176, 174, 0.4);
}

.ads-toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.ads-toggle-btn.collapsed .ads-toggle-icon {
    transform: rotate(180deg);
}

.ads-toggle-text {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.techi-header-ads-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    padding: 25px 0;
    margin: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
    overflow: hidden;
}

.techi-header-ads-section.collapsed {
    max-height: 0;
    padding: 0;
    opacity: 0;
    border: none;
    margin: 0;
}

.ad-slot {
    width: 125px;
    height: 125px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ad-slot:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 135, 133, 0.15);
    border-color: var(--primary-accessible);
}

.ad-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #f1f3f4 25%, transparent 25%),
        linear-gradient(-45deg, #f1f3f4 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f1f3f4 75%),
        linear-gradient(-45deg, transparent 75%, #f1f3f4 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: relative;
}

.ad-placeholder::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, var(--primary-accessible) 0%, var(--primary-accessible-hover) 100%);
    border-radius: 50%;
    opacity: 0.1;
}

.ad-label {
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    color: var(--primary-accessible);
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 4px;
    backdrop-filter: blur(5px);
}

@media (max-width: 1450px) {
    .header-ads-full-layout {
        max-width: 1300px;
        gap: 15px;
        padding: 0 15px;
    }
}

@media (max-width: 1400px) {
    .header-ads-full-layout {
        grid-template-columns: 200px 1fr 200px;
        gap: 20px;
        max-width: 1200px;
    }

    .header-side-ad {
        width: 200px !important;
        height: 265px !important;
    }
}

@media (max-width: 1200px) {
    .header-ads-full-layout {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        justify-content: center;
    }

    .header-ads-grid {
        grid-template-columns: repeat(5, 125px);
        width: 665px;
    }

    .ad-slot:nth-child(n+11) {
        display: none;
    }

    .header-side-ad {
        width: 250px !important;
        height: 125px !important;
    }
}

@media (max-width: 900px) {
    .header-ads-grid {
        grid-template-columns: repeat(4, 125px);
        width: 545px;
    }

    .ad-slot:nth-child(n+9) {
        display: none;
    }
}

@media (max-width: 768px) {
    .ads-section-container {
        display: none;
    }

    .techi-header-ads-section {
        display: none;
    }
}

/* Mobile responsive for toggle button */
@media (max-width: 1200px) {
    .ads-toggle-btn {
        padding: 6px 16px;
        font-size: 12px;
    }

    .ads-toggle-text {
        font-size: 12px;
    }
}

.in-article-ad-wrapper {
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    background: rgba(248, 249, 250, 0.5);
}

.sidebar-ad-widget {
    margin: 20px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: var(--shadow-sm);
    text-align: center;
}

.content-feed-ad-wrapper {
    margin: 40px 0;
    padding: 25px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8) 0%, rgba(233, 236, 239, 0.5) 100%);
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

.footer-ad-wrapper {
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid var(--border-light);
}

.adsense-responsive {
    max-width: 100%;
    overflow: hidden;
}

.ad-wrapper::before {
    content: 'Advertisement';
    display: block;
    font-size: 10px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

a#ad-btcminer-link .ad-label {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
    background: #fff;
    padding: 2px 10px;
    border-radius: 4px 0 0 0;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 0;
}

a#ad-btcminer-link {
    position: relative;
    display: inline-block;
}