
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #000000;
    color: white;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    height: 60px;
}

header h1 {
    font-size: 20px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
}

nav ul li a:hover {
    color: white;
}

.cta-button {
    padding: 6px 14px;
    background-color: #000;
    color: white;
    text-decoration: none;
    font-size: 15px;
    border-radius: 8px;
    border: none;
}

.cta-button:hover {
    background-color: #333;
}

section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 80px;
    background-color: #ffffff;
}

#hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 80px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#hero h2 {
    font-size: 48px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    max-width: 800px;
}

#hero p {
    font-size: 18px;
    color: #6c6c6c;
    margin-bottom: 30px;
    max-width: 800px;
}

#hero .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 198px;
    height: 56px;
    font-size: 18px;
    background-color: black;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 300;
    font-family: Arial, sans-serif;
}

#hero .cta-button:hover {
    background-color: #333;
}

#what-we-do {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 80px;
    background-color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#what-we-do .left, #what-we-do .right {
    width: 48%;
}

#what-we-do h2 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}

#what-we-do p {
    font-size: 18px;
    color: #6c6c6c;
    line-height: 1.6;
}

#cost-savings {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px;
    background-color: #ffffff;
    text-align: center;
}

#cost-savings h2 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
}

.cost-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cost-card {
    width: 30%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.cost-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}

.cost-card .cost-item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #6c6c6c;
    margin-bottom: 12px;
}

.cost-card .cost-item span {
    font-weight: bold;
}

.cost-card .separator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 12px 0;
}


#common-challenges {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px;
    background-color: #ffffff;
    text-align: center;
}

#common-challenges h2 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
}

.challenge-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 32px;
    max-width: 896px;
    margin: 0 auto;
    padding: 0;
}

.challenge-list li {
    background: #FAFAFA;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    color: #404040;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
    text-align: left;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}



body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #000000;
    color: white;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    height: 60px;
}

header h1 {
    font-size: 20px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
}

nav ul li a:hover {
    color: white;
}

.cta-button {
    padding: 6px 14px;
    background-color: #000;
    color: white;
    text-decoration: none;
    font-size: 15px;
    border-radius: 8px;
    border: none;
}

.cta-button:hover {
    background-color: #333;
}

section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 80px;
    background-color: #ffffff;
}

#our-method {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px;
    background-color: #ffffff;
    text-align: center;
}

#our-method h2 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
}

.method-steps {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    min-height: 160px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.step-number {
    width: 42px;
    height: 42px;
    background-color: #000;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.step-text {
    text-align: center;
    margin-top: 10px;
}

.step-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin: 0 0 5px;
}

.step-text p {
    font-size: 14px;
    color: #6c6c6c;
    margin: 0;
}



body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-color: #000000;
    color: white;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    height: 60px;
}

header h1 {
    font-size: 20px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
}

nav ul li a:hover {
    color: white;
}

.cta-button {
    padding: 6px 14px;
    background-color: #000;
    color: white;
    text-decoration: none;
    font-size: 15px;
    border-radius: 8px;
    border: none;
}

.cta-button:hover {
    background-color: #333;
}

section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 80px;
    background-color: #ffffff;
}

#our-method {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px;
    background-color: #ffffff;
    text-align: center;
}

#our-method h2 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
}

.method-steps {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    min-height: 160px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.step-number {
    width: 42px;
    height: 42px;
    background-color: #000;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.step-text {
    text-align: center;
    margin-top: 10px;
}

.step-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin: 0 0 5px;
}

.step-text p {
    font-size: 14px;
    color: #6c6c6c;
    margin: 0;
}

#testimonials {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px;
    background-color: #ffffff;
    text-align: center;
}

#testimonials h2 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
}

.testimonial-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.testimonial-card {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.testimonial-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}

.testimonial-card p {
    font-size: 16px;
    color: #404040;
    font-style: italic;
}


footer {
    background-color: #000000;
    color: white;
    padding: 10px 40px;
    text-align: center;
    margin-top: 40px;
} 

footer p {
    margin: 0;
    font-size: 14px;
}





