* {
  font-family: popins;
}
.right-img {
  height: 60vh;
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/teachers.jpeg);
  background-size: cover;
  background-position: center;
  /* border-top-right-radius: 30%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50px; */
  border-radius: 50px;
  box-shadow: 10px 10px 15px rgba(171, 129, 70, 0.274);
  border-bottom: 5px solid rgb(255, 179, 0);
  border-top: 5px solid #1118a8;
}
.become-tutor {
  /* background-image: url(http://localhost/Tutorly-Project/assets/images/bg-home.png); */
  background-size: cover;
}
.bt {
  /* color: #f0bb2b; */
  color: #6567f6;
  font-family: cursive;
  padding-bottom: 5px;
  border-bottom: 7px dotted #f0bb2b;
}
.apply-tutor {
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/bg-home.png);
  background-size: cover;
}

img {
  border: 8px solid #6567f6;
  border-top-right-radius: 30%;
  border-bottom-left-radius: 30%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.274);
}
span {
  color: #f0bb2b;
}
li {
  color: rgb(81, 80, 80);
}
.dash {
  height: 10px;
  width: 80px;
  background-color: #f0bb2b;
  border-radius: 15px;
}
.btn {
  border: 3px solid #1905b5 !important;
  border-radius: 15px !important;
  background: #6567f6 !important;
  color: white !important;
}
/* Steps Section Styling */
/* Steps Section Styling */
.steps-section {
  padding: 70px 0;
  background-color: #f4f4f4;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #333;
  position: relative;
}

.section-subtitle {
  color: #777;
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
}

.steps-container {
  position: relative;
  padding: 30px 0;
}

/* Create the connecting dashed arrows */
.steps-container:before {
  display: none;
}

@media (min-width: 768px) {
  .step-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 45px;
    right: -30px;
    width: 60px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='20' viewBox='0 0 60 20'%3E%3Cpath d='M0,10 C30,0 30,20 60,10' fill='none' stroke='%23ccc' stroke-width='2' stroke-dasharray='5,5'/%3E%3Cpath d='M50,10 L60,10 L55,5' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    z-index: 1;
  }
}

.step-icon-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.step-icon {
  width: 90px;
  height: 90px;
  background-color: #f0bb2b;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(240, 187, 43, 0.2);
  margin: 0 auto;
}
.st-2 {
  background-color: #6567f6;
}

.step-icon i {
  font-size: 40px;
  color: white;
}

.step-title {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.step-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  max-width: 250px;
  margin: 0 auto;
}

.btn-warning {
  background-color: #f0bb2b;
  border-color: #f0bb2b;
  color: white;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-warning:hover {
  background-color: #e0ab1b;
  border-color: #e0ab1b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(240, 187, 43, 0.3);
}

@media (max-width: 767px) {
  .step-item {
    margin-bottom: 40px;
  }

  .step-item:last-child {
    margin-bottom: 0;
  }

  .step-icon {
    width: 80px;
    height: 80px;
  }

  .step-icon i {
    font-size: 35px;
  }

  .step-description {
    max-width: 100%;
  }
}
