.webinar-banner{
  position:relative;
  padding-right:20px;
}
.webinar-banner img{
  position:relative;
  top:auto;
  left:0;
  z-index:1;
  right:20px;
  bottom:-50px;
}
.shadow_image{
  position:absolute;
  top:0;
  filter: blur(50px);
  z-index:0
}
.shadow_image img{
    left:50px!important;
    position:absolute;
  top:40px;
}
.eventInfo{
  background:#fff;
  border-radius:100%;
  padding:45px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width:250px!important;
  height:250px!important;
  position:absolute;
  bottom:-20px;
  z-index:3;
  right:-10px;
  display:flex!important;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.registerform{
  background:#fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding:20px;
  position:relative;
  z-index:5;
  border-radius:10px;
}

form div,fieldset div{
  width:100%;
}
.hs-error-msgs{
  font-size: 12px;
  color: red;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs_error_rollup{
  display:none;
}
.mainHeading h1{    
    font-size: 46px!important;
    color: #2e2f2f!important;
    margin-top: 0;
    line-height:50px;
    margin-bottom:40px;
}
.cms-rp-hero h2{
  font-size:70px!important;
  color:#2e2f2f!important;
  margin-top:0;
  margin-bottom:0!important;
  
}
.actions{
  margin:0!important;
  padding:0!important;
}
.webinars h5, .eventInfo h5{
  font-size:18px!important;
  margin-top:0;
}
.container-fluid .row-fluid .page-center{
  max-width:1200px!important;
}
.hs-submit{
  width:initial;
}

.hs-input{
border: solid 1px #ececec; border-radius:10px; padding:15px!important}
.actions input.hs-button{
  white-space: nowrap;
    border: oldlace;
    margin-top: 24px;
}
.formsection h4{
border-bottom:solid 1px #ececec;
  font-size:35px;
  padding-bottom:15px;
  margin-top:50px;
  color: #2989c3!important;
  margin-bottom:0;
} 
.webinarpage h3{
border-bottom:solid 1px #ececec;
  font-size:30px;
  padding-bottom:15px;
} 
.webinar-banner h3{
  font-size: 22px;
  display:inline-block;
  text-align:center;
  color: #399fe3;
}
.webinarList{
  display:flex;
  border-bottom:solid 1px #ececec;
}
.webinars{
  border:solid 1px #ececec;
  border-radius:10px;
  margin:20px 0;
  padding:30px;
  display:flex;
}
.webinarlink{
color: #fff!important;
    font-family: sans-serif!important;
    font-size: 15px!important;
    height: 46px!important;
  white-space:nowrap;
  text-decoration:none;
    line-height: 1.5em!important;
    text-shadow: none!important;
    transition: all .4s ease!important;
    width: auto!important;
    background: #399fe3!important;
    font-weight: bold!important;
    border-radius: 25px!important;
    padding: 12px 30px!important;
    min-height: 46px!important;
    margin-left:30px;
}

@media screen and (max-width: 1180px) {
  h1{
    font-size:35px!important;
    line-height:50px;
  }
  h2{
      font-size:35px!important;
  }
  .shadow_image{
    display:none!important;
  }
  .hs-lastname{
  margin-left:0px;
 
}
  .eventInfo{
    position:absolute;
    bottom:-10px;
    right:0;
    width:100%!important;
    height:150px!important;
    border-radius:10px;
    left: -30px;
    
    }
  .formsection{
    margin:20px 0;
  }
  .registerform{
    margin-top:50px;
  }
  h1, h2{
   white-space:initial;
  }
  .webinarList, form, fieldset{
   flex-direction: column;
  }
  .hs_email{
    margin:0;
  }
  .hs-form-field, .hs-input{
    width:100%!important;
    float:none:
  }
  fieldset{
    max-width:initial!important;
  }
  .span6{
    float:none!important;
    width:100%!important;
  }
  .webinar-banner-image{
    text-align:center;
  }
  .webinars{
    flex-direction:column;
  }
  .webinarlink{
    margin-left:0!important;
    width: fit-content!important;
  }
}
@media screen and (max-width: 680px) {
  .eventInfo{
    left:0!important;
  }
}

.webinars
{
  position: relative;
  background:#fff;
}
.webinars:before, .webinars:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.webinars:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.hs-input {
  width: 100% !important;
}


/* All HubSpot Forms
========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
  margin-bottom: 5px;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {}
.hs-form .hs-form-field > label {
  font-weight: normal;
  font-size: 15px!important;
  font-family: Poppins, sans-serif!important;
}

.hs-form .input {
  margin-top: 0px;
}

.hs-form .hs-input {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 12px 10px;
  background:#fff!important;
  font-size:14px;
}

.hs-form ul.no-list.hs-error-msgs.inputs-list {
  display: block;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
  color: #f00;
  position:relative;
  margin-top:-5px;
}
input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error{
  border-color:#e1e1e1!important;
}
.hs-error-msg{
 margin-bottom:15px;
}





  .page {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  /* TOP (BLUE) SECTION */
  .left {
    width: 100%;
    background: linear-gradient(160deg, #0d47b8 0%, #1663e0 55%, #1f7bf0 100%);
    position: relative;
    overflow: hidden;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    border-radius:20px;
  }

  .left::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.08);
  }

  .left::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -220px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
  }

  .banner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }

  .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 8px 18px;
    border-radius: 999px;
    width: fit-content;
  }

  .badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#fff;
  }

  .banner-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
    margin-top: 32px;
    flex-wrap: wrap;
  }

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

  .hero-text h1 {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.5px;
  }

  .hero-text h1 .accent {
    color: var(--blue-light);
  }

  .details {
    z-index: 2;
    flex-shrink: 0;
  }

  .date-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }

  .date-row .date {
    font-weight: 700;
  }

  .date-row .divider {
    opacity: 0.5;
  }

  .date-row .time {
    color: var(--text-muted);
  }

  .calendar-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .join-row {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .join-us {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--text-muted);
  }

  .register-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .register-btn svg {
    width: 16px;
    height: 16px;
  }

  /* HOSTS SECTION (below banner) */
  .right {
    width: 100%;
    padding: 60px 0 30px 0;
    display: flex;
    flex-direction: column;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .logo-text .name {
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
  }

  .logo-text .tagline {
    font-size: 8px;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.7);
  }

  .hosts-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--blue-mid);
    margin-bottom: 20px;
  }

  .hosts-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }

  .host-card {
    display: flex;
    gap: 20px;
    background: var(--card-bg);
    border: 1px solid #e3ecf9;
    border-radius: 14px;
    padding: 26px;
    align-items: flex-start;
  }

  .host-avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #d9e3f0;
  }

  .host-info .name {
    font-size: 21px;
    font-weight: 800;
    color: #14161a;
    margin-bottom: 4px;
  }

  .host-info .role {
    font-size: 15px;
    font-weight: 500;
    color: #1663e0;
    margin-bottom: 10px;
  }

  .host-info .role .sep {
    color: #b8c4d6;
    margin: 0 6px;
    font-weight: 400;
  }

  .host-info .bio {
    font-size: 14.5px;
    font-style: italic;
    color: var(--text-gray);
    line-height: 1.5;
  }
.hero-text h1{
 color:#fff!important;
}
h2{
  margin-top:0;
}
  @media (max-width: 900px) {
    .hero-text h1 { font-size: 32px; }
    .banner-body { flex-direction: column; align-items: flex-start; gap: 32px; }
    .hosts-list { flex-direction: column; }
  }