/*Input Your Custom CSS Here*/




/* Contact Page Specific Styles */
.contact-info-section {
    background: #f9f9f9;
}

.contact-info-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.contact-info-box .contact-icon {
    font-size: 40px;
    color: #d9232d;
    margin-bottom: 20px;
}

.contact-info-box h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
}

.contact-info-box p {
    color: #666;
    line-height: 1.6;
}

.contact-info-box a {
    color: #d9232d;
    text-decoration: none;
}

.contact-info-box a:hover {
    text-decoration: underline;
}

.contact-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.contact-form-section h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 28px;
}

.contact-form-section > p {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 16px;
}

.contact-form .form-control:focus {
    border-color: #d9232d;
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 45, 0.25);
}

.contact-form textarea.form-control {
    height: auto;
    padding: 15px;
    resize: vertical;
}

.contact-form .btn-primary {
    background: #d9232d;
    border-color: #d9232d;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    background: #b81d26;
    border-color: #b81d26;
    transform: translateY(-2px);
}

.contact-sidebar {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
}

.contact-sidebar h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d9232d;
}

.contact-sidebar .office-hours,
.contact-sidebar .departments-contact,
.contact-sidebar .emergency-contact {
    margin-bottom: 30px;
}

.contact-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.contact-sidebar li {
    margin-bottom: 10px;
    color: #666;
    line-height: 1.6;
}

.contact-sidebar strong {
    color: #333;
}

.contact-sidebar p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-map-section {
    position: relative;
}

.map-container {
    width: 100%;
    height: 450px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .contact-form-section,
    .contact-sidebar {
        margin-bottom: 30px;
    }
    
    .contact-info-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .contact-form-section {
        padding: 25px;
    }
    
    .contact-sidebar {
        padding: 25px;
    }
}

/* Services Page Specific Styles */
.service-overview-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-inner {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.service-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.service-inner-thumb {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.service-inner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-inner:hover .service-inner-thumb img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(217, 35, 45, 0.9);
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.service-inner:hover .service-overlay {
    transform: translateY(0);
}

.service-overlay h2 {
    margin: 0;
}

.service-overlay h2 a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.service-content {
    padding: 25px;
}

.service-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
}

.service-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.service-features li {
    margin-bottom: 10px;
    color: #555;
}

.service-features li i {
    color: #d9232d;
    margin-right: 10px;
}

.service-readmore {
    display: inline-block;
    color: #d9232d;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid #d9232d;
    transition: all 0.3s ease;
}

.service-readmore:hover {
    color: #b81d26;
    border-bottom-color: #b81d26;
}

/* Service Details */
.service-detail-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

.service-detail-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.service-detail-image {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.service-detail-content {
    padding: 20px;
}

.service-detail-content h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
    border-bottom: 2px solid #d9232d;
    padding-bottom: 15px;
}

.service-detail-content h4 {
    color: #333;
    margin: 25px 0 15px;
    font-size: 20px;
}

.service-detail-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.service-detail-content ul li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.service-detail-content ul li:before {
    content: '•';
    color: #d9232d;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.product-tag {
    background: #f0f0f0;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
    color: #555;
}

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

.advantage-item {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.advantage-item i {
    font-size: 40px;
    color: #d9232d;
    margin-bottom: 10px;
    display: block;
}

.advantage-item span {
    display: block;
    font-weight: 600;
    color: #333;
}

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

.facility-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border-left: 4px solid #d9232d;
}

.facility-item h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.facility-item p {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
}

/* Service Benefits */
.benefit-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
    font-size: 50px;
    color: #d9232d;
    margin-bottom: 20px;
}

.benefit-item h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.benefit-item p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .service-detail-item .row {
        flex-direction: column;
    }
    
    .service-detail-item .col-md-4,
    .service-detail-item .col-md-8 {
        width: 100%;
    }
    
    .service-detail-image {
        margin-bottom: 30px;
    }
    
    .advantage-grid,
    .facility-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .service-inner-thumb {
        height: 200px;
    }
    
    .service-content {
        padding: 20px;
    }
    
    .service-detail-content {
        padding: 15px 0;
    }
}

/* Operations Page Specific Styles */
.operations-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.operations-diagram {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
}

.operation-step {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    min-width: 180px;
    transition: all 0.3s ease;
}

.operation-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    background: #fff;
}

.step-icon {
    font-size: 50px;
    color: #d9232d;
    margin-bottom: 15px;
}

.operation-step h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.operation-step p {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.step-arrow {
    font-size: 30px;
    color: #d9232d;
}

@media (max-width: 1200px) {
    .operations-diagram {
        gap: 15px;
    }
    
    .operation-step {
        min-width: 160px;
    }
}

@media (max-width: 991px) {
    .operations-diagram {
        gap: 10px;
    }
    
    .operation-step {
        min-width: 140px;
        padding: 15px;
    }
    
    .step-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .operations-diagram {
        flex-direction: column;
        gap: 20px;
    }
    
    .operation-step {
        width: 100%;
        max-width: 300px;
    }
}

/* Capabilities Section */
.capability-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.capability-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.capability-icon {
    font-size: 60px;
    color: #d9232d;
    margin-bottom: 20px;
    text-align: center;
}

.capability-item h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.capacity-stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #d9232d;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    line-height: 1.2;
}

.capability-item p {
    color: #666;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0;
}

/* Process Flow */
.process-flow-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 15px;
}

.process-step {
    text-align: center;
    padding: 25px 15px;
    background: #f9f9f9;
    border-radius: 10px;
    min-width: 150px;
    position: relative;
    transition: all 0.3s ease;
}

.process-step:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #d9232d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.process-step h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.process-step p {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}

.process-arrow {
    font-size: 25px;
    color: #d9232d;
}

@media (max-width: 1200px) {
    .process-flow-chart {
        gap: 10px;
    }
    
    .process-step {
        min-width: 130px;
    }
}

@media (max-width: 991px) {
    .process-flow-chart {
        gap: 8px;
    }
    
    .process-step {
        min-width: 110px;
        padding: 20px 10px;
    }
    
    .process-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-flow-chart {
        flex-direction: column;
        gap: 30px;
    }
    
    .process-step {
        width: 100%;
        max-width: 250px;
    }
    
    .step-number {
        top: -12px;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

/* Product Portfolio */
.product-item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.product-icon {
    font-size: 50px;
    color: #d9232d;
    margin-bottom: 20px;
}

.product-item h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.product-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.product-specs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-specs span {
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #555;
}

/* Environmental Commitment */
.environmental-content h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 32px;
}

.environmental-content h2 span {
    color: #d9232d;
}

.environmental-content > p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.environmental-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.feature-item i {
    font-size: 40px;
    color: #d9232d;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-item h5 {
    color: #333;
    margin-bottom: 8px;
    font-size: 18px;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.environmental-stats {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

.environmental-stats h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

.stat-bars {
    margin-top: 20px;
}

.stat-bar {
    margin-bottom: 25px;
}

.stat-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.stat-label span:last-child {
    font-weight: 700;
    color: #d9232d;
}

.stat-progress {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #d9232d;
    border-radius: 4px;
    transition: width 1s ease-in-out;
}

/* EHSQ Page Specific Styles */
.ehsq-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ehsq-pillar {
    text-align: center;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.ehsq-pillar:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    background: #fff;
}

.pillar-icon {
    font-size: 60px;
    color: #d9232d;
    margin-bottom: 20px;
}

.ehsq-pillar h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
}

.ehsq-pillar p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* Environmental Section */
.environmental-content h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 26px;
}

.environmental-content h4 {
    color: #333;
    margin: 30px 0 20px;
    font-size: 20px;
}

.environmental-initiatives {
    list-style: none;
    padding-left: 0;
}

.environmental-initiatives li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    color: #555;
}

.environmental-initiatives li i {
    color: #d9232d;
    position: absolute;
    left: 0;
    top: 5px;
}

.environmental-initiatives strong {
    color: #333;
}

.environmental-stats {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.environmental-stats h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

.performance-metrics {
    margin-bottom: 30px;
}

.metric-item {
    margin-bottom: 25px;
}

.metric-value {
    font-size: 28px;
    font-weight: 700;
    color: #d9232d;
    margin-bottom: 5px;
}

.metric-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.metric-progress {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #d9232d;
    border-radius: 4px;
}

.certifications h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cert-badge {
    background: #f0f0f0;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
    color: #555;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 20px auto 40px;
    line-height: 1.6;
}

/* Safety Cards */
.safety-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.safety-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.safety-icon {
    font-size: 50px;
    color: #d9232d;
    margin-bottom: 20px;
    text-align: center;
}

.safety-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.safety-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.safety-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.safety-features li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    color: #555;
    font-size: 13px;
}

.safety-features li:before {
    content: '•';
    color: #d9232d;
    position: absolute;
    left: 0;
}

.safety-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #d9232d;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    line-height: 1.2;
}

.safety-certifications {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
}

.cert-tag {
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #555;
}

/* Quality Section */
.quality-process h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 26px;
}

.quality-process p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.process-steps {
    margin-top: 30px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #d9232d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content h5 {
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
}

.step-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 14px;
}

.quality-standards {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.quality-standards h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 26px;
}

.quality-standards > p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.standards-list {
    margin-bottom: 30px;
}

.standard-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.standard-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.standard-item i {
    font-size: 40px;
    color: #d9232d;
    margin-right: 20px;
    flex-shrink: 0;
}

.standard-item h5 {
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
}

.standard-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 14px;
}

.quality-lab {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.quality-lab h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.quality-lab p {
    color: #666;
    margin-bottom: 15px;
}

.quality-lab ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.quality-lab li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    color: #555;
}

.quality-lab li:before {
    content: '✓';
    color: #d9232d;
    position: absolute;
    left: 0;
}

/* Sustainability Goals */
.sustainability-goal {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.sustainability-goal:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    background: #fff;
}

.goal-icon {
    font-size: 60px;
    color: #d9232d;
    margin-bottom: 20px;
}

.sustainability-goal h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
}

.sustainability-goal p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.sustainability-goal ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.sustainability-goal li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #555;
    font-size: 13px;
}

.sustainability-goal li:before {
    content: '•';
    color: #d9232d;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}

/* Policy Section */
.policy-document {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.policy-document h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
}

.policy-document > p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
}

.policy-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.principle {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
}

.principle h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.principle p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.policy-download {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.policy-download p {
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
}

.policy-download .btn {
    background: #d9232d;
    border-color: #d9232d;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
}

.policy-download .btn:hover {
    background: #b81d26;
    border-color: #b81d26;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .policy-principles {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-step {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .policy-principles {
        grid-template-columns: 1fr;
    }
    
    .ehsq-pillar {
        padding: 20px 15px;
    }
    
    .safety-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-item {
        margin-bottom: 10px;
    }
    
    .policy-document {
        padding: 25px;
    }
    
    .quality-process, .quality-standards {
        margin-bottom: 30px;
    }
}