.awards-section h3 {
    font-size: 36px;
    font-size: 36px;
    color: #000;
    line-height: 1;
}

.year-filter {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    font-weight: 500;
}

.year-filter select {
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../assets/images/small-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 13px;
}

.year-filter select:focus {
    outline: none;
}

option {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #fff;
}

#awardsGrid {
    margin-top: 30px;
}

.award-item {
    padding-right: 20px;
}

.award-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.award-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
    max-width: 100%;
    height: 150px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    display: none;
}

.directions {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
}

.directions img {
    width: 20px;
}

.award-item {
    min-height: 260px;
    border-bottom: 1px solid #e6e6e6;
}

.award-item .phone {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.award-item .phone a {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.award-item .email {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.award-item .email a {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

#yearSelect {
    width: 210px;
    max-width: 100%;
    padding: 12px 14px;
    cursor: pointer;
}

#yearSelect option {
    padding: 10px 14px;
    font-size: 15px;
}

#yearSelect option:disabled {
    background-color: #e5e5e5;
    color: #666;
    font-weight: 600;
    cursor: default;
}

#yearSelect option:disabled:hover {
    background-color: #e5e5e5;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .awards-section h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .awards-section h3 {
        font-size: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .year-filter {
        margin-top: 10px;
    }

    .awards-section h3 {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #awardsGrid {
        margin-top: 0px;
    }

    .year-filter {
        margin-top: 30px;
    }

    .awards-section h3 {
        font-size: 26px;
    }

    .award-desc {
        margin-bottom: 13px;
    }
}

.GetDirectionsBtn {
    color: #ed3438;
    margin-bottom: 10px;
    display: inline-block;
}

/*# sourceMappingURL=office-locations.css.map */


.office-section {
    background: #ffffff;
    padding: 2rem 0 4rem 0;
}

.container-custom {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Tabs styling */
.tabs-wrapper {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    background: transparent;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 40px 40px 0 0;
    margin-bottom: -2px;
}

.tab-btn i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.tab-btn.active {
    color: #d9232c;
    border-bottom: 3px solid #d9232c;
    background: #ffffff;
}

/*     .tab-btn:hover:not(.active) {
            color: #1e293b;
            background: #f1f5f9;
            border-radius: 40px 40px 0 0;
        }
 */
/* Filter bar with selectbox */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-bottom: 2rem;
    /* padding: 1rem 1.2rem; */
    /* background: #f9fbfd; */
    /* border-radius: 60px; */
    /* border: 1px solid #e9edf2; */
}

.filter-label {
    font-weight: 700;
    color: #000;
    /* background: #ecfdf5; */
    padding: 0.4rem 1.2rem;
    border-radius: 40px;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-label i {
    color: #d9232c;
}

.region-select {
    min-width: 260px;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    border: 1px solid #cbd5e1;
    background: white;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.region-select:hover {
    border-color: #d9232c;
}

.region-select:focus {
    border-color: #d9232c;
    box-shadow: 0 0 0 3px rgba(217, 35, 44, 0.1);
}

/* Card grid */
.award-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem 1.5rem;
}

.office-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.25s;
    padding: 1.1rem;
    border: 1px solid #eef2f6;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
    border-color: #e0e7ff;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #0c2e38;
    margin-bottom: 0.9rem;
    letter-spacing: -0.2px;
    /* border-left: 4px solid #d9232c; */
    /* padding-left: 0.8rem; */

}

.address {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #2c3e50;
    margin-bottom: 1rem;
    /* white-space: pre-line; */
}

.contact-info {
    margin-top: 0.8rem;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-info a {
    color: #2c6280;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    color: #d9232c;
    text-decoration: underline;
}

.divider-light {
    margin: 1rem 0 0.2rem;
    height: 1px;
    background: #e9edf2;
}

.badge-type {
    display: inline-block;
    background: #f0f9ff;
    font-size: 0.7rem;
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    color: #2c6e9e;
    margin-bottom: 0.7rem;
    width: fit-content;
    font-weight: 500;
    display: none;
}

.no-results {
    text-align: center;
    padding: 3rem;
    background: #fafcff;
    border-radius: 40px;
    color: #5b6e8c;
    font-size: 1rem;
    grid-column: 1 / -1;
}

.result-stats {
    font-size: 0.85rem;
    color: #5b6e8c;
    margin-bottom: 1rem;
    text-align: right;
}

/* Hide international cards by default */
.international-card {
    display: none;
}

.india-card {
    display: flex;
}

/* Filter hide classes */
.filter-hide {
    display: none !important;
}

@media (max-width: 768px) {
    .tabs-wrapper {
        justify-content: center;
    }

    .tab-btn {
        padding: 0.5rem 1.3rem;
        font-size: 1rem;
    }

    .filter-bar {
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
    }

    .region-select {
        width: 100%;
    }

    .filter-label {
        justify-content: center;
    }

    .office-card {
        width: 93%;
    }

}