h1,
h2,
h3,
h4 {
  font-family: 'poppins-bold';
}

/* center line */
#Customer .line {
  width: 70px;
  height: 6px;
  background-color: #FC4F02;
  margin: 0 50%;
  margin-top: 10px;
  display: block;
  border-radius: 0px;
}

#Customer b {
  font-weight: bold;
}

#Customer .anim {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Customer .fb-col {
  color: #FC4F02;
}

#Customer .anim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: white;
  animation: animate 2s linear infinite;
}

@keyframes animate {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  0% {
    left: 0;
  }
}

/* center line css End here */
#Customer .chatbox1 {
  position: absolute;
  top: 62px;
  left: 130px;
  width: 250px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  text-align: left;
}

#Customer .fb-header {
  width: 100%;
}

#Customer .chat-message {
  color: #000;
  padding: 8px 10px;
  border-radius: 8px;
  margin: 10px 15px;
  font-size: 12px !important;
  line-height: normal;
  line-height: 1.4;
}

#Customer .user {
  background-color: #FC4F02;
  color: #fff;
  margin-left: auto;
}

#Customer .bot {
  background-color: #F2F2F2;
}

#Customer .messenger-icon {
  position: absolute;
  top: 130px;
  left: 107px;
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Rental_Car_Truck_Customer_Level3/logo1.png) no-repeat center center;
  background-size: cover;
  width: 5%;
  height: 10%;
  z-index: 3;
}

#Customer .chat-bg {
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Rental_Car_Truck_Customer_Level3/bg.png) no-repeat center center;
  background-size: contain;
}

#Customer .chatbox2 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  margin-left: auto;
  position: relative;
}

#Customer .chatbox3 {
  background: none;
  box-shadow: none;
}

#Customer .chat-message2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

#Customer .chat-message2.user2 {
  justify-content: flex-end;
}

#Customer .chat-message2.user2 p {
  background: #FF4F00;
  color: white;
  border-radius: 20px;
  font-size: 12px !important;
  line-height: normal;
  padding: 10px 15px;
  max-width: 70%;
  border-bottom-right-radius: 5px;
}

#Customer .chat-message2.user2 img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
}

#Customer .chat-message2.bot2 p {
  background: #FFF0E9;
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 70%;
  border-bottom-left-radius: 5px;
}

#Customer .chat-message2.bot2 div {
  background: #e2eeff;
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 70%;
  border-bottom-left-radius: 5px;
}

#Customer .chat-message2.bot2 img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}



#Customer .section-title {
  margin-bottom: 15px;
}

.marg {
  margin-top: 30px;
}

/* Questions */
#Customer .question-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#Customer .question-item {
  display: flex;
  gap: 12px;
}

#Customer .q-no {
  min-width: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #9a9a9a;
}

#Customer .question-item p {
  line-height: 1.5;
}

/* AI list */
#Customer .ai-evaluate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 14px;
}

#Customer .ai-item {
  display: flex;
  gap: 10px;
}

#Customer .ai-item img {
  width: 16px;
  height: 16px;
}

#Customer .ai-evaluate2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 14px;
}

#Customer .ai-item2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

#Customer .ai-item2 img {
  width: 16px;
  height: 16px;
}

#Customer .ai-evaluate3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 14px;
}

#Customer .ai-item3 {
  display: flex;
  gap: 10px;
}

#Customer .ai-item3 img {
  width: 16px;
  height: 16px;
}

#Customer .ai-evaluate4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 14px;
}

#Customer .ai-item4 {
  display: flex;
  gap: 10px;
}

#Customer .ai-item4 img {
  width: 16px;
  height: 16px;
}

#Customer .bottom-text {
  margin-top: 18px;
}

.spc {
  margin-bottom: 30px;
}

#Customer .head-1 {
  font-family: 'poppins-bold';
  text-align: center;
  line-height: normal;
  font-size: 24px !important;
  color: #FC4F02 !important;
}

#Customer .head-2 {
  font-family: 'poppins-bold';
  text-align: center;
  line-height: normal;
  font-size: 24px !important;
}

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

#Customer .chatbox4 {
  padding: 0;
  font-size: 12px !important;
  line-height: normal;
  margin: auto !important;
}

#Customer .chat-message2.old-user2 {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
}

#Customer .new-user2 {
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
}

#Customer .chat-message2.old-bot2 {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
}

#Customer .new-bot2 {
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}

#Customer .old-user2 p {
  background: #FFF3E2;
  color: #000;
  border-radius: 20px;
  font-size: 13px !important;
  line-height: normal;
  padding: 18px 17px;
  max-width: 80%;
  border-radius: 18px;
}

#Customer .old-blob-user2 p {
  background: #F3F3F3;
  color: #000;
  border-radius: 20px;
  font-size: 13px !important;
  line-height: normal;
  padding: 18px 15px;
  max-width: 80%;
  border-radius: 10px;
}

#Customer .old-blob-user2 img {
  margin-left: 5px;
}

#Customer .old-blob-user2 {
  display: flex;
  flex-direction: column;
}

#Customer .old-wrblob-user2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
}

#Customer .old-wrblob-user2 span {
  background: #FFE4E4;
  color: #FF4040;
  border: 1px solid #FF4040;
  border-radius: 20px;
  font-size: 13px !important;
  line-height: normal;
  padding: 15px 25px;
  border-radius: 30px;
}

#Customer .old-mail-user2 p {
  background: #F3F3F3;
  color: #000;
  border-radius: 20px;
  font-size: 13px !important;
  line-height: normal;
  padding: 20px;
  border-radius: 10px;
}


#Customer .mail {
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Rental_Car_Truck_Customer_Level3/icon17.png) no-repeat center center;
  height: 100px;
  width: 100px;
  position: relative;
  left: 50px;
  top: -90px;
}

#Customer .new-user2 p {
  background: #FC4F02;
  font-size: 13px !important;
  line-height: normal;
  color: #fff;
  padding: 18px 17px;
  max-width: 80%;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
}

#Customer .new-user2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
}

#Customer .chat-message2.user2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 17px;
}

#Customer .chat-message2.old-user2 img {
  width: 66px;
  height: auto;
  margin-left: 15px;
}

#Customer .chat-message2.bot2 p {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 60%;
  border-bottom-left-radius: 5px;
}

#Customer .old-bot2 p {
  background: #EFEFF0;
  font-size: 13px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 18px 17px;
  max-width: 80%;
  border-radius: 18px;
}

#Customer .new-bot2 p {
  background: #E7EBF1;
  font-size: 13px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 18px 17px;
  max-width: 80%;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
}

#Customer .new-bot2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

#Customer .chat-message2.bot2 div {
  background: #FFF0E9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-size: 12px !important;
  line-height: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 15px;
  max-width: 60%;
  border-bottom-left-radius: 5px;
}

#Customer .chat-message2.bot2 img {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

#Customer .chat-message2.old-bot2 img {
  width: 60px;
  height: auto;
  margin-right: 17px;
}

#Customer .pad {
  padding: 10px 10px;
}

#Customer .new-screen {
  max-width: 360px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

#Customer .chat-area {
  height: 490px;
  overflow-y: auto;
  padding-top: 30px;
}

#Customer .mobile-content h4 {
  text-align: left;
  padding: 30px 0;
}

#Customer .mobile-cont {
  position: relative;
  top: 42px;
}

#Customer .mobile-cont2 {
  position: relative;
  top: 87px;
}

#Customer .mobile-cont3 {
  position: relative;
  bottom: -113px;
}

#Customer .mobile-cont4 {
  position: relative;
  top: 35px;
}

#Customer .mobile-cont5 {
  position: relative;
  top: -36px;
}

#Customer .mobile-cont6 {
  position: relative;
  top: 30px;
}

#Customer .mobile-cont7 {
  position: relative;
  top: 114px;
}

#Customer .mobile-cont8 {
  position: relative;
  top: 9px;
}

#Customer .mobile-cont9 {
  position: relative;
  top: 76px;
}

#Customer .mobile-cont10 {
  position: relative;
  top: 30px;
}

#Customer .mobile-cont11 {
  position: relative;
  top: 90px;
}

#Customer .mobile-cont12 {
  position: relative;
  top: 7px;
}

#Customer .feature-list {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px !important;
}

#Customer .feature-ul {
  padding-right: 50px;
  padding-left: 0;
}

#Customer .feature-title {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

#Customer .boxhover2:hover {
  border: 2px solid #FF4F00;
}

#Customer .boxhover2 {
  border-radius: 18px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: none;
  height: auto !important;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 100%;
}


#Customer .hl-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#Customer .hl-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#Customer .hl-boxhover2:hover {
  border: 2px solid #FF4F00;
}

#Customer .hl-boxhover2 {
  border-radius: 18px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: none;
  height: auto !important;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 48.5%;
}

#Customer .chatbox5 {

  border-radius: 15px;
  max-width: 400px;
  margin-left: auto;
  position: absolute;
  top: 126px;
  left: 120px;
}

#Customer .chatbox6 {
  background: none;
  box-shadow: none;
}

#Customer .benefits-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#Customer .benefit-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#Customer .benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

#Customer .icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#Customer .benefit-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

#Customer .box4 {
  display: flex;
  align-items: flex-start;
}

#Customer .pricing-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

#Customer .pricing-content h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}

#Customer .pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Customer .pricing-content li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}

#Customer .line-text {
  display: inline;
  line-height: 1.5;
}

#Customer .tick {
  font-size: 20px;
}

#Customer .main-container {
  color: #000000;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-top: 0px !important;
}

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

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

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

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

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

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

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


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

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

#Customer .custom2 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  align-items: flex-start;
  gap: 12px;
}

#Customer .connectBtn {
  border-radius: 24px;
  background-color: #FC4F02 !important;
  width: auto;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  margin-top: 0 !important;
}

#Customer .hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#Customer .Arrowicon {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
}

#Customer .ls-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  #Customer .chatbox1 {

    left: 7%;
    top: 33px;
    justify-self: center;
    height: 312px;
  }

  #Customer .messenger-icon {
    display: none;
  }

  .items1 {
    order: 2;
  }

  .items2 {
    order: 1;
  }

  .swipe {
    display: flex;
    flex-direction: column;
  }

  #Customer .dis2 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #Customer .new-screen {
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }

  #Customer .chat-area {
    height: 500px;
    overflow-y: auto;
  }

  #Customer .ls-sec {
    display: block;
  }

  #Customer .chat-area {
    height: 600px;
    overflow-y: auto;
  }

  #Customer .mobile-cont,
  .mobile-cont2,
  .mobile-cont3,
  .mobile-cont4,
  .mobile-cont5,
  .mobile-cont6,
  .mobile-cont7,
  .mobile-cont8,
  .mobile-cont9,
  .mobile-cont10,
  .mobile-cont11,
  .mobile-cont12 {
    position: relative;
    top: 0 !important;
  }

  #Customer .chatbox4 {
    width: 50%;
  }

  .cht {
    text-align-last: center;
  }

  #Customer .boxhover,
  .boxhover2 {
    display: block;
    height: auto;
  }

  #Customer .boxhover2 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  #Customer .hl-boxhover2 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
  }

  #Customer .chatbox5 {

    border-radius: 15px;
    max-width: 400px;
    margin-left: auto;

    justify-self: center;
  }

  #Customer .chatbox6 {
    background: none;
    box-shadow: none;
  }

  #Customer .chatbox5 {
    border-radius: 15px;
    max-width: 400px;
    margin-left: auto;
    justify-self: center;
    position: absolute;
    overflow-y: auto;
    height: 315px;
    top: 40px;
  }

  #Customer .box4 {
    margin-bottom: 20px;
  }

  #Customer .ls-sec2 {
    display: flex;
    justify-content: flex-end;
    place-content: center !important;
    margin-top: 40px;
    width: 100%;
  }

  #Customer .chatbox2 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    margin-left: 0;
    position: relative;
    justify-self: center;
  }

  #Customer .chatbox3 {
    background: none;
    box-shadow: none;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {

  #Customer .chatbox4 {
    width: 100%;
    place-items: center !important;
  }

  .emoji {
    display: none;
  }

  #Customer .hl-boxhover2 {
    width: 100%;
  }

  #Customer .hl-row {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }

  #Customer .ai-evaluate3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 40px;
    row-gap: 14px;
    font-size: 12px;
  }

  #Customer .ai-item3 {
    display: flex;
    gap: 10px;
  }

  #Customer .ai-item3 img {
    width: 16px;
    height: 16px;
  }

  #Customer .ai-evaluate4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 40px;
    row-gap: 14px;
  }

  #Customer .ai-item4 {
    display: flex;
    gap: 10px;
  }

  #Customer .ai-item4 img {
    width: 16px;
    height: 16px;
  }

  #Customer .ai-evaluate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    row-gap: 14px;
  }

  #Customer .ai-item {
    display: flex;
    gap: 10px;
  }

  #Customer .ai-item img {
    width: 16px;
    height: 16px;
  }

  #Customer .chatbox5 {
    border-radius: 15px !important;
    max-width: 400px !important;
    margin-left: auto !important;
    justify-self: center !important;
    position: relative !important;
    top: 10px !important;
    left: 0px !important;
    overflow-y: hidden !important;
    height: auto !important;
  }

  #Customer .chatbox1 {
    position: relative;
    width: 70%;
    left: 0%;
    justify-self: anchor-center;
    top: 0;
    height: 390px;
  }

  .benefits-grid {
    grid-template-columns: 1fr !important;
  }
}