html {
  scroll-behavior: smooth;
}

/* Apply offset for all sections when scrolled via anchor */
#mc-section-two {
  scroll-margin-top: 185px; /* your fixed header height */
}

#mc-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  color: #fff;
}

#mc-hero .hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mc-hero .hero-text {
  max-width: 590px;
  width: 100%;
  text-align: center;
}

#mc-hero .hero-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

#mc-hero .hero-subtitle {
  font-size: 35px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}

#mc-hero .hero-year {
  font-size: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  color: #fff;
  border-top: 2px solid;
  margin-top: 10px;
}

#mc-hero .hero-btn1 {
  display: inline-block;
  padding: 12px 30px;
  background: #da604f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  border-radius: 50px;
  border: 4px solid;
}

#mc-hero .hero-btn1:hover {
  background: transparent;
}

#mc-hero .hero-side img {
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

#mc-section-1 p {
  font-weight: unset;
}

/* Section wrapper */
#mc-section-steps {
  padding: 60px 0;
}

/* Each step box */
.step-box {
  padding: 20px;
  text-align: center;
}

/* Circle icon */
.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.step-icon img {
  width: 100%;
  height: auto;
}

/* Title */
.step-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

/* Description */
.step-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  max-width: 290px;
  margin: auto;
}
.nlp-practitioner {
  margin: 60px 0;
}
.nlp-practitioner .three-staps {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}

.form-sec {
  display: flex;
  flex-direction: row-reverse;
}

.the-nice-form p {
  display: flex;
  flex-direction: row-reverse;
}
.the-nice-form p span {
  width: 100%;
  color: #ffffff;
}
.the-nice-form p span.wpcf7-spinner {
  width: auto !important;
}
.nlp-practitioner .nlp-text {
  width: 45%;
  margin: 0 auto;
}
.nlp-practitioner .nlp-text h2 {
  margin: 0 !important;
  font-size: 26px;
}
.nlp-practitioner .nlp-text h2:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  background-color: #1b75bc;
  bottom: 0;
  transform: translate(280px, 0px);
}
#mc-section-steps {
  background: linear-gradient(70deg, #1b75bc 15%, #662d91 60%) !important;
}
#mc-section-two .mc-col-right h3 {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 30px;
  color: #3786c4;
  font-size: 24px;
}
#mc-section-two .mc-col-right h3:after {
  position: absolute;
  content: "";
  width: 85px;
  height: 3px;
  background-color: #1b75bc;
  right: 0;
  bottom: 0;
}
#mc-section-two .mc-col-right ul {
  margin: 0;
  padding-bottom: 25px;
}
#mc-section-two .mc-col-right ul li {
  list-style: none;
  padding-right: 30rem;
  background: url(../images/li.png) no-repeat right top 5rem;
  background-size: 22rem auto;
}
#mc-section-two .mc-form-container h3 {
  color: #fff;
}
#mc-sectino-3::after {
  width: 330rem;
  height: 400rem;
  content: "";
  position: absolute;
  top: 145rem;
  left: 0;
  z-index: 3;
  background: url(../images/addon-trans.png) no-repeat left center;
  background-size: contain;
}
#mc-section-two::after {
  width: 295rem;
  height: 400rem;
  content: "";
  position: absolute;
  top: -150rem;
  right: 0;
  z-index: 3;
  background: url(../images/logo_basic.png) no-repeat left center;
  background-size: cover;
}
#mc-sectino-3,
#mc-section-two {
  position: relative;
}

#mc-section-4:after {
  display: none !important;
}
#mc-section-two {
  background: url(http://nlpsteps.wordpressplanet.org/wp-content/uploads/2025/09/students-with-backpack-reading-steps.png)
    top center;
  background-size: cover;
  padding: 140px 0 80px;
  height: 145vh;
  background-position: center;
}

#mc-section-two .mc-form-container {
  background: #1c73bc;
  padding: 20px;
  border-radius: 20px;
  color: white;
}

#mc-section-two .mc-form-container input,
#mc-section-two .mc-form-container button {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 50px;
}

#mc-section-two .mc-form-container input[type="submit"] {
  background-color: #da604f;
  color: white;
  cursor: pointer;
  border: 3px solid;
}

#mc-section-two .mc-form-container input[type="submit"]:hover {
  background-color: transparent;
}

#mc-section-two .mc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mc-section-two .mc-col {
  width: 50%;
}

#mc-section-two .mc-col-right {
  padding-left: 30px;
}

#mc-section-two .the-nice-form {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
#mc-sectino-3 .container-fluid P {
  text-align: center !important;
}
#mc-section-4 .one-mc-section-4 p {
  text-align: center;
}
.hero-inner .hero-side {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.hero-side-text {
  background-color: #662d91;
  border: 5px solid #fff;
  border-radius: 250px;
  text-align: center;
  width: 224px;
  height: 224px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 0px;
}
.hero-side-text p strong {
  font-size: 30px;
  line-height: 1;
	display: block;
}
/* .hero-side-text p br {
	display: none;
} */

.hero-side-text p {
  color: #ffffff;
  width: 90%;
  line-height: 1.2;
  font-size: 24px;
}

.three-staps .step-logo {
  margin-top: 15px;
}
.three-staps .step-logo img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.the-nice-form input[type="tel"] {
  border: 1rem solid #b8bbbf;
  text-align: right;
  width: 100%;
  height: 45rem;
  background: #fff;
  padding: 0 30rem;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 45rem;
}

@media only screen and (max-width: 1640px) {
	#mc-hero .hero-text {
		max-width: 480px;
	}
}

@media only screen and (max-width: 1440px) {
  .nlp-practitioner .three-staps {
    width: 85%;
  }
  #mc-hero .hero-text {
    max-width: 400px;
  }
  .step-box {
    padding: 20px 5px;
  }
}

@media only screen and (max-width: 1280px) {
  .hero-side-text {
    left: -50px;
  }
  .nlp-practitioner .three-staps {
    width: 90%;
  }
  #mc-section-two {
    scroll-margin-top: 120px; /* change to match your desktop header height */
  }
}
@media only screen and (max-width: 1024px) {
  #mc-section-4 .row.row-spaced {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #mc-section-4 .row.row-spaced .col-sm-4 {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
  }
  #mc-section-two {
    height: 120vh;
  }
  #mc-section-two .mc-col-right {
    margin-bottom: 45px;
  }
  #mc-hero .hero-inner {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  #mc-sectino-3::after {
    width: 75rem;
    height: 144rem;
    top: 258rem;
  }
  #mc-hero {
    padding: 70px 0;
  }
  #mc-hero .hero-text {
    max-width: 660px;
  }
  #mc-hero .hero-side img {
    transform: unset;
    max-width: 200px;
    position: unset;
  }

  .nlp-practitioner .nlp-text {
    width: 90%;
  }
  .nlp-practitioner .three-staps {
    width: 100%;
    flex-wrap: wrap;
  }
  .nlp-practitioner .three-staps .col-md-3 {
    width: 50% !important;
    flex: unset;
    max-width: 50%;
  }
  #mc-section-two .mc-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #mc-section-two .mc-form-container {
    margin-bottom: 45px;
  }
  #mc-section-two .mc-col {
    width: 100%;
  }
  #mc-section-two::after {
    width: 175rem;
    height: 245rem;
    top: -110rem;
  }
  .hero-side-text {
    position: unset;
  }
  .hero-inner .hero-side {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-side-text p {
    width: 75%;
  }
  #mc-section-two {
    scroll-margin-top: 80px; /* mobile header height */
  }
  .the-nice-form .the-submit {
    flex-direction: column;
    align-items: center;
  }
  #mc-hero {
    padding: 40px 0;
  }
  .nlp-practitioner .nlp-text h2:after {
    transform: translate(130px, 0px);
  }
  #mc-sectino-3::after {
    width: 128rem;
    height: 165rem;
    top: unset;
    left: 0;
    bottom: 0;
  }
  .nlp-practitioner .three-staps .col-md-3 {
    width: 100% !important;
    max-width: 100%;
  }
  #mc-section-two .mc-col-right {
    padding: 20px 15px;
    background: #ffffffcc;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  #mc-section-two {
    height: auto;
  }
  #mc-section-two::after {
    width: 140rem;
    height: 195rem;
    top: -75rem;
  }
  #mc-section-4 .row.row-spaced .col-sm-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}