html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

button.btn.btn-primary {
  background-color: #fbd352;
  border: 0;
  color: #4754c8;
  font-weight: 700;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif !important;
  border-radius: 61px;
  padding: 5px 40px;
}

p {
  font-family: "Nunito Sans", sans-serif !important;
}

.container {
  max-width: 1240px !important;
}

img {
  max-width: 100%;
}

.heading {
  span {
    margin: auto;
    display: block;
    background-color: #6ea21e;
    font-family: "Nunito Sans", sans-serif !important;
    color: #fff;
    padding: 3px 42px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 13px;
    width: fit-content;
  }
  h2 {
    color: #4754c8;
    font-size: 33px;
    font-weight: 700;
  }
  h3 {
    font-size: 50px;
    font-weight: 800;
    color: #7979f2;
  }

  p {
    color: #6b6783;
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

.header {
  background: #fff;
  text-align: center;
  padding: 18px 0px;
  width: 100%;

  img {
    max-width: 230px;
  }
}

.banner-section {
  background: url(../images/bg-banner.webp) no-repeat;
  background-size: cover;
  height: 638px;
  position: relative;
  /* padding: 60px 0; */

  .banner-girl {
    position: absolute;
    bottom: 0;
    max-width: 850px;
    right: 0;
  }

  .b-content {
    width: 70%;
  }

  .mobile-data {
    /* display: none; */
    h1 {
      font-size: 13px;
      background: #ed7faa;
      color: #fff;
      border-radius: 50px;
      font-family: "Nunito Sans", sans-serif !important;
      width: max-content;
      margin: auto;
      padding: 7px 20px;
    }
  }

  .banner-left {
    text-align: center;
    padding-top: 48px;
    h4 {
      color: #4754c8;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 11px;
      font-size: 30px;
    }
  }

  .content-box {
    background-color: #4754c8;
    width: 70%;
    border-radius: 20px;
    padding: 30px;
    margin-top: 22px !important;

    h3 {
      color: #fbd352;
      font-size: 21px;
    }
    p {
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      line-height: 23px;
      margin-top: 7px;
    }
    .form-control {
      padding: 8px 10px;
      width: 100%;
      font-size: 10px;
      margin-bottom: 10px;
    }

    .form-select {
      padding: 8px 10px;
      width: 100%;
      font-size: 10px;
      margin-bottom: 10px;
    }
    label {
      font-size: 11px;
      text-align: left !important;
      display: flex;
      color: #fff;
      font-family: "Nunito Sans", sans-serif !important;
      margin-bottom: 2px;
    }
  }
}

.on-site-section {
  background-color: #7979f2;
  padding: 35px 0;
  .on-site-inner {
    display: flex;
    gap: 60px;
    align-items: center;
    h2 {
      font-size: 55px;
      font-weight: 700;
      color: #dad9ff;
    }
    p {
      color: #fff;
    }
    button {
      border-radius: 50px;
      font-size: 15px;
      margin-right: 10px;
      background: #fff;
      color: #5454c9;
      border: 0;
      font-weight: 500;
      padding: 3px 42px;
    }
  }
}

.preschool-section {
  background-color: #dad9ff;
  width: 80%;
  margin: auto;
  padding: 50px;
  text-align: center;
  border-radius: 50px;

  .preschool-section-inner {
    img {
      max-width: 152px;
    }
    h4 {
      font-size: 16px;
      font-weight: 500;
      color: #514e66;
      margin-top: 11px;
      font-family: "Nunito Sans", sans-serif !important;
    }
  }
}

.daycare-models {
  .daycare-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 620px;

    .card-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 62%;
      height: 344px;
      overflow: hidden;
      border-bottom-left-radius: 120px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .image-left {
      left: 0;
      right: auto;
      border-bottom-right-radius: 120px;
      border-bottom-left-radius: 0;
    }

    .card-content {
      padding: 90px 35px 35px;

      h3 {
        color: #4a4fd2;
        font-size: 48px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 25px;
      }

      p {
        font-size: 15px;
        color: #555;
        line-height: 1.5;
        margin-bottom: 25px;
      }

      h5 {
        color: #4a4fd2;
        font-weight: 700;
        margin-bottom: 10px;
      }

      ul {
        padding-left: 18px;

        li {
          margin-bottom: 6px;
          color: #4a4fd2;
          font-size: 14px;
          line-height: 1.4;
          font-weight: 600;
        }
      }
    }
  }

  .onsite-card {
    background: #ecd89b;

    .card-content {
      padding-top: 170px;
    }
  }

  .nearsite-card {
    background: #c7e87b;

    .card-content {
      padding-top: 170px;
      text-align: right;

      ul,
      h5 {
        text-align: left;
      }
    }
  }
}

.corporate-testimonials {
  padding-top: 60px;

  .testimonial-card {
    position: relative;
    background: transparent;
    border-radius: 35px;
    padding: 35px;
    min-height: 410px;
    overflow: hidden;

    .stars {
      font-size: 34px;
      line-height: 1;
      margin-bottom: 25px;
      letter-spacing: 4px;
    }

    .review {
      color: #4a52d1;
      font-size: 17px;
      line-height: 1.35;
      margin-bottom: 0px;
      min-height: 125px;
    }

    .author {
      display: flex;
      align-items: center;
      gap: 18px;

      .avatar {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background: #d8d8d8;
        flex-shrink: 0;
      }

      .info {
        h4 {
          font-size: 18px;
          color: #4a52d1;
          font-weight: 700;
          margin-bottom: 2px;
          font-family: "Nunito Sans", sans-serif !important;
        }

        span {
          display: block;
          font-size: 14px;
          color: #777;
          line-height: 1.3;
        }
      }
    }

    .quote-icon {
      position: absolute;
      right: 25px;
      bottom: -27px;
      font-size: 110px;
      line-height: 1;
      opacity: 0.9;
    }
  }

  .blue-card {
    border: 5px solid #34b5e5;

    .stars {
      color: #4754c8;
    }
    .quote-icon {
      color: #34b5e5;
    }
  }

  .yellow-card {
    border: 5px solid #efc53f;

    .stars {
      color: #4754c8;
    }
    .quote-icon {
      color: #efc53f;
    }
  }

  .green-card {
    border: 5px solid #a8d436;

    .stars {
      color: #4754c8;
    }
    .quote-icon {
      color: #a8d436;
    }
  }
}

.safety-section {
  margin-top: 60px;

  .bg-yellow {
    background: #f4d04e;
  }

  .bg-cream {
    background: #efe3b6;
  }

  .content {
    max-width: 420px;
    margin: auto;
    color: #4754c8;

    ul {
      padding-left: 18px;
      li {
        font-weight: 600;
        font-family: "Nunito Sans", sans-serif !important;
      }
    }
  }
}

.hr-section {
  padding-top: 60px;
}

.m-60 {
  margin-top: 60px;
}

.program-section {
  padding: 60px 0;
  .program-info {
    background-color: #ceeff5;
    padding: 80px 50px;
    border-radius: 30px;
    height: 100%;

    p {
      color: #6b6783;
      margin: 34px 0;
    }
  }
  .four-box {
    border: 3px solid #ed7faa;
    border-radius: 20px;
    margin-bottom: 27px;
    padding: 38px;
    height: 251px;

    h4 {
      margin-bottom: 10px;
      font-size: 28px;
      font-weight: 700;
    }

    h5 {
      font-size: 15px;
      color: #09a5d9;
      font-family: "Nunito Sans", sans-serif !important;
    }
    p {
      font-size: 14px;
    }
  }
}

.leadership-section {
  padding: 60px 0;
  .leader-card {
    border: 2px solid #26b8ff;
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: 0.4s;

    &:hover {
      transform: translateY(-8px);
    }
  }

  .leader-image {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 25px;
    background: #efefef;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .leader-card h4 {
    color: #4a56d4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .leader-card p {
    color: #4a56d4;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.brand-section {
  padding-top: 60px;
  padding-bottom: 40px;

  .chip {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    .chip-inner {
      background-color: #ceeff5;
      color: #6b6783;
      font-family: "Nunito Sans", sans-serif !important;
      font-size: 14px;
      padding: 8px 34px;
      border-radius: 50px;
      font-weight: 600;
    }
  }
  .slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */

    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;

    .slide-track {
      display: flex;
      width: calc(250px * 14);
      animation: scroll 40s linear infinite;
    }

    .slide {
      width: 250px;
      height: 100px;
      padding-left: 20px;

      img {
        max-width: 170px !important;
      }
    }
  }
}

.employee-section {
  background-color: #cff08a;
  padding: 60px 0;

  .employee-inner {
    height: 280px;
    background-color: #6ea21e;
    color: #fff;
    width: 280px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 44px;

    h3 {
      font-size: 50px;
      font-weight: 900;
    }
    p {
      margin-bottom: 0;
      font-weight: 400;
      font-size: 14px;
    }
  }
}

.awards-section {
  background: #b3d83a;
  padding: 60px 0;

  .section-title {
    text-align: center;
    color: #3d4ee8;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
  }

  .award-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 24px;
  }

  .award-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 16px 0;

    img {
      max-width: 330px;
    }
  }

  .award-content {
    background: #ece6d6;
    color: #4754c8;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 15px 80px;
    font-family: "Nunito Sans", sans-serif !important;
  }
}

.news-section {
  padding-bottom: 60px;
  .slider {
    margin: auto;
    overflow: hidden;
    position: relative;

    &::before,
    &::after {
      content: "";
      height: 100px;
      position: absolute;
      width: 200px;
      z-index: 2;
    }

    &::before {
      right: 0;
      top: 0;
      background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
      );
    }

    &::after {
      left: 0;
      top: 0;
      transform: rotateZ(180deg);
      background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
      );
    }

    .slide-track {
      display: flex;
      width: calc(250px * 14);
      animation: scroll 40s linear infinite;
    }

    .slide {
      padding-left: 20px;
    }
  }
}

.faq-section {
  padding: 60px 0;

  .custom-accordion {
    .accordion-item {
      border: 0;
      background: transparent;
      margin-bottom: 14px;
      font-family: "Nunito Sans", sans-serif !important;
    }

    .accordion-button {
      background: #cdeef8;
      color: #4955d6;
      font-size: 24px;
      font-weight: 600;
      border-radius: 18px !important;
      padding: 24px 28px;
      box-shadow: none;

      &:focus {
        box-shadow: none;
      }

      &:not(.collapsed) {
        background: #cdeef8;
        color: #4955d6;
      }

      &::after {
        background-image: none;
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        transform: none;
      }

      &:not(.collapsed)::after {
        content: "\f00d";
      }
    }

    .accordion-collapse {
      background: #f0ecdf;
      border-radius: 0 0 18px 18px;
    }

    .accordion-body {
      color: #666;
      font-size: 17px;
      line-height: 1.8;
      padding: 20px 28px;
    }
  }
}
.m-80 {
  margin-bottom: 60px;
}

.dn-none {
  display: none;
}

.support-section {
  position: relative;
  min-height: 520px;
  background: url(../images/footer.webp) no-repeat;
  background-size: cover;

  .content-wrapper {
    position: relative;
    z-index: 2;
  }

  .sub-text {
    margin-top: 28px;
    color: #4653d7;
    font-size: 18px;
    font-weight: 600;
  }

  .bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #4c57d8;
    color: #fff;
    padding: 24px 0;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    z-index: 3;

    .new-bottom-links {
      display: flex;
      justify-content: end;

      .bottom-links {
        display: flex;
      }
    }

    i {
      color: #ffffff;
      margin-right: 8px;
      background: #f58542;
      width: 36px;
      height: 36px;
      padding: 10px;
      border-radius: 40px;
      margin-left: 15px;
    }
  }
}

.chip.chip2 {
  display: none;
}

.dd-none {
  display: none;
}

@media (max-width: 767px) {
  .reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .chip.chip2 {
    display: block !important;
  }
  .banner-section {
    height: auto !important;
    padding-top: 25px;
    background: url(../images/mobile-bg.webp) no-repeat;
    background-size: cover;
    .banner-girl {
      max-width: 395px;
      top: 130px;
    }
    .b-content {
      width: 100%;
    }
    .banner-left {
      padding-top: 0 !important;
      h4 {
        text-align: center;
      }
      h5 {
        display: none;
      }
      .content-box {
        width: 95%;
        padding: 21px;
        margin-top: 256px !important;
        margin: auto;
        h3 {
          font-size: 25px;
        }
        p {
          font-size: 17px;
          margin-bottom: 4px;
        }
      }
    }
    .flex-mobile {
      display: block !important;
      .form-control {
        padding: 9px 10px !important;
        width: 100% !important;
        font-size: 14px !important;
        margin-bottom: 10px;
      }
    }
    .mobile-data {
      display: block !important;
    }
  }
  button.btn.btn-primary {
    padding: 6px 40px;
  }
  .preschool-section {
    width: 94%;
    padding: 25px;
    border-radius: 22px;
    .preschool-section-inner {
      img {
        max-width: 107px;
      }
      h4 {
        margin-bottom: 16px;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
      }
    }
    br {
      display: none;
    }
  }
  .heading {
    h2 {
      color: #4754c8;
      font-size: 26px;
      font-weight: 700;
    }
    h3 {
      font-size: 35px;
      font-weight: 800;
      br {
        display: none;
      }
    }
  }

  .md-none {
    display: none;
  }

  .dn-none {
    display: block !important;
  }

  .program-info {
    padding: 30px;
    text-align: center;
    margin-bottom: 16px;
    h2 {
      font-size: 30px;
      br {
        display: none;
      }
    }
    p {
      line-height: 20px;
      margin-top: 17px;
      margin-bottom: 0;
    }
  }

  .leadership-section {
    padding: 40px 0;
    .leader-image {
      width: 110px;
      height: 110px;
      margin-bottom: 9px;
    }
    .leader-card {
      padding: 10px 7px;

      p {
        font-size: 13px;
      }
      h4 {
        font-size: 17px;
      }
    }
  }
  .brand-section {
    padding-bottom: 40px;
  }

  .news-section {
  padding-top: 0;
  padding-bottom: 40px;
  }

  .awards-section {
    padding: 40px 0;
    .award-content {
      font-size: 17px;
      line-height: 26px;
      padding: 10px 19px;
    }
  }

  .faq-section {
    .mt-5 {
      margin-top: 25px !important;
    }
    padding-bottom: 40px;
    & .custom-accordion {
      .accordion-button {
        font-size: 17px;
        padding: 16px 28px;
      }
      .accordion-body {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 28px;
      }
    }
  }

  .footer-btn {
    padding: 10px 15px 70px 15px;
    .f-logo {
      bottom: 6px;
      right: 163px;
    }
  }
  .awards-section {
    .section-title {
      font-size: 35px;
      margin-bottom: 20px;
    }
  }
  .m-80 {
    margin: 40px 0;
  }
  .on-site-section {
    .on-site-inner {
      display: block;
      h2 {
        font-size: 36px;
      }
      .btnss {
        display: flex;
        button {
          font-size: 14px;
          margin: 0 4px;
          padding: 5px 24px;
        }
      }
    }
  }

  .employee-section {
    .employee-inner {
      height: 170px;
      width: 100%;
      padding: 8px;
      margin-bottom: 20px;

      h3 {
        font-size: 23px;
      }

      p {
        font-size: 12px;
        line-height: 17px;
      }
    }
  }
  .program-section {
    padding-bottom: 20px;
    .program-info {
      padding: 40px 30px;
      p {
        margin: 9px 0;
      }
    }
    .four-box {
      padding: 21px;
      height: 251px;
      margin-bottom: 0;
      margin-top: 25px;

      h4 {
        margin-bottom: 10px;
        font-size: 17px;
      }
      p {
        font-size: 12px;
      }
    }
  }
  .mmt-2 {
    margin-top: 20px;
  }

  .daycare-models {
    & .daycare-card {
      min-height: 550px;
      margin-bottom: 15px;
      .card-image {
        width: 55%;
        height: 192px;
      }

      .card-content {
        padding-top: 118px;
        h3 {
          font-size: 35px;
          margin-bottom: 17px;
        }
        p {
          padding: 0 !important;
        }
      }
    }
  }

  .brand-section {
    .chip {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
      display: none;
    }
  }

  .corporate-testimonials {
    padding-top: 40px;
  }

  .brand-section {
    padding-top: 40px !important;
    & .chip {
      .chip-inner {
        text-align: center;
        font-size: 11px;
        padding: 10px 8px;
        margin-bottom: 10px;
        font-weight: 700;
      }
    }
  }

  .corporate-testimonials {
    padding-top: 0px;
    .testimonial-card {
      width: 94%;
      margin: auto;
      margin-top: 15px !important;
    }
  }

  .safety-section {
    .content {
      padding: 25px;
    }
  }

  .support-section {
    background: url(../images/bg-footer-mobile.webp);
    background-size: revert;

    .content-wrapper {
      padding-top: 35px;
    }

    .sub-text {
      margin-top: 13px;
      font-size: 18px;
      margin-bottom: 270px;
    }

    .bottom-bar {
      padding: 50px 29px;

      .new-bottom-links {
        .bottom-links {
          display: block;
        }
      }

      i {
        margin-top: 10px;
      }
    }

    .new-mobile-link {
      margin-top: 10px;
      align-items: center;
    }
  }
  .m-60 {
    margin-top: 50px;
}
.hr-section {
    padding-top: 40px;
}

}
.alert {
    padding: 10px 13px;
    border-radius: 9px;
    margin-bottom: 12px;
    display: none;
    font-size: 12px;
    line-height: 1.4;
    animation: slideDown 0.22s ease;
}

.alert.show {
    display: block !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #fde8ea;
    color: #7a1520;
    border: 1px solid #f5c6cb;
}

.faq-section {
  padding: 60px 0;

  .custom-accordion {
    .accordion-item {
      border: 0;
      background: transparent;
      margin-bottom: 14px;
      font-family: "Nunito Sans", sans-serif !important;
    }

    .accordion-button {
      background: #cdeef8;
      color: #4955d6;
      font-size: 24px;
      font-weight: 600;
      border-radius: 18px !important;
      padding: 24px 28px;
      box-shadow: none;
      display: flex;
      align-items: center;
      width: 100%;
      gap: 15px;
      cursor: pointer;

      &:focus {
        box-shadow: none;
      }

      &:not(.collapsed) {
        background: #cdeef8;
        color: #4955d6;
      }

      &::after {
        background-image: none;
        content: "▼";
        font-weight: 900;
        transform: rotate(0deg);
        flex-shrink: 0;
        margin-left: auto;
        font-size: 18px;
        display: inline-block;
        cursor: pointer;
        line-height: 1;
        transition: transform 0.3s ease;
      }

      &:not(.collapsed)::after {
        content: "▼";
        transform: rotate(180deg);
        cursor: pointer;
      }
    }

    .accordion-collapse {
      background: #f0ecdf;
      border-radius: 0 0 18px 18px;
    }

    .accordion-body {
      color: #666;
      font-size: 17px;
      line-height: 1.8;
      padding: 20px 28px;
    }
  }
}

/* ---------- OTP Modal ---------- */
.modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #0a8fa7, #21c1e0);
    color: #fff;
    border: none;
    padding: 14px 18px;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-title {
    font-weight: 700;
    font-size: 15px;
}

.modal-body-otp {
    padding: 22px 20px 20px;
    text-align: center;
}

.modal-body-otp p {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
    line-height: 1.5;
}

.otp-input-group {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 14px 0 10px;
}

.otp-input {
    width: 52px;
    height: 52px;
    font-size: 22px;
    text-align: center;
    border: 2px solid #dde3ec;
    border-radius: 12px;
    font-weight: 700;
    color: #222;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.otp-input:focus {
    outline: none;
    border-color: #21c1e0;
    box-shadow: 0 0 0 3px rgba(33,193,224,0.18);
}

.otp-timer {
    font-size: 12px;
    color: #888;
    margin: 8px 0 14px;
}

.otp-timer.danger {
    color: #dc3545;
    font-weight: 600;
}

.btn-outline-secondary {
    width: 100%;
    padding: 11px;
    color: #0a8fa7;
    border: 2px solid #0a8fa7;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.18s;
    margin-top: 8px;
}

.btn-outline-secondary:hover {
    background: #f0fafd;
}

/* ---------- Success Screen ---------- */
.success-message {
    text-align: center;
    padding: 30px 16px;
}

.success-icon {
    width: 66px;
    height: 66px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 16px;
    box-shadow: 0 6px 20px rgba(40,167,69,0.28);
}

.success-message h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}

.success-message p {
    font-size: 12px;
    color: #666;
    margin: 4px 0;
    line-height: 1.5;
}

.tracking-link {
    background: #f4f7fa;
    padding: 10px 13px;
    border-radius: 9px;
    margin: 14px 0;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.tracking-link-text {
    font-size: 11px;
    color: #555;
    word-break: break-all;
    flex: 1;
}

.btn-copy {
    background: linear-gradient(135deg, #fbd352, #fbd352);
    color: #fff;
    border: none;
    padding: 6px 13px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.18s;
}

.btn-copy:hover {
    opacity: 0.83;
}

/* ---------- Submit Button ---------- */
.btn-verify {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #fbd352 0%, #fbd352 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: transform 0.18s, box-shadow 0.18s, opacity 0.18s;
    margin-top: 16px;
}

.btn-verify:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(10,143,167,0.38);
}

.btn-verify:active:not(:disabled) {
    transform: translateY(0);
}

.btn-verify:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}
.award-content h3 {
  font-size: 1.35rem;
}

.safety-section .container-fluid .col-md-6 { padding-right: 0px !important; padding-left: 0px !important; }

.error {
    display: block;
    color: rgba(220, 186, 53, 0.91) !important;
    font-size: 13px !important;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  .banner-section {

    .banner-girl {
      max-width: 565px;
    }

    .content-box,
    .b-content {
      width: 100%;
    }

  }

}

.banner-section .col-md-6 {
  position: inherit !important;
}