.navbar-brand img{width:180px;height:auto;object-fit:contain}.nav-item{margin-right:30px}@media (min-width:768px){.col.col-right-mainheader{padding-left:50px}.heading-p{width:85%}}.footer-list li{margin-top:10px;color:#fff}@media (max-width:768px){.svg-footer-logo{display:none}}body,html{width:100%;overflow-x:hidden}



/* Our Process Style */
#our-process-heading{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}

#our-process-para{
    font-size: 18px;
    text-align: center;
}


/* We Develop With Style */
#we-develop-with-heading{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
#we-develop-with-para{
    font-size: 18px;
    text-align: center;
}


/* Feedback Section Style */

#feedback-heading{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
#feedback-para{
    font-size: 18px;
    text-align: center;
}

#feedback-div {
    text-align: center;

    height: 500px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Added box shadow */

}
#feedback-div .testimonial {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Added box shadow */
}
#feedback-div .testimonial .quote-icon {
    width: 30px;
    position: absolute;
}
#feedback-div .testimonial .quote-start {
    top: 40px;
    left: 10px;
}
#feedback-div .testimonial .quote-end {
    bottom: 50px;
    right: 10px;
}
.testimonial #review-text {
    width: 90%;
    margin: 10px 20px;
    font-size: 15px;
    color: #607D8B;
}

.testimonial #customer-name{
    font-weight: 600;
    font-size: 17px;
}



/* Our Clients Style */
#our-clients-main-div {
    position: relative;
    background: url('../img/our-clinets-img.jpeg') no-repeat top center;
    background-size: cover;
}
#our-clients-main-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); /* Adjust transparency here */
    z-index: 1;
}
.our-clients-main-img
{
    display: flex;
    justify-content: space-between;
}
.our-clients-main-img img {
    /* mix-blend-mode: multiply; */
    aspect-ratio: 6/6;
    justify-content: space-between;
}
.our-clients-main-img-bottom{
    text-align: center;
}

.our-clients-main-img-bottom img{
    aspect-ratio: 6/6;
}


#our-clients-main-div .container {
    position: relative;
    z-index: 2;  /* Text above the overlay */
}

#our-clients-heading {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}

#our-clients-para{
    font-size: 18px;
    text-align: center;
}

.we-develop-with img{
    aspect-ratio: 6/6;
    width: 150px;
}