@media (min-width: 991px) {
.sec_home_projects .project-card-content .content,
	.sec_project_main .project-card-content .content{
	width: 60%;
}
}

@media (max-width: 991px) {
	.sec_project_main h3 {
    margin-bottom: 10px;
}
	.swiper-button-next, .swiper-button-prev {
    width: 28px !important;
    top: 38px  !important;
	}
	.image-banner.home_cta p {
    width: 100%;
	}
	.image-banner.home_cta .section-title {
    font-size: 25px !important;
	}
	.swiper-button-next {
    right: 20px  !important;
}
	.showroom_banner h5 {
    font-weight: bold;
    font-size: 18px;
}
	.sec_home_projects     .swiper-button-next,  .sec_home_projects .swiper-button-prev {
 
        top: 19px !important;
    }
	.swiper-button-prev {

    right: 70px  !important;
}
	.brand-logo img{
		        width: 100% !important;
        max-width: 140px;
        height: 80px !important;
        object-fit: contain;
	}
	.sec_inner_banner h3 {
    color: var(--cream);
    font-size: 30px;
}
	.main-header .navbar-brand img {
    max-width: 150px;
}
	.sec_expertise .service {
    padding: 30px 0 20px 30px;
	}
	.home_timeline h5 {
    padding: 25px 0;
    font-size: 17px;
}
	.overlay.mobile-menu a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
	}
	.sec_work .item {

    padding: 60px 30px;
}
	.image-banner.home_cta {
    height: 60vh;
    padding: 50px 30px;
	}
	.project-card-content {

    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
	.project-section ul {
    justify-content: center;
    margin: 10px 0;
    border: none;
    gap: 20px;
}

	.section-title {
    font-size: 30px !important;
}
	.sec_home_who .content-part {
          padding: 0 20px !important;
}
	.sec_expertise .service:last-of-type {
    border-bottom: 1px solid #97918a;
}
	.sec_home_projects {
    padding: 6rem 0 6rem 2rem;
	}
	.home_timeline .center {
    border-right: none;
    border-left: none;
		 border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}
	.site-footer .footer-logo {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
	.sec_inner_banner p {
    width: 100%;
	}
	.sec_home_who.about .abs_image {
    position: absolute;
    top: -20px;
	}
	.sec_home_who.about {
    position: relative;
    padding-top: 90px;
}
	.sec_brands .row {
    gap: 26px;
    justify-content: center;
}
	.sec_brands .item {
    width: 45%;
	}
	.sec_project_main p.title-text {
    width: 100%;
	}
	.project-section .project-card{
		    margin-bottom: 30px;
	}
	.showroom_banner .row{
		gap: 50px;
	}
	.project-card a {
    min-width: 120px;
}
	.footer-bottom .copyright {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
}
