@media only screen and (max-width: 900px) {
    body {
        width: 100%;
    }
    /* Adjust navbar */
    navbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .menus ul {
        display: none;
        position: absolute;
        top: 60px;
        right: -100%; /* Start position outside the viewport */
        width: 100%;
        height: 58vh;
        background-color: white;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1000;
        transition: right 0.3s ease-in-out; /* Add smooth transition */
    }

    .menus ul.show {
        display: flex;
        right: 0; /* End position */
    }

    .menus ul li {
        margin: 10px 0;
    }

    .mobile-menu-icon {
        cursor: pointer;
    }

    .sect1 h1 {
        font-size: 50px;
        max-width: 500px;
    }


    /* Adjust main content */
    .about1 .about-description h3{
        /* font-size: 25px; */
        /* width: 250px; */
        font-weight: 500;
    }

    .about1 .about-description p{
        font-size: 15px;
        /* width: 270px; */
        font-weight: 300;
    }

    /* .about1 .about-description .about-stats{
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    .about1  {
        flex-direction: column;
    }

    .about1 .about-image img {
        width: auto;
        height: 130%;
    }
    
    /* .about1 .about-image {
        
        background-color: red;
        margin: 0 auto;
    } */

    .services-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .service-card {
        width: 90%;
        margin-bottom: 10px;
    }

    /* Adjust footer */
    footer {
        text-align: center;
        padding: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .about-image img {
        height: 55vh;
        width: 150px;
    }    
}

@media only screen and (max-width: 610px) {
    
    .sect1 h1 {
        font-size: 40px;
        max-width: 400px;
    }

    .sect3 .shipping-services-intro h2 {
        /* width: 350px; */
        font-size: 30px;
    }

    .sect3 .shipping-services-intro p {
        width: 370px;
        font-size: 14px;
    }
    .shipping-services-details .red-ship-img img{
        height: 55vh;
        width: 75vh;
    }
}

@media only screen and (max-width: 495px) {
    .contact1 {
        justify-content: center;
    }

    .contact-info h3 {
        width: 400px;
        font-size: 30px;
    } 
    
    .contact-info p {
        width: 350px;
        font-size: 14px;
    }

    .map {
        width: 400px;
    }
}

@media only screen and (max-width: 450px) {
    .sect1 h1 {
        font-size: 20px;
        max-width: 200px;
    }

    .sect2 .about-image img {
        height: 55vh;
        width: 250px;
    }    

    .sect3 .shipping-services-intro {
        text-align: center;
        justify-content: center;
    }

    .sect3 .shipping-services-intro h2 {
        width: 350px;
        font-size: 25px;
    }

    .sect3 .shipping-services-intro p{
        width: 350px;
    }

    .shipping-services-details .red-ship-img img{
        height: 35vh;
        width: 45vh;
    }

       /* Adjust main content */
       .about1 .about-description h3{
        font-size: 25px;
        width: 250px;
        font-weight: 500;
    }

    .about1 .about-description p{
        font-size: 15px;
        width: 350px;
        font-weight: 300;
    }

    .about1 .about-description .about-stats{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about1  {
        flex-direction: column;
    }

    .about1 .about-image img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 405px) {
    .sect2 .about-description h3{
        font-size: 38px;
        width: 200px;
    }
    
    .sect2 .about-description p{
        font-size: 13px;
        width: 250px;
    }
    
    .sect2 .about-description button{
        font-size: 13px;
        padding: 10px;
        /* width: 200px; */
        border-radius: 30px;
    }

    .sect3 .shipping-services-intro h2 {
        width: 250px;
        font-size: 25px;
    }

    .sect3 .shipping-services-intro p{
        width: 250px;
    }

    .shipping-services-details .red-ship-img img{
        height: 35vh;
        width: 45vh;
    }

    .sect5 .ContactUs {
        padding: 30px;
        width: 80vw;
    }
    
    .sect5 .ContactUs p {
      font-size: 17px;
    }    

    .statistics-section h2 { 
        font-size: 2em;
    }

    .statistics-section p { 
        font-size: 1em;
    }

       /* Adjust main content */
       .about1 .about-description h3{
        font-size: 25px;
        width: 250px;
        font-weight: 500;
    }

    .about1 .about-description p{
        font-size: 15px;
        width: 270px;
        font-weight: 300;
    }

    .about1 .about-description .about-stats{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about1  {
        flex-direction: column;
    }

    .about1 .about-image img {
        width: 100%;
        height: auto;
    }

    .contact1 {
        justify-content: center;
    }

    .contact-info h3 {
        width: 330px;
        font-size: 30px;
    } 
    
    .contact-info p {
        width: 300px;
        font-size: 14px;
    }

    .map {
        width: 330px;
    }
}

@media only screen and (max-width: 350px) {
    .contact1 {
        justify-content: center;
    }

    .contact-info h3 {
        width: 330px;
        font-size: 30px;
    } 
    
    .contact-info p {
        width: 300px;
        font-size: 14px;
    }

    .map {
        width: 330px;
    }

       /* Adjust main content */
       .about1 .about-description h3{
        font-size: 25px;
        width: 250px;
        font-weight: 500;
    }

    .about1 .about-description p{
        font-size: 15px;
        width: 270px;
        font-weight: 300;
    }

    .about1 .about-description .about-stats{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about1  {
        flex-direction: column;
    }

    .about1 .about-image img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 300px) {
    .sect2 .about-description h3{
        font-size: 28px;
        width: 200px;
    }
    
    .sect2 .about-description p{
        font-size: 13px;
        width: 250px;
    }
    .sect2 .about-description button{
        font-size: 13px;
        padding: 10px;
        /* width: 200px; */
        border-radius: 30px;
    }

    .sect3 .shipping-services-intro h2 {
        width: 250px;
        font-size: 25px;
    }

    .sect3 .shipping-services-intro p{
        width: 250px;
    }

    .shipping-services-details .red-ship-img img{
        height: 35vh;
        width: 45vh;
    }

    .sect5 .ContactUs {
        padding: 30px;
        width: 80vw;
    }
    
    .sect5 .ContactUs p {
      font-size: 17px;
    }    

    .statistics-section h2 { 
        font-size: 2em;
    }

    .statistics-section p { 
        font-size: 1em;
    }

       /* Adjust main content */
       .about1 .about-description h3{
        font-size: 25px;
        width: 250px;
        font-weight: 500;
    }

    .about1 .about-description p{
        font-size: 15px;
        width: 270px;
        font-weight: 300;
    }

    .about1 .about-description .about-stats{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about1  {
        flex-direction: column;
    }

    .about1 .about-image img {
        width: 100%;
        height: auto;
    }
}

/* Hide mobile menu icon by default (desktop) */
.mobile-menu-icon {
    display: none;
}

/* Show mobile menu icon for tablets and mobile devices */
@media screen and (max-width: 768px) {
    .mobile-menu-icon {
        display: block;
    }
}


