
/* global-trust-section */
/* Section Container */
.global-trust-section {
    background-color: #0d0d0d; /* Deep black background */
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Typography */
.main-title-g {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 50px;
}

.accent-text {
    display: block;
    color: #ff3333; /* Red accent color */
    font-size: 0.85rem;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
}

.secondary-title {
    font-family: 'Georgia', serif; /* Serif font for the "Solution & Service" text */
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 40px;
}

/* Map Styling */
.map-wrapper {
    margin-top: 20px;
}

.world-map {
    width: 100%;
    max-width: 900px;
    height: auto;
    /* This ensures the white map stands out against the dark background */
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.05));
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-title-g { font-size: 1.8rem; }
    .secondary-title { font-size: 1.5rem; }
}
