/* About Section Layout */
#aboutus {
    display: flex;
   
}

/* Left Content */
.contentaboutus {
    max-width: 50%;
    text-align: left;
    padding: 10px 30px;
    line-height: 26px;
}

.contentaboutus .label {
    display: inline-block;
    padding: 6px 18px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500;
    
}

.contentaboutus h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color:black;
    line-height: 40px;
    margin: 
0px 0px 24px;
padding:0px;
/* height becomes 130% */

}

.contentaboutus p {
    font-size: 18px !important;
    line-height:
29.25px ;
margin:
0px 0px 24px;
padding:0px;
    color: #555;
}

/* Highlight Paragraph Background */
.highlight {
    background-color: #2c62e6;
    color: white;
    padding: 20px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.7;
    margin: 25px 0;
}

.btn-group button{
      width: 40% !important;

  
}
/* Right Image + Badge */
.imageaboutus {
    position: relative;
    max-width: 60%;
}

.imageaboutus img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0px 6px 25px rgba(0,0,0,0.1);
}

/* Badge Card */
.badge {
    position: absolute;
    bottom: -30px;
    left: 40px;
    background: white;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1d;
}

.badge small {
    display: block;
    color: #6f6f6f;
    font-size: 15px;
    margin-top: 5px;
}
.tag {
    position: absolute;
    bottom: -30px;
    left: 40px;
    background: #ffffff;
    padding: 20px 28px;
    border-radius: 18px;
    box-shadow: 0px 8px 30px rgba(0,0,0,0.15);
    font-family: inherit;
    display: block;
    width: fit-content;
    line-height: 1.4;
}

/* First line (bold "Since 2020") */
.tag b {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1c2b26;
}

/* Second line (light subtitle) */
.tag small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6e6e6e;
}

/* Mobile Responsive */
@media (max-width: 950px) {
    #aboutus {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .contentaboutus {
        max-width: 100%;
    }

    .button-group {
        justify-content: center;
    }

    .imageaboutus {
        max-width: 90%;
    }

    .badge {
        left: 50%;
        transform: translateX(-50%);
    }
}
#explore{
    color:white !important;
    background-color: transparent !important;
width:20% !important;
}
#explore-join{
 color:white !important;
 border: 1px solid grey;
    background:transparent !important;
}
#redifining{
   background: #ffb700; /* yellow color from image */
  color: #ffffff;
  font-size:16px !important;
  font-weight: 600 !important;
  border: none;
  width: 30%;
  line-height: 28px;
   margin:0px 0px 24px !important;

  padding: 8px 16px !important;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;

  /* Soft glowing shadow effect */
  box-shadow: 0px 0px 25px rgba(255, 183, 0, 0.4);
}
@media (min-width: 300px) and (max-width: 800px){

  #redifining{
    width: 100%;
    font-size: 10px !important;
    line-height: 24px;
    padding: 8px 14px !important;
    margin: 0 0 20px !important;
    border-radius: 40px;
    text-align: center;
  }
}


.ind-1 h3{
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: 700 !important;
  margin:0px 0px 8px !important;
}
.ind-1 p{
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}
#partner{
    gap:10px !important;
}
.part-2{
  width:300px !important;
}
.section-values {
  text-align: center;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  color: #1f2d2d;
}

/* Small rounded tag */
.section-label {
  display: inline-block;
  background: #ffffff;
  color: #1f2d2d;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  font-weight: 500;
  margin-bottom: 16px;
}

/* Main heading */
.section-heading {
  font-size: clamp(26px, 5vw, 45px);
  font-weight: 700;
  margin: 0 0 14px;
  color: #1f2d2d;
  letter-spacing: -0.9px;
}

/* Subheading / description */
.section-subtext {
  font-size: clamp(14px, 2.5vw, 16px);
  color: #6c7c7c;
  max-width: 850px;
  margin: auto;
  line-height: 1.5;
}

/* ---------------- SECTION LAYOUT ---------------- */
.ouradvantage{

display: flex;
padding:0px !important;
flex-direction: column;
 border-radius:none !important;
  border-left:none !important;
}

.label2{
  width:25% !important;
  margin-bottom: 20px;
}


/* ---------------- FEATURE BOXES ---------------- */
.feature-box {
  display: flex;
  background: #ffffff;
  padding: 22px 20px;
  margin-top:12px;
  border-radius: 18px;
  border-left: 5px solid #0e4e41;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  cursor: pointer;
  text-align: left !important;
}

/* Hover animation */
.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-left-color: #129f79;
}

/* Icon styling */
.feature-box .icon {
  background: #eef7f4;
  padding: 15px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-box .icon img {
  width: 30px;
  opacity: 0.85;
}

/* Text */
.feature-box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #07251f;
  text-align: left !important;
}

.feature-box p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  color: #556963;
  text-align: left !important;
}

/* ---------------- RIGHT IMAGE ---------------- */


/* Badge Tag */
 .imgbox{
  max-width: 50% !important;

}
 .imgbox2{
margin-top: 80px !important;
padding-top: 80px;
}


.imageaboutus .tag2 {
  position: absolute;
  top:100px;
  left:70%;
  max-width: 500px;
    max-height: 70px;
  background:white;
  color: black;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}

/* Large screens (default desktop) */
.imgbox{
  max-width: 50% !important;
}

.imgbox2{
  margin-top: 80px !important;
  padding-top: 80px;
}

/* Tablets (768px – 1024px) */
@media (max-width: 1024px){
  .imgbox{
    max-width: 70% !important;
  }

  .imgbox2{
    margin-top: 60px !important;
    padding-top: 60px;
  }
}

/* Mobile (480px – 767px) */
@media (max-width: 767px){
  .imgbox{
    max-width: 90% !important;
  }

  .imgbox2{
    margin-top: 40px !important;
    padding-top: 40px;
  }
}

/* Small Mobile (below 480px) */
@media (max-width: 480px){
  .imgbox{
    max-width: 100% !important;
  }

  .imgbox2{
    margin-top: 25px !important;
    padding-top: 25px;
  }
}


/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
  #aboutus{
    flex-direction: column;
    text-align: center;
  }

  .feature-box {
    justify-content: center;
    text-align: left;
  }
}
