.Wid {
  width: 100%;
}

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

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

.p40 {
  padding: 40px;
  display: block;
}

.p30 {
  padding: 30px;
  display: block;
}

ol,
ul {
  padding-left: 0rem;
}

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

.pl2 {
  padding: 20px 50px 20px 0px;
}

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

.center {
  text-align: center;
}

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

.pr2 {
  padding: 0px 115px 0px 180px;
}

.left {
  text-align: left;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.scrollBlock {
  color: #000;
  position: relative;
  top: 7px !important;
  left: -8%;
}

.scrollBlock img {
  top: 8px;
  position: relative;
  left: -5px;
}

.line {
  width: 45px;
  position: relative;
  left: 125px;
  bottom: 25px;
}

.connectBtn {
  border: 1px solid #fc4f02;
  width: auto;
  padding: 10px 40px;
  font-size: 16px;
  color: #000;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
  position: relative;
  left: -20px;
  transition: all 0.5s ease;
}

.connectBtn1 {
  border: 1px solid #fc4f02 !important;
  background-color: #fc4f02;
  width: auto;
  padding: 18px 38px;
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
  transition: all 0.5s ease;
}

.connectBtn1:hover,
.connectBtn:hover {
  background-color: #fff;
  margin-left: 5px;
  color: #FC4F02;
  border: 2px solid #FC4F02;
}
.connectBtn:hover{
  border: 1px solid #FC4F02;
  color: #000;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

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

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

.cards-heading {
  line-height: normal;
  font-family: "PTSans-Bold" !important;
}

.orangeclr {
  color: #fc4f02;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 50px;
}

.dyk-left__content,
.dyk-right__content {
  color: #fff;
}

.text-bottom {
  color: #fff;
  font-size: 18px;
}

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

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

.acord-nrmltxt {
  font-size: 16px !important;
  line-height: normal;
  font-family: "Roboto-Regular";
}

.acccord-tab>.acccord-toggle {
  position: absolute;
  display: none;
  background: #f4f8ff;
}

.acccord-tab>label {
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: normal;
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px 8px 0px 0px;
  font-family: "PTSans-Bold" !important;
}

.acccord-tab>.acccord-content {
  max-height: 0;
  transition: all 0.1s;
  overflow: hidden;
  padding: 0 10px 0 60px;
  background: #f4f8ff;
  border-radius: 0 0 8px 8px;
}

.acccord-tab>label:after {
  content: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: transform 0.15s;
  margin-right: 25px;
}

.acccord-tab>.acccord-toggle:checked~label:after {
  transform: rotate(0deg);
  background: #f4f8ff;
}

.acccord-tab>.acccord-toggle:checked~.acccord-content {
  max-height: 100vh;
  border: 1px solid #b8cbf8;
  border-top: none;
  padding: 0px 20px 25px 60px;
}

.acccord-tab>.acccord-toggle:checked~label {
  background: #f4f8ff;
  border: 1px solid #b8cbf8;
  border-bottom: none;
}

.acccord-tab1>.acccord-toggle1 {
  position: absolute;
  display: none;
  background: #f4f8ff;
}

.acccord-tab1>label {
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: normal;
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px 8px 0px 0px;
  font-family: "PTSans-Bold" !important;
}

.acccord-tab1>.acccord-content1 {
  max-height: 0;
  transition: all 0.1s;
  overflow: hidden;
  padding: 0 10px 0 60px;
  background: #f4f8ff;
  border-radius: 0 0 8px 8px;
}

.acccord-tab1>label:after {
  content: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: transform 0.15s;
  margin-right: 25px;
}

.acccord-tab1>.acccord-toggle1:checked~label:after {
  transform: rotate(0deg);
  background: #f4f8ff;
}

.acccord-tab1>.acccord-toggle1:checked~.acccord-content1 {
  max-height: 100vh;
  border: 1px solid #b8cbf8;
  border-top: none;
  padding: 0px 20px 25px 60px;
}

.acccord-tab1>.acccord-toggle1:checked~label {
  background: #f4f8ff;
  border: 1px solid #b8cbf8;
  border-bottom: none;
}

.acccord-tab2>.acccord-toggle2 {
  position: absolute;
  display: none;
  background: #f4f8ff;
}

.acccord-tab2>label {
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: normal;
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px 8px 0px 0px;
}

.acccord-tab2>.acccord-content2 {
  max-height: 0;
  transition: all 0.1s;
  overflow: hidden;
  padding: 0 10px 0 60px;
  background: #f4f8ff;
  border-radius: 0 0 8px 8px;
}

.acccord-tab2>label:after {
  content: "\f078";
  position: absolute;
  top: 25px;
  right: 10px;
  font-family: fontawesome;
  transform: rotate(180deg);
  transition: transform 0.15s;
  margin-right: 25px;
}

.acccord-tab2>.acccord-toggle2:checked~label:after {
  transform: rotate(0deg);
  background: #f4f8ff;
}

.acccord-tab2>.acccord-toggle2:checked~.acccord-content2 {
  max-height: 100vh;
  border: 1px solid #b8cbf8;
  border-top: none;
  padding: 0px 20px 25px 74px;
}

.acccord-tab2>.acccord-toggle2:checked~label {
  background: #f4f8ff;
  /* Change background color when checked */
  border: 1px solid #b8cbf8;
  /* Add border when checked */
  border-bottom: none;
}

div {
  display: block;
}

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

.boxhover {
  border-radius: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border: 2px solid #ffff;
  transition: border-color 1s ease;
  height: auto;
  cursor: pointer;
}

.box-hover {
  border-radius: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border: 2px solid #ffff;
  transition: border-color 1s ease;
  height: auto;
  cursor: pointer;
  margin-top: 30px;
}

.boxhover1 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
  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;
}

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

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

.boxhover2 ul li::marker {
  color: #fc4f02;
}

.chatbox1 {
  width: 33%;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
  position: relative;
  top: -1px;
}

.chatbox {
  background-color: #fff;
  border: 15px solid #000;
  border-width: 15px 12px;
  width: 32%;
  border-radius: 30px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
  position: relative;
  top: -1px;
}

.chat-block2 {
  float: left;
  margin: 5px 40px 5px 5px;
  position: relative;
  list-style: inside;
}

.chat2 {
  padding: 10px;
  font-size: 12px;
  line-height: normal;
  background-color: #d9d9d9;
  color: #000;
  border-radius: 10px;
  width: 209px;
}

.chat2::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  left: -10px;
  border-right-color: #d9d9d9;
  bottom: 0px;
  transform: rotate(90deg);
  display: none;
}

.chat-block1 {
  float: right;
  margin: 5px 5px 5px 40px;
  position: relative;
}

.chat1 {
  padding: 10px;
  font-size: 12px;
  line-height: normal;
  background-color: #060042;
  color: #fff;
  border-radius: 10px;
  width: 175px;
}

.chat1::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  right: -10px;
  border-right-color: #fc4f02;
  bottom: 0px;
  transform: rotate(90deg);
  display: none;
}

.chatbox2 {
  width: 33%;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
}

.web-img {
  padding: 7px;
  height: 420px;
}

.web-img2 {
  padding: 7px;
  height: 620px;
}

.web-img3 {
  padding: 7px;
  height: 605px;
}

.chat-block8 {
  float: left;
  margin: 5px 30px 5px 0px;
}

.chat-block-8 {
  margin: 5px 30px 5px 0px;
}

.chat8 {
  padding: 10px;
  font-size: 12px;
  background-color: #d9d9d9;
  color: #000;
  line-height: normal;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  width: 217px;
}

.chat_8 {
  padding: 10px;
  font-size: 12px;
  background-color: #d9d9d9;
  color: #000;
  line-height: normal;
  border-radius: 10px;
  align-items: center;
  position: relative;
  width: 217px;
}

.chat-block7 {
  float: right;
  margin: 5px 0px 5px 30px;
}

.chat7 {
  padding: 10px;
  font-size: 12px;
  background-color: #fc4f02;
  color: #fff;
  line-height: normal;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  width: 201px;
}

.chat-7 {
  font-size: 12px;
}

.chat_7 {
  font-size: 10px;
}

.car-img {
  width: 390px;
}

.rupee-img {
  width: 250px;
  cursor: pointer;
}

.chatbox-x {
  display: flex !important;
  justify-content: space-evenly;
  align-items: flex-start;
  position: relative;
}

.emoji {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -50px;
  top: 93px;
}

.emoji-2 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 85%;
  top: 25%;
}

.emoji2 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 54%;
}

.emoji_2 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: -25%;
  top: 23%;
}

.emoji3 {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 84%;
  top: 13%;
}

.emoji-3 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -18%;
  top: 50%;
}

.emoji4 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: -14%;
  top: 60%;
}

.smiley {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 86%;
  top: 65%;
}

.smiley2 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -20%;
  top: 67%;
}

.smiley1 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 82%;
  top: 66%;
}

.smiley-1 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 88%;
  top: 66%;
}

.sign {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 90%;
  top: 50%;
}

.sign2 {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 51%;
  top: 25%;
}

.web-bottom {
  position: relative;
  top: -13px;
  border-radius: 0px 0px 10px 10px;
  width: 92%;
  left: 10px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .acccord-tab2>label:after {
    margin-right: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 320px) {
  .emoji {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 93px;
  }

  .emoji-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 93px;
  }

  .emoji2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -13%;
    top: 43%;
  }

  .emoji3 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 83%;
    top: 8%;
  }

  .smiley {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 200px;
    top: 293px;
  }

  .smiley2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 208px;
    top: 293px;
  }

  .smiley1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 80%;
    top: 60%;
  }

  .smiley-1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 80%;
    top: 60%;
  }

  .sign {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 85%;
    top: 54%;
  }

  .sign2 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -15%;
    top: 17%;
  }
}

@media screen and (min-width: 375px) and (max-width: 375px) {
  .emoji {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 93px;
  }

  .emoji-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 118px;
  }

  .emoji2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -13%;
    top: 43%;
  }

  .emoji3 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 85%;
    top: 8%;
  }

  .sign {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 82%;
    top: 42%;
  }

  .sign2 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -11%;
    top: 21%;
  }

  .smiley {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 270px;
    top: 370px;
  }

  .smiley2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 90%;
    top: 370px;
  }

  .smiley1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 83%;
    top: 54%;
  }

  .smiley-1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 83%;
    top: 54%;
  }
}

@media screen and (min-width: 425px) and (max-width: 425px) {
  .chatbox {
    background-color: #fff;
    border: 15px solid #000;
    border-width: 15px 10px;
    width: 80% !important;
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    position: relative;
    top: -1px;
  }

  .chatbox1 {
    width: 80% !important;
    top: 13px;
    border-radius: 10px;
    box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
    position: relative;
  }

  .chatbox2 {
    width: 80% !important;
    position: relative;
    top: 20px;
  }

  .emoji {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 93px;
  }

  .sign {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 95%;
    top: 41%;
  }

  .sign2 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -14%;
    top: 20%;
  }

  .emoji-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 93px;
  }

  .emoji2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -12%;
    top: 43%;
  }

  .emoji3 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 88%;
    top: 9%;
  }

  .smiley {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 250px;
    top: 380px;
  }

  .smiley2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 240px;
    top: 380px;
  }

  .smiley1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 86%;
    top: 55%;
  }

  .smiley-1 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 86%;
    top: 55%;
  }
}

@media (max-width: 425px) {
  .web-img {
    padding: 7px;
    height: 486px;
  }

  .car-img {
    width: 260px;
  }

  .rupee-img {
    width: 170px;
    cursor: pointer;
  }

  .web-img3 {
    padding: 7px;
    height: 428px;
  }

  .reply {
    width: 185px !important;
  }
}

@media (max-width: 768px) {
  .future-service-section {
    display: flex !important;
    flex-direction: column !important;
  }

  .future-service-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .future-service-section__img {
    margin-top: 24px;
  }

  .boxhover1 {
    display: block;
  }

  .swipe {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 55px;
  }

  .items1 {
    order: 2;
  }

  .items2 {
    order: 2;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .Wid2 {
    width: 100%;
    float: center;
  }

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

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

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

  .pl {
    padding: 10px 0px;
  }

  .pl2 {
    padding: 10px 10px 10px 10px;
  }

  .pr {
    padding: 10px 0px;
  }

  .pr2 {
    padding: 0px;
  }

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

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

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

  .h {
    height: auto;
  }

  #slideImage1 {
    display: none;
  }

  #slideImage2 {
    display: none;
  }

  .orangeclr {
    color: #fc4f02;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: normal;
  }

  .chatbox1,
  .chatbox .chatbox3 {
    width: 100%;
    top: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
    position: relative;
  }

  .chatbox {
    background-color: #fff;
    border: 15px solid #000;
    border-width: 15px 10px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    position: relative;
    top: -1px;
  }

  .chatbox1 {
    width: 100%;
    top: 13px;
    border-radius: 10px;
    box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
    position: relative;
  }

  .chatbox2,
  .chatbox3 {
    width: 100%;
  }

  .chatbox2 {
    width: 100%;
    position: relative;
    top: 20px;
  }

  .chatbox-x {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .web-top {
    width: 100%;
  }

  .web-bottom {
    width: 90%;
    left: 10px;
  }

}

@font-face {
  font-family: "PTSans-Bold";
  src: url(../fonts/PTSans-Bold.ttf);
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/RobotoSlab-Regular.ttf);
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .img2 {
    flex: none;
    width: 100%;
    place-items: center;
  }

  .web-top,
  .web-bottom {
    width: 100%;
  }

  .web-top1,
  .web-bottom {
    width: 90%;
    left: 10px;
  }

  .chatbox1,
  .chatbox3 {
    width: 48%;
    top: 50px;
  }

  .chatbox {
    width: 48%;
    top: 50px;
  }

  .chatbox2,
  .chatbox3 {
    width: 48%;
  }

  .chatbox2,
  .chatbox-3 {
    width: 48%;
    top: 46px;
    position: relative;
  }

  .sign2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -15%;
    top: 22%;
  }

  .car-img {
    width: 350px;
  }

  .chatbox-x {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .emoji-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 84%;
    top: 25%;
  }

  .smiley {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 250px;
    top: 380px;
  }

  .smiley2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 364px;
  }

  .emoji2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -12%;
    top: 54%;
  }

  .emoji3 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 89%;
    top: 9%;
  }

  .emoji_2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -13%;
    top: 33%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .smiley {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 230px;
    top: 360px;
  }

  .smiley2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: -50px;
    top: 350px;
  }

  .emoji3 {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 83%;
    top: 12%;
  }

  .reply {
    width: 220px !important;
  }

  .chatbox {
    background-color: #fff;
    border: 15px solid #000;
    border-width: 15px 12px;
    width: 33%;
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
    position: relative;
    top: -1px;
  }
}

.box-container {
  display: flex;
  gap: 5px;
}

.box {
  border: 2px solid #ff4500;
  padding: 10px 10px;
  text-align: center;
  color: #ff4500;
  border-radius: 5px;
  cursor: pointer;
}

.box:hover {
  background-color: #fc4f02;
  color: #fff;
}

.box2 {
  border: 2px solid #A3A3A3;
  padding: 10px 10px;
  text-align: center;
  color: #A3A3A3;
  border-radius: 5px;
  cursor: pointer;
  width: 78px;
}

.box2:hover {
  background-color: #fc4f02;
  color: #fff;
}

ul {
  list-style-type: disc;
  /* Default black dot */
  padding-left: 20px;
}

.chat-box {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  font-family: Arial, sans-serif;
  position: relative;
}

.chat-text {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}

.timestamp {
  font-size: 12px;
  color: gray;
  position: absolute;
  top: 10px;
  right: 10px;
}

.options {
  margin-top: 10px;
}

.option {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  cursor: pointer;
  font-size: 12px;
  color: #007bff;
}

.option:hover {
  color: gray;
}

.option-2 {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  cursor: pointer;
  font-size: 12px;
}

.option-2:hover {
  color: gray;
}

.reply {
  width: 250px;
}

.feature-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  border: 2px solid transparent;
}

.feature-container:hover {
  border-color: #FC4F02;
}

.border-highlight {
  border: 2px solid #FC4F02;
}

.icon-style {
  font-size: 24px;
  color: #FC4F02;
  margin-right: 10px;

}

.feature-container h4 {
  line-height: normal;
  font-family: "PTSans-Bold" !important;
  font-size: 20px;
}

/* Bullet points color change */
.feature-container ul {
  padding-left: 40px;
}

.feature-container ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.feature-container ul li::before {
  content: "•";
  color: #FC4F02;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -11px;
}




.issue-card {

  background-color: rgba(255, 255, 255, 0.1);

  color: white;

  padding: 20px;

  border-radius: 10px;

  margin-bottom: 20px;

  display: flex;

  align-items: flex-start;

  transition: border-color 0.3s ease;

  border: 2px solid transparent;

}

.issue-card:hover {

  border-color: white;

}

.issue-number {

  font-size: 3.5rem;

  font-weight: bold;

  margin-right: 20px;

}

.issue-content h5 {

  font-weight: bold;

}

.issue-content p {

  font-size: 1rem;

}