.corporate-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(6px);
}

.corporate-hero {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 72px;
    position: relative;
    color: #fff;
    overflow: hidden;
    background: #000;
}

.corporate-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/corporate/banner.png');
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    transform: scale(1.02);
}

.corporate-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .4), rgba(0, 0, 0, .85));
}

.corporate-hero .content {
    position: relative;
    z-index: 2;
}

.trusted-pill {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.4);
    color: yellow;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
}

.hero-heading {
    font-size: 53px;
    line-height: 1.1;
    max-width: 900px;
    margin-inline: 0;
    text-align: left;
}

.text-highlight {
    color: yellow;
}

.hero-subtext {
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    color: rgba(255, 255, 255, 0.9);
    margin-inline: 0;
    text-align: left;
}

.hero-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0;
    justify-content: flex-start;
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.hero-stat-item i {
    color: yellow;
    font-size: 20px;
}

.service-card-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
}

.service-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: yellow;
    color: #000;
    position: relative;
    z-index: 2;
}

.corporate-stats {
    background: linear-gradient(90deg, #343a40, #212529);
}

.corporate-footer {
    background: linear-gradient(90deg, #343a40, #212529);
}

/* Contact Section Styles */
.pill-label {
    display: inline-block;
    padding: 8px 24px;
    background: #3e3c38;
    color: yellow;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.contact-card {
    border-radius: 20px;
    border: none;
    height: 100%;
    padding: 40px;
    transition: transform 0.3s ease;
}

.card-yellow {
    background: #FFFFF0;
    border: 1px solid #FFEBB0;
}

.card-grey {
    background: #F8F9FA;
    border: 1px solid #EDEDED;
}

.card-dark {
    background: #0F172A;
    color: white;
}

.card-form {
    background: white;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}

.contact-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: yellow;
    font-size: 18px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.contact-item-icon {
    width: 44px;
    height: 44px;
    background: yellow;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F172A;
    flex-shrink: 0;
}

.contact-item-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-item-info p {
    font-size: 14px;
    color: #94A3B8;
    margin: 0;
}

.location-group {
    margin-bottom: 24px;
}

.location-group h4 {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.location-group ul {
    list-style: none;
    padding-left: 28px;
    color: #64748B;
    font-size: 14px;
}

.location-group ul li {
    margin-bottom: 8px;
}

.form-control-custom {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
}

.form-control-custom:focus {
    background: white;
    border-color: #FFB300;
    box-shadow: 0 0 0 4px rgba(255, 179, 0, 0.1);
}

.btn-send {
    background: #FFB300;
    color: #0F172A;
    font-weight: 700;
    padding: 14px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background: #E6A100;
    transform: translateY(-2px);
}

.location-group h4 .bi-geo-alt-fill {
    color: yellow;
}

/* Client Grid Styles */
.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    align-items: center;
    justify-items: center;
    padding: 40px 0;
}

.client-tile {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: grayscale(100%) opacity(0.5);
}

.client-tile:hover {
    filter: grayscale(0%) opacity(1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.client-tile img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.text-warning{
    color:yellow !important;
}

@media (max-width: 768px) {
    .client-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }

    .client-tile {
        height: 90px;
        padding: 8px;
    }

    .corporate-hero {
        background: #353638;
        /* Grey background */
    }

    .corporate-hero::before,
    .corporate-hero::after {
        display: none;
    }
}