body {background-color: #fcf2e8 !important;}@media (max-width: 768px) {.hero-section {height: 70vh;}.hero-text {font-size: 4.5vw;line-height: 1.2;max-width: 80%;text-align: center;white-space: normal;}}@media (max-width: 480px) {.hero-text {font-size: 6vw;}}.client-grid-wrapper {padding: 40px 20px;max-width: 1200px;margin: 0 auto;background-color: #fff;}.client-grid {display: grid;grid-template-columns: repeat(8, 1fr);gap: 15px;justify-content: center;}.client-card {background: #fff;border: 1px solid #eaeaea;display: flex;align-items: center;justify-content: center;padding: 15px;height: 120px;transition: all 0.3s ease;}.client-card:hover {box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);transform: translateY(-2px);border-color: #ddd;}.client-card img {max-width: 100%;max-height: 100%;object-fit: contain;transition: transform 0.3s ease;}.client-card:hover img {transform: scale(1.05);}@media (max-width: 1400px) {.client-grid {grid-template-columns: repeat(6, 1fr);}}@media (max-width: 992px) {.client-grid {grid-template-columns: repeat(4, 1fr);}}@media (max-width: 576px) {.client-grid {grid-template-columns: repeat(2, 1fr);}.client-card {padding: 10px;height: 100px;}}.testimonial-section {padding: 60px 20px;background-color: #fcf2e8;margin-top: 40px;}.section-title {text-align: center;font-size: 2rem;font-weight: bold;color: #333;margin-bottom: 40px;text-transform: uppercase;font-family: 'serif';}.testimonial-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;max-width: 1200px;margin: 0 auto;}.testimonial-card {background: #fff;padding: 30px;border-radius: 8px;border-left: 6px solid #5a3a29;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);display: flex;flex-direction: column;justify-content: space-between;min-height: 250px;position: relative;transition: transform 0.3s ease;}.testimonial-card:hover {transform: translateY(-5px);}.stars {color: #ffc107;margin-bottom: 25px;font-size: 1.2rem;}.testimonial-text {font-size: 1rem;color: #444;line-height: 1.6;margin-bottom: 25px;flex-grow: 1;}.testimonial-footer {display: flex;justify-content: space-between;align-items: flex-end;}.author-info {font-size: 0.9rem;color: #000;line-height: 1.4;}.author-info strong {font-size: 1rem;display: block;margin-bottom: 2px;}.quote-icon {color: #e3ebfa;font-size: 4rem;line-height: 1;}@media (max-width: 992px) {.testimonial-grid {grid-template-columns: 1fr;max-width: 800px;}}@media (max-width: 576px) {.section-title {font-size: 1.5rem;}.testimonial-card {padding: 20px;}.quote-icon {font-size: 3rem;}}