.webinar-banner-container{
    width: 100%;
    height: 635px;
    position: relative;
    color: #191919;
}
.webinar-banner-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.webinar-banner-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.webinar-banner-text{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 180px;
    left: 99px;
}
.webinar-banner-text h1{
    font-family: Archivo;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #FFDF00;
    margin: 0;
    width: calc(100% - 320px);
}
.webinar-form{
    position: absolute;
    top: 128px;
    /* bottom: 24px; */
    right: 85px;
    width: 80%;
    max-width: 423px;
    height: auto;
    border-radius: 20px;
    background-color: #FFFFFF;
}
.webinar-form .form_input{
    margin: 20px;
}
/* Demo Form */
.form-container{
    /* padding: 0px 20px 22px 20px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 22px 0;
}
.form-container .form-field{
    width: 100%;
}
.form_input label{
    font-family: Archivo;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 4px;
}
.form-top-text{
    margin: 0;
    font-family: Archivo;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
}
.form-field p{
    margin-bottom:0px!important
}
.form_input input, .form_input select {
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    height: 46px;
    gap: 8px;
    padding: 16px;
    border-width: 1px;
    border-radius: 8px;
    border: 1px solid rgba(201, 202, 209, 1);
}
.form_input select {
    height: 56px;
    background-color: #FFFFFF;
    width: 100%;
}
.form_btn p br {
    display: none;
}
.form_btn p {
    margin: 0;
    padding: 0;
}
.form_btn {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 172px;
}
.mobile-text {
    display: none;
  }
.form_btn button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between; 
    padding: 12px!important; 
    white-space: nowrap;  
    background: #FFDF00;
    font-family: Archivo;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    width: 172px ;
    height: 55px;
    border-radius: 100px;
    /* gap: 20px; */
    color: #000000;
    text-decoration: none;
}
.form_btn .btn-arrow {
    margin-left: 6px;
    width: 19px;
    flex-shrink: 0;
}
/* Form End */
.webinar-banner-text img{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.date-time{
    width: max-content;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.webinar-date,
.webinar-time{
    display: flex;
    align-items: center;
    gap: 20px;
}
.webinar-banner-text p{
    display: inline-block;
    font-family: Archivo;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
}
.wpcf7-response-output[aria-hidden="true"]{
    display: none;
}
.wpcf7-submitting .Pink_button {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
  }
  .wpcf7-form .wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
  }
  .wpcf7-not-valid-tip{
    display:none
  }
  .highlight-section {
    /* padding: 80px 20px; */
    color: white;
  }
  
  .highlight-content {
    border-radius: 12px;
  }
  
  .highlight-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .highlight-content li {
    font-family: Archivo;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--color-white-solid, rgba(255, 255, 255, 1));
    gap:20px
  }
  .highlight-content ul li:last-child {
    margin-bottom: 0px;
 }
  
  .circle-icon-containers {
    width: 43px;
    height: 43px;
    background: rgba(255, 255, 255, 1);
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    left: 30px;
}
.circle-icon-images {
    width: 21px !important;
    height: 21px !important;
    object-fit: contain;
}
  
@media (max-width: 768px) {
    .desktop-text {
      display: none;
    }
    .mobile-text {
      display: inline;
    }
  }

/* Shared styles for both mobile and tablet */
@media (max-width: 1024px) {
.webinar-banner-overlay{
    opacity: 0.5;
}
.webinar-banner-container{
    height: 820px;
}
.webinar-banner-text{
    top: 0;
    left: 0;
    margin: 110px 16px 0;
    gap: 15px;
}
.webinar-banner-text h1{
    font-size: 35px;
    width: calc(100vw - 32px);
}
.webinar-banner-text img{
    width: 25px;
    height: 25px;
}
.date-time{
    flex-direction: row;
    gap: 15px;
}
.webinar-date,
.webinar-time{
    gap: 10px;
    width: max-content;
}
.webinar-banner-text p{
    font-size: 15px;
}
.webinar-form{
    width: calc(100% - 33px);
    height: auto;
    top: auto;
    bottom: 20px;
    right: 50%;
    transform: translate(50%);
    background-color: rgba(255, 255, 255, 0.6);
}
.form_btn button {
    font-weight: 600;
    width: 159px;
    padding: 10px 20px !important;
}
.form_btn .btn-arrow {
    margin-left: 10px;
}
.bb-contaier {
    margin: 30px 0 40px;
}
.image-container .swiper {
    margin: 0 !important;
}
.form-top-text{
    font-size: 14px;
}
}
@media (min-width: 1025px) and (max-width: 1116px) {
    .webinar-banner-text{
        top: 125px;
    }
}