*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  overflow-x:hidden;
}

.who{
  position:relative;
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:60px 20px;
  overflow:visible;
}

.bg-img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.content-box{
  position:relative;
  z-index:1;
  background:#f4f1ea;
  max-width:650px;
  padding:60px;
  margin-left:60px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.content-box h1{
  font-family:'Playfair Display', serif;
  font-size:52px;
  margin-bottom:25px;
  color:#2c2c2c;
}

.content-box p{
  font-family:'Poppins', sans-serif;
  font-size:16px;
  color:#555;
  line-height:1.8;
  margin-bottom:18px;
}

@media(max-width:768px){
  .who{
    padding:20px;
    min-height:auto;
  }

  .content-box{
    margin:0;
    padding:30px;
  }

  .content-box h1{
    font-size:32px;
  }
}

@media (max-width: 576px) {
  .who {
    padding:60px 0;
  }
}

.vision-section {
  background-color:#fff;
  color:#fff;
  padding:80px 20px;
  font-family:'Georgia', serif;
}

.vision-section .container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:40px;
  align-items:center;
}

.left-content{
  flex:1;
}

.left-content h1{
  font-size:64px;
  line-height:1.1;
  margin-bottom:40px;
}

.bottom-img img{
  width:100%;
  border-radius:6px;
}

.right-content{
  flex:1;
  text-align:center;
}

.top-img img{
  width:100%;
  max-width:400px;
  margin-bottom:30px;
  border-radius:6px;
}

.vision-text,
.mission-text{
  font-size:20px;
  line-height:1.7;
  margin-bottom:30px;
  color:#000;
}

@media (max-width:992px){
  .vision-section .container{
    flex-direction:column;
  }

  .left-content h1{
    font-size:40px;
    text-align:center;
  }

  .right-content{
    text-align:center;
  }

  .top-img img{
    max-width:100%;
  }
}

@media (max-width:576px){
  .vision-section{
    padding:60px 0;
  }
}
/* vision mission end */

/* Strength start */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.brp-strength{
  background:#fff;
  color:#fff;
  padding:120px 20px;
  font-family:'Georgia', serif;
  overflow:hidden;
}

.brp-wrap{
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:50px;
  flex-wrap:wrap;
}

.brp-left{
  flex:1 1 300px;
}

.brp-left h2{
  font-size:64px;
  line-height:1.2;
  color:#000;
}

.brp-right{
  flex:2 1 500px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  width:100%;
}

.brp-card{
  text-align:center;
  transition:0.3s;
}

.brp-card:hover{
  transform:translateY(-6px) scale(1.03);
}

.brp-card img{
  width:70px;
  max-width:100%;
  margin-bottom:15px;
}

.brp-card p{
  font-size:20px;
  line-height:1.6;
  color:#000;
}

/* RESPONSIVE */
@media (max-width:992px){
  .brp-wrap{
    flex-direction:column;
    text-align:center;
  }

  .brp-left h2{
    font-size:42px;
    color:#000;
  }

  .brp-right{
    grid-template-columns:1fr;
  }
}

@media (max-width:576px){
  .brp-strength{
    padding:80px 15px;
  }

  .brp-left h2{
    font-size:32px;
  }

  .brp-card p{
    font-size:16px;
    color:#000;
  }
}

/* Strength end */

.brp-hero-section {
    padding: 60px 10%;
    background: #f4f1ea;
}

.brp-hero-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.brp-hero-text {
    flex: 1;
}

.brp-hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.brp-hero-text p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

.brp-hero-image {
    flex: 1;
}

.brp-hero-image img {
    width: 100%;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .brp-hero-wrap {
        flex-direction: column;
    }

    .brp-hero-text h1 {
        font-size: 32px;
    }

    .brp-hero-text p {
        font-size: 16px;
    }
}

/* what we do  */


/* what we do  */