/* --- 1. Image Slider --- */
.carousel-container-unique { position: relative; width: 100%; max-width: 1400px; margin: 20px auto; padding: 0 60px; box-sizing: border-box; }
.carousel-wrapper-unique { display: flex; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 15px; padding-bottom: 15px; scrollbar-width: none; }
.carousel-wrapper-unique::-webkit-scrollbar { display: none; }
.card-unique { flex: 0 0 calc(25% - 11.25px); scroll-snap-align: start; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); position: relative; }
.card-unique img { width: 100%; height: 250px; object-fit: cover; display: block; }
.card-content-unique { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); color: #fff; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
.card-content-unique h3 { margin: 0; font-size: 1.1em; font-weight: 500; color: #fff; }
.arrow-link-unique { color: #fff; background: rgba(255, 255, 255, 0.2); border-radius: 50%; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease-in-out; }
.arrow-link-unique:hover { background: rgba(255, 255, 255, 0.4); }
.arrow-link-unique svg { transform: rotate(-45deg); transition: transform 0.3s ease-in-out; }
.arrow-link-unique:hover svg { transform: rotate(0deg); }
.nav-button-unique { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: none; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); cursor: pointer; z-index: 10; display: flex; justify-content: center; align-items: center; transition: opacity 0.3s; }
.nav-button-unique:disabled { opacity: 0.3; cursor: not-allowed; }
.prev-button-unique { left: 10px; }
.next-button-unique { right: 10px; }
.nav-button-unique::before { content: ''; width: 10px; height: 10px; border-top: 2px solid #000; border-right: 2px solid #000; }
.prev-button-unique::before { transform: rotate(-135deg); }
.next-button-unique::before { transform: rotate(45deg); }
@media (max-width: 1024px) { .card-unique { flex-basis: calc(50% - 7.5px); } }
@media (max-width: 767px) { .carousel-container-unique { padding: 0; } .carousel-wrapper-unique { padding: 0 10px 15px 10px; gap: 10px; } .card-unique { flex-basis: 85%; } .prev-button-unique { left: 15px; } .next-button-unique { right: 15px; } }

/* --- 2. Testimonial Slider --- */
.testimonial-section-tslider { width: 100%; max-width: 1400px; margin: 20px auto; position: relative; z-index: 2; clear: both; }
.testimonial-container-tslider { position: relative; display: flex; align-items: center; padding: 0 60px; box-sizing: border-box; }
.testimonial-wrapper-tslider { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 20px 0; scrollbar-width: none; }
.testimonial-wrapper-tslider::-webkit-scrollbar { display: none; }
.testimonial-card-tslider { background-color: #fff; border: 1px solid #e0e0e0; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); padding: 30px; flex-shrink: 0; width: calc(25% - 15px); scroll-snap-align: start; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-quote-tslider { font-size: 4em; color: #007bff; line-height: 0.5; margin: 0; font-weight: bold; margin-bottom: -40px; }
.testimonial-content-tslider { font-size: 1em; color: #555; margin: 15px 0; line-height: 1.6; height: 125px; overflow: hidden; }
.testimonial-read-more-tslider { color: #007bff; cursor: pointer; text-decoration: none; font-weight: bold; display: inline-block; margin-top: 10px; }
.testimonial-divider-tslider { border-top: 1px solid #e0e0e0; margin: 20px 0; }
.testimonial-author-info-tslider { text-align: right; }
.testimonial-author-tslider, .testimonial-role-tslider { margin: 0; }
.testimonial-author-tslider { font-weight: bold; color: #000; font-size: 1em; }
.testimonial-role-tslider { color: #007bff; font-size: 0.9em; }
.testimonial-nav-btn-tslider { background: #fff; border: 1px solid #ddd; color: #007bff; font-size: 1.5em; cursor: pointer; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; box-shadow: 0 2px 5px rgba(0,0,0,0.1); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; line-height: 1; transition: all 0.2s ease; }
.testimonial-nav-btn-tslider:hover { background-color: #f7f7f7; border-color: #ccc; }
.testimonial-nav-btn-tslider:disabled { opacity: 0.3; cursor: not-allowed; }
.testimonial-prev-btn-tslider { left: 10px; }
.testimonial-next-btn-tslider { right: 10px; }
@media (max-width: 1024px) { .testimonial-card-tslider { width: calc(50% - 10px); } }
@media (max-width: 767px) { .testimonial-container-tslider { padding: 0; } .testimonial-wrapper-tslider { padding: 20px 15px; } .testimonial-card-tslider { width: 85%; scroll-snap-align: center; } .testimonial-nav-btn-tslider { display: none; } }

/* --- 3. Case Studies Slider --- */
.latest-work-wslider { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #ffffff; padding: 60px 0; width: 100%; box-sizing: border-box; }
.wslider-title { font-size: 32px; font-weight: 700; text-align: center; color: #212529; margin: 0 0 40px 0; }
.wslider-container { position: relative; max-width: 1400px; margin: 0 auto; padding: 0 70px; box-sizing: border-box; }
.wslider-wrapper { display: flex; gap: 24px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding-bottom: 20px; scrollbar-width: none; }
.wslider-wrapper::-webkit-scrollbar { display: none; }
.wslider-card { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 16px; padding: 24px; flex: 0 0 calc(33.333% - 16px); scroll-snap-align: start; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.wslider-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.07), 0 4px 6px -2px rgba(0,0,0,0.05); }
.wslider-card-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.wslider-logo { height: 48px; width: 48px; object-fit: contain; flex-shrink: 0; }
.wslider-card-title { font-size: 20px; font-weight: 600; color: #212529; margin: 0; line-height: 1.3; }
.wslider-description { font-size: 16px; line-height: 1.6; color: #6c757d; margin: 0 0 24px 0; flex-grow: 1; }
.wslider-meta { margin-bottom: 24px; border-top: 1px solid #e9ecef; padding-top: 16px; font-size: 15px; color: #6c757d; }
.wslider-meta strong { color: #212529; font-weight: 600; }
.wslider-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; }
.wslider-tag { background-color: #e9ecef; color: #495057; font-size: 14px; font-weight: 500; padding: 4px 10px; border-radius: 999px; }
.wslider-pills { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wslider-pill { font-size: 15px; color: #6c757d; }
.wslider-cta { display: inline-block; background-color: #007bff; color: #ffffff; font-size: 16px; font-weight: 600; text-decoration: none; padding: 12px 24px; border-radius: 8px; text-align: center; transition: background-color 0.2s ease, transform 0.2s ease; }
.wslider-cta:hover { background-color: #0056b3; transform: translateY(-2px); }
.wslider-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: #ffffff; border: 1px solid #e9ecef; border-radius: 50%; width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 5px rgba(0,0,0,0.08); transition: all 0.2s ease; }
.wslider-nav-btn:hover { transform: translateY(-50%) scale(1.1); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.wslider-nav-btn svg { width: 28px; height: 28px; color: #212529; }
.wslider-nav-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.wslider-prev-btn { left: 10px; }
.wslider-next-btn { right: 10px; }
@media (max-width: 1200px) { .wslider-card { flex-basis: calc(50% - 12px); } }
@media (max-width: 767px) { .latest-work-wslider { padding: 40px 0; } .wslider-title { font-size: 32px; } .wslider-container { padding: 0; } .wslider-wrapper { padding: 0 20px 20px 20px; } .wslider-card { flex-basis: 85%; scroll-snap-align: center; } .wslider-nav-btn { display: none; } }

/* --- 4. Insights & Resources --- */
.cf-insights-container { font-family: 'Roboto', sans-serif; max-width: 960px; margin: 40px auto; padding: 20px; }
.cf-insights-header h1 { font-size: 32px; color: #1E293B; margin-top: 0; margin-bottom: 12px; font-weight: 600; }
.cf-insights-header p { font-size: 16px; color: #475569; margin-top: 0; margin-bottom: 32px; line-height: 1.6; }
.cf-insights-tabs-nav { display: flex; border-bottom: 1px solid #E2E8F0; margin-bottom: 32px; }
.cf-insights-tabs-nav .tab-button { padding: 8px 4px; cursor: pointer; border: none; background-color: transparent; font-size: 16px; color: #475569; margin-right: 24px; border-bottom: 3px solid transparent; font-weight: 500; }
.cf-insights-tabs-nav .tab-button.active { color: #007BFF; border-bottom: 3px solid #007BFF; font-weight: 600; }
.cf-insights-tabs-content .tab-content { display: none; }
.cf-insights-tabs-content .tab-content.active { display: block; }
.cf-insights-item { display: flex; flex-direction: row; align-items: flex-start; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid #E2E8F0; }
.cf-insights-item img { width: 280px; min-width: 280px; height: 160px; object-fit: cover; border-radius: 8px; margin-right: 24px; }
.cf-insights-item-content h3 { margin: 0 0 8px 0; font-size: 20px; font-weight: 600; color: #1E293B; }
.cf-insights-item-content p.desc { margin: 0 0 16px 0; color: #475569; line-height: 1.6; }
.cf-insights-item-content p.date { font-size: 14px; color: #64748B; margin: 0 0 16px 0; }
.cf-insights-item-content a { text-decoration: none; color: #007BFF; font-weight: 600; }

/* --- START: Mobile Responsive Styles for Insights Widget --- */
@media (max-width: 767px) {
  .cf-insights-item {
    flex-direction: column; /* Stack image and content vertically */
  }
  .cf-insights-item img {
    width: 100%; /* Make image full-width */
    min-width: 100%;
    margin-right: 0; /* Remove side margin */
    margin-bottom: 16px; /* Add space between image and text */
  }
  .cf-insights-header h1 {
    font-size: 28px;
  }
  .cf-insights-item-content h3 {
    font-size: 18px;
  }
}
/* --- END: Mobile Responsive Styles --- */