.cs-feature-image-container {
    width: 100%;
    margin-bottom: 40px;
}

.cs-feature-image-container .container {
    /* max-width: 1243px;
    margin: 0 auto;
    padding: 0 15px; */
}

.cs-feature-image {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cs-feature-image picture,
.cs-feature-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.cs-feature-image:hover img {
    transform: scale(1.02);
}

@media (max-width: 991.98px) {
    .cs-feature-image {
        border-radius: 28px;
    }
}

@media (max-width: 575.98px) {
    .cs-feature-image {
        border-radius: 20px;
    }
}

/* Quick Info Bar */
.cs-quick-info-bar {
    padding: 35px 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}

.cs-info-item {
    padding: 0 2rem;
    border-right: 1px solid #e5e7eb;
    flex: 1;
}

.cs-info-item:last-child {
    border-right: none;
    padding-right: 0;
}

.cs-info-item:first-child {
    padding-left: 0;
}

.cs-info-label {
    font-size: 18px;
    color: #666;
    margin-bottom: 8px;
}

.cs-info-value {
    font-size: 19px;
    color: #1a1a1a;
    line-height: 1.2;
    font-weight: 500;
}

.cs-more-client-info {
    font-size: 16px;
    color: #666;
    margin-top: 4px;
    font-weight: 400;
}

/* ══════════════════════════════════════════════════════════════════════════════
   TIMELINE SIDEBAR SYSTEM
   ══════════════════════════════════════════════════════════════════════════════ */

.cs-highlight-section .container,
.cs-strategy-section .container,
.cs-gallery-section .container,
.cs-results-section .container {
    padding-left: 30px;
    position: relative;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.cs-highlight-section,
.cs-strategy-section,
.cs-gallery-section,
.cs-results-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Title Highlight Dash (The Blue Dash) */
.cs-title-highlight {
    position: relative;
}

.cs-title-highlight::before {
    content: "";
    position: absolute;
    left: -34.4px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 66px;
    background-color: rgba(48, 163, 255, 1);
    border-radius: 2px;
    z-index: 2;
}

/* Overview Content */
.cs-overview-section {
    padding: 80px 0 40px;
}

.cs-overview-title {
    font-size: 48px;
    font-weight: 700;
    color: #0b2533;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cs-overview-body {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
}

.cs-overview-body p {
    margin-bottom: 25px;
    font-size: 22px;
    color: #696687;
}

/* Highlight Sections (Challenge / Solution) */
.cs-highlight-section {
    padding: 0;
}

.cs-highlight-section .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cs-section-title {
    font-size: 32px;
    font-weight: 600;
    color: #0b2533;
    margin-bottom: 43px;
    line-height: 1.2;
}

.cs-section-body {
    font-size: 18px;
    line-height: 1.7;
    color: #696687;
}

.cs-section-body p {
    margin-bottom: 22px;
}

/* Strategy Section */
.cs-strategy-section {
    padding: 0;
}

.cs-strategy-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cs-strategy-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: flex-start;
    width: 90%;
}

.cs-strategy-intro {
    font-size: 18px;
    color: #696687;
    margin-bottom: 40px;
}

/* Strategy Pillars */
.cs-strategy-pillars {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cs-strategy-pillar {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cs-pillar-icon {
    flex-shrink: 0;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-left: 0;
}

.cs-pillar-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.cs-pillar-title {
    font-size: 24px;
    /* font-weight: 700; */
    font-weight: 500;
    color: #0b2533;
    margin-bottom: 8px;
}

.cs-pillar-description {
    font-size: 24px;
    color: rgba(105, 102, 135, 1);
    line-height: 1.6;
    font-weight: 500;
}

/* Strategy Layered Images */
.cs-strategy-images {
    position: relative;
    padding-top: 40px;
    z-index: 1;
}

/* The Decorative Blue Circle Ring */
.cs-strategy-images::after {
    content: "";
    position: absolute;
    right: -47px;
    bottom: 8rem;
    width: 320px;
    height: 320px;
    border: 33px solid #eff6ff;
    border-radius: 50%;
    z-index: -1; 
    pointer-events: none;
}

.cs-strategy-images .field__item {
    border-radius: 20px;
    overflow: hidden;
}

.cs-strategy-images .field__item:nth-child(1) {
    width: 90%;
    margin-left: auto;
}

.cs-strategy-images .field__item:nth-child(2) {
    width: 80%;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

/* ══════════════════════════════════════════════════════════════════════════════
   GALLERY SECTION
   ══════════════════════════════════════════════════════════════════════════════ */

.cs-gallery-section {
    padding: 0;
}

.cs-gallery-section .container {
    padding-top: 0px;
    padding-bottom: 40px;
}

.cs-gallery-grid {
    margin-left: -31px; /* Pull left to hide/overlap the timeline border */
}

.cs-gallery-grid .field__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.cs-gallery-grid .field__item {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cs-gallery-grid .field__item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cs-gallery-grid .field__item:hover img {
    transform: scale(1.05);
}

.paragraph--creative_showcase.cs-gallery-section .container {
    border-left: none;
}

/* ══════════════════════════════════════════════════════════════════════════════
   SUCCESSFUL RESULTS SECTION
   ══════════════════════════════════════════════════════════════════════════════ */

.cs-results-section {
    padding: 0;
}

.cs-results-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cs-results-intro {
    margin-bottom: 40px;
}

.cs-results-grid .field__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.cs-result-card {
        background: linear-gradient(135deg, #56C3F3 64%, #0D9BD1 53%, #56C3FD 65%, #E0F7FF 96%);
    padding: 50px 40px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.cs-result-number {
    font-size: 32px;
    font-weight: 600;
    /* color: #0b2533; */
    line-height: 1;
    color: #FFFFFF;
        text-shadow: 0 2px 8px rgba(4, 44, 83, 1);

}

.cs-result-description {
    font-size: 22px;
    /* color: #696687; */
    line-height: 1.5;
    color: #FFFFFF;
        text-shadow: 0 2px 8px rgba(4, 44, 83, 1);

}

.cs-takeaway-card {
    background: linear-gradient(135deg, #56C3F3 64%, #0D9BD1 53%, #56C3FD 65%, #E0F7FF 96%);
    padding: 40px;
    border-radius: 40px;
    margin-top: 30px;
}

.cs-takeaway-label {
    font-size: 26px;
    font-weight: 600;
    /* color: #0b2533; */
    margin-bottom: 12px;
    color: #FFFFFF;
        text-shadow: 0 2px 8px rgba(4, 44, 83, 1);

}

.cs-takeaway-content {
    font-size: 18px;
    line-height: 1.6;
    /* color: #696687; */
    color: #FFFFFF;
        text-shadow: 0 2px 8px rgba(4, 44, 83, 1);

}

/* ══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 992px) {
    .cs-overview-section .container,
    .cs-highlight-section .container,
    .cs-strategy-section .container,
    .cs-gallery-section .container,
    .cs-results-section .container {
        padding-left: 40px;
    }
    .cs-title-highlight::before {
        left: -33.4px;
    }
    .cs-strategy-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cs-strategy-images {
        display: flex;
        gap: 20px;
        padding-top: 0;
    }
    /* .cs-strategy-images .field__item {
        width: 50% !important;
        margin: 0 !important;
    } */
    .cs-strategy-images::after{
        right: 67px;
    }

    .cs-gallery-grid {
        margin-left: -41px;
    }
    .cs-gallery-grid .field__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cs-gallery-grid .field__item {
        border-radius: 20px;
    }
    .cs-info-value{
        font-size: 18px;
    }
    .cs-info-item {
        padding: 0;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .cs-overview-section .container,
    .cs-highlight-section .container,
    .cs-strategy-section .container,
    .cs-gallery-section .container,
    .cs-results-section .container {
        border-left: none;
        padding-left: 15px;
    }
    .cs-title-highlight::before {
        left: -15px;
        width: 3px;
        height: 24px;
    }
    .cs-gallery-grid {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .cs-results-grid .field__items {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .cs-result-card,
    .cs-takeaway-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════════
   7 KINGS ORGANIC BOTANICAL FEEDBACK CARD (ELECTRIC BLUE & CYAN EDITION)
   ══════════════════════════════════════════════════════════════════════════════ */
.paragraph--feedback-section {
  padding: 40px 0 60px;
  position: relative;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: visible;
}

.paragraph--feedback-section .container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: center;
}

.cs-organic-card-wrapper {
  width: 100%;
  max-width: 980px;
  position: relative;
}

.cs-organic-card {
  position: relative;
  background: #ffffff;
  border-radius: 36px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.02);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 60px 44px 230px; /* Clear left foliage & tree */
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cs-organic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.09), 0 8px 18px rgba(0, 0, 0, 0.04);
}

/* ─── Left Layered Botanical Foliage & Stylized Growth Tree ─── */
.cs-organic-foliage-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cs-foliage-backdrop-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Animated Wave Layers */
.cs-leaf-wave-1 {
  animation: csWaveSway1 6s ease-in-out infinite alternate;
  transform-origin: bottom left;
}

.cs-leaf-wave-2 {
  animation: csWaveSway2 7s ease-in-out infinite alternate;
  transform-origin: bottom left;
}

/* ─── Stylized Growth Tree ─── */
.cs-organic-tree-container {
    position: absolute;
    left: 58%;
    width: 90px;
    height: 78px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: csTreeBreathe 5s ease-in-out infinite alternate;
    transform-origin: bottom center;
    bottom: 0;
}

.cs-organic-tree-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}

/* Tree Canopy Sway */
.cs-tree-canopy-top {
  animation: csCanopyFloat 4s ease-in-out infinite alternate;
  transform-origin: 60px 40px;
}

.cs-tree-canopy-left {
  animation: csCanopyFloat 5s ease-in-out infinite alternate-reverse;
  transform-origin: 40px 65px;
}

.cs-tree-canopy-right {
  animation: csCanopyFloat 4.5s ease-in-out infinite alternate;
  transform-origin: 80px 65px;
}

/* ─── Top-Right 6-Dot Matrix with Staggered Pulse ─── */
.cs-organic-dots-matrix {
  position: absolute;
  top: 32px;
  right: 42px;
  display: grid;
  grid-template-columns: repeat(3, 7px);
  grid-template-rows: repeat(2, 7px);
  gap: 9px;
  z-index: 3;
}

.cs-organic-dot {
  width: 7px;
  height: 7px;
  background: #00a8ff;
  border-radius: 50%;
  opacity: 0.9;
  animation: csDotPulse 3s infinite alternate;
}

.cs-organic-dot:nth-child(2) { animation-delay: 0.3s; }
.cs-organic-dot:nth-child(3) { animation-delay: 0.6s; }
.cs-organic-dot:nth-child(4) { animation-delay: 0.9s; }
.cs-organic-dot:nth-child(5) { animation-delay: 1.2s; }
.cs-organic-dot:nth-child(6) { animation-delay: 1.5s; }

/* ─── Bottom-Right Floating Botanical Leaves with Wind Animation ─── */
.cs-organic-leaves-right {
  position: absolute;
  bottom: -15px;
  right: 25px;
  width: 140px;
  height: 140px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.85;
  animation: csFloatingLeavesWind 6s ease-in-out infinite alternate;
  transform-origin: bottom right;
}

.cs-organic-card:hover .cs-organic-leaves-right {
  transform: scale(1.08) rotate(3deg);
}

.cs-organic-leaves-right svg {
  width: 100%;
  height: 100%;
}

/* ══════════════════════════════════════════════════════════════════════════════
   RIGHT: CONTENT & TYPOGRAPHY
   ══════════════════════════════════════════════════════════════════════════════ */
.cs-organic-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 660px;
}

/* Dynamic Heading */
.cs-organic-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.1;
  color: #071e33;
  background: linear-gradient(135deg, #071e33 45%, #00a8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Progress Divider Bar with Dynamic Shimmer */
.cs-organic-progress-bar {
  width: 155px;
  height: 5.5px;
  background: #e2e8f0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}

.cs-organic-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, #00c8ff, #00a8ff);
  border-radius: 6px;
  animation: csProgressShimmer 3.5s ease-in-out infinite alternate;
}

/* Quote Text */
.cs-organic-quote-text,
.cs-organic-quote-text p {
  font-size: 20px;
  line-height: 1.58;
  font-weight: 400;
  color: #334155 !important;
  letter-spacing: -0.1px;
  margin: 0;
}

.cs-organic-quote-text strong {
  color: #071e33;
  font-weight: 700;
}

/* ─── Keyframe Animations ─── */
@keyframes csWaveSway1 {
  0% { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(2.5deg) scale(1.03); }
}

@keyframes csWaveSway2 {
  0% { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(-2deg) scale(0.98); }
}

@keyframes csTreeBreathe {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-4px) rotate(1.5deg); }
}

@keyframes csCanopyFloat {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-2px) scale(1.04); }
}

@keyframes csFloatingLeavesWind {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(3deg); }
  100% { transform: translateY(2px) rotate(-2deg); }
}

@keyframes csDotPulse {
  0% { opacity: 0.4; transform: scale(0.85); }
  100% { opacity: 1; transform: scale(1.1); }
}

@keyframes csProgressShimmer {
  0% { width: 45%; }
  100% { width: 68%; }
}

/* Responsive */
@media (max-width: 860px) {
  .cs-organic-card {
    padding: 38px 24px 38px 170px;
    min-height: auto;
  }
  .cs-organic-foliage-left {
    width: 150px;
  }
  .cs-organic-tree-container {
    left: 15px;
    width: 90px;
    height: 100px;
  }
  .cs-organic-heading {
    font-size: 32px;
  }
  .cs-organic-quote-text,
  .cs-organic-quote-text p {
    font-size: 17px;
  }
  .cs-organic-dots-matrix {
    top: 22px;
    right: 24px;
  }
  .cs-organic-leaves-right {
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: 10px;
  }
}

@media (max-width: 580px) {
  .cs-organic-card {
    padding: 140px 20px 30px;
  }
  .cs-organic-foliage-left {
    width: 100%;
    height: 120px;
    justify-content: center;
  }
  .cs-organic-tree-container {
    left: auto;
  }
  .cs-organic-heading {
    font-size: 28px;
  }
  .cs-organic-quote-text,
  .cs-organic-quote-text p {
    font-size: 16px;
  }
}


