.main-banner {
            background-image: url('../images/inde4.webp');
            padding: 80px;
        }
 
        .ship-hero {
            /* margin-top: -620px; */
            padding: 40px 20px 60px 20px;
            text-align: center;
            position: relative;
            /* background-color: #e2eff5;
            opacity: 0.9; */
            background-image: url('../images/home-section-1-bg-5.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 24px;
            box-shadow: 0 6px 24px rgba(0, 187, 255, 0.08);
        }
 
        .ship-hero h1 {
            font-weight: 800;
            color: #fff!important;
            font-size: 2.5rem;
            letter-spacing: 1.5px;
            margin-bottom: 18px;
            text-shadow: 0 2px 8px rgb(32 33 34 / 81%);
        }
 
        .ship-hero p {
            font-size: 1.25rem;
            color: #fff;
            margin-bottom: 32px;
            font-weight: 500;
            text-shadow: 0 2px 8px rgb(32 33 34 / 92%);
        }
 
        .ship-hero-search-bar {
            max-width: 700px;
            margin: 30px auto;
        }
 
        .ship-hero-search-bar input {
            border-radius: 50px 0 0 50px;
            padding-left: 50px;
        }
 
        .ship-hero-search-bar .input-group-text {
            background: white;
            border: none;
            position: absolute;
            font-size: 16px;
            z-index: 3;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
        }
 
        .ship-hero-options {
            margin-top: 50px;
        }
 
        .ship-hero-option-box {
            min-height: 110px;
            padding: 16px 8px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            word-break: break-word;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
 
        .ship-hero-option-box:hover {
            transform: translateY(-5px);
        }
 
        .ship-hero-option-box h6 {
            font-weight: 600;
            color: #000;
            margin-top: 10px;
        }
 
        .search-button-home {
            
            background-color: #0061b0;
            padding: 0 30px;
            border-radius: 0 50px 50px 0;
        }
        .search-button-home:hover {
            background: linear-gradient(90deg, #0061b0 60%, #1f65d8 100%) !important;
            padding: 0 30px;
            border-radius: 0 50px 50px 0;
        }
 
        @media (max-width: 990px) {
            .main-banner {
                padding: 30px;
            }
 
            .option-title {
                font-size: 12px;
                white-space: normal;
            }
        }
 
 
        @media (max-width: 768px) {
            .main-banner {
                padding: 30px;
            }
 
            .ship-hero {
                border-radius: 12px;
            }
 
            .ship-hero h1 {
                font-size: 1.4rem;
                margin-bottom: 12px;
            }
 
            .ship-hero p {
                font-size: 1rem;
                margin-bottom: 18px;
            }
 
            .ship-hero-option-box {
                min-height: 90px;
                padding: 12px 4px;
                font-size: 13px;
            }
        }
 
        @media (max-width: 480px) {
            .main-banner {
                padding: 20px;
            }
 
            .ship-hero {
                padding: 30px 10px;
                min-height: 220px;
            }
        }