.project-details{
    padding-top: 60px;
}
.project-details__img1-content {
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
    }
    .project-details__img1-content-list{
        
        border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    }

    .project-details__img1-content-list ul li .text p {
        font-size: 17px;
        line-height: 25px;
    }

    .project-details__img1-content-list ul li .title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .project-details__img1-content-list ul li .title {
        width: 50px;
    }
    .project-details__img1-content-list ul li .title1 h2 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }

    .project-details__img1-content-list ul li .title1 {
        width: 215px;
    }

    .project-details__img1-content .title-box {
        padding: 20px 30px 20px;
    }

    .project-details__img1-content .title-box h2 {
        font-size: 24px;
        line-height: 25px;
    }
    .title-box p{
        color: #fff;
    }
    .cards-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            padding: 15px;
        }
        .cards-grid1 {
            
            padding-bottom: 0;
        }

        .card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            width: calc(94% / 3);
            min-width: 220px;
            max-width: 420px;
         
            border: 2px solid #10589f;
            flex-grow: 1;
            z-index: 1;

        }
        .card1 {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            width: calc(94% / 2);
            min-width: 220px;
            max-width: 645px;
         
            border: 2px solid #10589f;
            flex-grow: 1;
            z-index: 1;
            

        }
        .card img{
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 20px rgba(9, 129, 209, 0.6);
        }

        .icon-circle {
            background: var(--logistiq-base);
            /* Blue background */
            border-radius: 5px;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 1rem 0;
        }

        .icon-circle img {
            width: 35px;
            height: 35px;
            filter: brightness(0) invert(1);
            /* Makes icon white */
        }

        .card h3 {
            margin: 0.5rem 0;
            font-size: 22px;
        }


        .sea-container {
            padding-bottom: 120px; 
            
        }
       @media (max-width: 991px) {
    
           .project-details__img1-content{
            margin-top: 0 !important;
        }
        }

        

        /* Tablet */
        @media (max-width: 991px) {
            
            .card1 {
                width: calc(94%/1);
            }
        }
        @media (max-width: 768px) {
            .card {
                width: calc(50% - 1rem);
            }
            .card1 {
                width: calc(94%/1);
            }
        }

        /* Mobile */
        @media (max-width: 500px) {
            .card {
                width: 100%;
            }
        }
        .project-details{
            padding-bottom: 0;
        }
        .project-details1{
            padding-bottom: 120px;
        }
        .padding-section-reduce{
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .padding-section-reduce1{
        
        padding-bottom: 0px;
    }
    .padding-section-reduce2{
        padding-top: 0;
        padding-bottom: 0px;
    }