@media (max-width: 615px) {
    .navigation-wrapper {
        flex-direction: column;
        /* flex-direction: column-reverse; */
        height: auto;
    }
    .navigation-wrapper > .left-column {
        order: -1 ;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .navigation-wrapper > .center-column {
        order: 2;
        margin-top:15px ;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .navigation-wrapper > .right-column {
        order: 1;
        margin-top:15px ;
    }
    .links-wrapper {
        flex-direction:column;
        margin-bottom: 20px;
    }
    .links-wrapper > .nav-link {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.4em;
        width: 100%;        
    }
    .hero-section {
        padding: 50px 10px;
    }
    .hero-section > .top-heading {
        padding: 20px 20px;
        width: 95%;  
    }
    .training-bottom-heading > p {
        text-align: justify;
    }

    .training-section {
        padding: 20px;        
    }

    .footer {
        height: 100%;
        padding-top: 30px;
        font-weight: 20;
        padding-left: 10px;
        padding-right: 10px;
    }

    .training-section {
        padding: 20px;
        height: 500px;        
    }

    .training-section > .training-bottom-heading {
        width: 90%;      
    }

    .skewed-header {
        position: relative;
        height: 750px;
        overflow: hidden;
    }
  
    
    .skewed-header >.skewed-header-wrapper > .skewed-header-content {
        flex-direction: column;
    }

    .skewed-header > .header-bg {
        background-size: 1500px;
        background-size: cover
    }
    .page-container > .content-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-container > .content-wrapper > #flange {
    float: none;   
    }

    .goods-items {
        align-items: center;
        height: auto;
    }


 

    .goods-items > .goods-items-title {
        width: 90%;
        margin: 0px;
    }

    .goods-items > .goods-items-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; 
    }


    .design-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .design-header-title {
        margin-right: 0px;
        width: 90%;
    }


    .cathodic {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .cathodic > .columns-wrapper {
        display: flex;
        flex-direction: column;
    }

    .design > .design-squre > .design-wrapper {
        display: flex;
        flex-direction: column;     
    
    }
    .design > .design-squre > .design-wrapper > .system img {
        width: 90%; 
        margin-top: 20px; 
        border-radius: 10px;
        border: 1px solid #a05010;
    }

    .design > .design-squre > .design-wrapper > .system p {
        margin: 5px 30px;
    }

    .equipment > .equipment-wrapper > .equipment-grid {
        display: flex;
        flex-direction: column;
    }

    .design-wrapper {
        display: flex;
        flex-direction: column;
    }

    .vessel-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        
    }

    .vessel-section div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    padding-right: 15px;
    padding-left: 15px;
    text-align: justify;  
    }

    .hero-section > .top-heading h1 {
        
    font-size: clamp(1.2rem, 4vw, 2rem);
    line-height: 1.4;
    text-align: center;
    direction: rtl;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    padding: 10px 10px;
    }



    .linkedIn {
        padding-top: 25px;
        order:3 ;
    }

    .fly-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        
    }

  .design-header-paragraph {
    padding: 20px 20px;
    text-align: justify;
    margin: 0px;
}

    .goods-items > .goods-items-wrapper > div> p {
        padding: 5px;


    }

    .vci-items > .vci-items-title h2 {
    margin: 0px;
    font-size: clamp(1.4rem, 4vw, 2rem);
    line-height: 1.4;
    text-align: right;
    direction: rtl;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    padding: 5px;
    width: 95%;
    
    }



    .vci-items > .vci-items-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
    
    table, thead, tbody, th, td, tr {
        display: block;
        width: 95%;
    }

    thead {
        display: none;
    }

    tr {
        margin-bottom: 1rem;
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 8px;
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 6px 10px;
        
    }

    td::before {
        content: attr(data-label);
        font-weight: bold;
    }


.contact-grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.map {
    width: 95%;
}

.map iframe {
    width: 95%;
    height: 450px;
    border: 0;
    border-radius: 8px;
}



.company-metadata-sidebar-wrapper > .logo img {
    width: 50%;

}



.design-header-title > h2 {
    margin: 0px;
    font-size: clamp(1.4rem, 4vw, 2rem);
    line-height: 1.4;
    text-align: right;
    direction: rtl;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    padding: 5px;
    width: 95%;
    
}


.company-metadata-sidebar-wrapper > .company-details-wrapper {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     margin-bottom: 20px;
     text-align: right;
     width: 90%;
}


.company-metadata-sidebar-wrapper > .logo h1{

    text-align: center;
}



}