/* ===================================
   UDL Engineering Limited - Pages CSS
   ================================== */

/* =====================================
   NEWS PAGE STYLES
   ===================================== */

.news-grid-section {
    padding: 80px 0;
    background: #f8fafc;
}

.news-grid.page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.news-item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.news-item:hover .news-image {
    transform: scale(1.03);
}

.news-info {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-year.page-year {
    background: #e5e7eb;
    color: #374151;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    align-self: flex-start;
    letter-spacing: 1px;
}

.news-title.page-title {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.4;
    margin: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.news-more-btn {
    background: transparent;
    color: #dc2626;
    border: 1px solid #dc2626;
    padding: 8px 16px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    align-self: flex-start;
}

.news-more-btn:hover {
    background: #dc2626;
    color: white;
    transform: translateY(-1px);
}

/* Specific News Images for News Page */
.annual-dinner-2023 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.3) 15%, transparent 15%),
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.2) 10%, transparent 10%);
}

.tie-dye-workshop {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(45deg, #06b6d4 0%, #0891b2 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-conic-gradient(from 0deg at 50% 50%, 
            rgba(255,255,255,0.1) 0deg, 
            rgba(255,255,255,0.1) 30deg, 
            transparent 30deg, 
            transparent 60deg);
}

.annual-dinner-2022 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%);
    background-size: 100% 100%, 20px 20px;
}

.delight-workshop {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 25% 25%, rgba(255,255,255,0.2) 20%, transparent 20%),
        radial-gradient(circle at 75% 75%, rgba(255,255,255,0.15) 15%, transparent 15%);
}

.community-service-life {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #10b981 0%, #059669 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 2px, transparent 2px, transparent 15px);
}

.turkish-music-workshop {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.2) 30%, transparent 30%);
}

.community-service-life-2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(45deg, rgba(255,255,255,0.1) 50%, transparent 50%);
}

.community-service-life-3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(45deg, transparent 0px, transparent 10px, rgba(255,255,255,0.1) 10px, rgba(255,255,255,0.1) 20px);
}

.sowers-action-2019 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.2) 25%, transparent 25%);
}

.sowers-action-2018 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(90deg, rgba(255,255,255,0.1) 50%, transparent 50%);
}

.guilin-trip {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #84cc16 0%, #65a30d 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 5px, transparent 5px, transparent 15px);
}

.listing-main-board {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(0deg, rgba(255,255,255,0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
}

.sowers-action-2017 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 60% 40%, rgba(255,255,255,0.15) 20%, transparent 20%);
}

.thailand-trip {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 8px, transparent 8px, transparent 16px);
}

.listing-gem-board {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 25% 75%, rgba(255,255,255,0.3) 12%, transparent 12%),
        radial-gradient(circle at 75% 25%, rgba(255,255,255,0.2) 8%, transparent 8%);
}

.taipei-trip {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #64748b 0%, #475569 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(135deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.1) 75%);
    background-size: 100% 100%, 30px 30px;
}

/* =====================================
   CAREERS PAGE STYLES
   ===================================== */

.job-opportunities {
    padding: 80px 0;
    background: #fff;
}

.opportunities-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.opportunities-description {
    margin-top: 30px;
}

.opportunities-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.privacy-note {
    font-size: 14px !important;
    color: #666 !important;
    font-style: italic;
}

.contact-note {
    font-size: 14px !important;
    color: #3b82f6 !important;
    font-weight: 500;
}

.job-listings {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.job-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    animation: fadeInUp 0.6s ease forwards;
}

.job-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.job-card:nth-child(1) { animation-delay: 0.1s; }
.job-card:nth-child(2) { animation-delay: 0.2s; }
.job-card:nth-child(3) { animation-delay: 0.3s; }

.job-header {
    background: #fff;
    padding: 20px 30px;
    border-bottom: 1px solid #e2e8f0;
}

.job-date-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-date {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

.job-type {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e0f2fe;
    padding: 6px 12px;
    font-size: 12px;
    color: #0891b2;
    font-weight: 500;
}

.clock-icon {
    font-size: 14px;
}

.job-content {
    padding: 30px;
}

.job-title {
    font-size: 24px;
    color: #f59e0b;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.job-details {
    margin-bottom: 30px;
}

.job-section {
    margin-bottom: 25px;
}

.job-section h4 {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
    margin-bottom: 12px;
}

.job-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-section li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.job-section li::before {
    content: '•';
    color: #3b82f6;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.view-more-btn {
    background: transparent;
    color: #64748b;
    border: 1px solid #cbd5e1;
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.view-more-btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #475569;
}

/* Override contact button for careers page */
.careers-hero ~ .job-opportunities ~ #contact .contact-btn {
    background: #10b981;
}

.careers-hero ~ .job-opportunities ~ #contact .contact-btn:hover {
    background: #059669;
}

/* =====================================
   CONTACT PAGE STYLES
   ===================================== */

.contact-main {
    padding: 80px 0;
    background: #fff;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-form-section {
    padding-right: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.1s;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    background: #fff;
    font-size: 14px;
    color: #374151;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.send-btn {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
}

.send-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

.send-btn:active {
    transform: translateY(0);
}

.contact-info-section {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
}

.info-block {
    background: #f8fafc;
    padding: 25px;
    border-left: 4px solid #3b82f6;
    animation: fadeInUp 0.6s ease forwards;
}

.info-block:nth-child(1) { animation-delay: 0.2s; }
.info-block:nth-child(2) { animation-delay: 0.3s; }
.info-block:nth-child(3) { animation-delay: 0.4s; }
.info-block:nth-child(4) { animation-delay: 0.5s; }

.info-block h3 {
    font-size: 18px;
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.address-info p,
.contact-details p,
.office-hours p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact-details .email-link a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.contact-details .email-link a:hover {
    text-decoration: underline;
}

.map-placeholder {
    height: 120px;
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
    border: 1px solid #bae6fd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.map-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/map.jpg);
        /* radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.1) 20%, transparent 20%),
        radial-gradient(circle at 70% 70%, rgba(59, 130, 246, 0.08) 25%, transparent 25%); */
    /* background-size: 40px 40px, 60px 60px; */
}

.map-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.map-content p {
    font-size: 13px;
    color: #0891b2;
    font-weight: 500;
    margin-bottom: 3px;
}

.form-message {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.form-message.success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.form-message.error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

/* =====================================
   PROJECT LIST PAGE STYLES
   ===================================== */

.project-filter {
    padding: 40px 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-tab {
    background: #fff;
    color: #64748b;
    border: 1px solid #cbd5e1;
    padding: 12px 24px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-tab:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #475569;
}

.filter-tab.active {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.projects-grid-section {
    padding: 80px 0;
    background: #fff;
}

.projects-grid.project-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.project-item {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    overflow: hidden;
    opacity: 1;
    transform: scale(1);
    animation: fadeInUp 0.6s ease forwards;
    cursor: pointer;
}

.project-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.project-item.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.project-item.fade-out {
    opacity: 0;
    transform: scale(0.9);
}

.project-item.fade-in {
    opacity: 1;
    transform: scale(1);
}

.project-item:nth-child(3n+1) { animation-delay: 0.1s; }
.project-item:nth-child(3n+2) { animation-delay: 0.2s; }
.project-item:nth-child(3n+3) { animation-delay: 0.3s; }

.project-item:hover .project-image {
    transform: scale(1.05);
}

.project-item .project-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
}

/* Project Images - Facade */
.facade-project-1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 2px, transparent 2px, transparent 20px);
}

.facade-project-2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #0f172a 0%, #334155 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(90deg, rgba(255,255,255,0.1) 50%, transparent 50%);
}

.facade-project-3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #374151 0%, #6b7280 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.2) 20%, transparent 20%);
}

.facade-project-4 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #1f2937 0%, #4b5563 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 1px, transparent 1px, transparent 15px);
}

/* Project Images - Metal Roof */
.metal-roof-project-1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #059669 0%, #10b981 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.2) 0px, rgba(255,255,255,0.2) 10px, transparent 10px, transparent 20px);
}

.metal-roof-project-2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.15) 30%, transparent 30%);
}

.metal-roof-project-3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(90deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.1) 75%);
    background-size: 100% 100%, 30px 30px;
}

.metal-roof-project-4 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(255,255,255,0.1) 45deg, transparent 90deg);
}

/* Project Images - Noise Barrier */
.noise-barrier-project-1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0.15) 3px, transparent 3px, transparent 12px);
}

.noise-barrier-project-2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #ea580c 0%, #f97316 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(45deg, rgba(255,255,255,0.1) 50%, transparent 50%);
}

.noise-barrier-project-3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #65a30d 0%, #84cc16 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 25% 75%, rgba(255,255,255,0.2) 15%, transparent 15%);
}

/* Project Images - Structural Steel */
.structural-steel-project-1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #4b5563 0%, #6b7280 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        linear-gradient(0deg, rgba(255,255,255,0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
}

.structural-steel-project-2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #7c2d12 0%, #9a3412 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0.15) 8px, transparent 8px, transparent 16px);
}

.structural-steel-project-3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #581c87 0%, #7c3aed 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        radial-gradient(circle at 60% 40%, rgba(255,255,255,0.2) 25%, transparent 25%);
}

.structural-steel-project-4 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    background-image: 
        linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 5px, transparent 5px, transparent 15px);
}

.project-info {
    padding: 30px;
}

.project-category-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 15px;
}

.facade-badge {
    background: #3b82f6;
}

.metal-roof-badge {
    background: #10b981;
}

.noise-barrier-badge {
    background: #22c55e;
}

.structural-steel-badge {
    background: #6b7280;
}

.project-item[data-category="facade"]:hover .project-category-badge {
    background: #1e40af;
}

.project-item[data-category="metal-roof"]:hover .project-category-badge {
    background: #059669;
}

.project-item[data-category="noise-barrier"]:hover .project-category-badge {
    background: #16a34a;
}

.project-item[data-category="structural-steel"]:hover .project-category-badge {
    background: #4b5563;
}

.project-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
    line-height: 1.3;
}

.project-details p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.project-specs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.project-specs span {
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 4px 8px;
    font-weight: 500;
}

/* =====================================
   RESPONSIVE DESIGN FOR PAGES
   ===================================== */

@media (max-width: 768px) {
    .news-grid.page-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .news-image {
        height: 150px;
    }
    
    .news-info {
        padding: 20px;
        gap: 12px;
    }
    
    .news-title.page-title {
        font-size: 14px;
        min-height: 40px;
    }
    
    .news-more-btn {
        padding: 6px 12px;
        font-size: 10px;
    }
    
    .job-opportunities {
        padding: 60px 0;
    }
    
    .opportunities-header {
        margin-bottom: 40px;
    }
    
    .opportunities-description p {
        font-size: 15px;
        text-align: left;
    }
    
    .job-listings {
        gap: 25px;
    }
    
    .job-header {
        padding: 15px 20px;
    }
    
    .job-date-time {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .job-content {
        padding: 25px 20px;
    }
    
    .job-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .job-section h4 {
        font-size: 15px;
    }
    
    .job-section li {
        font-size: 13px;
    }
    
    .contact-main {
        padding: 60px 0;
    }
    
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-form-section,
    .contact-info-section {
        padding-left: 0;
        padding-right: 0;
    }
    
    .info-block {
        padding: 20px;
    }
    
    .info-block h3 {
        font-size: 16px;
    }
    
    .project-filter {
        padding: 30px 0;
    }
    
    .filter-tabs {
        gap: 8px;
    }
    
    .filter-tab {
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .projects-grid-section {
        padding: 60px 0;
    }
    
    .projects-grid.project-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .project-item .project-image {
        height: 200px;
    }
    
    .project-info {
        padding: 25px 20px;
    }
    
    .project-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .project-details p {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .project-specs {
        gap: 10px;
    }
    
    .project-specs span {
        font-size: 11px;
        padding: 3px 6px;
    }
}

@media (max-width: 480px) {
    .news-grid.page-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-image {
        height: 180px;
    }
    
    .news-info {
        padding: 18px;
    }
    
    .news-title.page-title {
        font-size: 15px;
        min-height: auto;
    }
    
    .news-year.page-year {
        font-size: 11px;
        padding: 3px 10px;
    }
    
    .job-card {
        margin: 0 -10px;
    }
    
    .job-header {
        padding: 12px 15px;
    }
    
    .job-content {
        padding: 20px 15px;
    }
    
    .job-title {
        font-size: 18px;
    }
    
    .job-type {
        padding: 4px 8px;
        font-size: 11px;
    }
    
    .view-more-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .contact-form {
        gap: 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .send-btn {
        padding: 12px 30px;
        font-size: 13px;
    }
    
    .info-block {
        padding: 15px;
    }
    
    .map-placeholder {
        height: 100px;
    }
    
    .filter-tabs {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .filter-tab {
        width: 200px;
        text-align: center;
    }
    
    .projects-grid.project-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .project-item .project-image {
        height: 220px;
    }
    
    .project-info {
        padding: 20px 15px;
    }
    
    .project-title {
        font-size: 16px;
    }
    
    .project-specs {
        flex-direction: column;
        gap: 8px;
    }
    
    .project-specs span {
        align-self: flex-start;
    }
}
