/* 
Theme Name:		 Figma Expert
Theme URI:		 http://superside.test/
Description:	 Figma Expert is a child theme of Hello Elementor, created by Anas Shah
Author:			 Syed Anas Hussain Shah
Author URI:		 http://superside.test/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 figma-expert
*/


/*
    Add your custom styles here
*/
:root{
    --bg: #0F2136;
    --foreground: #f7f9f2;
    --foreground-dim: rgba(247, 249, 242, 0.15);
    --foreground-muted: rgba(247, 249, 242, 0.6);
    --primary: #83CAFF;
  }

  *{ box-sizing: border-box; }

  body{
    margin: 0;
    background: var(--bg);
    font-family: "Inter Tight", Inter, Arial, sans-serif;
    color: var(--foreground);
  }

  .how-we-work{
/*     padding: 96px 24px; */
    display: flex;
    justify-content: center;
  }

  /* ============ Timeline (right column / scroll part) ============ */

  .timeline-wrap{
    position: relative;
    width: 100%;
    max-width: 640px;
  }

  .timeline-track{
    position: absolute;
    top: 0;
    left: 27px; /* centered under the 56px circle */
    width: 2px;
    height: 100%;
    background: var(--foreground-dim);
    overflow: hidden;
    border-radius: 2px;
  }

  .timeline-track-fill{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--primary);
    box-shadow: 0 0 12px 1px rgba(216, 255, 133, 0.55);
    transition: height 120ms linear;
  }

  .timeline-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .timeline-item{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }

  .timeline-num{
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 24px;
    color: var(--foreground);
    background: var(--bg);
    border: 2px solid var(--foreground-dim);
    transition: border-color 300ms ease, box-shadow 300ms ease;
    z-index: 1;
  }

  .timeline-item.is-active .timeline-num{
    border-color: var(--primary);
    box-shadow: 0 0 14px 1px rgba(216, 255, 133, 0.45);
  }

  .timeline-content{
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .timeline-content h3{
	font-family: 'Inter';
	letter-spacing: 0.1px;
    margin: 0;
    font-weight: 400;
    font-size: 21.6px;
    line-height: 1.25;
    color: var(--foreground);
  }

  .timeline-content p{
    font-family: 'Inter';
    margin: 0;
    font-weight: 400;
    font-size: 16.2px;
    line-height: 1.5;
    color: var(--foreground-muted);
  }

  @media (max-width: 560px){
    .timeline-track{ left: 23px; }
    .timeline-num{ width: 48px; height: 48px; font-size: 20px; }
    .timeline-item{ gap: 20px; }
    .timeline-content h3{ font-size: 22px; }
    .timeline-content p{ font-size: 16px; }
    .timeline-list{ gap: 56px; }
  }
.cs-faq details {
    border-bottom: 1px solid #0F213626
}