.bg-hitachi {
    background-color: #e3000f;
}


.tax-wpt-job-category .site-main,
.single-wpt-job .site-main,
.post-type-archive-wpt-job .site-main,
main#primary {
    padding: 0!important;
    max-width: 100%!important;
}
.bg-brand {
    background-color: #e3000f;
}
.page-template-page-home {
    margin: 0;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))!important;
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1))!important;
}
.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1))!important;
}
.text-brand-red {
    --tw-text-opacity: 1;
    color: rgb(227 0 15 / var(--tw-text-opacity, 1))!important;
}

input#job-search {
    padding: 10px;
    padding-left: 40px;
    border-radius: 6px;
    border: solid 2px #dee2e4;
}
/* Job Container */
.job-container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.job-content ul {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 18px;
}

.job-content h3{
    font-size: 20px;
    font-weight: 600!important;
        margin-bottom: 5px;
}

.job-content h3 .font-medium {
    font-weight: 600!important;
}

/* Gallery Grid Styles */
.gallery {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1280px;
}

.gallery-columns-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.gallery-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gallery-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.gallery-columns-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.gallery-item {
    margin: 0;
    list-style: none;
}

.gallery-icon {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
}

.gallery-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-icon:hover img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .gallery-columns-2,
    .gallery-columns-3,
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gallery {
        padding: 15px 0;
    }
}
