.dsktp_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dsktp_banner img {
  width: 100%;
  height: auto;
}
.dsktp_about_heading {
    font-family: DM Sans;
    font-size: 2.625rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
    color: #fff;
  }
  
.dsktp_text {
  position: absolute;
  top: 70%;
  text-align: center;
}
.dsktp_text p {
  margin-bottom: 0.3rem;
}
.dsktp_info {
  font-size: 1.3rem;
  font-weight: 600;
}
.dsktp_info_2 {
  color: #fe5c4d;
  text-align: center;
  font-family: DM Sans;
  font-size: 1.3rem;
  font-weight: 700;
}
.dsktp_voice_victory {
  margin-top: 5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.dsktp_voice_victory h2 {
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 1.8rem;
}
.victory_div {
  display: flex;
  justify-content: start;
  align-items: start;
}
.dsktp_reviewer img {
  height: 5.8rem;
  width: 5.8rem;
  border-radius: 50%;
  object-fit: cover;
}
.dsktp_review {
  margin-left: 1.25rem;
}
.dsktp_review_name {
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: capitalize;
}
.dskt_review_text p {
  line-height: 1.5rem;
  font-size: 1rem;
}
.dsktp_para {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0.5rem;
}
.dsktp_para p,
.dsktp_stars p {
  margin-bottom: 0;
}
.dsktp_stars {
  border-radius: 3.125rem;
  background: #ffc107;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.5rem;
}
.dsktp_stars img {
  margin-left: 0.3rem;
  height: 18px;
  width: 18px;
}
.victory_wrapper {
  background-color: #fff8e5;
  width: 34.5625rem;
  height: 14.125rem;
  border-radius: 0.625rem;
  margin: 0 auto;
  padding: 2.5rem 1.8rem;
}
.dsktp_badge p {
  margin-bottom: 0;
  margin-left: 0.3rem;
  font-size: 1rem;
  font-weight: 600;
}
.dsktp_badge {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 1.2rem;
  margin-bottom: 4rem;
  gap: 0.3rem;
}
.dsktp_badge img {
  margin-top: 0.2rem;
}
.carousel-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  flex: 0 0 100%;
}
.carousel_flex {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.carousel-dots {
  text-align: center;
  margin-top: 10px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #ffeaad;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.dot.active {
  background-color: #ffc107;
}
.our_journey {
  background-color: #fffaf7;
  padding: 0 18rem;
  padding-top: 4rem;
}
.journey_heading h2 {
  text-align: center;
  color: #000;
  font-family: DM Sans;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02563rem;
  text-transform: uppercase;
}
.journey_heading {
  margin-bottom: 2rem;
}
.journey_heading h2 span {
  color: #fe5c4d;
}
.journey_points {
  margin-left: 2rem;
  margin-top: -0.5rem;
}
.the_idea {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.idea_text {
  color: #505050;
  font-size: 1rem;
}
.idea_text span {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.journey_flex {
  display: flex;
  justify-content: start;
  align-items: start;
  height: 11rem;
}
.red_dot {
  background-color: #fe5c4d;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
}
.side_red_point {
  position: relative;
  height: 100%;
}
.grey_line {
  width: 1px;
  height: calc(100%);
  background-color: #dcdcdc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.founder h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.founder {
  padding-left: 12rem;
  padding-right: 12rem;
}
.founder_div {
  border-radius: 0.625rem;
  border: 1px solid #dcdcdc;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.founder_left {
  display: flex;
  justify-content: start;
  align-items: center;
}
.founder_details {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-left: 0.62rem;
}
.founder_details span:first-child {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
}
.founder_details span:last-child {
  font-size: 1rem;
}
.founder_msg {
  width: 28rem;
}
.founder_msg_txt {
  font-size: 1.5rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 1160px) {
  .journey_flex {
    height: 14rem;
  }
  .founder_msg_txt {
    font-size: 1.2rem;
  }
  .founder {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 1050px) {
  .dsktp_about_heading {
    font-size: 2rem;
  }
  .dsktp_info,
  .dsktp_info_2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1030px) {
  .our_journey {
    padding: 0 12rem;
  }
}
@media only screen and (max-width: 950px) {
  .founder {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 860px) {
  .founder {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 820px) {
  .our_journey {
    padding: 0 6rem;
  }
}
@media only screen and (max-width: 805px) {
  .dsktp_about_heading {
    font-size: 1.5rem;
  }
  .dsktp_info,
  .dsktp_info_2 {
    font-size: 0.875rem;
  }
  .founder_div {
    flex-direction: column;
  }
  .founder_msg {
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 665px) {
  .dsktp_info,
  .dsktp_info_2 {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 630px) {
  .our_journey {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 620px) {
  .dsktp_info,
  .dsktp_info_2 {
    font-size: 0.7rem;
  }
  .victory_wrapper {
    width: 30rem;
    height: 16rem;
  }
}
@media only screen and (max-width: 560px) {
  .dsktp_banner img {
    width: 100%;
    height: 16rem;
  }
}
@media only screen and (max-width: 536px) {
  .our_journey {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 520px) {
  .dsktp_about_heading {
    font-size: 1rem;
  }
  .dsktp_info,
  .dsktp_info_2 {
    font-size: 0.65rem;
  }
  .victory_wrapper {
    width: 25rem;
    height: 25rem;
  }
}
@media only screen and (max-width: 452px) {
  .victory_wrapper {
    width: 20rem;
    height: 30rem;
  }
  .victory_div {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .dsktp_review {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 442px) {
  .journey_flex {
    height: 19rem;
  }
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.about-address {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  min-width: 300px;
}

.about-address p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.about-map {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-width: 300px;
}

.about-map iframe {
  border: 0;
  width: 100%;
  max-width: 400px;
  height: 370px;
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-map iframe {
    height: 200px;
  }
  .about-address {
    text-align: center;
  }
}

.overlay-report {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1050;
}

.modal-report {
  max-width: 450px;
  margin: 100px auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slide-in 0.3s ease-in-out;
}

@keyframes slide-in {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.btn-close-report {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.error-report {
  color: red;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 15px;
}


.confirm-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-backdrop, .confirm-backdrop-2, .confirm-backdrop2, .confirm-backdrop3, .confirm-backdrop4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.confirm-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width:320px;
  z-index: 1000;
}

.confirm-body figure {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.confirm-body p {
  margin-top: 20px;
}

.confirm-footer {
  margin-top: 20px;
  display: flex;
  justify-content:center;
  gap:1rem;
}

.confirm-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


