
.about-hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 8%;
  gap: 60px;
  background: linear-gradient(135deg, #fff9f9, #fce3f0);
  flex-wrap: wrap;
}

.about-hero-text {
  flex: 1;
  min-width: 320px;
}

.about-hero-text .crafting {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-hero-text h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin: 20px 0;
  line-height: 1.3;
}

.about-hero-text .text {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 550px;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn {
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 4px 10px rgba(232, 91, 129, 0.3);
}

.btn-primary:hover {
  background-color: #d84a71;
  transform: translateY(-2px);
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-transparent:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

.hero-img-about {
  flex: 1;
  text-align: right;
  position: relative;
}

.hero-img-about img {
  max-width: 100%;
  width: 500px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.customer-sat{
    display: flex;
    gap: 5px;
    width: 50%;
    position: absolute;
    bottom: -2rem;
    left: -3rem;
    align-items: center;
    justify-content: center;
justify-content: center;
background-color: var(--white-color);
padding: .8rem ;
border-radius: 10px;

}
.ic{
    padding: .8rem;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
.ic i{
    font-size: 1.5rem;
    color: var(--primary-color);
}
.customer-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 300px;
}



/* Responsive Design */
@media (max-width: 992px) {
  .about-hero-section {
    flex-direction: column-reverse;
    text-align: center;
    padding: 80px 5%;
  }

  .hero-img-about {
    text-align: center;
  }

  .hero-img-about img {
    width: 80%;
  }

  .hero-btns {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .about-hero-text h2 {
    font-size: 2rem;
  }

  .about-hero-text .text {
    font-size: 0.95rem;
  }

  .btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

/* NUMBERS */
.numbers-main{
    padding-block: 3rem;
}
.numbers-container{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    background-color: var(--third-color);
    padding: 3rem 5rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.numbers-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
}
.numbers-wrapper .number{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white-color);
}
.numbers-wrapper .num-text{
    font-size: 1rem;
    color: var(--white-color);
}

/* STORY-SECTION */
.story-sec{
    display: flex;
    text-align: justify;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
    line-height: 1.2;
    padding: 3rem;
}

/* WHAT-MAKES-US-DIFFERENT */
.makes-us-diff-main{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
}
.makes-us-diff-main .makes-us-diff-img{
width: calc(30% - 3rem);
}
.makes-us-diff-main .makes-us-diff-img img{
width: 100%;
height: fit-content;
}
.makes-us-diff-text{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.makes-us-diff-text h4{
  font-size: 1.5rem;
}
.makes-us-diff-text .different-card{
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.different-card .diff-icon{
  /* display: flex; */
background-color:var(--secondary-color) ;
padding: .8rem;
border-radius: 50%;
}
.different-card .diff-icon i{
color: var(--primary-color);
font-size: 1.3rem;
}
.different-card .diff-text{
display: flex;
flex-direction: column;
gap: .6rem;
}
.different-card .diff-text h5{
font-size: 1rem;
}

/* OUR-VALUES */
.our-values-container h2{
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 3rem;
}
.values-wrapper{
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 2rem;
  /* justify-content: space-evenly; */
  flex-wrap: wrap;
}
.values-wrapper .value-one{
  width: calc((100% - 6rem) / 4);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--box-shadow);
  padding: 1.5rem;
}
.values-wrapper .value-one figure{
  display: flex;
  background-color: var(--secondary-color);
  padding: 1rem;
  border-radius: 50%;

}
.values-wrapper .value-one figure i{
  color: var(--primary-color);
 font-size: 1.5rem;

}
.values-wrapper .value-one h5{
  color: var(--third-color);
 font-size: 1.2rem;

}

@media only screen and (max-width:860px){
.values-wrapper .value-one{
  width: calc((100% - 2rem) / 2);
 
}
.makes-us-diff-main .makes-us-diff-img img{
display: none;
}
}
@media only screen and (max-width:610px){
.values-wrapper .value-one{
  width:100%;
 
}
.story-sec{
    padding: 1.5rem;
    
}
.customer-sat{
    width: 50%;
    position: absolute;
    bottom: -3rem;
    left: -1rem;
  }
}