/* ============================================================
   Industries Inner Page — Revamp CSS
   Scoped to: .ta-industries-revamp
   ============================================================ */

/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ===== BASE ===== */
.ta-industries-revamp *,
.ta-industries-revamp *::before,
.ta-industries-revamp *::after {
    box-sizing: border-box;
}

.ta-industries-revamp {
    font-family: 'Inter', 'Poppins', Helvetica, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
    background: #fff;
}

.ta-industries-revamp img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ta-industries-revamp a {
    text-decoration: none;
    color: inherit;
}

/* ===== SHARED UTILITIES ===== */
.ta-ind-section-label {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #f47a2a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.ta-ind-section-label::before {
    content: "";
    width: 48px;
    height: 3px;
    background: #f47a2a;
    flex-shrink: 0;
}

.ta-ind-section-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a2132;
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.ta-ind-section-title .ta-ind-highlight {
    color: #E8642C;
}

.ta-ind-section-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 700px;
    line-height: 1.7;
    margin-bottom: 0;
}

.ta-ind-btn-primary {
    display: inline-block;
    background: #E8642C;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    text-decoration: none;
}

.ta-ind-btn-primary:hover {
    background: #d4561f;
    transform: translateY(-2px);
    color: #fff !important;
}

.ta-ind-btn-outline {
    display: inline-block;
    border: 1.5px solid #E8642C;
    color: #E8642C !important;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    text-decoration: none;
}

.ta-ind-btn-outline:hover {
    background: #E8642C;
    color: #fff !important;
}

.ta-ind-btn-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* ===== HERO ===== */
.ta-ind-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-color: #111;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 80px;
}

.ta-ind-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.88) 45%, rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.ta-ind-hero .container {
    position: relative;
    z-index: 2;
}

.ta-ind-hero__breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 22px;
}

.ta-ind-hero__breadcrumb span {
    color: #f47a2a;
}

.ta-ind-hero__title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    max-width: 600px;
    margin-bottom: 18px;
}

.ta-ind-hero__title .accent,
.ta-ind-hero__title span:not(.accent) {
    color: #E8642C;
}

.ta-ind-hero__subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
    max-width: 500px;
    margin-bottom: 30px;
    line-height: 1.72;
}

/* ===== SERVICES (image + text) ===== */
.ta-ind-services {
    padding: 88px 0 96px;
    background: #fff;
}

.ta-ind-services-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-top: 48px;
}

.ta-ind-services-image {
    flex: 0 0 42%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(27, 36, 63, 0.1);
}

.ta-ind-services-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.ta-ind-services-text {
    flex: 1;
    padding-top: 40px;
}

.ta-ind-services-text p,
.ta-ind-services-text div {
    font-size: 15.5px;
    color: #6b7485;
    line-height: 1.75;
    margin-bottom: 18px;
}

.ta-ind-services-text p:last-child {
    margin-bottom: 0;
}

/* ===== CTA BANNER (inline strip) ===== */
.ta-ind-cta-banner-wrap {
    padding: 0 0 20px;
}

.ta-ind-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #fff7f2;
    border: 1px solid #f9d4bc;
    border-radius: 14px;
    padding: 28px 36px;
    max-width: 1200px;
    margin: 0 auto;
}

.ta-ind-cta-banner-text .ta-ind-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f47a2a;
    margin-bottom: 10px;
}

.ta-ind-cta-banner-text .ta-ind-cta-kicker::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #f47a2a;
}

.ta-ind-cta-banner-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1f2535;
    margin-bottom: 6px;
    line-height: 1.3;
}

.ta-ind-cta-banner-text h3 .cta-accent {
    color: #f47a2a;
}

.ta-ind-cta-banner-text p {
    font-size: 13.5px;
    color: #7b8190;
    line-height: 1.5;
    max-width: 500px;
}

/* ===== TAILORED SOLUTIONS (cards) ===== */
.ta-ind-tailored {
    padding: 80px 0;
    background: #FAFAFA;
}

.ta-ind-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 38px;
}

.ta-ind-solution-card {
    background: #fff;
    padding: 26px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s, transform 0.2s;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s, border-color 0.3s;
}

.ta-ind-solution-card.ta-ind-visible {
    opacity: 1;
    transform: translateY(0);
}

.ta-ind-solution-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
    border-color: #f9d4bc;
}

.ta-ind-solution-icon {
    width: 46px;
    height: 46px;
    background: #FFF0EB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.ta-ind-solution-icon svg {
    width: 22px;
    height: 22px;
    color: #E8642C;
}

.ta-ind-solution-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ta-ind-solution-card h4 {
    font-size: 15.5px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a2132;
}

.ta-ind-solution-card p,
.ta-ind-solution-card div {
    font-size: 13.5px;
    color: #666;
    line-height: 1.7;
}

/* ===== SIGNATURE PROJECTS (image grid) ===== */
.ta-ind-projects {
    padding: 80px 0;
    background: #fff;
}

.ta-ind-projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.ta-ind-project-img {
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
    position: relative;
}

.ta-ind-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.ta-ind-project-img:hover img {
    transform: scale(1.06);
}

.ta-ind-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 18px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ta-ind-project-img:hover .ta-ind-project-overlay {
    opacity: 1;
}

.ta-ind-project-overlay p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.ta-ind-project-overlay a {
    color: #f47a2a;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    display: inline-block;
    text-decoration: underline;
}

.ta-ind-project-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* CTA Dark (inside projects) */
.ta-ind-cta-dark {
    background: #1a1a2e;
    padding: 44px 36px;
    border-radius: 14px;
    text-align: center;
    margin-top: 64px;
}

.ta-ind-cta-dark h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.ta-ind-cta-dark h3 .ta-ind-highlight {
    color: #f47a2a;
}

.ta-ind-cta-dark p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 22px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ===== INDUSTRY 4.0 / TECHNOLOGIES (alternating) ===== */
.ta-ind-tech {
    padding: 80px 0 30px;
    background: #f3f3f3;
}

.ta-ind-tech-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: center;
    margin-bottom: 72px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.ta-ind-tech-item.ta-ind-visible {
    opacity: 1;
    transform: translateY(0);
}

.ta-ind-tech-item.ta-ind-reverse .ta-ind-tech-image {
    order: 2;
}

.ta-ind-tech-item.ta-ind-reverse .ta-ind-tech-content {
    order: 1;
}

.ta-ind-tech-image {
    border-radius: 16px;
    overflow: visible;
    position: relative;
}

.ta-ind-tech-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(27, 35, 53, 0.11);
}

.ta-ind-tech-image .ta-ind-tech-badge {
    position: absolute;
    bottom: -18px;
    left: -18px;
    width: 54px;
    height: 54px;
    background: #f47a2a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(244, 122, 42, 0.35);
}

.ta-ind-tech-image .ta-ind-tech-badge svg {
    color: #fff;
    width: 22px;
    height: 22px;
}

.ta-ind-tech-content {
    padding-top: 8px;
}

.ta-ind-tech-content h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #e0e2e7;
    line-height: 0.96;
    letter-spacing: -0.02em;
}

.ta-ind-tech-card {
    background: #f2f3f5;
    border: 1px solid #d8dce3;
    border-radius: 14px;
    padding: 26px 30px;
    box-shadow: 0 1px 2px rgba(20, 24, 31, 0.04);
}

.ta-ind-tech-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222b3d;
}

.ta-ind-tech-card h4 span {
    color: #f47a2a;
}

.ta-ind-tech-card p,
.ta-ind-tech-card div {
    font-size: 14px;
    color: #6b7485;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ===== TESTIMONIAL ===== */
.ta-ind-testimonial {
    padding: 88px 0 96px;
    background: #f3f3f3;
}

/* ── Scoped Swiper container — unique ID prevents theme .blog-slider interference ── */
.ta-ind-swiper {
    overflow: hidden;
    position: relative;
    max-width: 980px;
    margin: 36px auto 0;
}

/* Standard Swiper inner classes scoped to our container */
#ta-ind-testimonial-swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    width: 100%;
    align-items: stretch;
}

#ta-ind-testimonial-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
}

/* Testimonial card — matches design: logo | body | dots */
.ta-industries-revamp .ta-ind-tcard {
    display: grid !important;
    grid-template-columns: 174px minmax(0, 1fr) 22px !important;
    gap: 34px;
    align-items: center;
    background: #f4f5f7;
    border-radius: 18px;
    border: 1px solid #d9dde4;
    padding: 38px 40px;
    box-shadow: 0 2px 3px rgba(27, 35, 50, 0.04);
}

.ta-industries-revamp .ta-ind-tcard__logo {
    width: 174px !important;
    height: 174px !important;
    min-width: 174px;
    background: #223b74;
    border-radius: 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.ta-industries-revamp .ta-ind-tcard__logo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 174px !important;
    object-fit: contain;
    padding: 18px;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.ta-industries-revamp .ta-ind-tcard__logo span {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 0.01em;
    color: #f2f5ff;
}

.ta-ind-tcard__body {
    min-width: 0;
}

.ta-ind-tcard__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #2a303f;
}

.ta-ind-tcard__role {
    font-size: 13.5px;
    color: #8a94a5;
    margin-bottom: 16px;
    margin-top: 0;
}

.ta-ind-tcard__text {
    font-size: 14px;
    color: #5e6678;
    line-height: 1.68;
}

.ta-ind-tcard__text p {
    margin: 0;
    font-size: 14px;
    color: #5e6678;
    line-height: 1.68;
}

/* Decorative dots column (right side) */
.ta-ind-tcard__dots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ta-ind-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d9e1;
    cursor: pointer;
    transition: background 0.3s;
}

.ta-ind-dot.active {
    background: #f47a2a;
}

/* Trusted by marquee */
.ta-ind-trusted {
    text-align: center;
    margin-top: 80px;
    width: 100%;
}

.ta-ind-trusted p {
    font-size: 16px;
    color: #262d3b;
    font-weight: 700;
    margin-bottom: 24px;
}

.ta-ind-trusted-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.ta-ind-trusted-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: indTrustedScroll 30s linear infinite;
}

.ta-ind-trusted-marquee:hover .ta-ind-trusted-track {
    animation-play-state: paused;
}

@keyframes indTrustedScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.ta-ind-trusted-track img {
    height: 40px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s;
    flex-shrink: 0;
}

.ta-ind-trusted-track img:hover {
    transform: scale(1.05);
}

/* ===== BENEFITS / USE CASES ===== */
.ta-ind-benefits {
    padding: 88px 0 96px;
    background: #f3f3f3;
}

.ta-ind-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin: 28px auto 0;
    max-width: 1040px;
}

.ta-ind-benefit-card {
    padding: 28px 30px;
    border: 1px solid #d9dde4;
    border-radius: 16px;
    background: #f4f5f7;
    min-height: 180px;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.ta-ind-benefit-card:hover {
    border-color: #efc0a1;
    box-shadow: 0 4px 12px rgba(244, 122, 42, 0.12);
    transform: translateY(-2px);
}

.ta-ind-benefit-card:nth-child(4n) {
    border-color: #efc0a1;
    box-shadow: 0 2px 10px rgba(244, 122, 42, 0.1);
}

.ta-ind-benefit-card h3 {
    font-size: 15.5px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2a303f;
}

.ta-ind-benefit-card p,
.ta-ind-benefit-card div {
    font-size: 13.5px;
    color: #6b7485;
    line-height: 1.65;
    margin: 0;
}

/* ===== WHY TA (partner block) ===== */
.ta-ind-why-ta {
    padding: 80px 0 88px;
    background: #fff;
}

.ta-ind-why-ta-body {
    margin-top: 28px;
    max-width: 900px;
    margin-left: 120px;
}

.ta-ind-why-ta-body p,
.ta-ind-why-ta-body div {
    font-size: 15.5px;
    color: #637188;
    line-height: 1.75;
    margin-bottom: 18px;
}

/* ===== BLOGS ===== */
.ta-ind-blogs {
    padding: 80px 0;
    background: #fafafa;
}

.ta-ind-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.ta-ind-blog-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.ta-ind-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.ta-ind-blog-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.ta-ind-blog-card h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.45;
    color: #1a2132;
    flex: 1;
}

.ta-ind-blog-card a.ta-ind-btn-outline {
    align-self: flex-start;
    padding: 6px 16px;
    font-size: 13px;
}

/* ===== CONTACT SECTION ===== */
.ta-ind-contact {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    background: #fff;
}

.ta-ind-contact-card {
    display: flex;
    max-width: 1200px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.ta-ind-contact-image {
    flex: 1;
    background: url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
    position: relative;
    min-height: 400px;
}

.ta-ind-contact-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

.ta-ind-contact-image-overlay h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.ta-ind-contact-image-overlay h2 span {
    color: #f47a2a;
}

.ta-ind-contact-image-overlay p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
    color: #fff;
}

.ta-ind-contact-form {
    flex: 1;
    padding: 44px;
    background: #fff;
}

.ta-ind-contact-form h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.ta-ind-contact-form .form-sub {
    font-size: 14px;
    color: #777;
    margin-bottom: 26px;
}

/* Override contactform shortcode styles */
.ta-ind-contact-form #contact-form {
    width: 100%;
}

.ta-ind-contact-form #contact-form .row {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.ta-ind-contact-form #contact-form .col-lg-6,
.ta-ind-contact-form #contact-form .col-6,
.ta-ind-contact-form #contact-form .col-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 14px;
}

.ta-ind-contact-form #contact-form label:not(.hp-label) {
    display: none;
}

.ta-ind-contact-form #contact-form .hp-label,
.ta-ind-contact-form #contact-form #ref_code {
    display: none !important;
}

.ta-ind-contact-form #contact-form input.form-control,
.ta-ind-contact-form #contact-form textarea.form-control {
    width: 100% !important;
    padding: 13px 15px !important;
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important;
    font-size: 14px !important;
    background-color: #fff !important;
    color: #111 !important;
    font-family: inherit;
    box-sizing: border-box;
    box-shadow: none !important;
}

.ta-ind-contact-form #contact-form textarea.form-control {
    min-height: 110px;
}

.ta-ind-contact-form #contact-form input[type="submit"] {
    margin-top: 4px;
    padding: 13px;
    border: none;
    border-radius: 10px;
    background: #E8642C !important;
    color: #fff !important;
    font-size: 15px !important;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
    text-transform: none;
}

.ta-ind-contact-form #contact-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 16px rgba(232, 100, 44, 0.4);
}

.ta-ind-contact-form #contact-form .send-btn {
    text-align: center !important;
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .ta-ind-contact-form #contact-form > .row > .col-lg-6:first-child .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .ta-ind-contact-form #contact-form > .row > .col-lg-6:first-child .row .col-6,
    .ta-ind-contact-form #contact-form > .row > .col-lg-6:first-child .row .col-12 {
        margin-bottom: 0;
    }
    .ta-ind-contact-form #contact-form > .row > .col-lg-6:first-child .row .col-12 {
        grid-column: span 2;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .ta-ind-hero__title { font-size: 38px; }
    .ta-ind-section-title { font-size: 28px; }
    .ta-ind-solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .ta-ind-projects-grid { grid-template-columns: repeat(2, 1fr); }
    .ta-ind-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .ta-ind-tech-item { gap: 36px; }
    .ta-ind-tech-content h3 { font-size: 64px; }
    .ta-ind-why-ta-body { margin-left: 60px; }
}

@media (max-width: 900px) {
    .ta-ind-services-content { flex-direction: column; gap: 28px; }
    .ta-ind-services-image { flex: none; width: 100%; }
    .ta-ind-services-image img { height: 360px; }
    .ta-ind-services-text { padding-top: 0; }
    .ta-ind-tech-item,
    .ta-ind-tech-item.ta-ind-reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ta-ind-tech-item.ta-ind-reverse .ta-ind-tech-image,
    .ta-ind-tech-item.ta-ind-reverse .ta-ind-tech-content {
        order: initial;
    }
    .ta-ind-tech-image img { height: 340px; }
    .ta-ind-tech-content h3 { font-size: 60px; }
    .ta-ind-testimonial .blog-slider__item { grid-template-columns: 1fr; }
    .ta-ind-testimonial .blog-slider__img { display: none; }
}

@media (max-width: 768px) {
    .ta-ind-hero { min-height: 420px; padding: 70px 0 60px; }
    .ta-ind-hero__title { font-size: 30px; }
    .ta-ind-cta-banner { flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px 20px; }
    .ta-ind-cta-banner-text h3 { font-size: 18px; white-space: normal; }
    .ta-ind-benefits-grid { grid-template-columns: 1fr; }
    .ta-ind-contact-card { flex-direction: column; }
    .ta-ind-contact-image { min-height: 260px; flex: none; }
    .ta-ind-contact-form { padding: 28px 24px; }
    .ta-ind-why-ta-body { margin-left: 0; }
}

@media (max-width: 576px) {
    .ta-ind-hero__title { font-size: 26px; }
    .ta-ind-section-title { font-size: 22px; }
    .ta-ind-solutions-grid { grid-template-columns: 1fr; }
    .ta-ind-projects-grid { grid-template-columns: 1fr; }
    .ta-ind-blog-grid { grid-template-columns: 1fr; }
    .ta-ind-tech-content h3 { font-size: 46px; }
    .ta-ind-hero { padding: 60px 0 48px; }
}
