/* IMAGE */
.img-responsive {
  max-width: 100%;
  height: auto;
}

img {
  border: medium none;
  vertical-align: middle;
  outline: medium none;
}

div {
  display: block;
}

.p20 {
  padding: 20px;
  display: block;
}

.pl {
  padding: 20px 20px 20px 0px;
}

.pr {
  padding: 20px 0px 20px 20px;
}

/* Text Align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.Wid2 {
  width: 100%;
  float: left;
}

.Wid {
  width: 100%;
}

/* IMAGE AND EXTRA CLOSE */

/* SECTION-1 */
.hero-section h1 {
  width: 80%;
  margin: 50px 0;
}

.scrollBlock2 {
  position: absolute;
  top: 273px;
  left: -40px;
}

.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  float: left !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-top: -20px;
}

.line {
  height: 1px;
  opacity: 0.6;
  width: 60px;
  position: relative;
  left: 162px;
  bottom: 42px;
}

#slide-image {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.connectBtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #000;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}

.connectBtn:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}

/* SECTION-1 COMPLETE*/

/* SECTION-2 BLUEBG*/
.dyk-left__content,
.dyk-right__content {
  color: #fff;
}

.dyk-left__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blue {
  place-content: center;
}

/* SECTION-2 COMPLETE*/

/* SECTION-3*/
.issue-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 16px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;

}

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

.icon-circle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b00;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}

.issue-content h5 {
  margin-bottom: 15px;
}

.issue-content p {
  margin: 0;

}

/* SECTION-3 COMPLETE*/

.section-text {
  margin-top: 40px;

}

.differentiators-cards {
  display: flex;
  gap: 40px;
}

.differentiators-cards .boxhover1 {
  width: 48%;
}

.boxhover1 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid #fff;
  transition: border-color 1s ease;
  /* height: 310px !important; */
}

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

.left {
  text-align: left;
}

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

.mobile-heading h2 {
  font-size: 95px !important;
  color: rgba(252, 79, 2, 0.3);
  font-weight: bold;
}

.mobile-heading h4 {
  font-family: 'PTSans-Bold' !important;
  font-size: 28px;

}

.mobils-main {
  display: flex;
}

.mobile-screen {
  display: flex !important;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.mobile-screen-inner {
  width: 90%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mobile-screen-inner-2 {
  border: 18px solid #000000;
  overflow: hidden;
  
  border-radius: 50px;
  width: 350px;
  height: 650px;
}

.mobile-screen-inner-3 .message.user-3 {
  color: #ffff;
  background-color: #060042 !important;
}

.mobile-screen-inner-3 .message {
  background: #efeff0 !important;
  color: #000000;
}

.mobile-screen-inner-4 {
  box-shadow: 0 0 30px rgb(118 115 115 / 49%);
  overflow: hidden;
  width: 380px;
  height: 660px;
}

.mobile-screen-inner-4- {
  overflow: hidden;
  height: 600px;
}

.chat-area {
  flex: 1;
  overflow-y: auto;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  overflow-y: hidden;
}

.chat-area-1 {
  flex: 1;
  overflow-y: scroll !important;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  gap: 16px;
}

.message-row {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.message-row.user {
  flex-direction: row-reverse;
}

.avatar {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message {
  background: #e7ebf1 !important;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 80%;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.4;
}

.message2 {
  background: #e7ebf1 !important;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 65%;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.4;
}

.message.user {
  background: #060042 !important;
  color: #ffffff;
  max-width: 250px;
}

.message.user2 {
  background: #fff3e2 !important;
  color: #000000;
  max-width: 230px;
}

.message.user-2 {
  background: #fc4f02 !important;
  color: #fff;
  border-radius: 0px !important;
}

.user-2::after {
  content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/tringle-icon.png);
  position: absolute;
  right: 0px;
  margin-top: 12px;
}

.message.user-4 {
  background: #e8eff2 !important;
  color: #000000;
  border-radius: 0px !important;
}

.message.user-4::before {
  content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/tringle-icon-2.png);
  position: absolute;
  left: 0px;
  bottom: -16px;
}

.mobile-content {
  width: 100%;
  float: left;
  padding: 52px 64px 22px 0;
}

.mobile-content h4 {
  color: #fc4f02;
  font-size: 22px;
  font-weight: bold;
}

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

.styled-list li {
  margin-bottom: 10px;
}

.styled-list li::marker {
  color: #fc4f02;
  font-size: 16px;
}



.btn-orange {
  background-color: #ff4a00;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 20px;
  border: none;
}

.btn-orange-outline {
  background-color: #fff;
  color: #ff4a00;
  font-weight: 600;
  border: 1px solid #ff4a00;
  border-radius: 6px;
  padding: 8px 20px;
}

.btn-orange:hover,
.btn-orange-outline:hover {
  opacity: 0.9;
}

.screen-footer {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 10px;
  align-items: center;
}

.screen-footer input {
  flex: 1;
  padding: 10px;
  border-radius: 11px;
  border: 1px solid #ccc;
  outline: none;
}

.screen-footer button {
  padding: 10px 15px;
  border: none;
  border-radius: 20px;
  background: #007bff;
  color: white;
  cursor: pointer;
}

.mobile-height {
  height: 660px;
}


.icons1::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 106%;
  z-index: 1;
  width: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji3.png);
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icons1::before {
  content: "";
  position: absolute;
  top: 400px;
  right: -470px;
  width: 120px;
  height: 120px;
  z-index: 999;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji5.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.icons2::after {
    top: 414px;
    left: 72%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji1.png);
}

.icons2::before {
  top: 100px;
  right: 70%;
  z-index: 99;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji2.png);
}

.icons3::after {
  top: 110px;
  left: 16%;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji2.png);
}

.icons3::before {
  top: 410px;
  right: 14%;
  z-index: 99;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji1.png);
}

.icons4::after {
    top: 145px;
    left: 69%;
  width: 90px;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji2.png);
}

.icons4::before {
  top: 422px;
  right: 69%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji1.png);
}
.icons5::after {
    top: 145px;
    left: 71%;
  width: 90px;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji4.png);
}

.icons5::before {
  top: 364px;
  right: 13%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji5.png);
}

.icons5 .extra-emoji {
  position: absolute;
  top: 415px;
  z-index: 99;
  left: 12%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji3.png);
  background-size: cover;
  content: "";
}
.icons6::after {
    top: 470px;
    left: 70%;
  width: 90px;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji1.png);
}

.icons6::before {
  top: 214px;
  right: 70%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Rental_Moving_Companies_Customer/emoji6.png);
}

/* BOX-SECTION */
.main-box {
  display: flex;
  gap: 40px;
  width: 100%;
}

.boxhover2 {
  border-radius: 5px;
  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: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 48%;
}

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

.boxhover4 {
  border-radius: 5px;
  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: 20px;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 100%;
}

.boxhover4 ul li::marker {
  color: #fc4f02;
  font-size: 20px;
}

.pr {
  padding: 20px 0px 20px 20px;
}

.box ul li::marker {
  color: #fc4f02;
  font-size: 20px;
}

.connectBtn2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #fc4f04;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}

.connectBtn2:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}

.hei {
  height: 600px !important;
}

.time-btn {
  /* font-weight: 600; */
  font-size: 12px;
  padding: 8px 10px;
  /* border-radius: 6px; */
  min-width: 125px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
  .time-btn:hover {
    background-color: #fc4f02;
    color: #fff;
  }
.btn-filled-orange {
 

  border-color: #ff4a00;
}

.btn-bordered-orange {
  background-color: #fff;
  color: #ff4a00;
  border-color: #ff4a00;
}

.btn-filled-orange:hover,
.btn-bordered-orange:hover {
  opacity: 0.9;
}

@media (min-width: 1441px) {
  .scrollBlock2 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-section h1 {
    width: 100%;
  }

  .scrollBlock2 {
    position: absolute;
    top: 65%;
    left: -50px;
  }

  .blue {
    place-content: center !important;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
.icons1::after,
  .icons1::before,
  .icons5 .extra-emoji {
    content: "";
    background: none;
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 768px) {
  .mobile_screen {
    width: 50% !important;
  }

  .mobile-screen-inner-4 {
    width: 50% !important;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  .mobile-screen-inner {
    width: 90%;
    top: 0px;
    position: relative;
    margin-top: 20px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  #slideImage1 {
    display: none;
  }

  #slideImage2 {
    display: none;
  }

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

  .icons1::after,
  .icons1::before,
  .icons5 .extra-emoji {
    content: "";
    background: none;
    display: none;
  }

  .p20 {
    padding: 0px;
    display: block;
  }

  .items1 {
    order: 2;
  }

  .items2 {
    order: 1;
  }

  .differentiators-cards {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .differentiators-cards .boxhover1 {
    width: 100%;
  }
  .time-btn {
  font-size: 10px;
  min-width: 100px;

}

  .boxhover1 {
    display: block;
  }

  .main-box {
    flex-direction: column;
    gap: 0;
  }

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

  .p-res {
    padding: 1rem !important;
  }

  .mobile-screen-inner {
    width: 100%;
    top: 0px;
    position: relative;
    margin-top: 20px;
  }

  .mobile-screen-inner-4- {
    overflow: hidden;
    height: auto !important;
  }

  .hei {
    height: 350px !important;
  }

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

  .mobile-screen {
    align-items: center;
  }
}

@media (max-width: 376px) {
  .mobils-main {
    flex-direction: column;
    display: flex;
    align-items: stretch;
  }
}