
/* Intra Service Areas - Global Styles */

.isa-global-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e2effd 100%);
    padding: 80px 20px;
    font-family: 'Open Sans', 'Inter', ui-sans-serif, system-ui, sans-serif;
    position: relative;
    border-top: 1px solid #e1effe;
    overflow: hidden;
    color: #334155;
    box-sizing: border-box;
}

.isa-global-section * {
    box-sizing: border-box;
}

.isa-bg-pattern {
    position: absolute;
    bottom: -15%; right: -10%;
    width: 60%; height: 60%;
    pointer-events: none;
    opacity: 0.05;
    background-image: repeating-radial-gradient(ellipse at bottom right, transparent, transparent 15px, #1a56db 15px, #1a56db 16px);
    z-index: 0;
}

.isa-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.isa-layout {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .isa-layout {
        flex-direction: row;
        gap: 6%;
    }
    .isa-col-left { width: 33%; max-width: 450px; flex-shrink: 0; }
    .isa-col-right { width: 61%; }
}

/* Left Content */
.isa-label {
    color: #1a56db;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: block;
}

.isa-title {
    color: #1e3a8a;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
}

.isa-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: #475569;
}

.isa-map-wrapper {
    position: relative;
    width: 100%;
    margin-top: 3rem;
}

.isa-map-img {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Slight rounding for the image */
    display: block;
}

.isa-map-placeholder {
    width: 100%;
    height: 300px;
    background-color: #f1f5f9;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    gap: 8px;
}

/* Right Content Grid */
.isa-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 1.5rem;
    align-items: start;
}

@media (min-width: 600px) {
    .isa-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .isa-grid { grid-template-columns: repeat(5, 1fr); gap: 2.5rem 1rem; }
}

.isa-region-title {
    color: #1e3a8a;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0 0 1.2rem 0;
    padding-bottom: 0.5rem;
    border: none;
}
.isa-region-title span {
    border-bottom: 2px solid #93c5fd;
    padding-bottom: 0.4rem;
}
.isa-region-title a {
    color: inherit;
    text-decoration: none;
}
.isa-region-title a:hover {
    color: #2563eb;
}

.isa-city-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.isa-city-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    color: #1e3a8a;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: 0.70rem;
    font-weight: 600;
    transition: all 0.2s;
    border: 1px solid #bfdbfe;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.isa-city-list li a:hover {
    box-shadow: 0 3px 8px rgba(37,99,235,0.08);
    border-color: #93c5fd;
    background-color: #f8fafc;
}

.isa-list-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.isa-list-icon {
    color: #3b82f6;
    flex-shrink: 0;
}

.isa-arrow {
    display: flex;
    color: #3b82f6;
    flex-shrink: 0;
}

/* Bottom CTA Banner */
.isa-cta-banner {
    background-color: #f8fafc;
    border: 1px solid #e1e7f0;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .isa-cta-banner {
        flex-direction: row;
        justify-content: space-between;
        padding: 24px 32px;
    }
}

.isa-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.isa-cta-icon-wrap {
    width: 48px;
    height: 48px;
    background-color: #dbeafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.isa-cta-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}
@media (min-width: 1024px) {
    .isa-cta-title { font-size: 1.5rem; }
}

.isa-cta-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.isa-btn-solid {
    background-color: #1a56db;
    color: white !important;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background-color 0.2s;
    font-size: 1rem;
    line-height: 1;
}
.isa-btn-solid:hover {
    background-color: #1e3a8a;
}

.isa-btn-outline {
    background-color: transparent;
    color: #1a56db !important;
    border: 1px solid #1a56db;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.2s;
    font-size: 1rem;
    line-height: 1;
}
.isa-btn-outline:hover {
    background-color: #e0e7ff;
}

.isa-cta-phone {
    font-weight: 800;
    font-size: 1.35rem;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 1rem;
}
