.why-container-fluid {
    background-color: #009688;
}

.why_alpha1-con {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    padding: 20px;
}

.why_alpha1-con .tangible-title h1 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
    width: 350px;
}

.why_alpha1-con .tangible-para p {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    width: 400px;
}

.why_alpha1-con .digital-img {
    position: relative;
    border-radius: 20px;
    overflow: visible;
    margin: auto;
    
}

.why_alpha1-con img {
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    margin-bottom: -140px;
    
}


/* âœ… For screen widths 992px and below (large tablets) */
@media (max-width: 992px) {
    .why_alpha1-con {
        flex-direction: row;
        align-items: center;
        padding: 30px 25px;
    }

    .why_alpha1-con .tangible-title h1 {
        font-size: 36px;
    }

    .why_alpha1-con .tangible-para p {
        width: 100%;
        font-size: 20px;
        margin: 0 auto;
    }

    .why_alpha1-con .digital-img {
        top: 20px; /* Slightly less offset for medium screens */
    }
}

/* Large Devices (min-width: 993px and max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .why_alpha1-con .tangible-title h1 {
        font-size: 34px;
        padding: 20px 0;
    }

    .why_alpha1-con .tangible-para p {
        width: 100%;
        font-size: 17px;
        margin: 0 auto;
    }

    .why_alpha1-con .digital-img {
        top: -20px; /* Slightly less offset for medium screens */
    }

    .why_alpha1-con img {
        border-radius: 20px;
        width: 100%;
        max-width: 500px;
    
    }
}


/* âœ… For screen widths 768px and below (small tablets) */
@media (max-width: 768px) {
    .why_alpha1-con {
        padding: 20px;
    }

    .why_alpha1-con .tangible-title h1 {
        font-size: 24px;
        margin-top: 20px;
    }

    .why_alpha1-con .tangible-para p {
        font-size: 16px;    
    }

    .why_alpha1-con .digital-img {
        top: -20px; /* Minimal offset for small devices */
    }

    .why_alpha1-con img {
        height: auto;
        max-width: 430px;
    }
}

/* âœ… For screen widths 576px and below (mobile phones) */
@media (max-width: 576px) {
    .why_alpha1-con {
        padding: 20px;
    }

    .why_alpha1-con .tangible-title h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 50px;
    }

    .why_alpha1-con .tangible-para p {
        font-size: 16px;
        text-align: center;
        margin-top: -20px;
    }

    .why_alpha1-con img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: -5px;
    }
}

/* Base Section */
.why_alpha2-con {
  background-color: #009688;
  border-radius: 15px;
  color: #fff;
  margin: 0;
  margin-top: 170px;
}

.why_alpha2-con h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}

.why_alpha2-con p {
  text-align: justify;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  line-height: 2.1;
}

.why_alpha2-con .left-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-top: 20px;
}


/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
  .why_alpha2-con {
    margin-top: 120px;
    padding: 25px 15px;
    text-align: center;
  }
  .why_alpha2-con h3 {
    font-size: 26px;
  }
  .why_alpha2-con p {
    font-size: 16px;
    line-height: 1.8;
  }
  .why_alpha2-con .left-img {
    max-width: 330px;
    margin: 0 auto 20px;
  }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .why_alpha2-con {
    margin-top: 80px;
    padding: 30px 20px;
  }
  .why_alpha2-con h3 {
    font-size: 24px;
  }
  .why_alpha2-con p {
    font-size: 15px;
    line-height: 1.9;
  }
  .why_alpha2-con .left-img {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .why_alpha2-con {
    margin-top: 120px;
    padding: 35px 25px;
  }
  .why_alpha2-con h3 {
    font-size: 26px;
  }
  .why_alpha2-con p {
    font-size: 16px;
    line-height: 2.0;
  }
  .why_alpha2-con .left-img {
    max-width: 350px;
  }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .why_alpha2-con {
    margin-top: 150px;
    padding: 40px 30px;
  }
  .why_alpha2-con h3 {
    font-size: 28px;
  }
  .why_alpha2-con p {
    font-size: 16px;
    line-height: 2.1;
  }
  .why_alpha2-con .left-img {
    max-width: 380px;
  }
}

.why_alpha3-con .feature-card {
  background-color: #009688; /* Green background */
  color: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  height: 290px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why_alpha3-con .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.why_alpha3-con .icon {
  margin-bottom: 15px;
}

.why_alpha3-con .icon img {
  width: 70px;
  height: 70px;
}

.why_alpha3-con h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.why_alpha3-con p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}


/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
  .why_alpha3-con .feature-card {
    height: auto;
    padding: 20px 15px;
  }
  .why_alpha3-con .icon img {
    width: 55px;
    height: 55px;
  }
  .why_alpha3-con h5 {
    font-size: 14px;
  }
  .why_alpha3-con p {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .why_alpha3-con .feature-card {
    height: 220px;
    padding: 22px 18px;
  }
  .why_alpha3-con .icon img {
    width: 40px;
    height: 40px;
  }
  .why_alpha3-con h5 {
    font-size: 14px;
  }
  .why_alpha3-con p {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .why_alpha3-con .feature-card {
    height: 300px;
    padding: 24px 20px;
  }
  .why_alpha3-con h5 {
    font-size: 15px;
  }
  .why_alpha3-con p {
    font-size: 13px;
  }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .why_alpha3-con .feature-card {
    height: 330px;
    padding: 25px 22px;
  }
  .why_alpha3-con h5 {
    font-size: 16px;
  }
  .why_alpha3-con p {
    font-size: 13px;
    line-height: 1.7;
  }
}


/* Base Section */
.why_alpha4-con {
  background-color: #11a394; /* teal background */
  border-radius: 12px;
  margin: 20px 0;
  color: #fff;
}

.why_alpha4-con h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 32px;
  color: #ffffff;
}

.why_alpha4-con p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 300;
  text-align: justify;
}

.why_alpha4-con img {
  width: 100%;
  max-width: 300px;
  height: auto;
}


/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
  .why_alpha4-con {
    padding: 15px;
    text-align: center;
  }
  .why_alpha4-con h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .why_alpha4-con p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .why_alpha4-con img {
    max-width: 300px;
    margin-top: 15px;
  }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .why_alpha4-con h3 {
    font-size: 24px;
  }
  .why_alpha4-con p {
    font-size: 15px;
    line-height: 1.5;
  }
  .why_alpha4-con img {
    max-width: 250px;
    margin-top: 15px;
  }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .why_alpha4-con h3 {
    font-size: 26px;
  }
  .why_alpha4-con p {
    font-size: 16px;
  }
  .why_alpha4-con img {
    max-width: 280px;
  }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .why_alpha4-con h3 {
    font-size: 28px;
  }
  .why_alpha4-con p {
    font-size: 17px;
  }
  .why_alpha4-con img {
    max-width: 300px;
  }
}   
