:root {
    --ptech-font-heading: "Mulish", system-ui, sans-serif;
    --ptech-font-body: "Montserrat", system-ui, sans-serif;
    --ptech-primary: #d0936a;
    --ptech-primary-dark: #b37a54;
    --ptech-accent: #b37a54;
    --ptech-accent-ink: #3a2e26;
    --ptech-ink: #111;
    --ptech-border-w: 2px;
    --ptech-shadow-sm: 3px 3px 0 var(--ptech-ink);
    --ptech-shadow: 5px 5px 0 var(--ptech-ink);
    --ptech-shadow-lg: 7px 7px 0 var(--ptech-ink);
    --ptech-dark: #2e2e2e;
    --ptech-bg: #fff;
    --ptech-bg-soft: #efefef;
    --ptech-bg-chip: #f3f3f3;
    --ptech-hero-bg: #1a1a1a;
    --ptech-border: var(--ptech-ink);
    --ptech-border-soft: #e6e6e6;
    --ptech-border-accent: #d9c4c8;
    --ptech-text: #1c1c1c;
    --ptech-text-muted: #666;
    --ptech-text-soft: #6e6e6e;
    --ptech-on-dark: #fff;
    --ptech-primary-grad: linear-gradient(135deg, #b8394b 0%, #6d1f2a 100%);
    --ptech-accent-grad: linear-gradient(135deg, #2b587c 0%, #16324a 100%);
    --ptech-ease: cubic-bezier(.22, 1, .36, 1);
    --ptech-card-shine: #fff;
    --ptech-card-shine-edge: var(--ptech-ink);
    --ptech-card-sheen: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .65) 50%, transparent 100%);
    --ptech-card-shine-shadow: var(--ptech-shadow);
    --ptech-container: 1400px;
    --ptech-radius: 14px;
    --ptech-radius-sm: 8px;
    --ptech-whatsapp: #0f7d57;
    --ptech-instagram: #d6249f
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important
}

.ptech-skip-link:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
    top: 12px;
    left: 12px;
    z-index: 100000;
    display: inline-block;
    padding: 12px 20px;
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-body);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--ptech-radius-sm);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    outline: 2px solid var(--ptech-on-dark);
    outline-offset: 2px
}

a,
em,
span,
strong {
    font-size: inherit
}

.ptech-blog {
    min-height: 40vh;
    font-family: var(--ptech-font-body);
    background: var(--ptech-bg-soft);
    padding-bottom: 1px
}

.card-heading,
.section-heading,
.sidebar-heading,
.sub-heading {
    display: block;
    line-height: 1.25
}

.ptech-404__title,
.ptech-archive-head__title,
.ptech-hero__title,
.ptech-page__title,
.ptech-single__title,
.section-heading {
    font-family: var(--ptech-font-heading);
    font-size: clamp(26px, 3.5vw, 38px);
    color: var(--ptech-dark)
}

.ptech-cat-block__title,
.sub-heading {
    font-family: var(--ptech-font-heading);
    font-size: clamp(20px, 2.5vw, 26px);
    color: var(--ptech-dark)
}

.card-heading,
.ptech-card__title {
    font-family: var(--ptech-font-heading);
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.3;
    color: var(--ptech-text);
    font-weight: 800
}

.ptech-widget__title,
.sidebar-heading {
    font-family: var(--ptech-font-heading);
    font-size: clamp(18px, 2vw, 24px);
    color: var(--ptech-dark)
}

.ptech-container {
    width: 100%;
    max-width: var(--ptech-container);
    margin: 0 auto;
    padding: 0 16px
}

.section-spacing {
    padding: 80px 0
}

.ptech-hero {
    background: var(--ptech-hero-bg);
    color: var(--ptech-on-dark);
    padding: 64px 0;
    text-align: center
}

.ptech-hero__title {
    margin: 0;
    color: var(--ptech-on-dark);
    line-height: 1.2
}

.ptech-hero--home:not(.ptech-hero--banner) {
    background: var(--ptech-bg);
    border-bottom: var(--ptech-border-w) solid var(--ptech-ink)
}

.ptech-hero--home:not(.ptech-hero--banner) .ptech-hero__title {
    color: var(--ptech-primary)
}

.ptech-hero--home:not(.ptech-hero--banner) .ptech-hero__eyebrow {
    color: var(--ptech-accent-ink)
}

.ptech-hero--home:not(.ptech-hero--banner) .ptech-hero__subtitle {
    color: var(--ptech-text-muted)
}

@media (max-width:600px) {
    .ptech-hero {
        padding: 44px 0
    }
}

.ptech-posts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px
}

.ptech-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    background: var(--ptech-bg);
    border-radius: var(--ptech-radius);
    padding: 14px;
    overflow: hidden;
    box-shadow: 0 14px 34px -20px rgba(0, 0, 0, .35);
    transition: transform .25s var(--ptech-ease), box-shadow .25s var(--ptech-ease)
}

.ptech-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .4)
}

.ptech-card__media {
    position: relative;
    flex: 0 0 340px;
    width: 340px;
    align-self: flex-start;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: var(--ptech-bg-soft);
    border-radius: var(--ptech-radius-sm)
}

.ptech-card__imglink {
    display: block;
    width: 100%;
    height: 100%
}

.ptech-card__media img,
.ptech-card__noimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s var(--ptech-ease)
}

.ptech-card__noimg {
    background: linear-gradient(135deg, var(--ptech-bg-soft), #d9c4c8)
}

.ptech-card:hover .ptech-card__media img {
    transform: scale(1.07)
}

.ptech-card__body {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 22px 18px
}

.ptech-card__body::before {
    content: "";
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 150px;
    height: 150px;
    background: url(https://baliyogaretreats.org/blog/wp-content/uploads/2026/08/lotus-pattern.webp) no-repeat center/contain;
    filter: brightness(0) saturate(100%) invert(67%) sepia(38%) saturate(513%) hue-rotate(340deg) brightness(89%) contrast(82%);
    opacity: .5;
    pointer-events: none;
    z-index: -1
}

.ptech-card__cat {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px 6px 12px;
    border-radius: 50px;
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-heading);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: 0 6px 16px -6px rgba(0, 0, 0, .4);
    transition: background .2s ease, transform .15s var(--ptech-ease)
}

.ptech-card__cat svg {
    flex-shrink: 0
}

.ptech-card__cat:hover {
    background: var(--ptech-accent);
    color: var(--ptech-on-dark);
    transform: translateY(-1px)
}

.ptech-card__cat--inline {
    position: static;
    align-self: flex-start;
    margin: 0 0 14px
}

.ptech-card__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--ptech-border-soft);
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ptech-text-soft)
}

.ptech-card__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ptech-bg-soft)
}

.ptech-card__meta-sep {
    width: 1px;
    height: 16px;
    flex-shrink: 0;
    background: var(--ptech-border-soft)
}

.ptech-card__date,
.ptech-card__rt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    white-space: nowrap
}

.ptech-card__date svg,
.ptech-card__rt svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: var(--ptech-primary)
}

.ptech-card__title {
    margin: 0 0 14px
}

.ptech-card__title a {
    color: var(--ptech-text);
    text-decoration: none;
    transition: color .25s ease;
    font-weight: inherit
}

.ptech-card:hover .ptech-card__title a {
    color: var(--ptech-accent-ink)
}

.ptech-card__excerpt {
    margin: 0 0 18px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--ptech-text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ptech-card__more {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    text-decoration: none;
    transition: background .2s ease, transform .2s var(--ptech-ease)
}

.ptech-card__more svg {
    transition: transform .3s var(--ptech-ease)
}

.ptech-card__more:hover {
    background: var(--ptech-accent);
    transform: scale(1.08)
}

.ptech-card:hover .ptech-card__more svg,
.ptech-card__more:hover svg {
    transform: translateX(2px)
}

@media (max-width:900px) {
    .ptech-card__media {
        flex-basis: 260px;
        width: 260px
    }

    .ptech-card__body {
        padding-left: 18px
    }
}

@media (max-width:600px) {
    .ptech-card {
        flex-direction: column;
        padding: 0
    }

    .ptech-card__media {
        flex-basis: auto;
        width: 100%;
        aspect-ratio: 16/10
    }

    .ptech-card__body {
        padding: 18px 18px 16px
    }
}

.ptech-archive-head {
    margin-bottom: 32px
}

.ptech-archive-head__title {
    line-height: 1.2;
    margin: 0
}

td {
    font-size: clamp(14px, 1.5vw, 16px)
}

.ptech-page__title,
.ptech-single__title {
    line-height: 1.2;
    margin: 0 0 14px;
    color: var(--ptech-primary)
}

.ptech-page__content,
.ptech-single__content {
    line-height: 1.85;
    color: var(--ptech-text)
}

.ptech-page__content img,
.ptech-single__content img {
    max-width: 100%;
    height: auto
}

.ptech-empty {
    font-size: 18px;
    color: var(--ptech-text-muted);
    text-align: center;
    padding: 60px 0
}

.ptech-404 {
    text-align: center;
    padding: 80px 16px
}

.ptech-404__title {
    margin-bottom: 12px
}

.ptech-btn {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--ptech-font-body);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 26px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    color: var(--ptech-on-dark);
    background: var(--ptech-primary-grad);
    box-shadow: 0 8px 20px -12px rgba(155, 44, 60, .5);
    transition: color .5s var(--ptech-ease), box-shadow .5s var(--ptech-ease), transform .4s var(--ptech-ease);
    width: fit-content
}

.ptech-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--ptech-accent-grad);
    clip-path: circle(0 at 50% 50%);
    transition: clip-path .55s var(--ptech-ease)
}

.ptech-btn::after {
    content: "\2192";
    font-size: 16px;
    transition: transform .4s var(--ptech-ease)
}

.ptech-btn:hover {
    color: #6d1f2a;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -12px rgba(31, 66, 93, .5)
}

.ptech-btn:hover::before {
    clip-path: circle(150% at 50% 50%)
}

.ptech-btn:hover::after {
    transform: translateX(3px)
}

.ptech-btn.alt {
    color: var(--ptech-dark);
    background: var(--ptech-accent-grad);
    box-shadow: 0 8px 20px -12px rgba(31, 66, 93, .5)
}

.ptech-btn.alt::before {
    background: var(--ptech-primary-grad);
    clip-path: none;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .55s var(--ptech-ease)
}

.ptech-btn.alt:hover {
    color: var(--ptech-on-dark);
    box-shadow: 0 14px 28px -12px rgba(155, 44, 60, .45)
}

.ptech-btn.alt:hover::before {
    transform: scaleY(1)
}

.navigation.pagination {
    margin-top: 48px
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--ptech-border);
    border-radius: var(--ptech-radius-sm);
    font-weight: 600;
    text-decoration: none;
    color: var(--ptech-text);
    background: var(--ptech-bg);
    transition: border-color .2s ease, color .2s ease, background .2s ease
}

.navigation.pagination a.page-numbers:hover {
    border-color: var(--ptech-accent);
    color: var(--ptech-accent-ink)
}

.navigation.pagination .page-numbers.current {
    background: var(--ptech-accent-grad);
    border-color: transparent;
    color: var(--ptech-on-dark)
}

.navigation.pagination .page-numbers.dots {
    border-color: transparent;
    background: 0 0
}

.ptech-search-head__form {
    max-width: 520px;
    margin: 22px auto 0
}

.ptech-noresults .ptech-search,
.ptech-search-head .ptech-search {
    box-shadow: 0 8px 22px -12px rgba(0, 0, 0, .2);
    border: 1px solid var(--ptech-border)
}

.ptech-noresults {
    max-width: 520px;
    margin: 0 auto;
    padding: 30px 0 10px;
    text-align: center
}

.ptech-noresults__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    color: var(--ptech-accent)
}

.ptech-noresults__title {
    margin: 0 0 8px;
    font-family: var(--ptech-font-heading);
    font-size: clamp(22px, 3vw, 28px);
    color: var(--ptech-dark)
}

.ptech-noresults__text {
    margin: 0 0 24px;
    color: var(--ptech-text-muted)
}

@media (max-width:600px) {
    .section-spacing {
        padding: 32px 0
    }

    .ptech-container {
        padding-left: 14px;
        padding-right: 14px
    }
}

.ptech-posts--2col {
    grid-template-columns: repeat(2, 1fr)
}

.ptech-posts--2col .ptech-card {
    flex-direction: column;
    padding: 0
}

.ptech-posts--2col .ptech-card__media {
    flex: 0 0 auto;
    width: 100%
}

.ptech-sidebar__inner {
    height: 100%
}

.ptech-widget--form {
    position: sticky;
    top: 100px
}

.ptech-widget.ptech-widget--form {
    padding: 0;
    background: 0 0
}

.ptech-widget--form .aside-form {
    max-width: none;
    width: 100%;
    position: static
}

.ptech-widget--form .fixed-form,
.ptech-widget--form .fixedside-menu,
.ptech-widget--form .navigate {
    background: 0 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: auto;
    position: static
}

.ptech-widget--form .navigate>.head3 {
    display: block;
    margin: 0 0 12px;
    padding: 8px 14px;
    border: var(--ptech-border-w) solid var(--ptech-ink);
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-heading);
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 800;
    text-align: center
}

.ptech-widget--form .form-body {
    padding: 0 6px 2px
}

.ptech-widget--form .form-body .row {
    --bs-gutter-x: 12px
}

.ptech-widget--form .tr-input,
.ptech-widget--form .tr-select {
    width: 100%;
    margin: 0 0 10px !important;
    padding: 8px 11px;
    border: var(--ptech-border-w) solid var(--ptech-ink);
    border-radius: var(--ptech-radius-sm);
    background-color: #fff;
    box-shadow: none;
    font-family: var(--ptech-font-body);
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--ptech-text)
}

.ptech-widget--form .tr-input::placeholder {
    color: var(--ptech-text-soft)
}

.ptech-widget--form .tr-input:focus,
.ptech-widget--form .tr-select:focus {
    outline: 0;
    border-color: var(--ptech-primary);
    box-shadow: var(--ptech-shadow-sm)
}

.ptech-widget--form textarea.tr-input {
    min-height: 64px;
    resize: vertical
}

.ptech-widget--form .date-wrap {
    position: static;
    margin-top: 0
}

.ptech-widget--form .date-wrap span {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 5px;
    padding: 2px 10px;
    border: var(--ptech-border-w) solid var(--ptech-ink);
    border-radius: 50px;
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    box-shadow: none;
    font-family: var(--ptech-font-heading);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ptech-widget--form .calendar-img {
    width: 12px;
    height: 12px;
    object-fit: contain
}

.ptech-widget--form .book-appointment {
    margin-top: 12px !important
}

.ptech-widget--form .btn3 {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 11px 18px;
    border: var(--ptech-border-w) solid var(--ptech-ink);
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    box-shadow: var(--ptech-shadow-sm);
    font-family: var(--ptech-font-heading);
    font-size: 14.5px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, transform .15s var(--ptech-ease), box-shadow .15s var(--ptech-ease)
}

.ptech-widget--form .btn3:hover {
    background: var(--ptech-accent);
    color: var(--ptech-on-dark);
    transform: translate(2px, 2px);
    box-shadow: none
}

.ptech-widget--form .btn3 span {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

.ptech-widget--form .contact-call {
    margin: 14px 6px 2px;
    padding: 14px;
    border: var(--ptech-border-w) solid var(--ptech-ink);
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-accent);
    color: var(--ptech-on-dark)
}

.ptech-widget--form .contact-call .head3 {
    margin: 0 0 6px;
    font-family: var(--ptech-font-heading);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--ptech-on-dark)
}

.ptech-widget--form .contact-call .para {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82)
}

.ptech-widget--form .con-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border: var(--ptech-border-w) solid var(--ptech-ink);
    border-radius: 50px;
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-heading);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .15s var(--ptech-ease)
}

.ptech-widget--form .con-btn:hover {
    background: #fff;
    color: var(--ptech-primary);
    transform: translateY(-1px)
}

.ptech-widget--form .con-btn i {
    font-size: 14px;
    color: inherit
}

.ptech-widget {
    background: var(--ptech-bg);
    border-radius: var(--ptech-radius);
    padding: 14px;
    margin-bottom: 30px
}

.ptech-widget__title {
    display: block;
    margin: 0 0 16px;
    padding: 9px 14px;
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-weight: 800;
    text-align: center
}

.ptech-latest {
    list-style: none;
    margin: 0;
    padding: 0 8px 4px
}

.ptech-latest__item {
    display: block;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--ptech-border-soft)
}

.ptech-latest__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.ptech-latest__link {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: inherit
}

.ptech-latest__thumb {
    flex: 0 0 64px
}

.ptech-latest__thumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: var(--ptech-radius-sm);
    display: block
}

.ptech-latest__title {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600
}

.ptech-latest__date {
    display: block;
    font-size: 12px;
    color: var(--ptech-text-soft);
    margin-top: 2px
}

.ptech-cats {
    width:100%;
    list-style: none;
    margin: 0;
    padding: 0 8px 4px
}

.ptech-cats__item {
    display: block;
    border-bottom: 1px solid var(--ptech-border-soft)
}

.ptech-cats__item:last-child {
    border-bottom: 0
}

.ptech-cats__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    text-decoration: none;
    color: var(--ptech-text)
}

.ptech-cats__item a:hover {
    color: var(--ptech-accent-ink)
}

.ptech-cats__count {
    background: var(--ptech-bg-chip);
    color: var(--ptech-text-muted);
    font-size: 12px;
    text-align: center;
    padding: 2px 8px;
    border-radius: 20px
}

.ptech-cat-block {
    margin-bottom: 44px
}

.ptech-cat-block:last-child {
    margin-bottom: 0
}

.ptech-cat-block__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ptech-border-accent)
}

.ptech-cat-block__title {
    margin: 0;
    color: var(--ptech-accent-ink);
    font-weight: 600
}

.ptech-cat-block__title a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit
}

.ptech-cat-block__count {
    color: var(--ptech-accent-ink);
    font-weight: 600
}

.ptech-cat-block__viewall {
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: var(--ptech-accent-ink)
}

.ptech-posts--cat {
    grid-template-columns: repeat(3, 1fr)
}

.ptech-posts--cat .ptech-card__excerpt,
.ptech-posts--cat .ptech-card__more {
    display: none
}

.ptech-posts--cat .ptech-card__body {
    padding: 16px
}

.ig-feed__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px
}

.ig-feed__avatar {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--ptech-accent)
}

.ig-feed__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    display: block
}

.ig-feed__meta {
    min-width: 0
}

.ig-feed__name {
    display: block;
    font-family: var(--ptech-font-heading);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--ptech-heading, #1a1a1a);
    text-decoration: none;
    margin-bottom: 4px
}

.ig-feed__name:hover {
    color: var(--ptech-accent-ink)
}

.ig-feed__bio {
    margin: 0;
    font-family: var(--ptech-font-body);
    font-size: 12.5px;
    line-height: 1.5;
    color: #555
}

.ig-feed__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px
}

.ig-feed__grid.is-clamped .ig-feed__item:nth-child(n+7) {
    display: none
}

.ig-feed__item {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #000
}

.ig-feed__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease
}

.ig-feed__item:hover img {
    transform: scale(1.06)
}

.ig-feed__item.is-video::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    background: center/38px 38px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' opacity='0.92'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .45));
    pointer-events: none
}

.ig-feed__item.is-gallery::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: center/20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='3' width='13' height='13' rx='2'/%3E%3Cpath d='M3 8v11a2 2 0 0 0 2 2h11'/%3E%3C/svg%3E");
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5));
    pointer-events: none
}

.ig-feed__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 16px
}

.ig-feed__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    font-family: var(--ptech-font-body);
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: var(--ptech-on-dark);
    text-decoration: none;
    cursor: pointer;
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease
}

.ig-feed__btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05)
}

.ig-feed__btn--more {
    background: #1c6fb0
}

.ig-feed__btn--follow {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    box-shadow: 0 6px 16px rgba(214, 41, 118, .3)
}

.ig-feed__btn--follow::before {
    content: "";
    width: 16px;
    height: 16px;
    background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.2' fill='%23fff' stroke='none'/%3E%3C/svg%3E")
}

@media (max-width:991px) {
    .ptech-sidebar {
        display: block;
        margin-top: 40px
    }

    .ptech-widget--form {
        position: static
    }
}

@media (max-width:767px) {
    .ptech-posts--2col {
        grid-template-columns: 1fr
    }

    .ptech-posts--cat {
        grid-template-columns: repeat(2, 1fr)
    }

    .ptech-cat-block__head {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start
    }
}

@media (max-width:460px) {
    .ptech-posts--cat {
        grid-template-columns: 1fr
    }
}

.ptech-loadmore-wrap {
    text-align: center;
    margin-top: 44px
}

.ptech-loadmore {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 13px 38px;
    border: 2px solid var(--ptech-accent);
    border-radius: 50px;
    background: 0 0;
    color: var(--ptech-accent);
    font-family: var(--ptech-font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transition: color .3s ease, box-shadow .3s ease, transform .2s ease
}

.ptech-loadmore::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ptech-accent);
    transform: translateY(101%);
    transition: transform .35s ease;
    z-index: 0
}

.ptech-loadmore:hover {
    color: var(--ptech-on-dark);
    box-shadow: 0 12px 26px rgba(31, 66, 93, .35);
    transform: translateY(-2px)
}

.ptech-loadmore:hover::before {
    transform: translateY(0)
}

.ptech-loadmore__arrow,
.ptech-loadmore__wave {
    position: relative;
    z-index: 1
}

.ptech-loadmore__wave {
    display: inline-block
}

.ptech-loadmore__wave span {
    display: inline-block;
    animation: ptechWave 1.8s ease-in-out infinite;
    animation-delay: calc(var(--i, 0) * .07s)
}

@keyframes ptechWave {

    0%,
    100%,
    55% {
        transform: translateY(0)
    }

    28% {
        transform: translateY(-5px)
    }
}

.ptech-loadmore__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    animation: ptechBounce 1.8s ease-in-out infinite
}

@keyframes ptechBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }
}

.ptech-loadmore.is-loading {
    pointer-events: none
}

.ptech-loadmore.is-loading .ptech-loadmore__arrow,
.ptech-loadmore.is-loading .ptech-loadmore__wave span {
    animation: none
}

.ptech-loadmore.is-loading .ptech-loadmore__arrow svg {
    display: none
}

.ptech-loadmore.is-loading .ptech-loadmore__arrow::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: ptechSpin .7s linear infinite
}

@keyframes ptechSpin {
    to {
        transform: rotate(360deg)
    }
}

@media (prefers-reduced-motion:reduce) {

    .ptech-loadmore__arrow,
    .ptech-loadmore__wave span {
        animation: none !important
    }
}

.ptech-divider {
    width: 100%;
    max-width: 480px;
    height: clamp(54px, 9vw, 88px);
    border: none;
    margin: 40px auto;
    background: url(https://baliyogaretreats.org/blog/wp-content/uploads/2026/08/new-divider.webp) no-repeat center/contain
}

.ptech-divider.empty {
    margin: 0 auto
}

.ptech-divider.no-space {
    margin-top: 0;
    margin-bottom: 0
}

.ptech-breadcrumb {
    font-weight: 300;
    color: var(--ptech-text-soft);
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap
}

.ptech-breadcrumb nav {
    padding: 0
}

.ptech-breadcrumb--cat {
    margin-bottom: 16px
}

.ptech-hero--banner {
    position: relative;
    background-image: var(--ptech-hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ptech-hero--banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .65) 100%)
}

.ptech-hero--banner .ptech-hero__title {
    color: var(--ptech-on-dark);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35)
}

.ptech-hero--banner .ptech-hero__eyebrow {
    color: var(--ptech-on-dark)
}

.ptech-hero--banner .ptech-hero__subtitle {
    color: rgba(255, 255, 255, .85)
}

.ptech-hero--banner .ptech-container {
    position: relative;
    z-index: 2
}

.ptech-hero--home {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 64px 0;
    text-align: center;
    background: radial-gradient(120% 130% at 50% -10%, rgba(31, 66, 93, .3) 0, transparent 55%), var(--ptech-primary-grad)
}

.ptech-hero--home .ptech-container {
    position: relative;
    z-index: 1;
    width: 100%
}

.ptech-hero--home.ptech-hero--banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.ptech-hero__eyebrow {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ptech-accent)
}

.ptech-hero--home .ptech-hero__title {
    font-size: clamp(34px, 5vw, 56px)
}

.ptech-hero__subtitle {
    max-width: 640px;
    margin: 16px auto 0;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 400
}

.ptech-hero__divider {
    display: block;
    width: 72px;
    height: 3px;
    margin: 26px auto 0;
    border-radius: 3px;
    background: white;
}

.ptech-search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    padding: 6px 6px 6px 18px;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.ptech-search input[type=search] {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-family: inherit;
    font-size: 15px;
    color: var(--ptech-text)
}

.ptech-search input[type=search]::placeholder {
    color: var(--ptech-text-soft)
}

.ptech-search button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: var(--ptech-primary);
    transition: background .2s ease, transform .15s var(--ptech-ease)
}

.ptech-search button:hover {
    background: var(--ptech-accent);
    transform: translateY(-1px)
}

.ptech-search--hero {
    max-width: 540px;
    margin: 30px auto 0
}

.ptech-mobilesearch {
    display: none
}

@media (max-width:767px) {
    .ptech-search--hero {
        display: none
    }

    .ptech-mobilesearch {
        display: block;
        position: sticky;
        top: 57px;
        z-index: 5;
        padding: 8px 0;
        background: var(--ptech-bg-soft);
        transition: box-shadow .25s ease, background .25s ease
    }

    .ptech-mobilesearch.is-stuck {
        background: rgba(255, 255, 255, .97);
        backdrop-filter: blur(6px);
        box-shadow: 0 8px 18px -10px rgba(0, 0, 0, .28)
    }

    .ptech-mobilesearch .ptech-search {
        box-shadow: none;
        border: 1px solid var(--ptech-border);
        gap: 6px;
        padding: 3px 3px 3px 16px
    }

    .ptech-mobilesearch .ptech-search input[type=search] {
        font-size: 14px
    }

    .ptech-mobilesearch .ptech-search button {
        width: 36px;
        height: 36px
    }

    .ptech-mobilesearch .ptech-search button svg {
        width: 17px;
        height: 17px
    }
}

@media (max-width:767px) {
    .ptech-hero--home {
        min-height: 340px;
        padding: 48px 0
    }
}

.ptech-single-banner {
    width: 100%;
    min-height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .ptech-single-banner {
        min-height: 200px
    }
}

.ptech-breadcrumb p {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    overflow: hidden
}

.ptech-breadcrumb .sep,
.ptech-breadcrumb .separator,
.ptech-breadcrumb a {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: clamp(10px, 1.2vw, 14px)
}

.ptech-breadcrumb a {
    color: var(--ptech-text-muted);
    text-decoration: none
}

.ptech-breadcrumb a:hover {
    color: var(--ptech-accent-ink)
}

.ptech-breadcrumb .sep,
.ptech-breadcrumb .separator {
    margin: 0 7px;
    color: var(--ptech-text-soft)
}

.ptech-breadcrumb .current,
.ptech-breadcrumb .last {
    flex: 0 1 auto;
    min-width: 0;
    color: var(--ptech-accent-ink);
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(10px, 1.2vw, 14px)
}

.ptech-single__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin: 0 0 26px;
    font-size: 13.5px;
    color: var(--ptech-text-muted)
}

.ptech-single__metaitem {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(12px, 1.2vw, 14px) !important
}

.ptech-single__metaitem svg {
    color: var(--ptech-accent);
    flex-shrink: 0
}

.ptech-single__hero {
    position: relative;
    margin: 0 0 30px;
    border-radius: var(--ptech-radius);
    overflow: hidden
}

.ptech-single__hero img {
    display: block;
    width: 100%;
    height: auto
}

.ptech-single__content>* {
    margin: 0 0 1.2em
}

.ptech-single__content>:first-child {
    margin-top: 0
}

.ptech-single__content>:last-child {
    margin-bottom: 0
}

.ptech-single__content h2,
.ptech-single__content h3,
.ptech-single__content h4,
.ptech-single__content h5,
.ptech-single__content h6 {
    font-family: var(--ptech-font-heading);
    font-weight: 700;
    color: var(--ptech-dark);
    line-height: 1.3;
    margin: 1.6em 0 .5em
}

.ptech-single__content h2 {
    font-size: clamp(23px, 2.9vw, 29px);
    color: var(--ptech-accent-ink)
}

.ptech-single__content h3 {
    font-size: clamp(20px, 2.4vw, 24px)
}

.ptech-single__content h4 {
    font-size: clamp(18px, 2vw, 20px)
}

.ptech-single__content h5 {
    font-size: clamp(16px, 1.7vw, 17px)
}

.ptech-single__content h6 {
    font-size: clamp(14px, 1.5vw, 15px);
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--ptech-accent-ink)
}

.ptech-single__content :is(h2, h3, h4, h5, h6) :is(strong, b, span, em, i, u, font) {
    font: inherit;
    color: inherit;
    letter-spacing: inherit
}

.ptech-single__content a {
    color: var(--ptech-accent-ink);
    text-decoration: underline;
    text-underline-offset: 3px
}

.ptech-single__content ol,
.ptech-single__content ul {
    list-style: none !important;
    margin: 1.2em 0;
    padding-left: 1.6em !important
}

.ptech-single__content li {
    position: relative;
    margin-bottom: .55em;
    line-height: 1.7
}

.ptech-single__content li:last-child {
    margin-bottom: 0
}

.ptech-single__content ul>li::before {
    content: "";
    position: absolute;
    left: -1.05em;
    top: .62em;
    width: .42em;
    height: .42em;
    border-radius: 50%;
    background: var(--ptech-accent)
}

.ptech-single__content ul ul>li::before {
    background: 0 0;
    border: 2px solid var(--ptech-accent)
}

.ptech-single__content ol {
    counter-reset: ptech-ol
}

.ptech-single__content ol>li::before {
    counter-increment: ptech-ol;
    content: counter(ptech-ol) ".";
    position: absolute;
    left: -1.6em;
    top: 0;
    min-width: 1.3em;
    text-align: right;
    color: var(--ptech-accent-ink);
    font-weight: 700
}

.ptech-single__content #ez-toc-container li::before {
    content: none
}

.ptech-single__content li>ol,
.ptech-single__content li>ul {
    margin: .55em 0 0
}

.ptech-single__content img {
    border-radius: var(--ptech-radius)
}

.ptech-single__content blockquote {
    position: relative;
    margin: 2em 0;
    padding: 32px 38px 32px 66px;
    background: var(--ptech-bg-soft);
    border: 1px solid var(--ptech-border-accent);
    border-radius: var(--ptech-radius);
    box-shadow: 0 18px 40px -26px rgba(0, 0, 0, .2);
    font-family: var(--ptech-font-body);
    font-size: clamp(17px, 1.9vw, 20px);
    font-weight: 500;
    line-height: 1.7;
    color: var(--ptech-dark)
}

.ptech-single__content blockquote::before {
    content: "\201C";
    position: absolute;
    left: 20px;
    top: 10px;
    font-family: Georgia, "Cormorant Garamond", serif;
    font-size: 78px;
    line-height: 1;
    color: var(--ptech-accent);
    opacity: .28;
    pointer-events: none
}

.ptech-single__content blockquote p {
    margin-bottom: .6em
}

.ptech-single__content blockquote p:last-child {
    margin-bottom: 0
}

.ptech-single__content blockquote cite,
.ptech-single__content blockquote footer {
    display: block;
    margin-top: 18px;
    font-family: var(--ptech-font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--ptech-accent-ink)
}

.ptech-single__content blockquote cite::before,
.ptech-single__content blockquote footer::before {
    content: "— "
}

@media (max-width:600px) {
    .ptech-single__content blockquote {
        padding: 24px 22px 24px 64px
    }

    .ptech-single__content blockquote::before {
        font-size: 54px;
        left: 18px
    }
}

.ptech-single__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--ptech-border)
}

.ptech-single__share-label {
    font-family: var(--ptech-font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--ptech-dark)
}

.ptech-author {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-top: 34px;
    padding: 28px;
    background: var(--ptech-bg-soft);
    border-radius: var(--ptech-radius)
}

.ptech-author__avatar {
    flex: 0 0 auto
}

.ptech-author__avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 0 0 3px var(--ptech-bg), 0 0 0 5px #e0b89a
}

.ptech-author__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ptech-accent-ink);
    margin-bottom: 3px
}

.ptech-author__name {
    margin: 0 0 2px
}

.ptech-author__job {
    display: block;
    font-size: 13px;
    color: var(--ptech-text-muted);
    margin-bottom: 11px
}

.ptech-author__bio {
    margin: 0 0 16px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--ptech-text-muted)
}

.ptech-author__foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.ptech-author__socials {
    display: inline-flex;
    gap: 8px
}

.ptech-author__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    transition: background .25s ease, color .25s ease, transform .25s ease
}

.ptech-author__socials a:hover {
    background: var(--ptech-accent);
    color: #fff;
    transform: translateY(-2px)
}

.ptech-author__more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 11px 20px
}

.ptech-related .ptech-container {
    max-width: 933px
}

.ptech-related__title {
    margin: 0 0 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--ptech-primary);
    color: var(--ptech-primary);
    font-family: var(--ptech-font-heading);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800
}

.ptech-posts--3 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
}

.ptech-posts--3 .ptech-card,
.ptech-posts--cat .ptech-card {
    flex-direction: column;
    padding: 0
}

.ptech-posts--3 .ptech-card__media,
.ptech-posts--cat .ptech-card__media {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16/10
}

.ptech-posts--3 .ptech-card__body,
.ptech-posts--cat .ptech-card__body {
    padding: 18px 16px 14px
}

.ptech-posts--3 .ptech-card__title,
.ptech-posts--cat .ptech-card__title {
    font-size: clamp(16px, 1.4vw, 18px)
}

.ptech-posts--3 .ptech-card__cat,
.ptech-posts--cat .ptech-card__cat {
    padding: 2px 11px;
    font-size: 11.5px
}

.ptech-posts--cat .ptech-card,
.ptech-related .ptech-card {
    background: var(--ptech-card-shine);
    position: relative;
    overflow: hidden
}

.ptech-posts--cat .ptech-card::before,
.ptech-related .ptech-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 55%;
    height: 100%;
    background: var(--ptech-card-sheen);
    transform: skewX(-18deg);
    transition: left .6s var(--ptech-ease);
    pointer-events: none
}

.ptech-posts--cat .ptech-card:hover::before,
.ptech-related .ptech-card:hover::before {
    left: 120%
}

@media (max-width:767px) {
    .ptech-posts--3 {
        grid-template-columns: 1fr
    }

    .ptech-author {
        flex-direction: column;
        gap: 16px;
        text-align: center
    }

    .ptech-author__avatar img {
        margin: 0 auto
    }

    .ptech-author__foot {
        justify-content: center
    }
}

.ptech-author-page {
    padding-bottom: 80px
}

.ptech-author-hero {
    margin-bottom: 8px
}

.ptech-author-hero__banner {
    height: clamp(240px, 34vw, 420px);
    background-color: var(--ptech-bg-soft);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.ptech-author-hero__banner--default {
    background-image: radial-gradient(120% 140% at 50% 0, rgba(255, 255, 255, .12), transparent 60%), var(--ptech-primary-grad)
}

.ptech-author-hero__inner {
    position: relative;
    margin-top: clamp(-86px, -9vw, -64px);
    text-align: center
}

.ptech-author-hero__photo {
    width: clamp(140px, 18vw, 176px);
    aspect-ratio: 1/1;
    margin: 0 auto 20px;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid var(--ptech-bg);
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .35);
    background: var(--ptech-bg)
}

.ptech-author-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block
}

.ptech-author-hero__name {
    margin: 0 0 6px
}

.ptech-author-hero__job {
    max-width: 700px;
    margin: 0 auto;
    font-size: clamp(15px, 1.7vw, 18px);
    font-weight: 600;
    line-height: 1.5;
    color: var(--ptech-accent-ink)
}

.ptech-author-hero__socials {
    display: inline-flex;
    gap: 10px;
    margin-top: 18px
}

.ptech-author-hero__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ptech-bg-soft);
    border: 1px solid var(--ptech-border-accent);
    color: var(--ptech-text-muted);
    transition: background .25s ease, color .25s ease, transform .25s ease
}

.ptech-author-hero__socials a:hover {
    background: var(--ptech-accent);
    border-color: var(--ptech-accent);
    color: #fff;
    transform: translateY(-2px)
}

.ptech-author-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 760px;
    margin: 40px auto 0;
    padding: 26px 20px;
    background: var(--ptech-bg-soft);
    border: 1px solid var(--ptech-border-accent);
    border-radius: var(--ptech-radius)
}

.ptech-author-stat {
    flex: 1 1 0;
    min-width: 120px;
    padding: 0 10px;
    text-align: center
}

.ptech-author-stat+.ptech-author-stat {
    border-left: 1px solid var(--ptech-border-accent)
}

.ptech-author-stat__num {
    display: block;
    font-family: var(--ptech-font-heading);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.05;
    color: var(--ptech-accent-ink)
}

.ptech-author-stat__label {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ptech-text-muted)
}

.ptech-author-bio {
    max-width: 820px;
    margin: 44px auto 0;
    font-size: clamp(15px, 1.7vw, 17px);
    line-height: 1.85;
    color: var(--ptech-text)
}

.ptech-author-bio p {
    margin: 0 0 1.1em
}

.ptech-author-bio p:last-child {
    margin-bottom: 0
}

.ptech-author-cta {
    margin-top: 44px;
    text-align: center
}

@media (max-width:600px) {
    .ptech-author-stat+.ptech-author-stat {
        border-left: 0
    }

    .ptech-author-stats {
        gap: 22px
    }
}

#ez-toc-container {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 22px;
    padding: 6px 18px;
    background: var(--ptech-bg-soft);
    border: 1px solid var(--ptech-border);
    border-radius: var(--ptech-radius);
    font-family: var(--ptech-font-body);
    color: var(--ptech-text)
}

#ez-toc-container .ez-toc-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

#ez-toc-container .ez-toc-js-icon-con {
    left: 0 !important
}

#ez-toc-container .ez-toc-title {
    margin: 0;
    font-family: var(--ptech-font-heading) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    color: var(--ptech-dark) !important
}

#ez-toc-container .ez-toc-title-toggle {
    flex: 0 0 auto
}

#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background: 0 0;
    border: 0;
    border-radius: 6px;
    cursor: pointer
}

#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle:focus {
    outline: 0 !important
}

#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle:focus-visible {
    outline: 0 !important;
    box-shadow: 0 0 0 3px var(--ptech-border-accent)
}

#ez-toc-container .ez-toc-icon-toggle-span svg:last-child {
    display: none !important
}

#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle:hover svg {
    fill: var(--ptech-accent-ink) !important;
    color: var(--ptech-accent-ink) !important
}

#ez-toc-container nav {
    margin: 0 !important;
    padding: 0 !important
}

#ez-toc-container nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

#ez-toc-container>nav>ul {
    margin-top: 9px !important;
    padding-top: 9px !important;
    border-top: 1px solid var(--ptech-border)
}

#ez-toc-container nav ul li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important
}

#ez-toc-container nav ul ul {
    margin: 2px 0 !important;
    padding-left: 20px !important
}

#ez-toc-container a.ez-toc-link {
    display: flex;
    align-items: baseline;
    gap: .2em;
    padding: 3px 0;
    font-family: var(--ptech-font-body) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45;
    color: var(--ptech-text-muted) !important;
    text-decoration: none;
    transition: color .2s ease
}

#ez-toc-container a.ez-toc-link.active,
#ez-toc-container a.ez-toc-link:hover {
    color: var(--ptech-accent-ink) !important
}

#ez-toc-container a.ez-toc-link.active {
    font-weight: 600 !important
}

#ez-toc-container nav ul li a::before {
    float: none !important;
    margin-right: 0 !important;
    flex: 0 0 auto;
    color: var(--ptech-accent-ink);
    font-weight: 600
}

@media (max-width:991px) {
    #ez-toc-container {
        width: 100%;
        max-width: 100%
    }

    #ez-toc-container.ptech-toc-sticky {
        position: fixed;
        top: 57px;
        left: 0;
        width: 100%;
        z-index: 1000;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        box-shadow: 0 12px 24px -12px rgba(0, 0, 0, .25);
        max-height: calc(100vh - 57px);
        overflow-y: auto
    }
}

#rank-math-faq .rank-math-list-item {
    padding: 18px 22px;
    margin-bottom: 16px;
    background: #faf4f0;
    border-left: 4px solid var(--ptech-primary);
    border-radius: 10px
}

#rank-math-faq .faq-label {
    float: left;
    clear: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0 12px 12px 0;
    border-radius: 50%;
    font-family: var(--ptech-font-heading);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

#rank-math-faq .faq-label-q {
    color: #fff;
    background: var(--ptech-primary)
}

#rank-math-faq .faq-label-a {
    color: var(--ptech-accent-ink);
    background: rgba(31, 66, 93, .18)
}

#rank-math-faq .rank-math-question {
    margin: 0;
    overflow: hidden
}

#rank-math-faq .rank-math-answer {
    margin-top: 4px;
    overflow: hidden
}

#rank-math-faq .rank-math-answer p:last-child {
    margin-bottom: 0
}

.ptech-cat-header__bg,
.ptech-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none
}

.ptech-author,
.ptech-author-bio,
.ptech-comments,
.ptech-empty,
.ptech-noresults,
.ptech-page__content,
.ptech-single__content {
    background: var(--ptech-bg);
    border-radius: var(--ptech-radius);
    padding: 26px
}

.ptech-comments__title {
    display: block;
    margin: 0 0 22px;
    padding: 10px 18px;
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-heading);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800
}

.ptech-breadcrumb {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 5px 14px;
    border-radius: 50px;
    background: var(--ptech-bg-soft);
    color: var(--ptech-text);
    font-size: 12.5px;
    font-weight: 600;
    text-overflow: ellipsis
}

.ptech-breadcrumb a {
    color: var(--ptech-primary);
    text-decoration: none
}

.ptech-breadcrumb a:hover {
    text-decoration: underline
}

.ptech-single__hero {
    border-radius: var(--ptech-radius)
}

.ptech-single__metaitem {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border: 1px solid var(--ptech-border-soft);
    border-radius: 50px;
    background: var(--ptech-bg-soft);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ptech-text-muted)
}

.ptech-single__author-link {
    color: var(--ptech-primary);
    font-weight: 700;
    text-decoration: none
}

.ptech-author-hero__banner--default {
    background: var(--ptech-primary-grad)
}

.ptech-author-hero__photo,
.ptech-author-hero__photo img,
.ptech-author__avatar img {
    border-radius: 50%
}

.ptech-author-hero__name {
    font-family: var(--ptech-font-heading);
    font-weight: 800;
    color: var(--ptech-text)
}

.ptech-author-stats {
    gap: 0
}

.ptech-author-stat {
    border-left: 1px solid var(--ptech-border-soft)
}

.ptech-author-stat:first-child {
    border-left: 0
}

.ptech-author-stat__num {
    font-family: var(--ptech-font-heading);
    font-weight: 800;
    color: var(--ptech-primary)
}

.ptech-btn,
.ptech-loadmore {
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-heading);
    font-weight: 800;
    transition: background .2s ease, transform .15s var(--ptech-ease)
}

.ptech-btn:hover,
.ptech-loadmore:hover {
    background: var(--ptech-accent);
    color: var(--ptech-on-dark);
    transform: translateY(-2px)
}

.ptech-btn::before,
.ptech-loadmore__wave {
    display: none
}

.ptech-comments__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ptech-comments__list li {
    display: block
}

.ptech-comments__list .comment-body {
    padding: 16px 0;
    border-bottom: 1px solid var(--ptech-border-soft)
}

.ptech-comments__list>li:last-child .comment-body {
    border-bottom: 0
}

.ptech-comments__list .children {
    list-style: none;
    margin: 0 0 0 26px;
    padding-left: 18px;
    border-left: var(--ptech-border-w) solid var(--ptech-border-soft)
}

.ptech-comments__list .comment-author,
.ptech-comments__list .fn {
    font-family: var(--ptech-font-heading);
    font-weight: 800;
    font-style: normal;
    color: var(--ptech-text)
}

.ptech-comments__list .comment-meta,
.ptech-comments__list .comment-metadata {
    font-size: 12px;
    color: var(--ptech-text-soft)
}

.ptech-comments__list .avatar {
    border-radius: 50%
}

.ptech-comments__closed {
    margin: 0;
    color: var(--ptech-text-muted);
    text-align: center
}

.ptech-comments .comment-form input[type=email],
.ptech-comments .comment-form input[type=text],
.ptech-comments .comment-form input[type=url],
.ptech-comments .comment-form textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--ptech-border-soft);
    border-radius: var(--ptech-radius-sm);
    background: #fff;
    font-family: var(--ptech-font-body);
    font-size: 14px;
    color: var(--ptech-text)
}

.ptech-comments .comment-form .submit {
    padding: 11px 22px;
    border-radius: var(--ptech-radius-sm);
    background: var(--ptech-primary);
    color: var(--ptech-on-dark);
    font-family: var(--ptech-font-heading);
    font-size: 14.5px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, transform .15s var(--ptech-ease)
}

.ptech-comments .comment-form .submit:hover {
    background: var(--ptech-accent);
    transform: translateY(-2px)
}

.ptech-noresults__title {
    font-family: var(--ptech-font-heading);
    font-weight: 800;
    color: var(--ptech-text)
}

.ptech-noresults__icon {
    color: var(--ptech-primary)
}

@media (max-width:600px) {

    .ptech-author,
    .ptech-author-bio,
    .ptech-comments,
    .ptech-empty,
    .ptech-noresults,
    .ptech-page__content,
    .ptech-single__content {
        padding: 18px
    }
}

.ptech-cat-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 380px;
    margin-bottom: 34px;
    padding: 40px 34px 46px;
    border-radius: var(--ptech-radius);
    background: var(--ptech-bg);
    text-align: center
}

.ptech-cat-header::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 10px;
    background: var(--ptech-primary-grad)
}

.ptech-cat-header .ptech-container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 16px
}

.ptech-cat-header__main {
    min-width: 0
}

.ptech-cat-header .ptech-breadcrumb {
    margin: 0 0 14px
}

.ptech-cat-header__title {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    font-family: var(--ptech-font-heading);
    font-size: clamp(30px, 4.2vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--ptech-primary);
    overflow-wrap: break-word
}

.ptech-cat-header__desc {
    max-width: 620px;
    margin: 12px auto 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--ptech-text-muted)
}

.ptech-cat-header__titlerow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px
}

.ptech-cat-header__count {
    display: inline-flex;
    flex-shrink: 0;
    align-items: baseline;
    gap: 5px;
    padding: 4px 13px;
    border-radius: 50px;
    background: var(--ptech-accent);
    color: white;
    font-family: var(--ptech-font-heading);
    line-height: 1.5;
    white-space: nowrap
}

.ptech-cat-header__countnum {
    color:inherit;
    font-size: 14px;
    font-weight: 800
}

.ptech-cat-header__countword {
    color:inherit;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .85
}

.ptech-cat-header--banner {
    min-height: 420px;
    padding: 44px 34px 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ptech-cat-header--banner::before {
    display: none
}

.ptech-cat-header--banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .38) 0, rgba(0, 0, 0, .66) 100%)
}

.ptech-cat-header--banner .ptech-cat-header__title {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .5)
}

.ptech-cat-header--banner .ptech-cat-header__desc {
    color: rgba(255, 255, 255, .88)
}
.ptech-cat-header__desc p{
    color:inherit;
}

.ptech-cat-header--banner .ptech-cat-header__count {
    background: rgba(255, 255, 255, .16);
    border-color: #fff
}

.ptech-cat-header__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

@media (max-width:782px) {
    .ptech-cat-header {
        min-height: 240px;
        padding: 30px 20px 34px
    }

    .ptech-cat-header__title {
        font-size: clamp(24px, 7vw, 32px)
    }

    .ptech-cat-header--banner {
        min-height: 280px;
        padding: 30px 20px 34px
    }
}