/* 

Transform Section

*/
 /* 

Transform Section

*/



.transform__title--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.transform__section-title {
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  background: #120404c4;
  padding: 10px ;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  width: 40%;
  margin-bottom: 20px;
}


.transform__sub-title {
    font-size: 30px;
    color: #fff;
    background: rgba(18, 4, 4, 0.77);
    border-radius: 20px;
    padding: 10px 28px;
    margin-bottom: 20px;
    width: 100%;
            
    text-align: center;       /* Keeps text centered */
    box-sizing: border-box;  
}

.transfrom__para {
    font-size: 20px;
    color: #fff;
    background: rgba(18, 4, 4, 0.77);
    border-radius: 20px;
    padding: 10px 28px;
    margin-top: 20px;
     margin: 0 auto 20px
    width: 50%;
    text-align: center;
}


/* 

Expect Section

*/



.expect__section {
  padding: 60px 20px;
  background: rgba(18, 4, 4, 0.77);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
  color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.expect__heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  background: rgba(214, 38, 38, 0.9);
  padding: 10px 24px;
  border-radius: 16px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.expect__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.expect__icon {
  font-size: 24px;
  color: #00ff91;
  flex-shrink: 0;
  margin-top: 6px;
}

.expect__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}

.expect__text {
  font-size: 18px;
  line-height: 1.6;
  color: #f2f2f2;
}



/* 

Who Section


*/



.who__section {
  padding: 60px 20px;
  background: rgba(18, 4, 4, 0.77);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto 80px;
  color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.who__heading {
  text-align: center;
  font-size: 36px;
  background: rgba(214, 38, 38, 0.9);
  color: #fff;
  padding: 10px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
  width: fit-content;
  margin: 0 auto 32px;
}

.who__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who__item {
  font-size: 18px;
  line-height: 1.6;
  color: #f2f2f2;
  position: relative;
  padding-left: 28px;
}

.who__item::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #00ff91;
  font-size: 20px;
  line-height: 1.6;
}


.get-started__btn {
  display: inline-block;
  background-color: #d62626;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.get-started__btn:hover {
  background-color: white;
  color: #d62626;
  border: 2px solid #d62626;
}

/* 

Ipads / Phones 


*/

@media (max-width: 1024px) {

.transform__title--wrapper {
    margin-top: -20px;
}

.transform__section-title {
    font-size: 40px;
    width: 50%;
margin-bottom: 50px;
}
}

@media (max-width: 768px) {
.expect__section {
    width: 90%;
}

.who__section {
    width: 90%;
}
}




@media (max-width: 480px) {



    .transform__title--wrapper {
    margin-top: -100px;
    }

    .transform__section-title {
        font-size: 30px;
        width: 70%;
    }

    .transform__sub-title {
        font-size: 22px;
        margin-top: -20px;
    }

.expect__heading {
    font-size: 24px;
}

.expect__title {
    font-size: 18px;
text-decoration: underline;
line-height: 20px;
}

.expect__text {
    font-size: 18px;
}

.who__heading {
    font-size: 24px;
}

.transfrom__para {
    font-size: 16px;
}


}



@media (max-width: 414px) {
    .section__title {
        font-size: 18px;
        width: 90%;
    }
}
@media (max-width: 375px) {
    .section__title {
        font-size: 17px;
        width: 90%;
    }
}


/* 

Expect Section

*/



.expect__section {
  padding: 60px 20px;
  background: rgba(18, 4, 4, 0.77);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto 40px;
  color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.expect__heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  background: rgba(214, 38, 38, 0.9);
  padding: 10px 24px;
  border-radius: 16px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.expect__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.expect__icon {
  font-size: 24px;
  color: #00ff91;
  flex-shrink: 0;
  margin-top: 6px;
}

.expect__title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}

.expect__text {
  font-size: 18px;
  line-height: 1.6;
  color: #f2f2f2;
}



/* 

Who Section


*/



.who__section {
  padding: 60px 20px;
  background: rgba(18, 4, 4, 0.77);
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto 80px;
  color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.who__heading {
  text-align: center;
  font-size: 36px;
  background: rgba(214, 38, 38, 0.9);
  color: #fff;
  padding: 10px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
  width: fit-content;
  margin: 0 auto 32px;
}

.who__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.who__item {
  font-size: 18px;
  line-height: 1.6;
  color: #f2f2f2;
  position: relative;
  padding-left: 28px;
}

.who__item::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #00ff91;
  font-size: 20px;
  line-height: 1.6;
}


.get-started__btn {
  display: inline-block;
  background-color: #d62626;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.get-started__btn:hover {
  background-color: white;
  color: #d62626;
  border: 2px solid #d62626;
}

/* 

Ipads / Phones 


*/

@media (max-width: 1024px) {

.transform__title--wrapper {
    margin-top: -20px;
}

.transform__section-title {
    font-size: 40px;
    width: 50%;
margin-bottom: 50px;
}
}

@media (max-width: 768px) {
.expect__section {
    width: 90%;
}

.who__section {
    width: 90%;
}
}




@media (max-width: 480px) {

    
    .transform__title--wrapper {
    margin-top: -40px;
    }

    .transform__section-title {
        font-size: 30px;
        width: 70%;
    }

    .transform__sub-title {
        font-size: 22px;
        margin-top: -20px;
    }

.expect__heading {
    font-size: 24px;
}

.expect__title {
    font-size: 18px;
text-decoration: underline;
line-height: 20px;
}

.expect__text {
    font-size: 18px;
}

.who__heading {
    font-size: 24px;
}

.transfrom__para {
    font-size: 16px;
}


}



@media (max-width: 414px) {
    .section__title {
        font-size: 18px;
        width: 90%;
    }
}
@media (max-width: 375px) {
    .section__title {
        font-size: 17px;
        width: 90%;
    }
}
