/* Location cards — compact horizontal layout */
.location-area .locations-wrapper {
    overflow: visible;
    padding: 0;
    max-height: none !important;
}

.location-area .location-card {
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e6eef6;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(20, 24, 28, 0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.location-area .location-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(20, 24, 28, 0.1);
    border-color: #0071dc;
    color: inherit;
    text-decoration: none;
}

.location-area .location-card.is-current {
    border-color: #0071dc;
    background: #f3f8ff;
}

.location-area .location-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #12b0e8 0%, #0071dc 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}

.location-area .location-card .location-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #1a2b3c;
    padding-left: 0;
    word-break: break-word;
}

.location-area .location-card .location-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7a8a9a;
    margin-bottom: 2px;
}

.location-area .location-links {
    margin-top: 22px;
    text-align: center;
    color: #5a6b7d;
    font-size: 0.92rem;
}

.location-area .location-links a {
    color: #0071dc;
    font-weight: 700;
    text-decoration: none;
}

.location-area .location-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .location-area .location-card {
        min-height: 52px;
        padding: 10px 12px;
    }
    .location-area .location-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .location-area .location-card .location-name {
        font-size: 13px;
    }
}

/* Technologies area visual polish */
.technologies-area { padding-top: 28px; padding-bottom: 28px; }
.technologies-area .section-title h2 { font-size: 1.9rem; margin-bottom: 6px; }
.technologies-area .tech-slider .tech-item{
    background:#ffffff;
    border-radius:12px;
    padding:18px 16px;
    box-shadow:0 10px 30px rgba(20,24,28,0.06);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition:transform .18s ease, box-shadow .18s ease;
    min-height:110px;
}
.technologies-area .tech-slider .tech-item:hover{ transform:translateY(-8px); box-shadow:0 22px 48px rgba(20,24,28,0.10); }
.technologies-area .tech-item img{ max-width:64px; max-height:64px; margin-bottom:10px; }
.technologies-area .tech-item h6{ font-size:14px; color:#153049; margin:0; font-weight:700; }
.technologies-area .owl-nav{ display:flex; justify-content:flex-end; gap:8px; margin-bottom:6px; }
.technologies-area .owl-nav button{ background:#eef6fb; border:0; width:40px; height:40px; border-radius:10px; color:#0b5174; font-weight:700; }
.technologies-area .owl-dots{ text-align:center; margin-top:10px; }
.technologies-area .owl-dots .owl-dot{ display:inline-block; margin:0 6px; }
.technologies-area .owl-dots .owl-dot span{ width:10px; height:10px; display:inline-block; border-radius:50%; background:#d6e8f3; }
.technologies-area .owl-dots .owl-dot.active span{ background:#0b88bd; box-shadow:0 4px 12px rgba(11,136,189,0.18); }

@media (max-width: 768px){
    .technologies-area .tech-slider .tech-item{ padding:12px; min-height:92px; }
    .technologies-area .tech-item img{ max-width:48px; max-height:48px; }
    .technologies-area{ padding-top:30px; padding-bottom:30px; }
}

/* Industries grid / cards - tightened and scaled down */
.industries-section { padding-top: 40px; padding-bottom: 40px; }
.industries-header { text-align:center; max-width:820px; margin:0 auto; }
.industries-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px 26px;
    margin-top: 22px;
    align-items: stretch;
}
.industries-grid .industry-card{
    background: rgba(255,255,255,0.03);
    border-radius: 14px;
    padding: 20px 14px;
    min-height: 170px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition: transform .15s ease, box-shadow .15s ease;
}
.industries-grid .industry-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 36px rgba(0,0,0,0.25); }
.industries-grid .industry-card img{ width:72px; height:72px; object-fit:contain; margin-bottom:14px; }
.industries-grid .industry-card h3{ font-size:18px; color:#fff; margin:0; font-weight:700; line-height:1.2; }

@media (max-width:767px){
    .industries-grid{ grid-template-columns: repeat(2, 1fr); gap:14px; }
    .industries-grid .industry-card{ padding:14px; min-height:140px; }
    .industries-grid .industry-card img{ width:56px; height:56px; margin-bottom:10px; }
    .industries-grid .industry-card h3{ font-size:15px; }
}

/* Hero Banner + Enquiry Form */
.hero-enquiry.simple-banner{ 
    position: relative;
    /* reduced vertical padding to make the hero shorter */
    padding: 26px 0;
    background: radial-gradient(110% 140% at 15% 20%, #1c32a8 0%, #02093c 55%, #01021d 100%);
    overflow: hidden;
}
.hero-enquiry.simple-banner:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 15%, rgba(255,255,255,0.12), transparent 55%);
    opacity: 0.9;
    z-index: 1;
}
.hero-enquiry .container, .hero-enquiry .row, .hero-enquiry .col-lg-7, .hero-enquiry .col-lg-5 {
    position: relative;
    z-index: 2;
}
.hero-copy{ max-width: 520px; }
.hero-copy h1{
    /* slightly larger and more responsive heading for better readability */
    color: #ffffff;
    font-size: clamp(2.15rem, 3.2vw, 2.9rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 10px;
}
.hero-copy p{ font-size:1.02rem; color:#dbe9ff; margin-bottom:10px; }
.eyebrow-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 16px;
    border-radius:999px;
    background:rgba(255,255,255,0.06);
    color:#aebfff;
    letter-spacing:0.12em;
    font-size:0.8rem;
    text-transform:uppercase;
}
.hero-metrics{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:12px 0 6px;
}
.metric-card{
    flex:1 1 140px;
    min-width:120px;
    background:rgba(4,11,56,0.55);
    border:1px solid rgba(255,255,255,0.06);
    border-radius:10px;
    padding:10px 12px;
    text-align:left;
}
.metric-card h4{ font-size:1.6rem; font-weight:800; margin-bottom:2px; color:#fff; }
.metric-card span{ color:#c9d8ff; font-size:0.85rem; }
.hero-breadcrumb ol{
    list-style:none;
    display:flex;
    align-items:center;
    gap:10px;
    padding:0;
    margin:10px 0 0;
    color:#fff;
}
.hero-breadcrumb a{ color:#aebfff; text-decoration:none; }
.hero-breadcrumb i{ font-size:1.2rem; color:#5f73ff; }
.banner-form-wrapper { max-width: 410px; margin: 0 auto; border-radius: 20px; border:1px solid rgba(21,48,73,0.08); box-shadow: 0 16px 36px rgba(7,18,64,0.22); padding: 1.6rem 1.7rem 1.2rem; }
.form-title h4 { font-size:1.35rem; font-weight:800; color:#153049; letter-spacing:0.3px; margin-bottom:4px; }
.form-title p{ color:#5b6c83; font-size:0.9rem; }
.eyebrow-muted{
    display:inline-block;
    font-size:0.78rem;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:#2563a6;
    margin-bottom:6px;
}
.lead-form .form-control, .lead-form .form-select { border-radius: 9px; font-size:0.95rem; border:1.2px solid #dfe7ef; background:#f8fafc; transition:box-shadow .18s, border-color .18s; box-shadow:0 1px 5px rgba(20,24,28,0.04); }
.lead-form .form-control:focus, .lead-form .form-select:focus { box-shadow:0 0 0 2px #2563a633; border-color:#2563a6; background:#fff; }
.lead-form textarea.form-control { min-height: 85px; }
.lead-form .btn-primary { background: linear-gradient(135deg,#2563a6,#1b4e8c); border: none; border-radius: 12px; font-weight: 700; letter-spacing:0.2px; font-size:1rem; padding:0.78rem 1rem; box-shadow:0 10px 20px rgba(29,79,138,0.2); }
.lead-form .btn-primary:hover { background: linear-gradient(135deg,#1b4e8c,#163563); }
.lead-form .row.g-2 > [class^='col'] { margin-bottom: 0.4rem; }
.lead-form .form-label{ font-size:0.85rem; font-weight:600; color:#5d6c83; margin-bottom:4px; }
.lead-form .alert { font-size:0.9rem; border-radius:9px; }
@media (max-width: 991px) {
    .hero-copy h1{ font-size:1.85rem; }
    .banner-form-wrapper { padding: 1.5rem; margin-top: 1rem; }
}
@media (max-width: 767px) {
    .hero-enquiry.simple-banner{ padding: 38px 0; }
    .hero-metrics{ gap:10px; }
    .metric-card{ min-width: 44%; }
    .banner-form-wrapper { max-width: 100%; box-shadow: 0 12px 32px rgba(7,18,64,0.18); }
}
