.about{
padding:100px 0;
}

.about h2{
font-size:36px;
margin-bottom:20px;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:40px;
margin-top:40px;
}

.about-icon i{
width:60px;
height:60px;
color:#123C2E;
flex-shrink:0;
}

.about-icon svg{
width:60px;
height:60px;
}

.number-item svg{
width:40px;
height:40px;
}

.phone svg{
width:20px;
height:20px;
}

.about-item{
display:flex;
align-items:flex-start;
gap:20px;
}

.about-item h3{
margin:0 0 8px 0;
}

body{
font-family: Montserrat;
margin:0;
background:white;
color:#123C2E;
}

.btn{
display:inline-block;
margin-top:24px;
background:#123C2E;
color:white;
padding:15px 30px;
text-decoration:none;
border-radius:6px;
}

.card{
background:white;
border-radius:8px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.card h3{
margin:20px 20px 10px 20px;
font-size:20px;
font-weight:700;
}

.card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:6px;
}

.card p{
margin:0 20px 20px 20px;
font-size:15px;
line-height:1.6;
color:#555;
}

.card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}


.container{
max-width:1400px;
margin:auto;
padding:0 20px;
}

.contact-block{
background:#F4F6F4;
padding:60px 0;
}

.contact-grid{
display:flex;
justify-content:space-between;
}

footer{
background:#123C2E;
color:white;
padding:10px 0;
}

.footer{
display:flex;
justify-content:space-between;
align-items:flex-start;
}

.footer-logo img{
height:200px;
}

.footer-contact p{
margin-bottom:10px;
}

header{
position:sticky;
top:0;
background:white;
z-index:1000;
padding:1px 0;

border-bottom:1px solid #eee;
}

.header{
display:flex;

justify-content:space-between;
align-items:center;
}

.hero{
background:#F4F6F4;
position:relative;
}

.hero-text{
max-width:520px;
}

.hero::before{
content:"";
position:absolute;

left:0;
top:0;
bottom:0;
width:65%;
background:linear-gradient(
to right,
#F4F6F4 0%,
#F4F6F4 40%,
rgba(244,246,244,0.85) 70%,
rgba(244,246,244,0) 100%
);
z-index:1;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 3fr;
align-items:center;
min-height:400px;
}

.hero img{
width:100%;
max-height:420px;
object-fit:cover;
}

.hero-inner{
padding:50px 40px;
}

.hero-inner{
position:relative;
z-index:2;
}

.hero-text h1{
font-size:56px;
margin-bottom:20px;
}

.hero-text p{
margin-bottom:30px;
}

img{
width:100%;
height:auto;
display:block;
}

.logo{
display:flex;
align-items:center;
gap:10px;
font-weight:700;
}

.logo img{
height:220px;
width:auto;
}

nav{
display:flex;
align-items:center;
}

nav a{
margin-left:30px;
text-decoration:none;
color:#123C2E;
font-weight:600;
}

.number-item{
display:flex;
align-items:center;
gap:20px;
min-width:220px;
}

.number-item i{
width:48px;
height:48px;
}

.number-item h3{
font-size:42px;
font-weight:700;
}


.numbers{
background:linear-gradient(
180deg,
#123C2E 0%,
#0F2F24 100%
);
color:white;
padding:20px 0;
}

.numbers-grid{
display:flex;
justify-content:center;
gap:120px;
}

.phone{
display:flex;
align-items:center;
gap:6px;
font-weight:600;
color:#123C2E;
}

.services{
background:#F4F6F4;
padding:100px 0;
}

.services h2{
text-align:center;
}

.services-grid{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:30px;
margin-top:40px;
}