more stuff

This commit is contained in:
2026-05-01 19:48:34 -05:00
parent e1d437fd49
commit 7e767541cf
18 changed files with 1292 additions and 319 deletions

View File

@@ -4,6 +4,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'StencilBold', sans-serif;
}
.container {
@@ -31,7 +32,7 @@
.logo {
font-size: 1.5rem;
font-weight: bold;
color: #0056b3;
color: black;
}
.logo span {
@@ -40,13 +41,13 @@
.nav-phone {
text-decoration: none;
color: #0056b3;
color: black;
font-weight: bold;
}
/* Hero Section */
.hero {
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1200&q=80');
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1588854337115-1c67d9247e4d?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
background-size: cover;
background-position: center;
color: #fff;
@@ -60,7 +61,7 @@
}
.hero h1 span {
color: #4cc9f0;
color: #D2B48C;
}
/* Buttons */
@@ -111,22 +112,22 @@
padding: 30px;
border-radius: 8px;
text-align: center;
border-bottom: 4px solid #0056b3;
border-bottom: 4px solid #D2B48C;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
/* Trust Section */
.trust {
background: #0056b3;
background: #D2B48C;
color: #fff;
padding: 40px 0;
text-align: center;
}
.trust .container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.trust-item {