feat(services-cards): add accordion feature to section

This commit is contained in:
2025-08-16 21:44:13 -05:00
parent d742364f46
commit b109387471
9 changed files with 231 additions and 102 deletions

View File

@@ -20,7 +20,7 @@ body {
}
.i-am {
color: #ea7e0b;
color: #ca6e0b;
font-weight: bold;
}
@@ -42,7 +42,7 @@ body {
.click {
font-weight: bold;
color:#ea7e0b;
color:#ca6e0b;
margin-top: 20px;
text-align: center;
}
@@ -81,7 +81,7 @@ body {
}
.w3-acag21 {
color: #ea7e0b;
color: #ca6e0b;
}
/*? ↓ Contact Section Styles ↓ */
@@ -208,7 +208,7 @@ textarea:focus {
button[type="submit"], button[type="reset"] {
margin:20px 0px 20px 0px;
padding: 8px 25px;
background-color: #ea7e0b;
background-color: #ca6e0b;
color: white;
border: none;
border-radius: 50px;
@@ -221,6 +221,10 @@ button[type="submit"]:hover, button[type="reset"]:hover {
background-color: #2e97be;
}
.honeypot-field {
display: none;
}
/* Responsive tweaks */
@media (max-width: 768px) {
.form-sections {