   .divider {
       width: 80px;
       height: 5px;
       background: #ff5a00;
       margin: 15px auto;
       border-radius: 4px;
       transform-origin: center;
       animation: expandLoop 1.4s ease-in-out infinite alternate;
   }

   @keyframes expandLoop {
       from {
           transform: scaleX(0.2);
       }

       to {
           transform: scaleX(1);
       }
   }

   .box-content {
       display: flex;
       align-items: flex-start;
       gap: 15px;
   }

   .box-content img {
       margin-bottom: 15px;
   }

   .pb-20 {
       padding-bottom: 20px;
   }

   .boxhover3:hover {
       border-width: 2px;
       border-style: solid;
       border-color: rgb(252, 79, 2);
       border-image: initial;
   }

   .boxhover3 {
       box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
       display: flex;
       align-items: flex-start;
       cursor: pointer;
       margin-bottom: 30px;
       padding: 40px 20px 0px;
       border-width: 2px;
       border-style: solid;
       border-color: transparent;
       border-image: initial;
       border-radius: 18px;
       transition: 1s ease-out;
       gap: 15px;
   }

   .h-260 {
       height: 180px;
   }

   .boxhover3 .box-content {
       display: flex;
       align-items: flex-start;
       margin-bottom: 20px;
       flex-direction: column;
   }

   .boxhover3 .box-content span {
       font-family: poppins-bold;
       font-size: 20px;
   }

   .org-text {
       color: #FC4F02;
   }

   .boxhover3 h3 {
       font-family: poppins-bold;
       font-size: 40px;
       color: #FC4F02;
       line-height: 1;
   }

   .fw-bold {
       font-family: 'poppins-bold';
       line-height: normal;
   }

   .chatbox3 {
       display: flex;
       flex-direction: column;
       background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Sales_Chatbot/chat-bg.png) center center / contain no-repeat !important;
       background-position: center center !important;
   }

   .chatbox3 .chats {
       width: 90%;
       margin: auto;
   }

   .chatbox3 .user-chat {
       flex-direction: row-reverse;
       margin-left: auto;
   }

   .chatbox3 .user-chat,
   .chatbox3 .bot-chat {
       display: flex;
       align-items: flex-start;
       margin-bottom: 20px;
       opacity: 1;
       transform: translateY(30px);
       gap: 20px;
       transition: 0.6s;
       max-width: 75%;
   }

   .chatbox3 .user-chat .nrmltxt,
   .chatbox3 .bot-chat .nrmltxt {
       font-size: 12px !important;
       line-height: normal;
   }

   .chatbox3 .user-text {
       width: fit-content;
       max-width: 80%;
       color: rgb(255, 255, 255) !important;
       padding: 15px;
       background: #FC4F02;
       border-radius: 20px 20px 5px;
   }

   .chatbox3 .bot-text {
       color: rgb(0, 0, 0);
       width: fit-content;
       max-width: 80%;
       padding: 15px;
       background: #FFF0E9;
       border-radius: 20px 20px 20px 5px;
   }

   .chatbox3 .side-img {
       position: absolute;
       right: 6%;
       bottom: -100px;
       box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
       border-radius: 50px;
   }

   .mt-10 {
       margin-top: 10px;
   }

   .buttons button {
       padding: 12px;
       border-radius: 50px;
       font-size: 12px;
       margin-bottom: 10px;
       background-color: #FFF0E9;
       border: 1px solid #FC4F02;
       cursor: pointer;
       transition: all 0.3s ease;
   }

   .buttons button:hover {
       background-color: #FC4F02;
       color: #fff;
   }

   .flex {
       display: flex;
       align-items: center;
   }

   .g-10 {
       gap: 10px;
   }

   .pb-10 {
       padding-bottom: 10px;
   }

   .pl-20 {
       padding-left: 20px;
   }

   .pt-20 {
       padding-top: 20px;
   }



   .pt-40 {
       padding-top: 40px;
   }

   .border-2 {
       border-width: 2px;
       border-style: solid;
       border-color: rgb(252, 79, 2);
       border-image: initial;
   }

   .f-22 {
       font-size: 22px !important;
   }

   .mt-30 {
       margin-top: 30px;
   }

   .pt-0 {
       padding-top: 0px;
   }

   .old-world h5 {
       font-family: 'poppins-bold';
       font-size: 18px;
   }

   .blue-text {
       color: #007AFF;
   }

   .heart-eyes {
       position: relative;
   }

   .heart-eyes::before {
       content: "";
       position: absolute;
       background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Banking/heart-eyes.png);
       width: 110px;
       height: 110px;
       top: 44%;
       left: 87%;
       transform: translateX(-50%);
   }

   .chatbox4 {
       background: none !important;
   }

   .chatbox4 .user-text {
       background-color: #FFF3E2;
       color: #000 !important;
       border-radius: 15px;
   }

   .chatbox4 .bot-text {
       background-color: #EFEFF0;
       border-radius: 15px;
   }

   .f-70 {
       font-size: 75px !important;
       color: #FEDCCC;
       font-family: 'poppins-bold';
   }

   .g-20 {
       gap: 20px;
   }

   .timeline-desktop {
       display: block;
   }

   .timeline-mobile {
       display: none;
   }

   /* Each step = card + bubble in a row */
   .step {
       display: flex;
       align-items: center;
       width: 70%;
       margin-bottom: -100px;
       position: relative;
   }

   /* LEFT step: card on left (~55%), bubble on right side (~20%) */
   .step.left {
       justify-content: flex-start;
   }

   .step.left .tl-card {
       width: 52%;
       margin-right: 0;
   }

   .step.left .tl-dottedline {
       width: 10%;
       border-top: 2.5px dashed #e85d04;
       height: 0;
   }

   .step.left .tl-bubble {
       margin-left: 0;
   }

   /* RIGHT step: bubble on left side (~20%), card on right (~55%) */
   .step.right {
       justify-content: flex-end;
       margin-left: auto;
   }

   .step.right .tl-card {
       width: 52%;
       margin-left: 0;
   }

   .step.right .tl-dottedline {
       width: 10%;
       border-top: 2.5px dashed #e85d04;
       height: 0;
   }

   .step.right .tl-bubble {
       margin-right: 0;
   }

   /* Card */
   .tl-card {
       background: #fff;
       border: 2px solid #FEDCCC;
       border-radius: 40px;
       padding: 25px 30px;
   }

   .tl-card h5 {
       font-size: 18px;
       font-family: 'poppins-bold';
       color: #FC4F02;
       margin-bottom: 14px;
       text-align: left
   }

   .tl-card ul {
       list-style: none;
       padding: 0;
       margin: 0;
   }

   .tl-card ul li {

       padding-left: 18px;
       position: relative;
       margin-bottom: 8px;
       text-align: left;
       font-family: 'Poppins-regular';
   }

   .tl-card ul li::before {
       content: "•";
       position: absolute;
       left: 0;
       top: 0;
       font-size: 18px;
       color: #FC4F02;
   }

   /* Bubble */
   .tl-bubble {
       width: 90px;
       height: 90px;
       min-width: 90px;
       border-radius: 30px;
       background: #fff;
       border: 12px solid #e85d04;
       color: #e85d04;
       font-size: 25px;
       font-family: 'Poppins-Bold';
       /* font-weight: 700; */
       display: flex;
       align-items: center;
       justify-content: center;
       flex-shrink: 0;
   }

   /* SVG Connector between steps */
   .connector {
       width: 100%;
       height: 80px;
       display: block;
       overflow: visible;
   }

   .mb-0 {
       margin-bottom: 0px;
   }

   .flex-number {
       width: 50%;
       display: flex;
   }

   /* ══════════════════════════════════
       MOBILE LAYOUT
    ══════════════════════════════════ */
   @media (max-width: 767px) {
       .timeline-desktop {
           display: none;
       }

       .timeline-mobile {
           display: block;
       }

       .mob-step {
           display: flex;
           flex-direction: column;
           align-items: center;
           margin-bottom: 0;
       }

       .mob-bubble {
           width: 72px;
           height: 72px;
           border-radius: 16px;
           background: #fff;
           border: 2.5px solid #e85d04;
           color: #e85d04;
           font-size: 1.4rem;
           font-family: 'Poppins-Bold';
           display: flex;
           align-items: center;
           justify-content: center;
           margin-bottom: 14px;
       }

       .mob-card {
           width: 100%;
           background: #fff;
           border: 1.5px solid #ddd;
           border-radius: 14px;
           padding: 18px 18px 16px;
           box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
       }

       .mob-card h5 {
           font-size: 0.92rem;
           font-family: 'Poppins-Bold';
           color: #e85d04;
           margin-bottom: 10px;
       }

       .mob-card ul {
           list-style: none;
           padding: 0;
           margin: 0;
       }

       .mob-card ul li {
           font-size: 0.82rem;
           color: #3a3a3a;
           padding-left: 16px;
           position: relative;
           margin-bottom: 7px;
           font-family: 'Poppins-regular';
       }

       .mob-card ul li::before {
           content: "•";
           position: absolute;
           left: 0;
           color: #555;
       }

       .mob-connector {
           width: 2.5px;
           height: 30px;
           border-left: 2.5px dashed #e85d04;
           margin: 10px auto;
       }
   }

   /* 3-row grid: top-content / numbers / bottom-content */
   .grid {
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       grid-template-rows: auto auto auto;

   }

   /* ---- TOP ROW: col 2 & 4 ---- */
   .top-content {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       padding: 0 8px 24px;
       grid-row: 1;
   }

   .top-content.col2 {
       grid-column: 2;
   }

   .top-content.col4 {
       grid-column: 4;
   }

   /* empty top cells for col 1,3,5 */
   .top-empty {
       grid-row: 1;
       visibility: hidden;
   }

   .top-empty.c1 {
       grid-column: 1;
   }

   .top-empty.c3 {
       grid-column: 3;
   }

   .top-empty.c5 {
       grid-column: 5;
   }

   /* ---- MIDDLE ROW: number images ---- */
   .num-cell {
       grid-row: 2;
       display: flex;
       align-items: center;
       justify-content: center;
       position: relative;
   }

   .num-cell:nth-child(1) {
       grid-column: 1;
   }

   .num-cell:nth-child(2) {
       grid-column: 2;
   }

   .num-cell:nth-child(3) {
       grid-column: 3;
   }

   .num-cell:nth-child(4) {
       grid-column: 4;
   }

   .num-cell:nth-child(5) {
       grid-column: 5;
   }

   /* connector line behind numbers */
   .numbers-row {
       grid-row: 2;
       grid-column: 1 / -1;
       display: flex;
       align-items: center;
       justify-content: space-between;
       position: relative;
       padding: 0;
   }



   .num-img {
       width: 90px;
       height: 90px;
       position: relative;
       z-index: 1;
       /* Placeholder styling — replace with your actual image */
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 64px;
       font-weight: 800;
       color: transparent;
       -webkit-text-stroke: 3px;
       -webkit-text-stroke-color: #E8621A;
       background: #fff;
       border-radius: 4px;
       /* 
      To use your own image:
      background: url('your-number-image.png') center/contain no-repeat;
      color: transparent;
      -webkit-text-stroke: 0;
    */
   }

   /* Gradient stroke for numbers (outline style like image) */
   .num-img span {
       background: linear-gradient(135deg, #F4A21B 0%, #E8621A 100%);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       font-size: 72px;
       font-weight: 900;
       letter-spacing: -2px;
       /* outline/stroke effect */
       filter: drop-shadow(0 0 0 transparent);
   }

   /* ---- BOTTOM ROW: col 1, 3, 5 ---- */
   .bottom-content {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       padding: 24px 8px 0;
       grid-row: 3;
   }

   .bottom-content.col1 {
       grid-column: 1;
   }

   .bottom-content.col3 {
       grid-column: 3;
   }

   .bottom-content.col5 {
       grid-column: 5;
   }

   .bottom-empty {
       grid-row: 3;
       visibility: hidden;
   }

   .bottom-empty.c2 {
       grid-column: 2;
   }

   .bottom-empty.c4 {
       grid-column: 4;
   }

   /* ---- CONTENT STYLES ---- */
   .step-title {
       font-size: 18px;
       font-family: 'Poppins-Bold';
       line-height: normal;
       margin-bottom: 10px;
   }

   .step-desc {

       font-family: 'Poppins-regular';
       font-size: 18px;
       line-height: normal;
   }

   @media (max-width: 699px) {
       .num-img {
           width: 60px;
           height: 60px;
       }

       .num-img span {
           font-size: 48px;
       }

       .numbers-row::before {
           height: 3px;
       }

       .step-title {
           font-size: 12px;
           margin-bottom: 6px;
       }

       .step-desc {
           font-size: 11px;
       }

       .top-content {
           padding-bottom: 16px;
       }

       .bottom-content {
           padding-top: 16px;
       }
   }

   /* =====================
     MOBILE (< 500px)
     Switch to vertical card list
  ===================== */
   @media (max-width: 499px) {

       /* Hide the desktop grid elements */
       .grid {
           display: none;
       }

       /* Show mobile layout */
       .mobile-steps {
           display: flex;
           flex-direction: column;
           gap: 0;
       }

       .mobile-step {
           display: flex;
           align-items: flex-start;
           gap: 16px;
           padding: 20px 0;

           position: relative;
       }

       .mobile-step:last-child {
           border-bottom: none;
       }

       /* Vertical connector line */
       .mobile-step:not(:last-child)::after {
           content: '';
           position: absolute;
           left: 30px;
           top: 80px;
           bottom: -20px;
           width: 3px;
           background: linear-gradient(180deg, #F4A21B, #E8621A);
           border-radius: 2px;
       }

       .mobile-num {
           width: 60px;
           height: 60px;
           flex-shrink: 0;
           display: flex;
           align-items: center;
           justify-content: center;
           background: #fff;
           border-radius: 4px;
           position: relative;
           z-index: 1;
       }

       .mobile-num span {

           font-size: 52px;
           color: #FC4F02;
       }

       .mobile-text {
           padding-top: 4px;
       }

       .mobile-text .step-title {
           font-size: 18px;
           font-family: 'poppins-bold';
           line-height: normal;
           margin-bottom: 6px;
       }

       .mobile-text .step-desc {
           font-size: 18px;
           font-family: 'poppins-regular';
           line-height: normal;
       }
   }

   /* Hide mobile layout on desktop */
   @media (min-width: 500px) {
       .mobile-steps {
           display: none;
       }
   }

   .pb-0 {
       padding-bottom: 0;
   }

   .connectBtn {
       width: auto;
       font-size: 16px;
       color: rgb(255, 255, 255);
       margin-bottom: 20px;
       margin-top: 20px;
       background-color: #FC4F02 !important;
       border-radius: 24px;
       padding: 10px 20px;
   }

   .Arrowicon {
       margin-left: 6px;
       vertical-align: middle;
       background: rgb(255, 255, 255);
       padding: 10px;
       border-radius: 50%;
   }

   .faq-container {
       width: 100%;
       border-radius: 12px;
   }

   .faq-item {
       border-bottom: 1px solid #C8D3DE;
       padding: 25px 0;
   }

   .faq-question {
       display: flex;
       justify-content: space-between;
       align-items: center;
       cursor: pointer;
       font-size: 1.1rem;
       font-weight: 600;
   }

   .faq-question h5 {
       font-family: 'poppins-bold';
       font-size: 20px;
   }

   .faq-question .arrow {
       font-size: 1.5rem;
       transition: transform 0.3s ease;
   }

   .faq-item .faq-question .arrow {
       transform: rotate(180deg);
   }

   .faq-item.active .faq-question .arrow {
       transform: rotate(0deg);
   }


   .faq-answer {
       max-height: 0;
       overflow: hidden;
       transition: max-height 0.3s ease-out, padding 0.3s ease-out;
   }


   .faq-item.active .faq-answer {
       max-height: 250px !important;
       padding-top: 10px;
   }

   @media (min-width: 0px) and (max-width: 768px) {
       .flex {
           flex-direction: column;
           align-items: flex-start;
       }

       .chatbox3 .user-chat,
       .chatbox3 .bot-chat,
       .chatbox3 .chats,
       .chatbox3 .bot-text {
           max-width: fit-content;
           width: fit-content;
       }

       .col-rev {
           flex-direction: column-reverse;
       }

       .g-20 {
           gap: 0;
       }

       .heart-eyes::before {
           background: none;
           top: 0;
           left: 0;
       }

       .boxhover3 {
           flex-direction: column;
       }

       .faq-item {
           padding: 20px 10px;
       }
   }