/***
=============================================
Why Choose One
=============================================
***/
.why-choose-wrapper .why-choose-section {
  padding: 60px 0;
}

.why-choose-wrapper .section-heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--arovan-base);
  border-left: 4px solid var(--arovan-base);
  padding-left: 15px;
  margin-bottom: 15px;
}

.why-choose-wrapper .section-subtext {
  color: #666;
  font-size: 15px;
  margin-bottom: 35px;
}

.why-choose-wrapper .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.why-choose-wrapper .feature-item i {
  font-size: 22px;
  color: #fff;
  background-color: var(--arovan-base);
  border-radius: 50%;
  padding: 10px;
}

.why-choose-wrapper .feature-text h6 {
  margin: 0 0 5px;
  font-weight: 600;
}

.why-choose-wrapper .feature-text p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.why-choose-wrapper .image-box {
     position: relative;
    padding: 10px;
    border: 3px solid var(--arovan-base);
    border-radius: 20px;
}

.why-choose-wrapper .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 6px;  border-radius: 20px;
}

.why-choose-wrapper .badge-box {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-choose-wrapper .badge-box i {
  color: var(--arovan-base);
  font-size: 20px;
}

.why-choose-wrapper .badge-box span {
  font-weight: 600;
  color: #222;
  font-size: 14px;
}

.why-choose-wrapper .text-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.why-choose-section{
    padding: 80px 0;
}
/***
=============================================
End
=============================================
***/
