﻿.ship-section {
    padding: 60px 0;
}

    .ship-section h2 {
        font-weight: 600;
        margin-bottom: 30px;
    }

    .ship-section p {
        margin-bottom: 20px;
    }

    .ship-section h5 {
        font-weight: 600;
        margin-top: 30px;
    }

    .ship-section ul li {
        margin-bottom: 10px;
    }

.custom-hero-section {
    background: url('../images/head.jpg') top center/cover no-repeat;
    border-radius: 10px;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-hero-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        border-radius: 10px;
    }

    .custom-hero-section .container {
        position: relative;
        z-index: 2;
    }
