Replace ONLY the CSS below.
Your HTML and JavaScript can stay exactly as they are.

This version fixes:

* Full mobile responsiveness
* Header/menu responsiveness
* Timeline responsiveness
* Service buttons responsiveness
* Large text overflow
* Image responsiveness
* Better tablet spacing
* Better mobile typography
* Service content overflow issues
* Footer responsiveness

```css
@charset "utf-8";

/* =========================
GENERAL
========================= */

html,
body{
overflow-x:hidden;
}

img{
max-width:100%;
height:auto;
display:block;
}

.section{
overflow:hidden;
}

.container{
width:100%;
}

/* =========================
HEADER
========================= */

#logoHeader{
margin-top:20px;
height:auto;
}

#logoHeader img{
max-height:70px;
width:auto;
}

.buttonsLinks{
font-size:18px;
}

@media (max-width:991px){

.header .container{
padding-left:20px;
padding-right:20px;
}

#logoHeader{
margin-top:10px;
}

#logoHeader img{
max-height:55px;
}

.buttonsLinks{
font-size:16px;
}

}

/* =========================
TEXT
========================= */

#Qoute{
font-style:italic;
font-size:36px;
}

.textSize{
font-size:36px;
font-weight:700;
}

.subTextSize{
font-size:24px;
font-weight:500;
}

@media (max-width:991px){

.textSize{
font-size:28px;
}

.subTextSize{
font-size:20px;
}

#Qoute{
font-size:28px;
}

}

@media (max-width:767px){

.textSize{
font-size:24px;
}

.subTextSize{
font-size:18px;
}

#Qoute{
font-size:22px;
}

}

/* =========================
FOOTER
========================= */

#footerText{
color:#ffffff;
word-break:break-word;
}

footer p,
footer li,
footer a{
font-size:15px;
line-height:1.7;
}

@media (max-width:767px){

footer{
text-align:center;
}

}

/* =========================
ICONS / GENERAL
========================= */

.fontAwIcon{
color:#44477c;
margin-bottom:15px;
}

.parentMido{
display:flex;
align-items:center;
justify-content:center;
height:auto;
min-height:70px;
flex-wrap:wrap;
text-align:center;
}

.childMido{
padding:10px;
}

.clientsMido{
margin-bottom:10px;
}

/* =========================
TIMELINE
========================= */

.numbersTime{
font-size:32px;
margin-top:-13px;
padding-bottom:30px;
line-height:1.4;
}

.numbersOnly{
color:#44477c;
font-weight:900;
font-family:impact;
}

.timeline{
padding:20px 0;
}

.timeline-date h6{
line-height:1.5;
}

@media (max-width:992px){

.numbersTime{
font-size:24px;
margin-top:0;
padding-bottom:15px;
}

.timeline{
text-align:center;
}

}

@media (max-width:600px){

.numbersTime{
font-size:20px;
}

.timeline{
padding:15px 0;
}

}

/* =========================
TARGETED CLIENTS
========================= */

.targeted-clients-section{
background:#4b4f88;
padding:100px 0;
position:relative;
overflow:hidden;
}

.targeted-title{
font-family:'Playfair Display', serif;
font-size:64px;
font-weight:500;
color:#ffffff;
margin-bottom:40px;
letter-spacing:0.5px;
}

.client-item{
display:flex;
align-items:flex-start;
gap:25px;
margin-bottom:35px;
transition:all 0.3s ease;
}

.client-item:hover{
transform:translateX(8px);
}

.client-number{
font-family:'Playfair Display', serif;
font-size:42px;
font-weight:600;
color:#ffffff;
min-width:70px;
line-height:1;
}

.client-content{
display:flex;
align-items:flex-start;
gap:18px;
}

.client-icon{
width:52px;
height:52px;
min-width:52px;
border-radius:50%;
background:rgba(255,255,255,0.12);
border:1px solid rgba(255,255,255,0.18);
display:flex;
align-items:center;
justify-content:center;
margin-top:4px;
}

.client-icon i{
font-size:22px;
color:#ffffff;
}

.client-text{
font-family:'Playfair Display', serif;
font-size:28px;
font-weight:500;
color:#ffffff;
line-height:1.5;
max-width:850px;
}

@media (max-width:991px){

.targeted-title{
font-size:46px;
}

.client-number{
font-size:32px;
min-width:55px;
}

.client-text{
font-size:22px;
}

.client-icon{
width:46px;
height:46px;
min-width:46px;
}

}

@media (max-width:767px){

.targeted-clients-section{
padding:70px 0;
}

.targeted-title{
font-size:34px;
text-align:center;
}

.client-item{
gap:15px;
margin-bottom:25px;
}

.client-number{
font-size:24px;
min-width:40px;
}

.client-content{
gap:12px;
}

.client-icon{
width:40px;
height:40px;
min-width:40px;
}

.client-icon i{
font-size:18px;
}

.client-text{
font-size:17px;
line-height:1.6;
}

}

/* =========================
CARDS
========================= */

.card{
border:1px solid #ddd;
border-radius:10px;
padding:15px;
height:auto;
overflow:visible;
}

.card-toggle-input{
display:none;
}

.card-title{
display:block;
background:#f3f3f3;
padding:12px;
font-weight:bold;
cursor:pointer;
border-radius:6px;
}

.card-content{
display:none;
margin-top:10px;
}

.card-toggle-input:checked ~ .card-content{
display:block;
}

/* =========================
VALUE CARDS
========================= */

.core-values-section{
background:#f8f9fa;
padding:80px 0;
}

.core-title span{
display:inline-block;
background:#d9f3ee;
color:#111;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
padding:10px 22px;
border-radius:50px;
font-size:14px;
}

.value-card{
background:#ffffff;
border-radius:16px;
padding:25px 15px;
text-align:center;
transition:all 0.3s ease;
border:1px solid #eee;
height:100%;
}

.value-card i{
font-size:28px;
color:#27c1a9;
margin-bottom:10px;
display:block;
}

.value-card h6{
font-weight:600;
margin:0;
font-size:15px;
color:#333;
}

.value-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border-color:transparent;
}

.value-card .value-icon{
width:50px;
height:50px;
object-fit:contain;
margin-bottom:15px;
}

/* =========================
ICON BOX
========================= */

.icon-box{
width:60px;
height:60px;
background:rgba(68, 71, 124, 0.2);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
transition:all 0.3s ease;
}

.icon-box i{
font-size:28px;
color:#44477c;
transition:all 0.3s ease;
}

.value-box:hover .icon-box{
background:#44477c;
}

.value-box:hover .icon-box i{
color:#fff;
transform:scale(1.15);
}

/* =========================
BLOG CARD
========================= */

.blog-card{
background:#f3f3f3;
padding:30px 40px;
}

.blog-card-wrapper{
display:flex;
align-items:center;
gap:45px;
flex-wrap:wrap;
}

.blog-card-image img{
width:180px;
max-width:100%;
height:auto;
display:block;
}

.blog-card-content{
flex:1;
min-width:280px;
}

.blog-card-content h4{
font-size:42px;
margin-bottom:15px;
}

.blog-card-content p{
font-size:22px;
line-height:1.8;
color:#777;
margin:0;
}

@media (max-width:768px){

.blog-card{
padding:25px 20px;
}

.blog-card-wrapper{
flex-direction:column;
text-align:center;
gap:25px;
}

.blog-card-content{
min-width:100%;
}

.blog-card-content h4{
font-size:28px;
}

.blog-card-content p{
font-size:17px;
}

.blog-card-image img{
width:140px;
}

}

/* =========================
OWL
========================= */

.value-carousel .owl-stage,
.owl-carousel .owl-stage{
display:flex;
}

.value-carousel .owl-item,
.owl-carousel .owl-item{
display:flex;
height:auto;
}

.value-carousel .item{
width:100%;
height:100%;
}

.value-box,
.owl-carousel .bg-white-01{
display:flex;
flex-direction:column;
height:100%;
width:100%;
}

/* =========================
SERVICES SECTION
========================= */

.services-section{
max-width:1300px;
margin:auto;
background:#ececec;
padding:40px;
border-radius:10px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
width:100%;
}

.service-btn{
border:none;
background:#cfcfdb;
color:#1e2747;
font-size:22px;
font-weight:700;
padding:28px 18px;
border-radius:14px;
cursor:pointer;
transition:0.3s ease;
width:100%;
line-height:1.4;
min-height:120px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.service-btn:hover{
background:#bfc0d4;
}

.service-btn.active{
background:#3d427c;
color:#fff;
}

.service-content{
display:none;
opacity:0;
transform:translateY(-10px);
transition:all .3s ease;
margin-top:25px;
background:#3d427c;
color:#fff;
padding:40px;
border-radius:12px;
line-height:1.8;
font-size:19px;
width:100%;
overflow:hidden;
word-break:break-word;
}

.service-content.show{
opacity:1;
transform:translateY(0);
}

.service-content h3{
margin-bottom:20px;
font-size:30px;
line-height:1.4;
}

.service-content ul{
padding-left:20px;
}

.service-content li{
margin-bottom:10px;
}

@media (max-width:1200px){

.services-grid{
grid-template-columns:repeat(3,1fr);
}

}

@media (max-width:992px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.service-btn{
font-size:18px;
padding:24px 15px;
min-height:100px;
}

.service-content{
padding:30px;
font-size:17px;
}

.service-content h3{
font-size:24px;
}

}

@media (max-width:767px){

.services-grid{
grid-template-columns:1fr;
gap:12px;
}

.service-btn{
font-size:17px;
padding:18px;
min-height:auto;
}

.service-content{
padding:22px;
font-size:15px;
border-radius:10px;
}

.service-content h3{
font-size:22px;
}

.service-content p,
.service-content li{
line-height:1.7;
}

}

/* =========================
HERO SECTION
========================= */

@media (max-width:991px){

.display-1{
font-size:52px !important;
}

.display-2{
font-size:46px !important;
}

.display-4{
font-size:38px !important;
}

}

@media (max-width:767px){

.display-1{
font-size:38px !important;
}

.display-2{
font-size:34px !important;
}

.display-4{
font-size:28px !important;
}

h1[style*="58px"]{
font-size:38px !important;
line-height:1.3 !important;
}

h1[style*="66px"]{
font-size:38px !important;
line-height:1.3 !important;
}

p[style*="24px"]{
font-size:18px !important;
line-height:1.8 !important;
}

}

/* =========================
UTILITY
========================= */

.whiteText{
color:white;
}

.Logos{
height:100%;
object-fit:contain;
border-radius:0;
}

.image-wrapper{
display:block;
position:relative;
overflow:hidden;
}

.image-wrapper img{
width:100%;
height:100%;
object-fit:cover;
border-radius:inherit;
}
```
