 @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: "Open Sans", sans-serif;
        line-height: 1.6;
        color: #333;
      }

      .container {
        max-width: 1210px;
        margin: 0 auto;
        /* padding: 0 20px; */
      }

      /* Hero Section */
      .hero {
        /* background: linear-gradient(
          135deg,
          #2c5f5f 0%,
          #4a8080 50%,
          #5fa3a3 100%
        ); */
        display: none;
        background: url(https://www.resourcewise.com/hubfs/hero-bg.png) no-repeat bottom / cover;
        color: white;
        padding: 92px 0 128px;
        position: relative;
        overflow: hidden;
      }

      .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
      }

      .hero-content {
        display: grid;
        grid-template-columns: 1fr 437px;
        gap: 50px;
        align-items: center;
        position: relative;
        z-index: 1;
      }

      .hero-text {
        max-width: 723px;
      }

      .brand {
        max-width: 198px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 30.318px;
        letter-spacing: 2.1px;
        text-transform: uppercase;
        margin-bottom: 17px;
        display: flex;
        height: 33px;
        padding: 5px 11px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.15);
      }

      .hero h1 {
        color: white;
        font-size: 60px;
        line-height: 80px;
        letter-spacing: -1.36px;
        margin-bottom: 20px;
        text-transform: capitalize;
      }

      .hero p {
        color: white;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.24px;
        margin-bottom: 47px;
      }

      .countdown {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
      }

      .countdown-item {
        display: flex;
        width: 100%;
        max-width: 104px;
        height: 113px;
        padding: 13px 17px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background: rgba(0, 0, 0, 0.25);
      }

      .countdown-number {
        font-size: 56.889px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: -1.138px;
      }

      .countdown-label {
        font-size: 16px;
        line-height: normal;
        letter-spacing: -0.32px;
      }

      .registration-form {
padding: 34px 32px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 189px 425px 130px 0px rgba(0, 0, 0, 0.00), 121px 272px 119px 0px rgba(0, 0, 0, 0.01), 68px 153px 101px 0px rgba(0, 0, 0, 0.05), 30px 68px 74px 0px rgba(0, 0, 0, 0.09), 8px 17px 41px 0px rgba(0, 0, 0, 0.10);
      }

      .form-title {
        position: relative;
    text-align: center;
color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 25px;
      }

         .form-title::before,
    .form-title::after {
content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 126.737px;
    height: 0.693px;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
    }
    .form-title::before { left: 0px; }
    .form-title::after  { right: 0px; }


.registration-form input#email,
.registration-form input#name,
.registration-form input#last_name,
.registration-form input#2877434c-7a2e-43da-a90a-ddd2d78371fe,
.registration-form input#company,
.registration-form input#b6e5965d-45fe-4fd0-9384-2bb785452b68 {
    color: #8E8C91;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    background: #E5E1E6;
    border-radius: 5px;
}

.registration-form .Demio-Input-container {
    border: none;
}

.registration-form span.demio-checkbox-text {
    color: #060606;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
}

.registration-form span.demio-checkbox-optional {
    color: rgba(6, 6, 6, 0.75);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.32px;
}

.registration-form .demio-embed-form .demio-form-field {
    margin-bottom: 0;
}

.registration-form .demio-form-field-container {
    margin-bottom: 24px;
}

button.ant-btn.registration-submit-button.Button.animated.fadeIn.--full-size.ant-btn-primary {
    border-radius: 5px;
    background: #F4B223;
    height: 54px;
        border: none;
        margin-bottom: 20px;
}

button.ant-btn.registration-submit-button.Button.animated.fadeIn.--full-size.ant-btn-primary span {
color: #060606;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.32px;
}

 .registration-form .demio-embed-noti { 
    color: #060606 !important;
    font-family: "Open Sans";
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal !important;
    letter-spacing: -0.28px !important;
}

.registration-form  .demio-registration-form a {
    color: #3EA33B;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* input#email {
    background: #EAEAEA;
} */


      /* Features Section */
      .features {
         position: relative;
        padding: 115px 0 91px;
        /* background: #f8f9fa; */
        overflow: hidden;    
      }

      .features::before {
content: "";
    width: 100%;
    height: 534.49px;
    position: absolute;
    right: -46%;
    top: 39%;
    transform: translatey(-50%);
    background: url(https://www.resourcewise.com/hubfs/feature-section-bg-logo.png) center center no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;               /* sit behind your content */
}

      .section-label {
    height: 33px;
    color: #3EA33B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 4px;
      }

      .section-title {
display: flex;
    height: 83px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--dark, #060A23);
    text-align: center;
    font-family: "Open Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.76px;
    margin-bottom: 55px;
      }

      .features-grid {
    max-width: 1083px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    row-gap: 27px;
    margin-bottom: 55px;
      }

      .feature-card {
    text-align: center;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid #DACDCD;
    background: #F7F9FB;
    box-shadow: 0px 24px 25px -15px rgba(11, 6, 42, 0.15);
    transition: transform 0.3s ease;
      }

      .feature-card:hover {
        transform: translateY(-5px);
      }

      .feature-icon {
width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 7.68px;
    border: 0.653px solid rgba(0, 0, 0, 0.04);
    background: #3EA33B;
    box-shadow: 0px 24px 24px -4.8px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(1.632652997970581px);
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    color: white;
    font-size: 18px;
      }

      .feature-title {
color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 13px;
text-transform: capitalize;
      }

      .feature-description {
color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
      }

      /* Experts Section */
      .experts {
        padding: 97px 0 140px;
        background: white;
        background: url(https://www.resourcewise.com/hubfs/experts-bg.png) no-repeat bottom / cover;
      }

      .experts-grid {
    max-width: 705px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px;
    margin-bottom: 109px;
      }

      .expert-card {
        text-align: center;
      }

      .expert-photo {
width: 156.75px;
    height: 156.75px;
    border-radius: 50%;
    margin: 0 auto 9px;
    background: #ddd;
    background-size: cover;
    background-position: center;
      }

      .expert-name {
display: flex;
    flex-direction: column;
    justify-content: center;
    color: #060A23;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 43px;
      }

      .expert-title {
    display: flex;
    height: 26px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: rgba(6, 10, 35, 0.50);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
      }

      .expert-bio {
        color: #666;
        line-height: 1.6;
      }

      /* Benefits Section */
      .benefits {
        padding: 150px 0;
        background: #f8f9fa;
      }

      .benefits-grid {
    max-width: 1108px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 21px;
    margin-bottom: 55px;
      }

      .benefit-card {
    padding: 26px;
    /* text-align: center; */
    border-radius: 5px;
    border: 1px solid #DACDCD;
    background: #F7F9FB;
    box-shadow: 0px 24px 25px -15px rgba(11, 6, 42, 0.15);
      }

      .benefit-icon {
    width: 48px;
    height: 48px;
    background: #2A596E;
    border-radius: 7.68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 70px;
    color: white;
    font-size: 20px;
      }

      /* About Section */
      .about {
        padding: 120px 0;
        /* background: linear-gradient(135deg, #2c5f5f 0%, #4a8080 100%); */
        background: url(https://www.resourcewise.com/hubfs/about-bg.png) no-repeat bottom / cover;
        color: white;
      }

      .about .section-label {
    color: rgba(255, 255, 255, 0.50);
    text-align: start;
}

.about .section-title {
    color: #FFF;
    height: 76px;
    text-align: start;
    margin-bottom: 21px;
}

      .about-content {
        max-width: 719px;
        /* margin: 0 auto; */
        /* text-align: center; */
      }

.about ul {
    padding-left: 25px;
}

      .about p, .about li {
color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin-bottom: 32px;
      }

      .about .note {
        font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.2px;
      }

      .about .btn {
        margin-top: 15px;

      }

      /* Buttons */
      .btn {
    display: inline-block;
    padding: 16px 31.4px;
    background: #F4B223;
    color: #060606;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease, color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
    box-shadow: 0px 11px 55px -3px rgba(0, 0, 0, 0.15);
      }

      .btn:hover {
        color: #fff;
        background: #3EA33B;
      }

      .btn-center {
        text-align: center;
      }

      .scroll-indicator {
        position: absolute;
        bottom: 104px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        opacity: 0.7;
        animation: bounce 2s infinite;
      }

      @keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
          transform: translateX(-50%) translateY(0);
        }
        40% {
          transform: translateX(-50%) translateY(-10px);
        }
        60% {
          transform: translateX(-50%) translateY(-5px);
        }
      }



            @media (max-width: 1290px) {
.hero-content {
    grid-template-columns: 1fr;
    padding: 0 45px;
}

.registration-form {
    max-width: 437px;
    margin: auto;
}

.form-title {
    max-width: 437px;
    margin: 0 auto 25px;
}

.scroll-indicator {
    bottom: 48px;
}

.features {
    padding: 115px 45px 91px;
}

.experts {
        padding: 97px 45px 140px;
      }

.benefits {
    padding: 150px 45px;
}

.about {
    padding: 120px 45px;
}

.scroll-indicator svg {
    width: 48px;
}

/* csc */
            }

      /* Responsive Design */
      @media (max-width: 768px) {
.hero h1 {
    font-size: 62px;
    margin-bottom: 24px;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
      }


      @media (max-width: 574px) {
    .hero h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 24px;
    }

.countdown-number {
    font-size: 34.889px;
    line-height: 46px;
}

.countdown-item {
    max-width: 100px;
    height: 104px;
}

}

@media (max-width: 573px) {
.countdown {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.countdown-label {
    font-size: 12px;
    letter-spacing: 0;
}

.countdown-item {
        max-width: 74px;
        height: 86px;
        padding: 0;
    }

        .countdown-number {
        font-size: 30.889px;
        line-height: 30px;
    }

        .registration-form {
        padding: 25px 20px;
    }

    


}


   @media (max-width: 500px) {

    .hero-content {
    padding: 0 30px;
            display: flex;
        flex-direction: column;
}
.features {
    padding: 115px 30px 91px;
}

.experts {
        padding: 97px 30px 140px;
      }

.benefits {
    padding: 150px 30px;
}

.about {
    padding: 120px 30px;
}



.section-title {
    font-size: 38px;
}


.form-title::before, .form-title::after {
    max-width: 24%;
}

   }

     @media (max-width: 400px) {
        .hero-content {
          padding: 0 20px;
          display: flex;
          flex-direction: column;
        }
        .features {
          padding: 115px 20px 91px;
        }

        .experts {
          padding: 97px 20px 140px;
        }

        .benefits {
          padding: 150px 20px;
        }

        .about {
          padding: 120px 20px;
        }

        .container {
    padding:0;
}


 
      }





/* hero section 2 css  */

.hero-container {
    max-width: 1210px;
    margin: 0 auto;
    /* padding: 0 20px; */
  }

  /* Hero Section */
  .section-hero {
    display: none;
    position: relative;
    background: #fff;           /* bottom 20% will show white */
    /* overflow: hidden; */
    padding: 165px 0 0;
    color: white;
  }
  .section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;               /* image covers top 80% */
    background: url(https://www.resourcewise.com/hubfs/hero-bg.png) no-repeat bottom center;
    background-size: cover;
    z-index: 0;
  }

  .section-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .section-text {
    max-width: 723px;
    text-align: center;
    margin: auto;
  }

  .section-brand {
    max-width: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30.318px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 17px;
    display: flex;
    height: 33px;
    padding: 5px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.15);
  }

  .section-hero h1 {
    color: #fff;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -1.36px;
    margin-bottom: 32px;
    text-transform: capitalize;
  }

  .section-hero p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-bottom: 47px;
  }

  /* Video Section */
  .media-container {
    position: relative;
    width: 100%;
    max-width: 461px;
/*     margin: 0 auto; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
/*     border: 15px solid rgba(42, 89, 110, 0.25); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .media-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
  }

  .media-wrapper {
    position: relative;
    width: 100%;
    /* Maintain 1053×524 aspect ratio */
    aspect-ratio: 461 / 249;
    background: #000;
  }

  .media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
  }

  /* Fallback for browsers without aspect-ratio support */
  @supports not (aspect-ratio: 1053 / 524) {
    .media-wrapper {
      height: 0;
      padding-bottom: 49.76%; /* 524 / 1053 ≈ 49.76% */
    }
    .media-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

  /* Loading indicator */
  .media-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  /* Scroll Indicator */
  .scroll-arrow {
    position: absolute;
    bottom: 104px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    opacity: 0.7;
    animation: bounce 2s infinite;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    40% {
      transform: translateX(-50%) translateY(-10px);
    }
    60% {
      transform: translateX(-50%) translateY(-5px);
    }
  }

  /* Responsive adjustments */
  @media (max-width: 1290px) {
    .section-content {
      grid-template-columns: 1fr;
      padding: 0 45px;
    }
    .scroll-arrow {
      bottom: 48px;
    }
    .scroll-arrow svg {
      width: 48px;
    }
  }

  @media (max-width: 768px) {
    .section-hero {
      padding: 120px 0 0;
    }
    .section-content {
      gap: 0px;
    }
    .section-hero h1 {
      font-size: 62px;
      margin-bottom: 24px;
    }
    .media-container {
/*       margin: 0 10px; */
      border-radius: 18px;
    }
    .media-wrapper iframe {
      border-radius: 12px;
    }
  }

  @media (max-width: 574px) {
    .section-hero h1 {
      font-size: 45px;
      line-height: 60px;
      margin-bottom: 24px;
    }
    .media-wrapper {
      aspect-ratio: 1053 / 600;
    }
    .media-container {
/*       border: 8px solid rgba(42, 89, 110, 0.25); */
    }
  }

  @media (max-width: 500px) {
    .section-hero {
      padding: 80px 0 0;
    }
    .section-content {
      padding: 0 30px;
      display: flex;
      flex-direction: column;
    }

.about a {
    word-break: break-all;
}
  }

  @media (max-width: 400px) {
    .section-content {
      padding: 0 20px;
      display: flex;
      flex-direction: column;
    }
  } 

/* hero section 2 css  */

