@media screen and (max-width: 1024px) {
  section {
    padding-left: 22px;
    padding-right: 22px;
  }
  .scroll-section {
    background: linear-gradient(to bottom, #dbf7f2 0%, #f4f2eb 3%);
  }
  header {
    position: relative;
  }
  header > section > nav {
    display: none;
  }
  .text-section {
    margin-top: -3rem;
  }

  .uhc-mobile {
    /*display: block;*/
    width: 100%;
    /* height: 78px; */
    position: fixed;
    bottom: 0;
    background-color: #f2e3c4;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px 12px;
    border-radius: 12px 12px 0px 0px;
    transition: all 0.3s ease-in-out;
  }

  .uhc-mobile-text{
    max-width: 210px;
  }

  .uhc-mobile-text h5 {
    color: #b98c43;
    font-weight: 600;
    font-size: 17px;
  }
  .uhc-mobile-text p {
    padding-top: 4px;
    color: #ce9f50;
    font-weight: 600;
    font-size: 14px;
  }
  .uhc-mobile-button {
    width: 100%;
    height: 36px;
    max-width: 100px;
    font-weight: 700;
    font-size: 13px;
    background-color: #b98c43;
    color: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .last-day-register {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
    background-color: #f4ebe1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ba824e;
    font-weight: 400;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    /* display: block; */
  }

  .last-day-register:before {
    animation: shine 5s ease-in-out infinite;
  }

  .last-day-register::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 10%,
      #ba824e96,
      rgba(255, 255, 255, 0) 90%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }

  @keyframes shine {
    0% {
      left: -100px;
    }

    50% {
      left: 100%;
    }

    100% {
      left: -100px;
    }
  }
  .last-day-register p {
    font-weight: 500;
  }

  @keyframes zoomText {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  .zoom-text {
    /* font-size: 2rem; */
    display: inline-block;
    animation: zoomText 3s infinite ease-in-out;
  }
  /* .hero-clip-path {
    clip-path: none;
  } */
  .hero-section {
    /* background-image: url(https://satvic-new-website.s3.ap-south-1.amazonaws.com/images/workshop/detail/hero-bg-sm.webp); */
    padding-top: 36px;
    padding-left: 22px;
    padding-right: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #e6f3ef;
    padding-bottom: 10rem;
  }

  .hero-content {
    flex-direction: column;
  }
  .text-section {
    text-align: center;
    padding-top: 36px;
  }
  .hero-content > .text-section > div > h4 {
    margin-top: 0px;
    color: #49887b;
    font-family: "Greycliff CF";
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
  .hero-content > .text-section > div > p {
    margin-top: 13px;
    color: #666;
    text-align: center;
    font-family: "Greycliff CF";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .whats-include-heading,
  .whats-say-heading,
  .who-is-heading,
  .workshop-not-for,
  .faq-heading,
  .about-the-host,
  .register-now-heading {
    font-size: 28px;
  }
  .register-now-div {
    margin: 36px auto;
  }
  .register-now {
    width: 200px;
    margin: 0 auto;
    border-radius: 35px;
  }
  .people-joined {
    text-align: center;
    justify-content: center;
  }
  .people-joined img {
    display: none;
  }
  .video-section {
    margin-bottom: 36px;
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* width: calc(100vw - 40px); */
    height: 482px;
    border-radius: 13px;
    overflow: hidden;
  }
  .first-col.content {
    width: 100%;
  }
  .workshop-for-not-all {
    padding: 17px 12px;
  }
  .workshop-for-not-all-inner {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .not-for-items {
    max-width: 100%;
  }
  .not-for-items-text {
    font-size: 14px;
  }
  .sidebar {
    display: none;
  }
  .workshop-iconbox {
    flex-direction: column;
  }
  .ws-iconbox {
    max-width: 100% !important;
    cursor: pointer;
  }

  .flip-card-inner {
    transform: rotateY(0deg);
  }
  .session-counter-hero,
  .hr-hero {
    display: none;
  }
  .session-counter-home h3 {
    display: none;
  }
  .session-counter-home h4 {
    display: block;
    color: white;
    font-weight: 500;
    font-size: 20px;
  }
  .workshop-details {
    background: #dbf7f2;
  }
  .workshop-include-section {
    padding: 20px 19px 24px 19px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: start;
  }
  
  .benefits {
    padding: 0px;
    background-color: transparent;
    &:hover {
      box-shadow: none;
    }
  }
  .benefit-img {
    min-height: auto;
  }
  .habit-item {
    height: auto;
  }
  .habit-item:hover img,
  .habit-seven:hover img {
    scale: 1;
  }
  .habit-text > br {
    display: none;
  }
  .scholarship-card-image-parent {
    display: none;
  }
  .scholarship-card-content > p {
    max-width: 100%;
  }
  .modal-content > h2 {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
  }
  #scholarshipForm {
    gap: 10px;
  }
  .taTabs__nav {
    font-weight: 600;
    font-size: 16px;
  }
  .pr-info-title,
  .pr-info-details {
    font-size: 14px;
  }
  .whats-say-heading {
    margin-bottom: 0px;
  }
  .day {
    font-size: 16px;
  }

  .weekday {
    font-size: 14px;
  }
  .terms label {
    font-size: 12px;
  }
  .form-input-container {
    gap: 20px;
  }
  .form-gap-responsive {
    gap: 15px;
  }
  .register-box {
    max-height: 100%;
    padding: 28px;
  }
  .register-form-bottom {
    /*margin-top: 24px;*/
    margin-top: 0px;
  }
  /* .footer-bottom {
    margin-bottom: 100px;
} */
}
