.page-template-page-webinar .page-banner.webinar-section {
  position: relative;
  padding-top: calc(123 / 1440 * 100vw);
  padding-bottom: calc(44 / 1440 * 100vw);
  color: #fff;
  background: #16002A;
  text-align: left;
}
.page-template-page-webinar .webinar-section {
  padding: calc(80 / 1440 * 100vw);
}
.page-template-page-webinar .page-banner .hero-banner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.page-template-page-webinar .page-banner .hero-banner .left-side {
  margin: auto 0;
}
.page-template-page-webinar .page-banner .hero-banner .left-side p{
  font-size: 20px;
  line-height: 30px;
}
.page-template-page-webinar .page-banner .hero-banner .left-side h1{
  font-size: 68px;
  font-weight: 700;
  line-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-template-page-webinar .page-banner .hero-banner .right-side {
  background: white;
  padding: 32px;
  border-radius: 16px;
}
.page-template-page-webinar .page-banner .hero-banner .right-side h2 {
  font-family: 'SF Pro';
  font-size: 28px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px
}
.page-template-page-webinar .page-banner .hero-banner .right-side p {
  font-family: 'SF Pro';
  font-size: 16px;
  color: #474747;
  text-align: center;
  margin-bottom: 24px
}
.page-template-page-webinar .page-banner .hero-banner .right-side .wpcf7 form.failed .wpcf7-response-output {
  color: #dc3232;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .wpcf7 form.sent .wpcf7-response-output{
  color: #46b450;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 16px;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .form-control {
  font-family: 'SF Pro' !important;
  font-size: 17px;
  padding: 26px 16px 10px 16px !important;
  background-color: #f3f3f5 !important;
  border-color: #e5e5e5 !important;
  border-radius: 8px !important;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .cf7-ms-toggle:hover,
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .form-control:hover,
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap .wpcf7-select:hover {
  border-color: #184bff !important;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap {
    display: block;
    position: relative;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap.recaptcha {
    width: 300px;
  }
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap .wpcf7-select {
  width: 100%;
  background-color: #f3f3f5 !important;
  border-color: #e5e5e5 !important;
  font-size: 17px;
  font-family: 'SF Pro';
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .btn-submit {
  background-color: #184bff;
  width: 100%;
  font-family: 'SF Pro';
  font-size: 17px;
  border: 0;
  color: #fff;
  padding: 17px 0;
  border-radius: 8px;
  margin-top: 24px;
  cursor: pointer;
  border: 1px solid #184bff;
  transition: all 0.5s;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .btn-submit:hover {
  background-color: #1135b3;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .form-terms {
  font-size: 13px !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  margin-top: 24px !important;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .form-terms a {
  color: #000 !important;
  text-decoration: underline !important;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap .wpcf7-select {
  cursor: pointer;
  /* Reset native UI and hide default arrows across browsers */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;

  /* Space for the custom chevron */
  padding: 10px 2.75rem 10px 0.75rem; /* right padding ≈ arrow width + spacing */

  /* Add your chevron SVG as a background */
  background-image: url('../images/icons/chevron-down.png');
  background-repeat: no-repeat;
  background-position: right 0.75rem center; /* <-- adjust horizontal position here */
  background-size: 24px 24px;

  /* Basic styles */
  border: 1px solid #ccc;
  border-radius: 6px;
  /* font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, sans-serif; */
  width: 100%;
}
/* Hide the IE/Edge legacy arrow */
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact select::-ms-expand {
  display: none;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .wpcf7-form-control-wrap .wpcf7-select:focus {
  outline: 2px solid #2684ff33;
  border-color: #2684ff;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w50 {
  width: 48%;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w50 .form-control {
  width: 100%;
  box-sizing: border-box;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w100 {
  width: 100%;
  display: flex;
  padding-right: 8px;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w100 .form-control {
  width: 100%;
  max-width: 100%; /* prevents sneaky overflow in some contexts */
  box-sizing: border-box; /* includes padding/border in the 100% width */
  display: block;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact select,
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact select option[value=''] {
  color: #757575;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact select option:not([value='']),
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact select:not(:has(option[value='']:checked)) {
  color: #0a0a0a;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .thank-you {
  margin: 32px 24px 32px 22px;
  text-align: center;
  padding-top: 24px;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .thank-you .icon-thanks {
  width: 72px;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .thank-you h2 {
  font-family: 'SF Pro';
  font-weight: 500;
  font-size: 28px;
  margin: 12px 0;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .thank-you p {
  font-size: 16px;
  font-family: 'SF Pro';
  line-height: 24px;
  color: #474747 !important;
}

/* Floating container */
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating {
  position: relative;
  display: block;
  font: inherit;
  width: 100%;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating > .qx-float {
  position: absolute;
  left: 16px;
  top: 10px;                
  font-size: 13px;          
  line-height: 1;
  color: #474747;       
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
/* Inputs / email / number / tel / text */
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-form-control:not(select) {
  width: 100%;
  height: 56px;           
  padding: 22px 14px 12px;   
  border: 1px solid #e4e6ea;
  border-radius: 12px;
  background: #F3F3F5;      
  font-size: 16px;           
  line-height: 1.3;
  color: #0A0A0A;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
/* Remove number spinners if you keep number type */
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating input[type="number"]::-webkit-outer-spin-button,
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating input[type="number"] { -moz-appearance: textfield; }
/* Select styling to visually match inputs */
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating select.wpcf7-form-control {
  width: 100%;
  height: 56px;
  padding: 26px 35px 6px 16px; 
  border: 1px solid #e4e6ea;
  border-radius: 12px;
  background: #f6f7f9;
  font-size: 16px;
  color: #111;
  appearance: none;      
  background-image:
    linear-gradient(45deg, transparent 50%, #8b9096 50%),
    linear-gradient(135deg, #8b9096 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 26px, calc(100% - 18px) 26px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-form-control:focus {
  outline: none;
  border-color: #6a8cff;
  box-shadow: 0 0 0 3px rgba(106,140,255,.15);
  background: #fff;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-form-control:focus::placeholder {
  color: transparent;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-not-valid {
  border-color: #e65252 !important;
  box-shadow: 0 0 0 3px rgba(230,82,82,.12) !important;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-not-valid ~ .qx-float {
  color: #c93d3d;
}
.page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #c93d3d;
}

.page-template-page-webinar .page-banner .wrapper-partner-slide {
  text-align: center;
  margin-top: 80px;
}
.page-template-page-webinar .page-banner .wrapper-partner-slide h3{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}

.page-template-page-webinar .webinar-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.page-template-page-webinar .webinar-about .right-side,
.page-template-page-webinar .webinar-about .left-side {
  margin: auto 0;
}
.page-template-page-webinar .webinar-about .right-side h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 16px;
}
.page-template-page-webinar .webinar-about .right-side p {
  font-size: 20px;
  line-height: 30px;
  color: #474747;
}
.page-template-page-webinar .webinar-about .right-side .fact-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px auto;
  gap: 24px;
}
.page-template-page-webinar .webinar-about .right-side .fact-about .card {
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  padding: 16px;
}
.page-template-page-webinar .webinar-about .right-side .fact-about .card span{
  font-size: 36px;
  font-weight: 700;
  color: #9A36FF;
  line-height: 60px;
}
.page-template-page-webinar .webinar-about .right-side .fact-about .card p {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
.page-template-page-webinar .webinar-about .right-side .note {
  font-size: 13px;
  line-height: 20px;
}

.page-template-page-webinar .webinar-takeaways .top-takeaways {
  text-align: center;
  margin-bottom: 40px;
}
.page-template-page-webinar .webinar-takeaways .top-takeaways h3 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 16px;
}
.page-template-page-webinar .webinar-takeaways .top-takeaways p {
  font-size: 18px;
  line-height: 27px;
  color: #5F6368;
  max-width: 550px;
  margin: 0 auto;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item {
  border-radius: 16px;
  transition: all .3s;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item:hover {
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item:nth-child(1):hover .takeaways-image {
  background: radial-gradient(circle at 20% 30%, rgba(90, 0, 255, 0.75), transparent 60%),
              radial-gradient(circle at 80% 30%, rgba(255, 0, 140, 0.7), transparent 60%),
              radial-gradient(circle at 60% 80%, rgba(90, 140, 255, 0.6), transparent 70%),
              linear-gradient(135deg, #1b005f, #500087, #b300a8, #ff7ab8);
  background-blend-mode: screen;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item:nth-child(2):hover .takeaways-image {
  background: 
    radial-gradient(circle at 20% 25%, rgba(190, 120, 255, 0.65), transparent 60%),
    radial-gradient(circle at 75% 40%, rgba(255, 255, 255, 0.7), transparent 70%),
    radial-gradient(circle at 40% 80%, rgba(120, 160, 255, 0.55), transparent 70%),
    radial-gradient(circle at 70% 10%, rgba(80, 80, 180, 0.4), transparent 70%),
    linear-gradient(135deg, #5147b8, #6a8adf, #b69cf8);
  background-blend-mode: screen;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item:nth-child(3):hover .takeaways-image {
  background: 
    radial-gradient(55% 45% at 18% 20%, rgba(56, 121, 255, 0.85), transparent 70%),
    radial-gradient(45% 40% at 85% 18%, rgba(255, 255, 255, 0.80), transparent 72%),
    radial-gradient(70% 55% at 55% 55%, rgba(120, 150, 230, 0.55), transparent 75%),
    radial-gradient(80% 65% at 10% 70%, rgba(40, 70, 160, 0.35), transparent 80%),
    linear-gradient(135deg, #2b4fb9 0%, #5f7fd7 40%, #9db2ec 80%);
  background-blend-mode: screen;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-image {
  background: #F8FAFB;
  text-align: center;
  min-height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0px 0px;
  transition: all .3s;
  padding: 40px;
  padding-bottom: 0;
}
/* .page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-image img {
  max-width: 268px;
} */
.page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-description {
  padding: 20px;
  background: #F8FAFB;
  border-radius: 0px 0px 16px 16px;
  min-height: 160px;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-description h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px;
}
.page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-description p{
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #5F6368;
}

.page-template-page-webinar .webinar-speakers .top-speakers {
  text-align: left;
  margin-bottom: 40px;
}
.page-template-page-webinar .webinar-speakers .top-speakers h3 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 16px;
}
.page-template-page-webinar .webinar-speakers .list-speakers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.page-template-page-webinar .webinar-speakers .list-speakers .item {
  border-radius: 16px;
  transition: all .3s;
}
.page-template-page-webinar .webinar-speakers .list-speakers .item:hover {
  box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.09);
}
.page-template-page-webinar .webinar-speakers .list-speakers .item .speakers-description {
  padding: 16px;
  border-radius: 0px 0px 16px 16px;
  max-height: 104px;
}
.page-template-page-webinar .webinar-speakers .list-speakers .item .speakers-description h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
}
.page-template-page-webinar .webinar-speakers .list-speakers .item .speakers-description p{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #5F6368;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .page-template-page-webinar .header-wrapper > .MuiContainer-root,
  .page-template-page-webinar .webinar-section > .MuiContainer-root {
    padding-left: calc(48 / 1440 * 100vw) !important;
    padding-right: calc(48 / 1440 * 100vw) !important;
  }
}

@media (max-width: 1120px) {
  .page-template-page-webinar .page-banner .hero-banner .left-side h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
  .page-template-page-webinar .webinar-section > .MuiContainer-root {
    padding-left: calc(12 / 600 * 100vw) !important;
    padding-right: calc(12 / 600 * 100vw) !important;
  }
  .page-template-page-webinar .page-banner.webinar-section {
    padding-top: calc(150 / 600 * 100vw);
    padding-bottom: calc(88 / 600 * 100vw);
  }
  .page-template-page-webinar .page-banner .hero-banner {
    grid-template-columns: 1fr;
  }
  .page-template-page-webinar .page-banner .hero-banner .left-side p {
    font-size: 16px;
    line-height: 20px;
  }
  .page-template-page-webinar .page-banner .hero-banner .left-side h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w50 {
    width: 100%;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w50 .form-control {
    width: 100%;
    max-width: 100%; /* prevents sneaky overflow in some contexts */
    box-sizing: border-box; /* includes padding/border in the 100% width */
    display: block;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w100 {
    padding-right: 0;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .col-w100 .form-control {
    width: 100%;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating .wpcf7-form-control,
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating select.wpcf7-form-control { 
    height: 52px; 
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side .form-contact .qx-floating > .qx-float { 
    top: 9px; 
    font-size: 12.5px; 
  }
  .page-template-page-webinar .webinar-about {
    grid-template-columns: 1fr;
  }
  .page-template-page-webinar .webinar-about .right-side h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-page-webinar .webinar-about .right-side p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-template-page-webinar .webinar-about .right-side .fact-about .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-template-page-webinar .webinar-about .right-side .fact-about .card span {
    font-size: 28px;
  }
  .page-template-page-webinar .webinar-takeaways .top-takeaways h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-description {
    min-height: 130px;
  }
  .page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-description h3{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-description p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-template-page-webinar .webinar-takeaways .list-takeaways {
    grid-template-columns: 1fr;
  }
  .page-template-page-webinar .webinar-takeaways .top-takeaways p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-template-page-webinar .webinar-speakers .top-speakers h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-template-page-webinar .webinar-speakers .list-speakers .item .speakers-description h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .page-template-page-webinar .webinar-speakers .list-speakers .item .speakers-description p {
    font-size: 16px;
  }
  .page-template-page-webinar .webinar-speakers .list-speakers {
    grid-template-columns: 1fr;
  }
  .page-template-page-webinar .page-banner .hero-banner .right-side {
    padding: 16px;
  }
  .page-template-page-webinar .webinar-takeaways .list-takeaways .item .takeaways-image {
    min-height: 200px;
    padding: 20px;
  }
}