@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Playfair+Display:wght@500;700&display=swap');
html,body{
margin:0;
padding:0;
font-family:'Merriweather',serif;
color:#222;
line-height:1.6;
background-color:#fff;
}
a{
color:#c00;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.hero{
background-color:#d00023;
color:#ffffff;
text-align:center;
padding:80px 20px;
}
.hero img.logo{
max-width:280px;
margin-bottom:20px;
}
.hero h1{
font-size:2.5rem;
font-weight:700;
margin:0;
}
.hero p.tagline{
font-size:1.2rem;
font-style:italic;
margin-top:10px;
}
nav{
margin-top:40px;
}
nav ul{
list-style:none;
padding:0;
margin:0;
display:-webkit-flex;display:-ms-flexbox;display:flex;
-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
gap:30px;
}
nav a{
font-weight:700;
color:#ffffff;
-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-o-transition:color 0.3s;transition:color 0.3s;
}
nav a:hover{
color:#f7dada;
}
.section-title{
font-family:'Playfair Display',serif;
font-size:2rem;
margin-bottom:20px;
color:#d00023;
text-align:center;
}
.services{
padding:60px 20px;
background-color:#ffffff;
}
.service-grid{
display:-webkit-flex;display:-ms-flexbox;display:flex;
-ms-flex-wrap:wrap;flex-wrap:wrap;
gap:40px;
-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
margin-top:40px;
}
.service-card{
background-color:#FCFBFD;
border:none;
border-radius:8px;
padding:20px;
width:300px;
text-align:center;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.1);box-shadow:0 2px 4px rgba(0,0,0,0.1);
-webkit-transition:transform 0.2s ease;-moz-transition:transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease;
text-decoration:none;
color:inherit;
}
.service-card:hover{
-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);
}
.service-card img{
width:100%;
display:block;
margin-bottom:15px;
background-color:#FCFBFD;
border-radius:8px;
}
.service-card h3{
font-size:1.1rem;
color:#d00023;
margin:0;
}
.articles{
padding:60px 20px;
background-color:#fafafa;
}
.article-grid{
display:-webkit-flex;display:-ms-flexbox;display:flex;
-ms-flex-wrap:wrap;flex-wrap:wrap;
gap:40px;
-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
margin-top:40px;
}
.article-card{
background-color:#ffffff;
border:1px solid #e5e5e5;
border-radius:8px;
overflow:hidden;
width:300px;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.1);box-shadow:0 2px 4px rgba(0,0,0,0.1);
-webkit-transition:transform 0.2s ease;-moz-transition:transform 0.2s ease;-o-transition:transform 0.2s ease;transition:transform 0.2s ease;
display:-webkit-flex;display:-ms-flexbox;display:flex;
-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
text-decoration:none;
}
.article-card:hover{
-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);
}
.article-card img{
width:100%;
display:block;
}
.article-card-content{
padding:20px;
-webkit-flex:1;-ms-flex:1;flex:1;
}
.article-card h3{
font-size:1.1rem;
margin:0 0 10px;
color:#d00023;
font-weight:700;
}
.article-card p{
font-size:0.9rem;
color:#444;
margin:0 0 15px;
}
.article-card span.read-more{
font-size:0.85rem;
color:#d00023;
font-weight:bold;
}
.clients{
padding:60px 20px;
background-color:#ffffff;
text-align:center;
}
.client-grid{
display:-webkit-flex;display:-ms-flexbox;display:flex;
-ms-flex-wrap:wrap;flex-wrap:wrap;
gap:40px;
-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
margin-top:40px;
}
.client-card{
background-color:#fafafa;
border:1px solid #e5e5e5;
border-radius:8px;
padding:30px 20px;
width:240px;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.1);box-shadow:0 2px 4px rgba(0,0,0,0.1);
text-align:center;
}
.client-card .icon{
font-size:2rem;
margin-bottom:10px;
width:60px;
height:60px;
border-radius:50%;
background-color:#d00023;
color:#ffffff;
display:-webkit-flex;display:-ms-flexbox;display:flex;
-webkit-align-items:center;-ms-flex-align:center;align-items:center;
-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
font-family:'Playfair Display',serif;
}
.client-card h4{
margin:15px 0 10px;
font-size:1.1rem;
color:#d00023;
}
.client-card p{
font-size:0.85rem;
color:#555;
margin:0;
}
.footer{
background-color:#d00023;
color:#ffffff;
text-align:center;
padding:40px 20px;
}
.footer p{
margin:5px 0;
}
.social-links{
margin:15px 0;
}
.social-links a{
margin:0 12px;
display:inline-block;
-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;
}
.social-links a:hover{
opacity:0.7;
}
.social-links svg{
width:24px;
height:24px;
fill:#ffffff;
}
.article-page{
max-width:800px;
margin:0 auto;
padding:40px 20px;
line-height:1.7;
}
.article-page img{
width:100%;
border-radius:8px;
margin-bottom:20px;
}
.article-page h2{
font-family:'Playfair Display',serif;
font-size:2rem;
color:#d00023;
margin-top:0;
}
.article-page p{
margin-bottom:1rem;
font-size:1rem;
color:#333;
}
.back-link{
display:inline-block;
margin-top:30px;
font-size:0.9rem;
color:#d00023;
}
.back-link:hover{
text-decoration:underline;
}
.client-page{
max-width:800px;
margin:0 auto;
padding:40px 20px;
line-height:1.7;
text-align:center;
}
.client-page h2{
font-family:'Playfair Display',serif;
font-size:2rem;
color:#d00023;
margin-top:0;
}
.client-page p{
font-size:1rem;
color:#333;
margin-bottom:1.2rem;
}
.client-logo{
width:120px;
height:120px;
border-radius:60px;
background-color:#d00023;
color:#ffffff;
display:-webkit-flex;display:-ms-flexbox;display:flex;
-webkit-align-items:center;-ms-flex-align:center;align-items:center;
-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;
font-size:2.5rem;
margin:0 auto 20px;
font-family:'Playfair Display',serif;
}

.service-page{
 max-width:800px;
 margin:0 auto;
 padding:40px 20px;
 text-align:center;
 opacity:0;
 animation:fadeInUp .8s ease forwards;
}
.service-page h2{
 font-family:'Playfair Display',serif;
 font-size:2rem;
 color:#d00023;
 margin-top:0;
 margin-bottom:20px;
}
.service-page ul{
 list-style:none;
 padding:0;
 margin:0 0 20px;
}
.service-page li{
 margin-bottom:10px;
 opacity:0;
 animation:fadeInUp .6s ease forwards;
}
.service-page li:nth-child(1){animation-delay:.2s;}
.service-page li:nth-child(2){animation-delay:.4s;}
.service-page li:nth-child(3){animation-delay:.6s;}
.whatsapp-link{
 display:inline-block;
 padding:10px 20px;
 background-color:#d00023;
 color:#ffffff;
 border-radius:4px;
 font-weight:bold;
}
.whatsapp-link:hover{
 text-decoration:none;
 background-color:#a3001b;
}

.gallery{
 display:flex;
 justify-content:center;
 gap:20px;
 margin-bottom:20px;
}
.gallery img{
 width:150px;
 height:150px;
 background-color:#f0f0f0;
 border-radius:8px;
 opacity:0;
 animation:popIn .8s ease forwards;
}
.gallery img:nth-child(1){animation-delay:.2s;}
.gallery img:nth-child(2){animation-delay:.4s;}
.gallery img:nth-child(3){animation-delay:.6s;}

@keyframes fadeInUp{
 from{opacity:0;transform:translateY(20px);}
 to{opacity:1;transform:translateY(0);}
}

@keyframes popIn{
 from{opacity:0;transform:scale(.8);}
 to{opacity:1;transform:scale(1);}
}
