/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Taj Foods custom child theme for Astra.
Author: OpenAI
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

:root {
    --taj-blue: #243c96;
    --taj-red: #c5262d;
    --taj-ink: #1b2237;
    --taj-cream: #f6f2eb;
    --taj-soft-blue: #eef2ff;
    --taj-border: rgba(36, 60, 150, 0.12);
}

body {
    color: var(--taj-ink);
}

.ast-container {
    max-width: 1320px;
}

.taj-site-header {
    background: #fff;
    box-shadow: 0 8px 24px rgba(27, 34, 55, 0.06);
    position: relative;
    z-index: 20;
}

.taj-topbar {
    border-top: 4px solid var(--taj-red);
    border-bottom: 1px solid var(--taj-border);
    background: #fff;
}

.taj-topbar-inner {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 2px 0;
}

.taj-branding img {
    max-width: 110px;
    height: auto;
    display: block;
}

.taj-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    align-items: center;
}

.taj-contact a {
    color: var(--taj-ink);
    text-decoration: none;
}

.taj-contact strong {
    color: var(--taj-blue);
}

.taj-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.taj-brands-label {
    color: var(--taj-ink);
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0px;
    text-align: center;
    width: 100%;
}

.taj-brand-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.taj-brand-item img {
    max-height: 72px;
    width: auto;
    display: block;
}

.taj-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.taj-socials a {
    align-items: center;
    background: var(--taj-blue);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(36, 60, 150, 0.16);
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    text-decoration: none;
    width: 38px;
}

.taj-socials a:hover {
    background: var(--taj-red);
    color: #fff;
}

.taj-nav {
    background: linear-gradient(135deg, var(--taj-blue), #1c2f78);
}

.taj-nav-inner {
    align-items: center;
    display: flex;
    gap: 18px;
    min-height: 68px;
}

.taj-mobile-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 26px;
    line-height: 1;
    padding: 6px;
}

.taj-primary-nav {
    flex: 1 1 auto;
}

.taj-primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.taj-primary-nav .menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.taj-primary-nav .menu > li {
    position: relative;
}

.taj-primary-nav .menu > li > a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 22px 16px;
    text-decoration: none;
}

.taj-primary-nav .menu > li:hover > a,
.taj-primary-nav .menu > li.current-menu-item > a,
.taj-primary-nav .menu > li.current-menu-ancestor > a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}
.taj-primary-nav .menu > li.menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 900;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.taj-primary-nav .sub-menu {
    background: #fff;
    border-top: 3px solid var(--taj-red);
    box-shadow: 0 16px 34px rgba(27, 34, 55, 0.12);
    left: 0;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: all 0.2s ease;
    visibility: hidden;
    z-index: 40;
}

.taj-primary-nav .sub-menu li a {
    border-bottom: 1px solid rgba(36, 60, 150, 0.08);
    color: var(--taj-ink);
    display: block;
    font-size: 15px;
    padding: 12px 16px;
    text-decoration: none;
}

.taj-primary-nav .sub-menu li:last-child a {
    border-bottom: 0;
}

.taj-primary-nav .sub-menu li a:hover {
    background: var(--taj-soft-blue);
    color: var(--taj-red);
}

.taj-primary-nav li:hover > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.taj-search {
    flex: 0 0 320px;
}

.taj-search form {
    display: flex;
}

.taj-search input[type="search"] {
    background: var(--taj-cream);
    border: 0;
    border-radius: 999px 0 0 999px;
    color: var(--taj-ink);
    height: 46px;
    margin: 0;
    padding: 0 18px;
}

.taj-search button {
    background: var(--taj-red);
    border: 0;
    border-radius: 0 999px 999px 0;
    color: #fff;
    cursor: pointer;
    height: 46px;
    padding: 0 18px;
}

.taj-search button:hover {
    background: #9f1e24;
}

.taj-footer {
    background: linear-gradient(180deg, #183f5f 0%, #122d46 100%);
    color: #f4f7fb;
    margin-top: 56px;
    overflow: hidden;
    position: relative;
}

.taj-footer::before {
    background: linear-gradient(90deg, rgba(197, 38, 45, 0.22), rgba(255, 214, 102, 0.08), rgba(36, 60, 150, 0));
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.taj-footer-top {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr);
    padding: 52px 0 28px;
}

.taj-footer-brand h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.08;
    margin: 0 0 14px;
}

.taj-footer-eyebrow {
    color: #ffd55d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.taj-footer-copy {
    color: rgba(244, 247, 251, 0.78);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px;
    max-width: 420px;
}

.taj-footer-contact-list {
    display: grid;
    gap: 10px;
}

.taj-footer-contact-list a,
.taj-footer a {
    color: #f4f7fb;
    text-decoration: none;
}

.taj-footer-contact-list a:hover,
.taj-footer a:hover {
    color: #ffd55d;
}

.taj-footer-links-wrap {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.taj-footer-column h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 18px;
}

.taj-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.taj-footer-column li + li {
    margin-top: 11px;
}

.taj-footer-column li a,
.taj-footer-column p {
    color: rgba(244, 247, 251, 0.76);
    line-height: 1.6;
    margin: 0;
}

.taj-footer-column-wide {
    padding-left: 8px;
}

.taj-footer-subscribe {
    display: flex;
    gap: 12px;
    margin: 18px 0 22px;
}

.taj-footer-subscribe input {
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: var(--taj-ink);
    flex: 1 1 auto;
    height: 50px;
    margin: 0;
    padding: 0 18px;
}

.taj-footer-subscribe button {
    background: #ffd55d;
    border: 0;
    border-radius: 999px;
    color: #19324c;
    cursor: pointer;
    font-weight: 800;
    height: 50px;
    padding: 0 22px;
}

.taj-footer-subscribe button:hover {
    background: #ffca2c;
}

.taj-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.taj-footer-socials a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
    width: 42px;
}

.taj-footer-socials a:hover {
    background: var(--taj-red);
    color: #fff;
    transform: translateY(-2px);
}


@media (max-width: 1199.98px) {
    .taj-footer-top {
        grid-template-columns: 1fr;
    }

    .taj-footer-links-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .taj-footer-column-wide {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .taj-footer-top {
        gap: 28px;
        padding: 40px 0 22px;
    }

    .taj-footer-brand h2 {
        font-size: 30px;
    }

    .taj-footer-links-wrap {
        grid-template-columns: 1fr;
    }

    .taj-footer-subscribe {
        flex-direction: column;
    }

    .taj-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 24px;
    }
}

.site-primary-footer-wrap,
.site-below-footer-wrap,
.ast-above-header-wrap,
.ast-mobile-header-wrap,
.main-header-bar-wrap {
    display: none !important;
}

.entry-header.ast-no-thumbnail.ast-no-meta,
.entry-header {
    display: none;
}

.ast-container > .ast-row {
    margin: 0;
}

.ast-single-post .entry-content,
.page .entry-content,
.woocommerce-page .entry-content {
    margin-top: 0;
    margin-bottom: 0.1em;
}

.entry-content p {
    margin-bottom: 0.1em;
}
.ast-separate-container #primary,
.ast-plain-container #primary {
    margin: 0;
}

.header-logo img {
    max-width: 110px;
}

body .header-brand-images {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

body .header-brand-link-item {
    display: inline-flex;
    align-items: center;
}

body .header-contact-details p {
    white-space: nowrap;
}

body .header-brand-image {
    max-height: 100px;
    width: auto;
    display: block;
    object-fit: contain;
}

body .header-brand-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .header-brand-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--taj-blue);
    color: #fff;
    font-size: 16px;
}

body .header-brand-social a:hover {
    background: var(--taj-red);
    color: #fff;
}

body .box-nav-wrap {
    max-width: 250px !important;
    width: 100% !important;
}

body .box-nav-wrap .box-nav-btn,
body .box-nav-wrap .vs-box-nav {
    max-width: 250px !important;
    width: 100% !important;
}

body .box-nav-wrap .vs-box-nav > ul > li > a {
    white-space: normal;
    text-decoration: none !important;
}

body .box-nav-wrap .box-nav-popup.box-nav-popup-categories {
    max-width: 250px;
    width: 250px;
    padding: 16px 18px;
}

body .box-nav-subcategories {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .box-nav-subcategories li + li {
    margin-top: 8px;
}

body .box-nav-wrap a,
body .box-nav-subcategories a {
    text-decoration: none !important;
}

@media (max-width: 1199.98px) {
    .taj-topbar-inner {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 16px 24px;
    }

    .taj-branding {
        grid-column: 1;
        grid-row: 1 / span 3;
        align-self: center;
    }

    .taj-contact,
    .taj-socials {
        grid-column: 2;
        width: 100%;
    }

    .taj-brands {
        display: none;
    }

    .taj-contact {
        align-items: center;
        justify-content: center;
        min-height: 72px;
    }

    .taj-brands {
        gap: 14px;
        justify-content: center;
    }

    .taj-socials {
        justify-content: center;
    }

    .taj-search {
        flex: 0 0 260px;
    }

    body .box-nav-wrap,
    body .box-nav-wrap .box-nav-btn,
    body .box-nav-wrap .vs-box-nav,
    body .box-nav-wrap .box-nav-popup.box-nav-popup-categories {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 921px) {
    .taj-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .taj-nav-inner {
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .taj-primary-nav,
    .taj-search {
        display: none;
        flex: 0 0 100%;
    }

    .taj-nav.is-open .taj-primary-nav,
    .taj-nav.is-open .taj-search {
        display: block;
    }

    .taj-primary-nav .menu {
        display: block;
        padding: 8px 0 0;
    }

    .taj-primary-nav .menu > li > a {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
    }

    .taj-primary-nav .menu > li.menu-item-has-children > a::after {
        color: rgba(255, 255, 255, 0.8);
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: 900;
        transition: transform 0.2s ease;
    }

    .taj-primary-nav .menu-item-has-children.is-expanded > a::after {
        transform: rotate(90deg);
    }

    .taj-primary-nav .sub-menu {
        background: rgba(255, 255, 255, 0.08);
        border-top: 2px solid var(--taj-red);
        box-shadow: none;
        display: none;
        margin: 8px 0 10px 12px;
        opacity: 1;
        position: static;
        transform: none;
        visibility: visible;
        width: auto;
    }

    .taj-primary-nav .menu-item-has-children.is-expanded > .sub-menu {
        display: block;
    }

    .taj-primary-nav .sub-menu li a {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    .taj-primary-nav .sub-menu li:last-child a {
        border-bottom: 0;
    }

    .taj-primary-nav .sub-menu li a:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    .taj-search {
        padding-top: 10px;
    }

    .taj-search form {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .taj-topbar-inner {
        align-items: start;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px 14px;
    }

    .taj-branding {
        grid-column: 1;
        grid-row: 1 / span 3;
        align-self: start;
    }

    .taj-contact,
    .taj-socials {
        grid-column: 2;
        width: 100%;
    }

    .taj-brands {
        display: none;
    }

    .taj-contact {
        font-size: 12px;
    }

    .taj-contact span,
    .taj-contact a,
    .taj-contact strong {
        word-break: break-word;
    }

    .taj-brands-label {
        width: 100%;
    }

    .taj-brands {
        gap: 10px;
        justify-content: center;
    }

    .taj-brand-item img {
        max-height: 48px;
    }

    .taj-socials {
        justify-content: center;
    }

    .taj-branding img {
        max-width: 88px;
    }
}


@media (min-width: 1200px) {
    body .box-nav-wrap {
        margin-left: calc(50% - 50vw + 2rem);
        transform: none;
    }

    body .taj-nav .ast-container {
        max-width: calc(100vw - 4rem);
    }

    body .taj-nav-inner {
        margin-left: calc(50% - 50vw + 2rem);
    }
}




.taj-home-sections {
    display: block;
    padding: 0px 0 5px;
}

.taj-home-section {
    margin: 0 0 5px;
}

.taj-home-heading {
    margin-bottom: 20px;
    text-align: center;
}

.taj-home-kicker {
    color: var(--taj-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.taj-home-heading h2 {
    color: var(--taj-blue);
    font-size: 34px;
    font-weight: 800;
    margin: 0;
}

.taj-home-sections .products {
    gap: 24px 0;
}

.taj-home-sections .products .product {
    text-align: center;
}

.taj-home-categories .product-category > a {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(27, 34, 55, 0.06);
    display: block;
    height: 100%;
    padding: 22px 16px;
}

.taj-home-categories .woocommerce-loop-category__title {
    color: var(--taj-ink);
    font-size: 18px;
    font-weight: 700;
}

.taj-home-categories mark.count {
    background: transparent;
    color: var(--taj-red);
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .taj-home-sections {
        padding-top: 24px;
    }

    .taj-home-section {
        margin-bottom: 28px;
    }

    .taj-home-heading h2 {
        font-size: 28px;
    }
}

.taj-new-arrivals-carousel {
    margin: 0 -12px;
    padding-bottom: 5px;
}

.taj-carousel-item {
    padding: 0 12px;
}

.taj-product-card {
    background: #fff;
    border: 1px solid rgba(36, 60, 150, 0.1);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(27, 34, 55, 0.08);
    height: 100%;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.taj-product-card:hover {
    box-shadow: 0 24px 44px rgba(27, 34, 55, 0.14);
    transform: translateY(-6px);
}

.taj-product-card-media {
    background: linear-gradient(135deg, #eff4ff 0%, #ffffff 52%, #fff3ec 100%);
    display: block;
    min-height: 220px;
    padding: 0px 0px 0px;
    position: relative;
    text-decoration: none;
}

.taj-product-card-image,
.taj-product-card-placeholder {
    align-items: center;
    display: flex;
    height: 180px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.taj-product-card-image {
    object-fit: contain;
}

.taj-product-card-placeholder {
    background: radial-gradient(circle at top, rgba(36, 60, 150, 0.14), rgba(197, 38, 45, 0.08));
    border: 1px dashed rgba(36, 60, 150, 0.2);
    border-radius: 20px;
}

.taj-product-card-placeholder span {
    color: var(--taj-blue);
    font-size: 74px;
    font-weight: 800;
    line-height: 1;
}

.taj-product-card-category {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(36, 60, 150, 0.08);
    border-radius: 999px;
    bottom: 18px;
    color: var(--taj-red);
    font-size: 12px;
    font-weight: 700;
    left: 20px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    padding: 7px 12px;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.taj-product-card-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 2px 2px 2px;
}

.taj-product-card-brand {
    color: var(--taj-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0;
    text-transform: uppercase;
}

.taj-product-card-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
}

.taj-product-card-title a {
    color: var(--taj-ink);
    text-decoration: none;
}

.taj-product-card-title a:hover {
    color: var(--taj-red);
}

.taj-product-card-pack,
.taj-product-card-feature {
    color: #4b587c;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.taj-product-card-link {
    align-self: flex-start;
    background: var(--taj-blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin-top: auto;
    padding: 11px 18px;
    text-decoration: none;
}

.taj-product-card-link:hover {
    background: var(--taj-red);
    color: #fff;
}

.taj-new-arrivals-carousel .slick-track {
    display: flex;
}

.taj-new-arrivals-carousel .slick-slide {
    height: inherit;
}

.taj-new-arrivals-carousel .slick-slide > div,
.taj-new-arrivals-carousel .taj-carousel-item {
    height: 100%;
}

.taj-new-arrivals-carousel .slick-arrow {
    align-items: center;
    background: var(--taj-blue);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    top: -74px;
    width: 42px;
    z-index: 2;
}

.taj-new-arrivals-carousel .slick-arrow:hover {
    background: var(--taj-red);
}

.taj-new-arrivals-carousel .slick-arrow::before {
    color: inherit;
    opacity: 1;
}

.taj-new-arrivals-carousel .slick-prev {
    left: auto;
    right: 54px;
}

.taj-new-arrivals-carousel .slick-next {
    right: 0;
}

.taj-new-arrivals-carousel .slick-dots {
    bottom: -4px;
}

.taj-new-arrivals-carousel .slick-dots li {
    margin: 0 4px;
}

.taj-new-arrivals-carousel .slick-dots li button::before {
    color: var(--taj-blue);
    font-size: 10px;
    opacity: 0.3;
}

.taj-new-arrivals-carousel .slick-dots li.slick-active button::before {
    color: var(--taj-red);
    opacity: 1;
}

@media (max-width: 767.98px) {
    .taj-new-arrivals-carousel {
        margin: 0;
        padding-bottom: 34px;
    }

    .taj-carousel-item {
        padding: 0;
    }

    .taj-product-card-media {
        min-height: 200px;
        padding: 0px 0px 0px;
    }

    .taj-product-card-title {
        font-size: 20px;
    }

    .taj-new-arrivals-carousel .slick-arrow {
        height: 36px;
        top: -62px;
        width: 36px;
    }
}


.taj-home-hero {
    display: grid;
    gap: 0;
    grid-template-columns: 280px minmax(0, 1fr);
    margin: 0 0 0px;
}

.taj-home-hero-categories {
    background: #fff;
    border-right: 1px solid rgba(36, 60, 150, 0.08);
    box-shadow: 0 16px 36px rgba(27, 34, 55, 0.08);
    overflow: hidden;
}

.taj-home-hero-head {
    align-items: center;
    background: #f8f4ee;
    color: #111;
    display: flex;
    font-size: 17px;
    font-weight: 800;
    gap: 14px;
    min-height: 78px;
    padding: 0 26px;
    text-transform: uppercase;
}

.taj-home-hero-icon {
    color: #111;
    display: inline-flex;
    font-size: 20px;
}

.taj-home-hero-list {
    list-style: none;
    margin: 0;
    padding: 18px 0;
}

.taj-home-hero-list li + li {
    margin-top: 2px;
}

.taj-home-hero-list a,
.taj-home-hero-list a:hover,
.taj-home-hero-list a:focus,
.taj-home-hero-list a:active {
    color: var(--taj-ink);
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 26px;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.taj-home-hero-list a:hover,
.taj-home-hero-list a:focus,
.taj-home-hero-list a:active {
    background: var(--taj-soft-blue);
    color: var(--taj-red);
    padding-left: 32px;
}

.taj-home-hero-main {
    min-width: 0;
}

.taj-home-hero-slider {
    box-shadow: 0 16px 36px rgba(27, 34, 55, 0.08);
    overflow: hidden;
}

.taj-home-hero-slide img {
    display: block;
    height: auto;
    width: 100%;
}

.taj-home-hero-slider .slick-arrow {
    align-items: center;
    background: rgba(36, 60, 150, 0.88);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
    z-index: 2;
}

.taj-home-hero-slider .slick-arrow:hover {
    background: var(--taj-red);
}

.taj-home-hero-slider .slick-arrow::before {
    color: inherit;
    opacity: 1;
}

.taj-home-hero-slider .slick-prev {
    left: 18px;
}

.taj-home-hero-slider .slick-next {
    right: 18px;
}

.taj-home-hero-slider .slick-dots {
    bottom: 22px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}

.taj-home-hero-slider .slick-dots li button::before {
    color: #fff;
    font-size: 10px;
    opacity: 0.55;
}

.taj-home-hero-slider .slick-dots li.slick-active button::before {
    color: var(--taj-red);
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .taj-home-hero {
        grid-template-columns: 1fr;
    }

    .taj-home-hero-categories {
        border-right: 0;
        margin-bottom: 16px;
    }

    .taj-home-hero-head {
        cursor: pointer;
        justify-content: space-between;
    }

    .taj-home-hero-head::after {
        color: var(--taj-blue);
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: 900;
        transition: transform 0.2s ease;
    }

    .taj-home-hero-list {
        display: none;
    }

    .taj-home-hero-categories.is-open .taj-home-hero-list {
        display: block;
    }

    .taj-home-hero-categories.is-open .taj-home-hero-head::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 767.98px) {
    .taj-home-hero {
        margin-bottom: 28px;
    }

    .taj-home-hero-head {
        min-height: 68px;
        padding: 0 18px;
    }

    .taj-home-hero-list a {
        font-size: 15px;
        padding: 12px 18px;
    }

    .taj-home-hero-slider .slick-arrow {
        height: 36px;
        width: 36px;
    }
}



.taj-product-search-form {
    display: flex;
    width: 100%;
}

.taj-product-search-form .search-field {
    background: var(--taj-cream);
    border: 0;
    border-radius: 999px 0 0 999px;
    color: var(--taj-ink);
    height: 46px;
    margin: 0;
    padding: 0 18px;
    width: 100%;
}

.taj-product-search-form button {
    background: var(--taj-red);
    border: 0;
    border-radius: 0 999px 999px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 46px;
    padding: 0 18px;
}

.taj-product-search-form button:hover {
    background: #9f1e24;
}

.taj-search-results-wrap {
    padding: 36px 0 12px;
}

.taj-search-results-header {
    margin-bottom: 28px;
    text-align: center;
}

.taj-search-results-header h1 {
    color: var(--taj-blue);
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 18px;
}

.taj-search-results-form {
    margin: 0 auto;
    max-width: 560px;
}

.taj-search-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.taj-search-empty {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(27, 34, 55, 0.08);
    margin: 0 auto;
    max-width: 560px;
    padding: 36px 28px;
    text-align: center;
}

.taj-search-empty h2 {
    color: var(--taj-blue);
    margin: 0 0 10px;
}

.taj-search-pagination {
    margin-top: 28px;
    text-align: center;
}

.taj-search-pagination .page-numbers {
    border: 1px solid rgba(36, 60, 150, 0.14);
    border-radius: 999px;
    color: var(--taj-ink);
    display: inline-flex;
    justify-content: center;
    margin: 0 4px;
    min-width: 42px;
    padding: 10px 14px;
    text-decoration: none;
}

.taj-search-pagination .page-numbers.current,
.taj-search-pagination .page-numbers:hover {
    background: var(--taj-blue);
    border-color: var(--taj-blue);
    color: #fff;
}

@media (max-width: 1199.98px) {
    .taj-search-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 921px) {
    .taj-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .taj-search-results-wrap {
        padding-top: 24px;
    }

    .taj-search-results-header h1 {
        font-size: 28px;
    }

    .taj-search-grid {
        grid-template-columns: 1fr;
    }
}

.taj-home-videos {
    margin-top: 10px;
}

.taj-video-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.taj-video-card {
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
    border: 1px solid rgba(36, 60, 150, 0.08);
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(27, 34, 55, 0.08);
    overflow: hidden;
}

.taj-video-card-body {
    padding: 24px 24px 20px;
}

.taj-video-frame-wrap {
    aspect-ratio: 16 / 9;
    background: #0f1730;
    border-top: 1px solid rgba(36, 60, 150, 0.08);
}

.taj-video-frame {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.taj-video-badge {
    background: rgba(36, 60, 150, 0.08);
    border-radius: 999px;
    color: var(--taj-red);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    padding: 7px 12px;
    text-transform: uppercase;
}

.taj-video-card h3 {
    color: var(--taj-blue);
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
}

.taj-video-card p {
    color: #4b587c;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 921px) {
    .taj-video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .taj-home-videos {
        margin-top: 0;
    }

    .taj-video-card h3 {
        font-size: 21px;
    }
}




.taj-product-card {
    display: flex;
    flex-direction: column;
}

.taj-product-card-body {
    order: 1;
}

.taj-product-card-media {
    order: 2;
}

.taj-product-card-title-wrap {
    order: 1;
    padding: 22px 22px 0;
}

.taj-product-card-media {
    order: 2;
}

.taj-product-card-body {
    order: 3;
    padding-top: 2px;
}

.taj-product-card-brand,
.taj-product-card-category {
    display: none !important;
}




.taj-product-card-title-wrap,
.taj-product-card-title {
    text-align: center;
}

.taj-product-card-title a {
    display: inline-block;
    text-align: center;
}

.taj-product-card-pack,
.taj-product-card-feature,
.taj-product-card-body {
    text-align: center;
}

.taj-product-card-link {
    align-self: center;
}

.taj-product-card-pack {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    width: 100%;
}

.woocommerce ul.products li.product.taj-product-card,
.woocommerce-page ul.products li.product.taj-product-card {
    gap: 0;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-media,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-media {
    min-height: auto;
    padding-bottom: 0;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-body,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-body {
    gap: 8px;
    margin-top: 0;
    padding-top: 8px;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-pack,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-pack {
    margin-top: 0;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-media,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-media {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    line-height: 0;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-image,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-image,
.woocommerce ul.products li.product.taj-product-card .taj-product-card-placeholder,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-placeholder {
    margin-bottom: 0;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-image,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-image {
    object-position: center bottom;
    transform: scale(1.08);
    transform-origin: center bottom;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-body,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-body {
    gap: 6px;
    padding-top: 0;
}

.taj-product-card-title-wrap {
    overflow: visible;
    padding-bottom: 10px;
}

.taj-product-card-title {
    line-height: 1.3 !important;
    overflow: visible;
    padding-bottom: 2px;
}

.taj-product-card-title a {
    line-height: 1.3 !important;
    overflow: visible;
}

.woocommerce ul.products li.product.taj-product-card .taj-product-card-title-wrap,
.woocommerce-page ul.products li.product.taj-product-card .taj-product-card-title-wrap {
    margin-bottom: 5px;
}

.taj-home-hero-slider .slick-list,
.taj-new-arrivals-carousel .slick-list {
    overflow: hidden;
}

.taj-home-hero-slider .slick-track,
.taj-new-arrivals-carousel .slick-track {
    display: flex;
}

.taj-home-hero-slider .slick-slide,
.taj-new-arrivals-carousel .slick-slide {
    float: none;
    height: auto;
}

.taj-home-hero-slider .slick-slide > div,
.taj-new-arrivals-carousel .slick-slide > div {
    height: 100%;
}

.taj-home-hero-slider .slick-arrow,
.taj-new-arrivals-carousel .slick-arrow {
    font-size: 0;
    line-height: 0;
}

.taj-home-hero-slider .slick-prev::before,
.taj-new-arrivals-carousel .slick-prev::before {
    content: '\2190';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.taj-home-hero-slider .slick-next::before,
.taj-new-arrivals-carousel .slick-next::before {
    content: '\2192';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.taj-home-hero-slider .slick-dots,
.taj-new-arrivals-carousel .slick-dots {
    align-items: center;
    display: flex !important;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.taj-home-hero-slider .slick-dots li,
.taj-new-arrivals-carousel .slick-dots li {
    display: inline-flex;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.taj-home-hero-slider .slick-dots li button,
.taj-new-arrivals-carousel .slick-dots li button {
    background: transparent;
    border: 0;
    font-size: 0;
    height: 14px;
    line-height: 0;
    padding: 0;
    text-indent: -9999px;
    width: 14px;
}

.taj-home-hero-slider .slick-dots li button::before,
.taj-new-arrivals-carousel .slick-dots li button::before {
    content: '';
    display: block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.taj-new-arrivals-carousel .slick-dots {
    bottom: -6px;
    position: relative;
}

.taj-home-hero-slider .slick-arrow {
    display: none !important;
}

.taj-home-hero-slider .slick-dots {
    bottom: 18px;
    z-index: 5;
}

.taj-home-hero-slider .slick-dots li button::before {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(36, 60, 150, 0.35);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    color: transparent !important;
    opacity: 1;
}

.taj-home-hero-slider .slick-dots li.slick-active button::before {
    background: var(--taj-red);
    border-color: #fff;
    transform: scale(1.08);
}


@media (max-width: 767.98px) {
    .taj-footer {
        margin-top: 36px;
    }

    .taj-footer-top {
        gap: 22px;
        padding: 28px 0 18px;
    }

    .taj-footer-brand h2 {
        font-size: 24px;
        line-height: 1.18;
        margin-bottom: 12px;
    }

    .taj-footer-copy {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 16px;
    }

    .taj-footer-contact-list {
        gap: 8px;
    }

    .taj-footer-links-wrap {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .taj-footer-column {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding-top: 16px;
    }

    .taj-footer-column h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .taj-footer-column li + li {
        margin-top: 8px;
    }

    .taj-footer-column li a {
        font-size: 16px;
        line-height: 1.45;
    }

    .taj-footer-socials {
        gap: 10px;
        justify-content: flex-start;
        padding-top: 4px;
    }

    .taj-footer-socials a {
        height: 38px;
        width: 38px;
    }
}

@media (max-width: 767.98px) {
    .taj-footer-links-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .taj-footer-column:nth-child(3) {
        grid-column: 1 / -1;
    }
}

.taj-strength-page {
    color: var(--taj-ink);
}

.taj-strength-hero {
    background:
        radial-gradient(circle at top right, rgba(197, 38, 45, 0.16), transparent 32%),
        linear-gradient(135deg, #f8fbff 0%, #eef2ff 55%, #fff7f3 100%);
    border: 1px solid var(--taj-border);
    border-radius: 34px;
    margin: 24px 0 34px;
    overflow: hidden;
    padding: 44px 42px;
    position: relative;
}

.taj-strength-hero::after {
    background: linear-gradient(90deg, var(--taj-red), transparent);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: min(220px, 100%);
}

.taj-strength-eyebrow {
    color: var(--taj-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.taj-strength-hero h1 {
    color: var(--taj-blue);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    margin: 0 0 16px;
}

.taj-strength-lead {
    font-size: 19px;
    line-height: 1.75;
    margin: 0;
    max-width: 860px;
}

.taj-strength-stats {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 34px;
}

.taj-strength-stat {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 26px;
    box-shadow: 0 16px 34px rgba(36, 60, 150, 0.08);
    padding: 26px 22px;
}

.taj-strength-stat strong {
    color: var(--taj-blue);
    display: block;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1;
    margin-bottom: 8px;
}

.taj-strength-stat span {
    color: var(--taj-ink);
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.taj-strength-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 34px;
}

.taj-strength-card {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 30px;
    box-shadow: 0 18px 36px rgba(27, 34, 55, 0.07);
    padding: 32px 30px;
}

.taj-strength-card h2 {
    color: var(--taj-blue);
    font-size: clamp(24px, 3vw, 32px);
    margin: 0 0 16px;
}

.taj-strength-card p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 14px;
}

.taj-strength-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.taj-strength-card li {
    background: linear-gradient(180deg, rgba(238, 242, 255, 0.8), rgba(255, 247, 243, 0.92));
    border: 1px solid rgba(36, 60, 150, 0.08);
    border-radius: 18px;
    line-height: 1.7;
    padding: 14px 16px 14px 46px;
    position: relative;
}

.taj-strength-card li::before {
    background: var(--taj-blue);
    border-radius: 50%;
    color: #fff;
    content: "\2713";
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    left: 16px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 22px;
}

.taj-strength-flow {
    background: linear-gradient(135deg, var(--taj-blue), #1b2f79 62%, #10204e 100%);
    border-radius: 34px;
    color: #fff;
    margin-bottom: 34px;
    overflow: hidden;
    padding: 34px 30px;
}

.taj-strength-flow h2 {
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    margin: 0 0 20px;
}

.taj-strength-flow-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.taj-strength-flow-step {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    min-height: 100%;
    padding: 22px 20px;
}

.taj-strength-flow-step span {
    color: #ffd45c;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.taj-strength-flow-step h3 {
    color: #fff;
    font-size: 21px;
    margin: 0 0 10px;
}

.taj-strength-flow-step p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
    margin: 0;
}

.taj-strength-closing {
    background: linear-gradient(135deg, rgba(197, 38, 45, 0.08), rgba(36, 60, 150, 0.08));
    border: 1px solid var(--taj-border);
    border-radius: 28px;
    padding: 28px 28px 30px;
}

.taj-strength-closing h2 {
    color: var(--taj-blue);
    font-size: clamp(24px, 3vw, 32px);
    margin: 0 0 14px;
}

.taj-strength-closing p {
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 900px;
}

@media (max-width: 1199.98px) {
    .taj-strength-stats,
    .taj-strength-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 921px) {
    .taj-strength-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .taj-strength-hero,
    .taj-strength-card,
    .taj-strength-flow,
    .taj-strength-closing {
        border-radius: 24px;
    }

    .taj-strength-hero {
        margin: 16px 0 24px;
        padding: 30px 22px;
    }

    .taj-strength-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .taj-strength-stats,
    .taj-strength-flow-grid {
        grid-template-columns: 1fr;
    }

    .taj-strength-card,
    .taj-strength-flow,
    .taj-strength-closing {
        padding: 24px 20px;
    }
}

.taj-contact-page {
    color: var(--taj-ink);
}

.taj-contact-hero {
    background:
        radial-gradient(circle at right top, rgba(197, 38, 45, 0.15), transparent 32%),
        linear-gradient(135deg, #f7faff 0%, #eef2ff 52%, #fff7f3 100%);
    border: 1px solid var(--taj-border);
    border-radius: 34px;
    margin: 24px 0 34px;
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.taj-contact-hero::after {
    background: linear-gradient(90deg, var(--taj-red), transparent);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: min(240px, 100%);
}

.taj-contact-eyebrow {
    color: var(--taj-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.taj-contact-hero h1 {
    color: var(--taj-blue);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    margin: 0 0 16px;
}

.taj-contact-hero p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    max-width: 860px;
}

.taj-contact-quick {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 34px;
}

.taj-contact-quick-card {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 26px;
    box-shadow: 0 16px 30px rgba(27, 34, 55, 0.07);
    padding: 24px 22px;
}

.taj-contact-quick-card span {
    color: var(--taj-red);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.taj-contact-quick-card h3 {
    color: var(--taj-blue);
    font-size: 22px;
    margin: 0 0 10px;
}

.taj-contact-quick-card p,
.taj-contact-quick-card a {
    color: var(--taj-ink);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    text-decoration: none;
}

.taj-contact-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.1fr 0.9fr;
    margin-bottom: 34px;
}

.taj-contact-panel,
.taj-contact-map {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 30px;
    box-shadow: 0 18px 36px rgba(27, 34, 55, 0.07);
    overflow: hidden;
}

.taj-contact-panel {
    padding: 32px 30px;
}

.taj-contact-panel h2,
.taj-contact-map h2,
.taj-contact-locations h2 {
    color: var(--taj-blue);
    font-size: clamp(24px, 3vw, 32px);
    margin: 0 0 16px;
}

.taj-contact-panel p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.taj-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.taj-contact-button {
    background: var(--taj-blue);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 20px;
    text-decoration: none;
}

.taj-contact-button.alt {
    background: var(--taj-red);
}

.taj-contact-map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.taj-contact-map-head {
    padding: 28px 28px 0;
}

.taj-contact-map-frame {
    height: calc(100% - 88px);
    min-height: 340px;
    padding: 20px;
}

.taj-contact-locations {
    background: linear-gradient(135deg, rgba(36, 60, 150, 0.05), rgba(197, 38, 45, 0.06));
    border: 1px solid var(--taj-border);
    border-radius: 30px;
    padding: 32px 30px;
}

.taj-contact-location-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.taj-contact-location {
    background: #fff;
    border: 1px solid rgba(36, 60, 150, 0.1);
    border-radius: 24px;
    box-shadow: 0 14px 26px rgba(27, 34, 55, 0.05);
    padding: 24px 22px;
}

.taj-contact-location span {
    color: var(--taj-red);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.taj-contact-location h3 {
    color: var(--taj-blue);
    font-size: 22px;
    margin: 0 0 12px;
}

.taj-contact-location p {
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 10px;
}

.taj-contact-location a {
    color: var(--taj-blue);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .taj-contact-quick,
    .taj-contact-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .taj-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .taj-contact-hero,
    .taj-contact-panel,
    .taj-contact-map,
    .taj-contact-locations {
        border-radius: 24px;
    }

    .taj-contact-hero {
        margin: 16px 0 24px;
        padding: 30px 22px;
    }

    .taj-contact-hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    .taj-contact-quick,
    .taj-contact-location-grid {
        grid-template-columns: 1fr;
    }

    .taj-contact-panel,
    .taj-contact-locations {
        padding: 24px 20px;
    }

    .taj-contact-map-head {
        padding: 24px 20px 0;
    }

    .taj-contact-map-frame {
        min-height: 280px;
        padding: 16px;
    }
}

.taj-about-page {
    color: var(--taj-ink);
}

.taj-about-hero {
    background:
        radial-gradient(circle at right top, rgba(36, 60, 150, 0.16), transparent 34%),
        linear-gradient(135deg, #f7faff 0%, #eef2ff 48%, #fff7f2 100%);
    border: 1px solid var(--taj-border);
    border-radius: 34px;
    margin: 24px 0 34px;
    overflow: hidden;
    padding: 44px 42px;
    position: relative;
}

.taj-about-hero::after {
    background: linear-gradient(90deg, var(--taj-red), transparent);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: min(240px, 100%);
}

.taj-about-eyebrow {
    color: var(--taj-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.taj-about-hero h1 {
    color: var(--taj-blue);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    margin: 0 0 16px;
}

.taj-about-hero p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    max-width: 880px;
}

.taj-about-stats {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 34px;
}

.taj-about-stat {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 26px;
    box-shadow: 0 16px 34px rgba(36, 60, 150, 0.08);
    padding: 24px 22px;
}

.taj-about-stat strong {
    color: var(--taj-blue);
    display: block;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1;
    margin-bottom: 8px;
}

.taj-about-stat span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.taj-about-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 34px;
}

.taj-about-card,
.taj-director-desk,
.taj-about-pillars {
    background: #fff;
    border: 1px solid var(--taj-border);
    border-radius: 30px;
    box-shadow: 0 18px 36px rgba(27, 34, 55, 0.07);
    padding: 32px 30px;
}

.taj-about-card h2,
.taj-director-desk h2,
.taj-about-pillars h2 {
    color: var(--taj-blue);
    font-size: clamp(24px, 3vw, 32px);
    margin: 0 0 16px;
}

.taj-about-card p,
.taj-director-desk p,
.taj-about-pillars p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 14px;
}

.taj-about-card ul,
.taj-about-pillars ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.taj-about-card li,
.taj-about-pillars li {
    background: linear-gradient(180deg, rgba(238, 242, 255, 0.82), rgba(255, 247, 243, 0.92));
    border: 1px solid rgba(36, 60, 150, 0.08);
    border-radius: 18px;
    line-height: 1.72;
    padding: 14px 16px 14px 46px;
    position: relative;
}

.taj-about-card li::before,
.taj-about-pillars li::before {
    background: var(--taj-blue);
    border-radius: 50%;
    color: #fff;
    content: "\2713";
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    left: 16px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 22px;
}

.taj-director-desk {
    background: linear-gradient(135deg, var(--taj-blue), #1f327d 60%, #13224e 100%);
    color: #fff;
    margin-bottom: 34px;
}

.taj-director-desk h2,
.taj-director-desk p,
.taj-director-desk strong {
    color: #fff;
}

.taj-director-kicker {
    color: #ffd45c;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.taj-director-message {
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    font-size: 19px !important;
    line-height: 1.9 !important;
    margin: 18px 0 22px;
    padding-left: 18px;
}

.taj-director-signoff {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
}

.taj-director-person {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 16px 18px;
}

.taj-director-person span {
    color: rgba(255, 255, 255, 0.74);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 1199.98px) {
    .taj-about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 921px) {
    .taj-about-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .taj-about-hero,
    .taj-about-card,
    .taj-director-desk,
    .taj-about-pillars {
        border-radius: 24px;
    }

    .taj-about-hero {
        margin: 16px 0 24px;
        padding: 30px 22px;
    }

    .taj-about-hero p,
    .taj-director-message {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    .taj-about-stats {
        grid-template-columns: 1fr;
    }

    .taj-about-card,
    .taj-director-desk,
    .taj-about-pillars {
        padding: 24px 20px;
    }
}
