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

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

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

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

.impact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.impact-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border: 2px solid transparent;
}

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

.impact-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 24px;
}

.impact-card p {
  font-weight: bold;
  color: #000;
}

.boxhover4 p {
  color: #000;
  font-weight: bold !important;
}

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

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

.cardtxt {
  text-align: center;
  font-weight: bold;
}

.head1 {
  font-size: 32px !important;
  color: #fc4f02 !important;
  font-family: "poppins-bold";
  text-align: center;
  line-height: normal;
}

.pl20 {
  padding: 10px 10px;
}

.fb-header {
  width: 100%;
}

.chatbox1 {
  position: absolute;
  top: 160px;
  left: 130px;
  width: 280px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  text-align: left;
}

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

.user {
  background-color: #5c5fc8;
  color: #fff;
}

.bot {
  background-color: #f2f2f2;
}

.bot-icon {
  position: absolute;
  top: 345px;
  left: 137px;
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_AEO_for_Travel/icon.png) no-repeat center center;
  background-size: cover;
  width: 2.8%;
  height: 5%;
  z-index: 3;
}

.custom-list {
  padding-left: 20px;
  margin: 0;
}

.custom-list li {
  line-height: 1.5;
  margin-bottom: 6px;
  list-style: disc !important;
  text-indent: 0;
  list-style-position: outside;
}

.custom-list2 {
  padding-left: 20px;
  margin-top: 20px;
}

.custom-list2 li {
  line-height: 1.5;
  margin-bottom: 30px;
  list-style: disc !important;
  text-indent: 0;
  list-style-position: outside;
}

.custom-list2 li::marker {
  color: #fc4f02;
  font-family: "poppins-bold";
  font-size: 20px;
}

.chat-row5.user5 {
  justify-content: flex-end;
  gap: 10px;
  padding: 10px;
  display: flex;
  width: 250px;
  align-items: flex-end;
  margin-left: auto;
  border-radius: 28px;
}

.chat-row5.bot5 {
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  width: 280px;
  display: flex;
  align-items: flex-end;
  border-radius: 28px;
}

.chat-bubble5 {
  background: #fc4f02;
  color: #fff;
  padding: 12px 16px;
  border-radius: 18px;
  line-height: 1.4;
  max-width: 320px;
  font-size: 12px;
}

.chat-row5.bot5 .chat-bubble5 {
  background: #fff;
  color: #000;
}

.avtr {
  width: 35px;
  border-radius: 0% !important;
}

.chat-overlay3 {
  position: absolute;
  top: 60%;
  left: 65%;
  transform: translate(-120%, 46%);
  width: 100%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
}

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

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

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

.chat-area {
  height: 440px;
  overflow-y: auto;
}

.chat-message3 {
  margin-bottom: 20px;
}

.chat-message3.bot3 {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.chat-message3.bot3 img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-top: 4px;
}

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

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

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

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

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

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

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

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

.box-2-img {
  position: absolute;
  right: 360px;
  top: -30px;
  width: 75px;
}

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

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

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.faq-question h5 {
  font-size: 20px;
  font-family: "poppins-bold";
  line-height: normal;
}

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

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

.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;
  outline: none;
}

.faq-item.active .faq-answer {
  max-height: 520px !important;
  padding-top: 10px;
  width: 90%;
}

.demo-btn {
  background-color: #fc4f02;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}

.demo-btn:hover {
  background-color: #ec4904;
}

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

.boxhover2 {
  border-radius: 10px;
  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: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 100%;
  height: 200px;
}

.boxhover2 {
  height: 250px;
}

.boxhover_1:hover {
  border: 2px solid #fc4f02;
}

.boxhover_1 {
  height: 170px;
}

.feature-list {
  list-style: none;
  margin: 15px 0 0 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.feature-list .icon {
  margin-right: 12px;
}

.feature-list .icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.small-screen {
  display: flex;
  place-items: center;
  padding-bottom: 20px;
}

.cards-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.card:hover {
  transform: translateY(-8px);
}

.icon-box img {
  width: 60px;
  height: 60px;
}

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

.feature-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.line-s {
  margin-left: 8% !important;
  margin-bottom: 20px;
}

.feature-card:hover {
  border: 2px solid #fc4f02;
}

.feature-icon img {
  width: 60px;
  height: 60px;
}

.feature-card4 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-card4 p {
  font-weight: bold;
  line-height: normal;
}

.feature-icon4 img {
  width: 60px;
  height: 60px;
}

.feat1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-list3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  padding: 0;
  list-style: none;
}

.feature-list3 li {
  display: flex;
  align-items: center;
}

.feature-list3 .icon {
  margin-right: 8px;
}

.feature-list4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  padding: 0;
  list-style: none;
}

.feature-list4 li {
  display: flex;
  align-items: center;
}

.feature-list4 .icon {
  margin-right: 8px;
}

.screen1 {
  display: flex;
  place-items: center;
}

.mobile-content2 {
  position: relative;
  top: 60px;
}

.mobile-content6 {
  position: relative;
  top: 40px;
}

.mobile-content3 {
  position: relative;
  top: 102px;
}

.mobile-section2 {
  margin-top: 80px;
}

.mobile-section3 {
  margin-top: 120px;
}

.mobile-content4 {
  position: relative;
  top: 17px;
}

.mobile-content5 {
  position: relative;
  top: 112px;
}

.mob-cont {
  position: relative;
  top: 22px;
}

.mobile-content h4 {
  text-align: left;
  font-size: 24px !important;
  padding: 30px 0;
}

.mobile-content li {
  font-size: 15px !important;
}

.chat-box-2 {
  max-width: 360px !important;
}

.cons {
  margin-left: 65px;
}

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

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

.emoji1 {
  width: 60px !important;
  height: 60px !important;
  position: relative;
  left: -40px;
  top: 30px;
}

.mc {
  margin-left: 60px;
}

.h1-syle {
  font-size: 36px;
  color: #000;
  margin-bottom: 0 !important;
}

.line-c {
  margin-left: 50px;
}

.line-c2 {
  margin-left: 100px;
}

.in-to1 {
  position: relative;
  padding-bottom: 0;
}

.in-to2 {
  border-radius: 30px;
}

.in-to3 {
  padding: 0 20px;
}

.in-to4 {
  width: 70%;
}

.in-to5 {
  padding: 70px 0px 0px 0;
}

.in-to6 {
  display: inline-block;
}

.in-to7 {
  align-items: start;
}

.in-to8 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.in-to9 {
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
}

.in-to10 {
  color: #000;
  padding-bottom: 10px;
}

.black {
  color: #000;
}

.org {
  color: #fc4f02;
}

.mb-3 {
  margin-bottom: 30px;
}

.in-to11 {
  margin-bottom: 10px;
  padding-top: 20px;
}

.in-to12 {
  align-items: flex-start;
  margin-top: 50px;
}

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

.pt-3 {
  padding-top: 30px;
}

.in-to13 {
  padding-left: 60px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.in-to14 {
  padding-right: 100px;
  padding-top: 10px;
}

.in-to15 {
  text-align: center;
  margin-top: 40px;
}

.fx {
  align-items: flex-start;
}

.in-to16 {
  padding: 0px 0px 20px 0;
}

.mb-1 {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .chat-overlay3 {
    max-width: 40%;
    left: 70%;
    transform: translate(-140%, 50%);
  }

  .impact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {

  .bot-icon,
  .box-2-img {
    display: none;
  }

  .cons {
    margin-left: 22px;
  }

  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-card {
    min-height: auto;
    padding: 25px 20px;
  }

  .impact-card h3 {
    font-size: 22px;
  }

  .line-c {
    text-align: center;
    margin-left: 0px;
  }

  .line-c2 {
    margin-left: 0px;
  }

  .cad-c {
    align-items: center;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .chat-overlay3 {
    position: absolute;
    top: 62%;
    left: 82%;
    transform: translate(-150%, 28%);
    width: 100%;
    max-width: 400px;
  }

  .mc {
    margin-left: 0px;
  }

  .boxhover_1 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0px;
  }

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

  .screen1 {
    display: flex;
    place-items: center;
    flex-direction: column;
  }

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

  .items1 {
    order: 2;
  }

  .specer {
    height: 0 !important;
  }

  .items2 {
    order: 1;
  }

  .mobile-screen1 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .mobile-content2 {
    position: relative;
    top: 0px;
  }

  .mobile-content6 {
    position: relative;
    top: 0px;
  }

  .mobile-content3 {
    position: relative;
    top: 0px;
  }

  .mobile-content4 {
    position: relative;
    top: 0px;
  }

  .mobile-content5 {
    position: relative;
    top: 0px;
  }

  .last-sec {
    height: auto;
  }

  .data-management {
    width: auto !important;
  }

  .head_last {
    font-size: 36px;
  }

  .mob-cont {
    position: relative;
    top: 0px;
  }

  .chatbox1 {
    /* position: relative; */
    width: 36%;
    left: 5%;
    top: 9px;
    justify-self: center;
    height: 270px;
  }

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

  .chat-box-2 {
    padding: 0 !important;
    max-width: 350px !important;
  }

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

  .med {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-section2 {
    margin-top: 20px;
  }

  .mobile-section3 {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .chat-overlay3 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 370px;
  }

  .chatbox1 {
    position: relative;
    width: 77%;
    left: 0%;
    justify-self: anchor-center;
    top: 0;
    height: 270px;
  }

  .chat-row5.bot5 .chat-bubble5 {
    background: #fff;
    color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  .feature-list3 {
    grid-template-columns: 1fr;
  }

  .feature-list4 {
    grid-template-columns: 1fr;
  }

  .cards-1 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feature-grid2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .chat-area {
    height: 470px;
    overflow-y: auto;
  }
}

@media (max-width: 320px) {
  .chatbox1 {
    position: relative;
    width: 95%;
    left: 0%;
    justify-self: anchor-center;
    top: 0;
    height: 400px;
  }

  .small-screen {
    display: flex;
    place-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}