.why-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:11px;text-align:center;overflow:hidden;height:250px;padding:30px 15px}.why-item .text{font-size:16px;color:#2f2f2f;font-weight:400}.page-content__header:not([class*=ui-color-]) .title{color:#0f2755!important}.page-content__header .title{font-size:34px;letter-spacing:-.5px;font-weight:700;line-height:1.3;text-transform:uppercase;-webkit-box-flex:1;-ms-flex:1;flex:1}.why-item .title{font-size:23px;font-weight:600;color:#0f2755;margin-bottom:10px;line-height:1.2}.contact-box{margin-top:20px;padding:20px;border-radius:12px;background:#f7f8fa;border:1px solid #eee}.contact-title{font-size:22px;font-weight:600;margin-bottom:16px;color:#222;text-align:center}.contact-buttons{display:flex;gap:12px;flex-wrap:wrap}.contact-btn{flex:1;min-width:160px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 15px;border-radius:10px;text-decoration:none;font-weight:600;color:#fff;transition:.2s ease}.contact-btn i{font-size:18px}.contact-btn.whatsapp{background:#25D366}.contact-btn.whatsapp:hover{background:#1ebe5d}.contact-btn.phone{background:#1e88e5}.contact-btn.phone:hover{background:#1669b2}@media(max-width:576px){.contact-btn{min-width:100%}}.header-logo img{width:200px;padding-top:100px}@media (max-width:767px){.slide-content{text-align:center;width:100%;padding-top:15vh}}@media (max-width:767px){.header-logo img{width:200px;padding-top:130px}}.navigation-mobile__header-logo a{display:block;position:relative;padding-top:20px}.inner-page__heading{position:absolute;left:0;right:0;top:140px;bottom:0;z-index:3}@media (min-width:768px){.inner-page__wrapper:not([class*=ui-mt-]){margin-top:110px}}.projects-detail__content-right>p{padding-bottom:10px}@media (max-width:991px){.inner-page__heading-content .title{font-size:26px}}.projects-photo{position:relative;overflow:hidden}.projects-photo img{width:100%;display:block}.projects-photo::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .35);transition:0.3s}.projects-card:hover .projects-photo::after{background:rgb(0 0 0 / .5)}


@media (max-width: 767px) {
    .inner-page__wrapper:not([class*=ui-mt-]) {
        margin-top: 75px;
    }
	.header-logo img {
        width: 160px;
        padding-top: 130px;
    }
}