@media (max-width: 768px) {

    .visible-xs{
        display: block!important;
    }

    .hidden-xs{
        display: none!important;
    }


    .title {
        font-size: 24px;
        line-height: 1.2;
    }

    .title-title {
        font-size: 20px;
    }

    .sub_title {
        font-size: 18px;
    }

    /* navbar layout */
    .header-main {
        padding: 10px 0;
    }

    .header-nav-logo {
        display: block;
        margin-right: auto;
        width: 50%;
    }

    .header-nav-logo img {
        height: 48px;
        width: 75%;
        transition: all 0.3s ease;
    }

    .header-nav {
        flex-direction: row;
        justify-content: space-between;
    }

    .header-nav-right ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px; 
    }

    .header-nav-right ul li {
        display: none; 
    }

    .header-nav-right ul li.fixed-top-item,
    .header-nav-right ul li.offcanvas-toggle {
        display: block;
    }


    .offcanvas {
        width: 100%!important; 
        background-color: #f8f9fa;
    }

    .offcanvas-body {
        padding: 15px; 
    }

    .offcanvas-header {
        padding: 20px; 
    }


    .hidden-mobile {
        display: none;
    }

    .offcanvas-body .list-unstyled li {
        padding: 0px;
    }

    .button-cta {
        width: 108px;
        text-align: center;
    }


/*end navbar css*/


/* Banner Adjustments  */
.banner-hero {
 height: 610px!important;
 overflow: hidden;; 

}


.banner-image {
    height: 680px!important;
    background-repeat: no-repeat;

}




.banner-caption {
    padding: 0 15px;
    max-width: 100%;
}

.banner-caption h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.banner-caption p {
    font-size: 21px;
    margin-bottom: 20px;
}




/* Service Navigation */

.serviceTitle{
  margin-top: -12px
}
.service-nav {
    padding: 0px;
    text-align: left;
}

.service-nav-list {
    position: relative;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    margin-left: 0;
    width: 100%;
    margin-top: -30px;
    
}
/* Navigation Items */
.nav-item.service-nav {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 1rem;
}

.nav-item.service-nav.is-active {
    background-color: #34495e;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

/* Service css */
.service-slide {
    height: 100vh; 
    width: 100%;
    object-fit: cover; 
}

.service-caption {
    position: absolute;
    top: 20%; 
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%; 
    background: rgba(0, 0, 0, 0.6); 
    color: white; 
}


.service-caption h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.service-caption p {
    margin-bottom: 15px;
}

.right-overlay {
    position: absolute;
    top: 35%; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0; 
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.inner_content{
    margin-top: 2rem;
}

.inner_content h3 {
    font-size: 17px; 
}

.inner_content p {
    font-size: 0.85rem;
}

/*end css service*/

/* Button Adjustments */
.button-cta {
    padding: 11px 15px; 
    font-size: 0.85rem;
}

/* Gallery Section */
.gallery-hero {
    padding: 40px 0;
    min-height: auto;
    overflow-x: hidden;
}




.p-200{padding: 0px;}

.rhombus-gallery {
 display: grid;
 grid-template-columns: repeat(7, 1fr); 
 padding-bottom: 80px;
}

.gallery-item {
    grid-column: span 2;
    margin-bottom: -50%;
    clip-path: polygon(50% 2%, 98% 50%, 50% 98%, 3% 50%);
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
    z-index: 3;
}

.rhombus-gallery .gallery-item:nth-child(6n+1) {
    grid-column: 2 / span 2;
}
.text-center.mt-4 {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}


.testimonial-item:nth-child(4) {
    display: none !important;
}


.innenr-process-number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}

.innenr-process-number1 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
}

.activeItem{
    margin-bottom: 5px;
}
.process-list li {
   padding: 5px 0px;
}

.process-list {
    padding: 8px;
}

.active_process {
    font-size: 16px;
}

.autoHeight h5{
  font-size: 16px;
}

.gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}



.process-step {
    margin: 20px 0px;
}

.process-roadmap {
   display: block;

}


 .form-check-inline {
    display: block;
    margin-bottom: 10px;
  }


}