<!DOCTYPE html><html lang=”en”><head> <meta charset=”UTF-8″> <title>Job Advertisement Post</title> <style> *, *::before, *::after { box-sizing: border-box; } body { margin: 0; padding: 20px; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: #333333; background-color: #ffffff; font-size: 14px; line-height: 1.6; } /* Premium, Big, Bold, Attractive Heading Section */ .header-banner { background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%); color: #ffffff; text-align: center; padding: 30px 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.15); margin-bottom: 25px; border: 1px solid #1b5e20; } .header-banner h1 { margin: 0 0 10px 0; font-size: 28px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; text-shadow: 1px 2px 4px rgba(0,0,0,0.3); } .header-banner p { margin: 0; font-size: 16px; font-weight: bold; color: #e8f5e9; letter-spacing: 1px; } /* Walk-In Interview Meta Box */ .interview-meta-box { background-color: #e8f5e9; border-left: 5px solid #2e7d32; padding: 15px; margin-bottom: 25px; border-radius: 0 8px 8px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .interview-meta-box h3 { margin: 0 0 8px 0; color: #1b5e20; font-size: 16px; text-transform: uppercase; } .interview-meta-box p { margin: 6px 0; font-size: 14px; } .highlight-text { font-weight: bold; color: #2e7d32; } /* Section Titles */ .section-title { color: #ffffff; background-color: #2e7d32; padding: 10px 15px; font-size: 16px; font-weight: bold; margin-top: 30px; margin-bottom: 15px; border-radius: 4px; text-transform: uppercase; } /* Table Styling */ table { width: 100%; border-collapse: collapse; margin-bottom: 25px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); border-radius: 4px; overflow: hidden; border: 1px solid #2e7d32; } th, td { padding: 12px 15px; text-align: left; /* Strict Alignment Rule */ border-bottom: 1px solid #e0e0e0; } th { background-color: #2e7d32; color: #ffffff; font-weight: bold; width: 25%; border-right: 1px solid #ffffff; } td { background-color: #f5f5f5; color: #333333; } tr:last-child td { border-bottom: none; } /* Bullet lists in tables */ .table-list { margin: 0; padding-left: 20px; } .table-list li { margin-bottom: 6px; } .table-list li:last-child { margin-bottom: 0; } /* Requirements Alert Box */ .requirements-box { background-color: #f5f5f5; border: 1px solid #2e7d32; border-radius: 6px; padding: 18px; margin-bottom: 25px; } .requirements-box h3 { margin: 0 0 12px 0; color: #2e7d32; font-size: 15px; border-bottom: 2px solid #2e7d32; padding-bottom: 6px; } .requirements-box ul { margin: 0; padding-left: 20px; } .requirements-box li { margin-bottom: 6px; } /* Bottom Non-Table Section for Company Information */ .company-info-section { background-color: #e8f5e9; border: 1px solid #a5d6a7; border-radius: 6px; padding: 20px; margin-top: 35px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .company-info-section h3 { margin: 0 0 12px 0; color: #1b5e20; font-size: 16px; border-bottom: 2px solid #2e7d32; padding-bottom: 6px; text-transform: uppercase; } .company-info-section p { margin: 8px 0; line-height: 1.6; } </style></
![]()
