﻿@media (max-width: 767.98px) {

    /*mani banner css*/
    .typing-text {
        font-size: 2rem;
        height: 50px;
    }

    .typing-section p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .typing-section {
        height: 180px;
    }

    .main-banner {
        height: 55vh;
    }

    #introhome h2 {
        font-size: 1.75rem;
        margin-top:20px;
    }
   
    #services h2, #services h3 {
        font-size: 2.25rem;
        margin-top:10px;
    }
    #segments h3 {
        font-size:2.25rem;
        padding:0 !important;
    }
    .carousel-item .row {
        row-gap:30px;
    }
    #product .row{
      row-gap:30px;
    }
    /* Remove border from all .service-box elements on small screens */
    .service-box {
        border-right: none;
        border-bottom: 1px solid #bfbfbf;
        padding: 15px 5px;
    }

        /* Optional: Reduce image size on mobile */
        .service-box img {
            height: 60px;
        }

    /* Adjust the curved zoom background effect */
    .scroll-zoom-section {
        height: auto; /* allow content to define height */
    }

    .scroll-bg-wrapper {
        transform: scale(1); /* reset zoom for better visibility on mobile */
        border-top-left-radius: 20vw;
        border-top-right-radius: 20vw;
        padding: 30px 15px;
        flex-direction: column;
        text-align: center;
    }

    .scroll-content {
        transform: none;
        opacity: 1;
    }

    .highlight {
        font-size: 1.1rem;
    }
    .project-image {
        height: 150px !important; /* Set your desired height */
    }
    .project-card .card-body{
       padding:0 !important;
    }
    .project-card .card-body h5 {
        font-size: 16px;
        margin-top: 10px;
    }
    .contact-section h2 {
        font-size: 2rem;
        text-align:center;
    }
    .contact-section h3 {
        font-size: 2.2rem;
        text-align: left;
        margin-top:30px;
    }
    .contact-section h6 {
        padding-top:30px;
    }
        .contact-section .contact-form {
            margin-top: 40px;
        }
}
@media (max-width: 992px) {
    .main-nav .nav-list {
        flex-direction: column; /* Stack vertically */
        align-items: flex-start; /* Optional: Align left */
       
      
    }

    .main-nav ul.nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .main-nav ul.nav-list li {
            width: 100%;
        }

            .main-nav ul.nav-list li a {
                display: block;
                width: 100%;
               
            }
    .hr-box {
       max-width: 100%;
    }
    .job-image {
        display:none;
    }
    .Job-section-content h2 {
        font-size: 2rem;
        text-align:center;
        margin-top:30px;
    }
    .job-item span {
        font-size:18px;
        text-align:left;
    }
    .arrow-icon-job {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    background-color: #fff;
    color: #373435;
}

.collapse p, .collapse ul li, .collapse h6 {
    font-size: 1rem;
}
}

