.benefits-wrapper .benefits-row {
display: flex;
flex-direction: column;
gap: 20px;
margin: 0;
}
.benefits-wrapper .benefits-box {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 24px;
width: 100%;
max-width: 100%;
margin: 0;
padding: 32px;
float: none;
}
.benefits-box .icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: transform 0.3s ease;
}
.benefits-box:hover .icon {
transform: scale(1.1);
}
.benefits-box .icon .fa-solid {
font-size: 22px;
color: #1f1f1e;
font-style: normal;
line-height: 1;
}
.benefits-box .benefits-text {
flex: 1;
}
.benefits-box .benefits-text h3 {
margin-top: 0;
}
.benefits-box .benefits-text p {
margin-bottom: 0;
} .city-hiw {
padding: 60px 0;
background: #ffffff;
}
.city-hiw-steps {
display: flex;
flex-direction: column;
gap: 0;
max-width: 800px;
margin: 0 auto;
position: relative;
} .city-hiw-steps::before {
content: "";
position: absolute;
left: 25px;
top: 50px;
bottom: 50px;
width: 2px;
background: linear-gradient(to bottom, #d3ff92, #0d8b8e);
}
.city-hiw-step {
display: flex;
align-items: flex-start;
gap: 24px;
padding: 32px 0;
border-bottom: 1px solid #e8e5df;
position: relative;
animation: fadeInUp 0.6s ease forwards;
opacity: 0;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.city-hiw-step:nth-child(1) { animation-delay: 0.1s; }
.city-hiw-step:nth-child(2) { animation-delay: 0.2s; }
.city-hiw-step:nth-child(3) { animation-delay: 0.3s; }
.city-hiw-step:nth-child(4) { animation-delay: 0.4s; }
.city-hiw-step:last-child {
border-bottom: none;
}
.city-hiw-num {
display: flex;
align-items: center;
justify-content: center;
min-width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, #0d8b8e, #5bbdb4);
color: #fff;
font-size: 20px;
font-weight: 700;
flex-shrink: 0;
box-shadow: 0 4px 15px rgba(13, 139, 142, 0.25);
position: relative;
z-index: 2;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.city-hiw-step:hover .city-hiw-num {
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(13, 139, 142, 0.35);
}
.city-hiw-text h3 {
font-size: 24px;
margin: 0 0 6px;
color: #1f1f1e;
}
.city-hiw-text p {
font-size: 17px;
line-height: 1.5;
margin: 0;
color: #4a4a4a;
} .city-longform {
padding: 70px 0;
background: #f8f6f2;
}
.city-longform .top-text-center {
max-width: 760px;
margin: 0 auto 40px;
}
.city-longform .longform-subheading {
font-size: 18px;
line-height: 1.5;
margin-top: 12px;
color: #4a4a4a;
}
.city-longform-grid {
display: flex;
flex-direction: column;
gap: 30px;
max-width: 900px;
margin: 0 auto;
}
.city-longform-card {
background: #fff;
border-radius: 20px;
padding: 35px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
overflow: hidden;
}
.city-longform-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 0;
background: linear-gradient(to bottom, #0d8b8e, #5bbdb4);
transition: height 0.3s ease;
}
.city-longform-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.city-longform-card:hover::before {
height: 100%;
}
.city-longform-card h3 {
font-size: 24px;
margin-bottom: 16px;
color: #1f1f1e;
}
.city-longform-copy p {
margin-bottom: 16px;
font-size: 16px;
line-height: 1.6;
color: #4a4a4a;
}
.city-longform-copy p:last-child {
margin-bottom: 0;
} .pcta-wrapper {
position: relative;
overflow: hidden;
}
.pcta-wrapper .container {
max-width: 900px;
}
.pcta-wrapper::before {
content: "";
position: absolute;
top: -50%;
left: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(211, 255, 146, 0.15), transparent);
border-radius: 50%;
}
.pcta-wrapper .btn {
position: relative;
z-index: 2;
box-shadow: 0 4px 15px rgba(31, 31, 30, 0.2);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pcta-wrapper .btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(31, 31, 30, 0.3);
} .city-trust-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin: 40px auto 0;
padding: 30px;
background: #fff;
border-radius: 16px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.city-trust-badge {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 20px;
background: #f8f6f2;
border-radius: 30px;
font-size: 15px;
color: #1f1f1e;
}
.city-trust-badge i {
color: #0d8b8e;
font-size: 20px;
} .city-location-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(135deg, #0d8b8e, #5bbdb4);
color: #ffffff;
padding: 8px 20px;
border-radius: 30px;
font-size: 15px;
font-weight: 600;
box-shadow: 0 3px 10px rgba(13, 139, 142, 0.3);
margin-bottom: 15px;
}
.city-location-badge i {
font-size: 16px;
} .city-stats-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
margin: 40px 0;
}
.city-stat-box {
background: #ffffff;
padding: 30px 20px;
border-radius: 16px;
text-align: center;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease;
}
.city-stat-box:hover {
transform: translateY(-5px);
}
.city-stat-number {
font-size: 42px;
font-weight: 700;
color: #0d8b8e;
line-height: 1;
margin-bottom: 10px;
font-family: 'Gotham', sans-serif;
}
.city-stat-label {
font-size: 16px;
color: #4a4a4a;
line-height: 1.4;
} @media (max-width: 991px) {
.city-hiw-steps::before {
left: 20px;
}
.city-longform {
padding: 50px 0;
}
.city-longform-card {
padding: 28px;
}
.city-trust-badges {
gap: 15px;
}
.benefits-wrapper .benefits-box {
padding: 28px;
}
} .city-faq {
padding: 80px 0;
}
.faq-list {
max-width: 900px;
margin: 40px auto 0;
}
.faq-item {
background: #fff;
border-radius: 12px;
margin-bottom: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
transition: box-shadow 0.3s ease;
}
.faq-item:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.faq-question {
padding: 24px 28px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
user-select: none;
}
.faq-question::-webkit-details-marker {
display: none;
}
.faq-question h3 {
margin: 0;
font-size: 18px;
font-weight: 600;
color: #1e293b;
flex: 1;
padding-right: 20px;
}
.faq-toggle {
flex-shrink: 0;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #0d8b8e, #5bbdb4);
border-radius: 50%;
color: #fff;
transition: transform 0.3s ease;
}
.faq-item[open] .faq-toggle {
transform: rotate(180deg);
}
.faq-answer {
padding: 0 28px 24px;
color: #64748b;
line-height: 1.7;
animation: fadeIn 0.3s ease;
}
.faq-answer p {
margin: 0;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 767px) {
.faq-question {
padding: 20px;
}
.faq-question h3 {
font-size: 16px;
}
.faq-answer {
padding: 0 20px 20px;
font-size: 14px;
}
.city-faq {
padding: 60px 0;
}
}
@media (max-width: 767px) {
.city-hiw-step {
gap: 16px;
padding: 24px 0;
}
.city-hiw-num {
min-width: 40px;
height: 40px;
font-size: 17px;
}
.city-hiw-text h3 {
font-size: 20px;
}
.city-longform {
padding: 40px 0;
}
.city-longform-card {
padding: 25px;
}
.city-longform-card h3 {
font-size: 20px;
}
.city-stats-row {
grid-template-columns: 1fr;
gap: 20px;
}
.city-stat-number {
font-size: 36px;
} .benefits-wrapper .benefits-box {
flex-direction: column;
align-items: center;
text-align: center;
padding: 30px 20px;
}
.benefits-box .icon {
margin-bottom: 15px;
}
.benefits-box .benefits-text h3 {
margin-top: 0;
}
}
@media (max-width: 479px) {
.city-hiw-steps::before {
display: none;
}
.city-trust-badges {
padding: 20px;
}
.city-trust-badge {
width: 100%;
justify-content: center;
}
}