/* --- IMPORT & EXPORT PAGE STYLES (MATCHING SCREENSHOT 3) --- */

.tr-red {
    color: var(--primary-red);
}

/* Hero */
.tr-hero {
    display: flex;
    min-height: 280px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.tr-hero-left {
    flex: 0.9;
    padding: 40px 40px 40px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.tr-breadcrumb {
    font-size: 10px;
    font-weight: 700;
    color: #444;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
}

.tr-subtitle-top {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    color: var(--primary-red);
    text-transform: uppercase;
}

.tr-hero-left h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 25px;
    color: var(--dark-text);
    letter-spacing: -1px;
}

.tr-hero-desc {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 35px;
    font-weight: 500;
}

.tr-hero-btn {
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 800;
    width: fit-content;
    border-radius: 6px;
    text-transform: uppercase;
    background: var(--primary-red);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tr-hero-right {
    flex: 1.4;
    position: relative;
}

.tr-hero-img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}

.tr-hero-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-red);
    clip-path: polygon(11.8% 0, 12.2% 0, 0.2% 100%, -0.2% 100%);
    z-index: 10;
}

.tr-hero-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlapping Stats Section */
.tr-stats-section {
    position: relative;
    margin-top: -50px;
    z-index: 20;
}

.tr-stats-card {
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: var(--dark-text);
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f0f0f0;
}

.tr-stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    padding-left: 20px;
}

.tr-stat-icon {
    color: var(--primary-red);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.tr-stat-divider {
    width: 1px;
    height: 35px;
    background: #eeeeee;
}

.tr-stat-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tr-stat-content strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 2px;
    color: var(--dark-text);
    line-height: 1.1;
}

.tr-stat-content span {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    line-height: 1.3;
}

/* Solutions Section */
.tr-solutions-section {
    padding: 80px 0;
}

.tr-solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.tr-solution-card {
    background: #fcfcfc;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    min-height: 420px;
    border: 1px solid #f0f0f0;
}

.tr-card-content {
    flex: 1.2;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tr-card-tag {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    width: fit-content;
    margin-bottom: 25px;
}

.tr-card-tag.dark { background: #1a1a1a; }
.tr-card-tag.red { background: var(--primary-red); }

.tr-card-content h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
    color: var(--dark-text);
}

.tr-card-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.tr-card-list {
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tr-card-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.tr-card-link {
    text-decoration: none;
    color: var(--primary-red);
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

.tr-card-link:hover {
    transform: translateX(5px);
}

.tr-card-media {
    flex: 1;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.tr-media-collage {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eee;
}

.tr-media-item {
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.tr-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Import Collage */
.tr-solution-card:first-child .tr-media-item.top {
    height: 35%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.tr-solution-card:first-child .tr-media-item.mid {
    height: 40%;
    top: 32%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

.tr-solution-card:first-child .tr-media-item.bot {
    height: 35%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Export Collage */
.tr-solution-card:last-child .tr-media-item.top {
    height: 45%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.tr-solution-card:last-child .tr-media-item.mid {
    height: 60%;
    bottom: 0;
    left: 0;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 3;
}

.tr-solution-card:last-child .tr-media-item.bot {
    height: 58%;
    bottom: 0;
    right: 0;
    width: 60%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
}

.tr-media-item:hover {
    z-index: 10;
}

.tr-media-item:hover img {
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .tr-solutions-grid { grid-template-columns: 1fr; }
    .tr-solution-card { min-height: auto; flex-direction: column; }
    .tr-card-media { height: 300px; clip-path: none; }
    .tr-media-item { clip-path: none !important; position: relative; height: 100px !important; width: 100% !important; top: auto !important; bottom: auto !important; }
    .tr-media-collage { display: flex; flex-direction: column; }
}


.tr-btn-dark {
    background: #0a0a0a;
    color: white;
    padding: 12px 20px;
    font-size: 11px;
    font-weight: 800;
}

.tr-btn-export {
    padding: 12px 20px;
    font-size: 11px;
    font-weight: 800;
}

/* Combined Global Presence & Why Choose Section */
.tr-global-presence-section {
    padding: 80px 0;
    background: #ffffff; /* Explicitly white */
}

.tr-presence-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 1px 1.2fr;
    gap: 40px;
    align-items: center;
}

.tr-presence-info h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    color: var(--dark-text);
}

.tr-title-underline {
    width: 40px;
    height: 3px;
    background: var(--primary-red);
    margin-bottom: 25px;
}

.tr-presence-info p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-outline-red {
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #ddd;
    color: var(--primary-red);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-outline-red:hover {
    background: var(--primary-red);
    color: #fff;
    border-color: var(--primary-red);
}

.tr-presence-map {
    position: relative;
    width: 100%;
    min-height: 350px;
    background: transparent;
}

.tr-presence-map img {
    width: 100%;
    opacity: 0.8; /* Higher opacity now that background is white */
    filter: brightness(1.6) contrast(0.8) grayscale(100%);
    mix-blend-mode: multiply; /* Ensures any remaining off-white becomes transparent */
}

.tr-map-marker {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-red);
    border-radius: 50%;
    z-index: 5;
}

.tr-map-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: rgba(230, 24, 24, 0.3);
    border-radius: 50%;
    animation: tr-pulse 2s infinite;
}

@keyframes tr-pulse {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(2.5); opacity: 0; }
}

.tr-map-connections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.tr-arc-path {
    fill: none;
    stroke: var(--primary-red);
    stroke-width: 1.5;
    stroke-dasharray: 4 6;
    opacity: 0.4;
    stroke-linecap: round;
}

/* Sample marker positions */
.marker-1 { top: 35%; left: 15%; }
.marker-2 { top: 45%; left: 38%; }
.marker-3 { top: 30%; left: 62%; }
.marker-4 { top: 65%; left: 25%; }
.marker-5 { top: 80%; left: 52%; }
.marker-6 { top: 55%; left: 78%; }
.marker-7 { top: 50%; left: 10%; }

.tr-vertical-divider {
    background: #eeeeee;
    height: 150px;
    width: 1px;
}

.tr-why-grid-side h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
    color: var(--dark-text);
    text-align: left;
}

.tr-why-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}

.tr-why-feat {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

.tr-why-feat:hover {
    background: #fcfcfc;
}

.tr-feat-icon {
    color: var(--primary-red);
}

.tr-feat-text {
    font-size: 11px;
    color: #444;
    line-height: 1.3;
}

.tr-feat-text strong {
    color: var(--dark-text);
    font-weight: 800;
}

@media (max-width: 1200px) {
    .tr-presence-grid { grid-template-columns: 1fr; }
    .tr-vertical-divider { display: none; }
    .tr-why-mini-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .tr-why-mini-grid { grid-template-columns: 1fr; }
}

/* Achievements Bar Section */
.tr-achievements-section {
    padding: 80px 0;
}

.tr-achievements-bar {
    background: #0f1113;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 35px 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.tr-ach-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tr-ach-icon {
    color: var(--primary-red);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.tr-ach-content {
    display: flex;
    flex-direction: column;
}

.tr-ach-content strong {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.tr-ach-content span {
    color: #ddd;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 120px;
}

.tr-ach-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    margin: 0 30px;
}

@media (max-width: 1100px) {
    .tr-achievements-bar { flex-wrap: wrap; gap: 30px; padding: 40px; }
    .tr-ach-divider { display: none; }
    .tr-ach-item { flex: 0 0 45%; }
}

@media (max-width: 600px) {
    .tr-ach-item { flex: 0 0 100%; }
}

/* Why Choose Section */
.tr-why-section {
    padding-bottom: 80px;
}

.tr-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tr-why-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.tr-why-text strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.tr-why-text span {
    font-size: 11px;
    color: var(--gray-text);
    font-weight: 600;
    text-transform: uppercase;
}

/* Bottom Grow Bar */
.tr-grow-bar {
    background: var(--primary-red);
    padding: 50px 0;
    color: white;
}

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

.tr-grow-text h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.tr-grow-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.btn-white {
    background: white;
    color: var(--primary-red);
    border: none;
}

.tr-grow-btn {
    padding: 15px 35px;
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 992px) {
    .tr-hero {
        height: auto;
        flex-direction: column;
    }

    .tr-hero-left {
        padding: 40px 20px;
    }

    .tr-hero-right {
        height: 300px;
    }

    .tr-hero-slant {
        display: none;
    }

    .tr-stats-card {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding: 30px;
    }

    .tr-stat-divider {
        display: none;
    }

    .tr-solutions-grid {
        grid-template-columns: 1fr;
    }

    .tr-why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tr-grow-flex {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .tr-why-grid {
        grid-template-columns: 1fr;
    }
}