   .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);
       }
   }

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

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

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

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

   #automobile .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;
       height: 190px;
   }

   #automobile .boxhover1 {
       box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
       padding: 30px;
       display: flex;
       flex-direction: column;
       gap: 15px;
       border: 2px solid transparent;
       border-radius: 15px;
       transition: 1s ease-out;
       cursor: pointer;
       height: 430px;
   }

   #automobile .boxhover4 {
       box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
       padding: 30px 20px;
       display: flex;
       flex-direction: column;
       gap: 15px;
       border: 2px solid transparent;
       border-radius: 30px;
       transition: 1s ease-out;
       cursor: pointer;
       height: 250px;
       align-items: flex-start;
   }

   #automobile .h-auto {
       height: auto !important;
   }

   #automobile .h-260 {
       height: 180px;
   }

   #automobile .h-200 {
       height: 200px;
   }

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

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

   #automobile .org-text {
       color: #FC4F02;
   }

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

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

   #automobile .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;
   }

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

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

   #automobile .chatbox3 .user-chat,
   #automobile .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%;
   }

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

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

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

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

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

   #automobile .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;
   }

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

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

   #automobile .g-10 {
       gap: 10px;
   }

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

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

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

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

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

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

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

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

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

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


   #automobile .chatbox3 .max-w-100 {
       max-width: 100%;
   }

   #automobile .old-world {
       position: relative;
   }

   #automobile .old-world::before {
       content: "";
       position: absolute;
       background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Automobile/old-msg1.png);
       width: 263px;
       height: 95px;
       top: 54%;
       left: 28%;
       transform: translateX(-50%);
   }

   #automobile .old-world::after {
       content: "";
       position: absolute;
       background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Automobile/old-msg2.png);
       width: 199px;
       height: 68px;
       top: 66%;
       left: 87%;
       transform: translateX(-50%);
   }

   #automobile .old-world2 {
       position: relative;
   }

   #automobile .old-world2::before {
       content: "";
       position: absolute;
       background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Automobile/old-msg3.png);
       width: 257px;
       height: 74px;
       top: 54%;
       left: 28%;
       transform: translateX(-50%);
   }

   #automobile .old-world2::after {
       content: "";
       position: absolute;
       background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Automobile/old-msg4.png);
       width: 199px;
       height: 68px;
       top: 77%;
       left: 87%;
       transform: translateX(-50%);
   }

   #automobile .chatbox4 {
       background: none !important;
   }

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

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

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

   #automobile .g-20 {
       gap: 20px;
   }



   /* SVG Connector between steps */

   #automobile .connector {
       width: 100%;
       height: 80px;
       display: block;
       overflow: visible;
   }

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

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

   #automobile .mb-20 {
       margin-bottom: 20px;
   }



   #automobile .timeline::before {
       content: "";
       position: absolute;
       top: 6%;
       bottom: 0;
       left: 50%;
       transform: translateX(-50%);
       border-left: 2px dashed #fc4f02;

       border: 2.5px dashed #fc4f02;
       z-index: 0;
   }

   @media (max-width: 768px) {
       #automobile .timeline {
           display: none !important;
       }

       #automobile .old-world2::before,
       #automobile .old-world2::after,
       #automobile .old-world::before,
       #automobile .old-world::after,
       #automobile .timeline::before {

           display: none;
       }

       #automobile .flex {
           flex-direction: column;
       }

       #automobile .timeline-mobile {
           display: flex;
           flex-direction: column;
           align-items: flex-start;
           position: relative;

       }

       #automobile .timeline-mobile::before {
           content: '';
           position: absolute;
           left: 22px;
           top: 0;
           bottom: 0;
           width: 3px;

           border-radius: 4px;
       }

       #automobile .steps .step {
           flex-direction: column;
       }

       #automobile .steps::before {
           display: none;
       }

       #automobile .mob-row {
           display: flex;
           align-items: flex-start;
           gap: 16px;
           margin-bottom: 30px;
           position: relative;
           width: 100%;
           flex-direction: column;
       }

       #automobile .mob-bubble {
           width: 56px;
           height: 56px;
           border-radius: 14px;
           background: #fff;
           border: 6px solid #FC4F02;
           color: #FC4F02;
           font-size: 16px;
           font-weight: 800;
           display: flex;
           align-items: center;
           justify-content: center;
           flex-shrink: 0;

           z-index: 2;
       }

       #automobile .mob-card {
           width: 100%;
       }

       #automobile .mob-card .tl-card {
           border-radius: 12px;
       }

       #automobile .section-heading h2 {
           font-size: 24px;
       }

       #automobile .boxhover1,
       #automobile .h-200 {
           height: auto;
       }
   }


   #automobile .grid {
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       grid-template-rows: auto auto auto;
   }

   /* ---- TOP ROW: col 2 & 4 ---- */

   #automobile .top-content {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       padding: 0 8px 24px;
       grid-row: 1;
   }

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

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

   /* empty top cells for col 1,3,5 */

   #automobile .top-empty {
       grid-row: 1;
       visibility: hidden;
   }

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

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

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

   /* ---- MIDDLE ROW: number images ---- */

   #automobile .num-cell {
       grid-row: 2;
       display: flex;
       align-items: center;
       justify-content: center;
       position: relative;
   }

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

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

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

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

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

   /* connector line behind numbers */

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

   #automobile .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) */

   #automobile .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 ---- */

   #automobile .bottom-content {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       padding: 24px 8px 0;
       grid-row: 3;
   }

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

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

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

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

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

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

   /* ---- CONTENT STYLES ---- */

   #automobile .step-title {
       font-size: 18px;
       font-family: 'Poppins-Bold';
       line-height: normal;
       margin-bottom: 10px;
   }

   #automobile .step-desc {
       font-family: 'Poppins-regular';
       font-size: 18px;
       line-height: normal;
   }

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

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

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

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

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

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

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

   /* =====================
     MOBILE (< 500px)
     Switch to vertical card list
  ===================== */

   @media (max-width: 499px) {

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

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

       #automobile#automobile .mobile-step {
           display: flex;
           align-items: flex-start;
           gap: 16px;
           padding: 20px 0;
           position: relative;
       }

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

       /* Vertical connector line */
       #automobile#automobile .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;
       }

       #automobile#automobile .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;
       }

       #automobile#automobile .mobile-num span {
           font-size: 52px;
           color: #FC4F02;
       }

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

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

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

   /* Hide mobile layout on desktop */

   @media (min-width: 500px) {
       #automobile#automobile .mobile-steps {
           display: none;
       }
   }

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

   #automobile .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;
   }

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

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

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

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

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

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

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

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

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

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

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

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

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

       #automobile .g-20 {
           gap: 0;
       }

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

       #automobile .boxhover3 {
           flex-direction: column;
           height: auto;
       }

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