html {
  overflow-y: scroll;
}

body {
  overflow: visible;
}

body.modal-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-right: 0 !important;
}

#header.header-new {
  padding: 22px 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 1279px) {
  #header.header-new .container {
    max-width: 1260px;
    margin: 0 auto;
  }
}
#header.header-new .logo .logo-image img {
  max-width: 50.22px;
  width: 100%;
  height: auto;
}
#header.header-new .logo span {
  color: #F0F2F6;
}
#header.header-new .logo span strong {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
#header.header-new .header-menu .header-menu__toggle .fs-28 {
  color: #FCFDFD;
  cursor: pointer;
}
#header.header-new .header-menu .book-demo-stick {
  display: none;
}

@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__fix {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list {
    margin-left: 26px;
  }
}
@media (max-width: 991px) {
  .info-plate {
    padding: 23px 15px 8px;
  }
  #header.fixed-top.header-new .header-menu__list {
    background-color: #3172ED;
  }
}
@media (max-width: 991px) {
  .info-plate {
    padding: 23px 15px 8px;
  }
  #header.fixed-top.header-new .header-menu__list .menu-item-has-children .sub-menu {
    margin: 8px 0 0 8px !important;
  }
  #header.fixed-top.header-new .header-menu__list .menu-item-has-children .sub-menu li a {
    color: #fff;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list .menu-item-has-children::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83331 8.33331L9.99998 11.6666L14.1666 8.33331' stroke='%23FCFDFD' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(43%);
    right: -5px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list .menu-item-has-children:hover::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83331 8.33331L9.99998 11.6666L14.1666 8.33331' stroke='%231865F5' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transition: all 0.3s ease;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list li {
    padding: 0;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list li:not(:first-child) {
    margin-left: 24px;
  }
}
@media (min-width: 1279px) {
  #header.fixed-top.header-new .header-menu__list li .sub-menu {
    background: rgb(8, 68, 182);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0px;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list li .sub-menu li:not(:first-child) {
    margin-top: 0;
    margin-left: 0;
  }
}
#header.fixed-top.header-new .header-menu__list li .sub-menu li a {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FCFDFD;
}
#header.fixed-top.header-new .header-menu__list li a {
  color: #FCFDFD;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list li a {
    padding: 8px 18px;
    display: flex;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list li a:hover {
    background: rgba(255, 255, 255, 0.0196078431);
    border-radius: 50px;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .header-menu__list li a:active {
    background: #095AF1;
    border-radius: 50px;
  }
}
#header.fixed-top.header-new .buttons-wrapper {
  display: none;
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 274px;
    width: 100%;
  }
  #header.fixed-top.header-new .buttons-wrapper .login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 106px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #D8DBE2;
    background-color: transparent;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FCFDFD;
    text-decoration: none;
    transition: all 0.3s ease;
  }
}
@media (min-width: 991px) and (min-width: 767px) {
  #header.fixed-top.header-new .buttons-wrapper .login-btn {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .buttons-wrapper .login-btn:hover {
    background: #D8DBE2;
    border: 1px solid #D8DBE2;
    transition: all 0.3s ease;
    color: #041B46;
    border: 1px solid #D8DBE2;
  }
  #header.fixed-top.header-new .buttons-wrapper .login-btn:active {
    background: #FFFFFF;
    transition: all 0.3s ease;
    color: #041B46;
  }
  #header.fixed-top.header-new .buttons-wrapper .boost-btn {
    max-width: 156px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(94.82deg, #0640AC -16.25%, #095AF1 122.76%);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    color: #FCFDFD;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    background: linear-gradient(94.82deg, #0640AC -16.25%, #095AF1 122.76%);
    box-shadow: 0px 4px 20px -12px rgba(8, 78, 207, 0.5019607843);
    transition: box-shadow 0.5s ease;
    z-index: 1;
  }
  #header.fixed-top.header-new .buttons-wrapper .boost-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(94.82deg, #095AF1 -16.25%, #0640AC 122.76%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
  }
}
@media (min-width: 991px) and (min-width: 1279px) {
  #header.fixed-top.header-new .buttons-wrapper .boost-btn {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 991px) {
  #header.fixed-top.header-new .buttons-wrapper .boost-btn:hover {
    box-shadow: 0px 11px 64px -14px rgba(8, 78, 207, 0.9);
  }
  #header.fixed-top.header-new .buttons-wrapper .boost-btn:hover::before {
    opacity: 1;
  }
  #header.fixed-top.header-new .buttons-wrapper .boost-btn:active {
    background: #095AF1;
  }
  #header.fixed-top.header-new .buttons-wrapper .boost-btn:focus {
    outline: none;
  }
}

#footer.footer-new {
  background: #04112A;
  padding: 32px 0 52px 0;
}
#footer.footer-new .wrapper-menu {
  width: 100%;
}
@media (min-width: 1279px) {
  #footer.footer-new .wrapper-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  }
}
#footer.footer-new .footer-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
@media (min-width: 1279px) {
  #footer.footer-new .footer-menu {
    flex-direction: row;
    justify-content: center;
    border: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
#footer.footer-new .footer-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 17px 0;
  width: 100%;
}
@media (min-width: 1279px) {
  #footer.footer-new .footer-menu li {
    border: none;
    padding: 16px 0;
    display: inline-block;
  }
}
#footer.footer-new .footer-menu li a {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFB413;
}
@media (min-width: 1279px) {
  #footer.footer-new .footer-menu li a {
    display: inline-block;
    padding: 8px 5px;
    font-size: 16px;
  }
}
#footer.footer-new .footer-copyright {
  margin-top: 32px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
@media (min-width: 1279px) {
  #footer.footer-new .footer-copyright {
    font-size: 16px;
  }
}
#footer.footer-new .footer-intro {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1279px) {
  #footer.footer-new .footer-intro {
    font-size: 16px;
  }
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(3, 17, 43, 0.64);
  backdrop-filter: blur(3px);
  z-index: 100;
  padding: 10px 0;
  box-sizing: border-box;
  height: 44px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #cookie-consent {
    height: auto;
    padding: 12px 0;
    min-height: 60px;
    z-index: 10000;
  }
}
#cookie-consent .cookie-consent-container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
@media (max-width: 767px) {
  #cookie-consent .cookie-consent-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
#cookie-consent .cookie-consent-text {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767px) {
  #cookie-consent .cookie-consent-text {
    font-size: 12px;
    line-height: 1.4;
    flex: 1;
    width: 100%;
  }
}
#cookie-consent .cookie-consent-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #cookie-consent .cookie-consent-buttons {
    width: 100%;
    justify-content: flex-end;
    gap: 8px;
  }
}
#cookie-consent .cookie-consent-learn-more {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  height: 24px;
  border: 1px solid #FCFDFD;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #cookie-consent .cookie-consent-learn-more {
    font-size: 10px;
    padding: 3px 10px;
    height: 28px;
    letter-spacing: 0.3px;
  }
}
#cookie-consent .cookie-consent-accept {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  width: 71px;
  height: 24px;
  background: linear-gradient(94.82deg, #0640AC -16.25%, #095AF1 122.76%);
  border-radius: 100px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #cookie-consent .cookie-consent-accept {
    font-size: 10px;
    padding: 3px 10px;
    width: auto;
    min-width: 65px;
    height: 28px;
    letter-spacing: 0.3px;
  }
}

.floating-video-button {
  position: fixed;
  bottom: 92px;
  right: 20px !important;
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block;
  margin-right: 0 !important;
  background: transparent;
  border: none;
  padding: 0;
}
.floating-video-button img {
  height: auto;
  display: block;
  border-radius: 16px;
  border: none;
}
.floating-video-button:hover {
  transform: translateY(-4px);
  text-decoration: none;
}
@media (max-width: 767px) {
  .floating-video-button {
    bottom: 82px;
  }
}

#modal-seo-meetup {
  z-index: 10050 !important;
}
#modal-seo-meetup .modal-dialog {
  max-width: 668px;
  z-index: 10050;
}
@media (max-width: 767px) {
  #modal-seo-meetup .modal-dialog {
    max-width: 90%;
    margin: 1rem auto;
  }
}
#modal-seo-meetup .modal-backdrop {
  z-index: 10040 !important;
}

.seo-meetup-modal {
  border: none;
  border-radius: 24px;
  overflow: visible;
}
.seo-meetup-modal .seo-meetup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10060;
  color: #000;
  opacity: 0.6;
  font-size: 36px;
  font-weight: 400;
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
}
.seo-meetup-modal .seo-meetup-close:hover {
  opacity: 1;
}

.seo-meetup-content {
  position: relative;
  background: #fefcfa;
  padding: 20px 10px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .seo-meetup-content {
    padding: 30px 24px 30px;
  }
}

.meetup-decorative-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.meetup-decorative-circles .circle {
  position: absolute;
  border-radius: 50%;
}
.meetup-decorative-circles .circle.ellipse-pink {
  width: 674px;
  height: 674px;
  left: -252px;
  top: -4px;
  background: #f6bdbf;
  filter: blur(200px);
}
.meetup-decorative-circles .circle.ellipse-purple {
  width: 697px;
  height: 697px;
  right: -164px;
  bottom: -268px;
  background: #9a7fb9;
  filter: blur(200px);
}
.meetup-decorative-circles .circle.ellipse-coral {
  width: 569px;
  height: 569px;
  left: 70px;
  top: -202px;
  background: #e39286;
  filter: blur(200px);
}
.meetup-decorative-circles .circle.ellipse-purple-dark {
  width: 860px;
  height: 860px;
  left: -420px;
  top: -493px;
  background: #9877bd;
  filter: blur(200px);
}

.meetup-decorative-curves-left {
  position: absolute;
  left: 0;
  top: 105px;
  width: 400px;
  height: 400px;
  pointer-events: none;
}
.meetup-decorative-curves-left .curve {
  position: absolute;
  border-radius: 50%;
  background: transparent;
}
.meetup-decorative-curves-left .curve.curve-1 {
  width: 300px;
  height: 300px;
  left: -150px;
  top: 50px;
  border: 8px solid rgba(255, 255, 255, 0.05);
}
.meetup-decorative-curves-left .curve.curve-2 {
  width: 340px;
  height: 340px;
  left: -170px;
  top: 30px;
  border: 8px solid rgba(255, 255, 255, 0.05);
}
.meetup-decorative-curves-left .curve.curve-3 {
  width: 380px;
  height: 380px;
  left: -190px;
  top: 10px;
  border: 8px solid rgba(255, 255, 255, 0.05);
}

.meetup-decorative-curves-right {
  position: absolute;
  right: 0;
  top: 20px;
  width: 400px;
  height: 400px;
  pointer-events: none;
}
.meetup-decorative-curves-right .curve {
  position: absolute;
  border-radius: 50%;
  background: transparent;
}
.meetup-decorative-curves-right .curve.curve-1 {
  width: 300px;
  height: 300px;
  right: -150px;
  top: 50px;
  border: 8px solid rgba(255, 255, 255, 0.05);
}
.meetup-decorative-curves-right .curve.curve-2 {
  width: 340px;
  height: 340px;
  right: -170px;
  top: 30px;
  border: 8px solid rgba(255, 255, 255, 0.05);
}
.meetup-decorative-curves-right .curve.curve-3 {
  width: 380px;
  height: 380px;
  right: -190px;
  top: 10px;
  border: 8px solid rgba(255, 255, 255, 0.05);
}

.meetup-header {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.meetup-header .meetup-invite {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 8px 0;
  line-height: 124%;
  letter-spacing: 0;
}
.meetup-header .meetup-main-title {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px 0;
  line-height: 124%;
  letter-spacing: 0;
  display: inline-block;
  padding: 4px 16px;
  position: relative;
  z-index: 1;
}
.meetup-header .meetup-main-title::before {
  content: "";
  position: absolute;
  width: 378px;
  height: 37px;
  left: 5px;
  top: 15px;
  background: #000000;
  border-radius: 4px;
  z-index: -1;
}
@media (max-width: 767px) {
  .meetup-header .meetup-main-title {
    font-size: 26px;
    padding: 4px 12px;
  }
  .meetup-header .meetup-main-title::before {
    width: 280px;
    height: 28px;
    left: -4px;
    top: 8px;
  }
}
.meetup-header .meetup-organizers {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 124%;
  letter-spacing: 0;
}

.meetup-content-block {
  position: relative;
  width: 100%;
  max-width: 540px;
  padding: 24px 32px;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.meetup-content-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/home-new/seo-meetup-2025/bg.png");
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.meetup-content-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(119.7deg, #1f1245 0%, #533b2d 100%);
  opacity: 0.8;
  border-radius: 20px;
  z-index: -1;
}
.meetup-content-block .meetup-event-title {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
  line-height: 124%;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .meetup-content-block .meetup-event-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.meetup-content-block .meetup-event-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 2px;
  background: #f9c160;
}
.meetup-content-block .meetup-event-title .gold-text {
  color: #f9c160;
}
.meetup-content-block .meetup-insight {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 16px 0 4px 0;
  line-height: 120%;
}
@media (max-width: 767px) {
  .meetup-content-block .meetup-insight {
    font-size: 14px;
    margin: 12px 0 4px 0;
  }
}
.meetup-content-block .meetup-value {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 600;
  color: #f9c160;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .meetup-content-block .meetup-value {
    font-size: 14px;
  }
}

.meetup-details {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 12px 10px;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 767px) {
  .meetup-details {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 12px;
  }
}
.meetup-details .meetup-detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.meetup-details .meetup-detail-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.meetup-details .meetup-detail-item span {
  font-family: "Prompt", "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 156%;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .meetup-details .meetup-detail-item span {
    font-size: 13px;
  }
}

.btn-meetup-cta {
  display: block;
  width: 100%;
  max-width: 540px;
  padding: 17px 40px;
  background: linear-gradient(90deg, #063fac 0%, #0859f1 100%) !important;
  border-radius: 100px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  border: none;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  box-shadow: 0px 4px 16px rgba(6, 63, 172, 0.3);
}
@media (max-width: 767px) {
  .btn-meetup-cta {
    font-size: 16px;
    padding: 14px 60px;
  }
}
.btn-meetup-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px rgba(6, 63, 172, 0.5);
  text-decoration: none !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: linear-gradient(90deg, #0859f1 0%, #063fac 100%) !important;
}
.btn-meetup-cta:active {
  transform: translateY(0);
}

/* AI Webinar Modal */
.ai-webinar-modal {
  border: none;
  background: transparent;
  border-radius: 28px;
  overflow: visible;
  box-shadow: none;
}

/* control modal max width */
.ai-webinar-modal .modal-dialog {
  max-width: 900px !important;
  margin: 0 auto;
}

/* Override Bootstrap default modal width */
@media (min-width: 576px) {
  #modal-ai-webinar .modal-dialog {
    max-width: 668px !important;
  }
}
/* small close button in top-right corner */
.ai-webinar-modal .ai-webinar-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1010;
  color: #0b0b0b;
  opacity: 0.7;
  font-size: 30px;
  font-weight: 400;
  background: transparent;
  border: none;
  padding: 4px 8px;
  line-height: 1;
}

.ai-webinar-modal .ai-webinar-close:hover {
  opacity: 1;
}

/* main card container */
.ai-webinar-content {
  position: relative;
  width: 100%;
  background: #F7F9FD;
  border-radius: 24px;
  overflow: visible;
  padding: 48px 24px 32px; /* space for top mascot + content */
  box-shadow: 0 8px 40px rgba(3, 20, 70, 0.08);
  /*mask-image: radial-gradient(circle 58px at 50% 0%, transparent 0%, transparent 58px, black 59px);*/
}

/* inner stack to manage vertical order */
.ai-webinar-inner {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: relative;
}

/* mascot as an overlapping circular badge centered at top */
.ai-webinar-mascot {
  position: absolute;
  left: 50%;
  top: -58px; /* half of mascot size to overlap */
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  z-index: 5;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 4px;*/
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 6px solid #03112b;
}

.ai-webinar-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
  background: white;
}

.ai-webinar-header {
  margin-top: 18px;
  text-align: center;
  z-index: 2;
}

.ai-webinar-header .webinar-invite {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 6px;
  line-height: 1.2;
}

.ai-webinar-header .webinar-main-title {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0052CC;
  margin: 0;
  line-height: 1.15;
}

/* dividing line with centered part label */
.ai-webinar-divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 6px;
}

.ai-webinar-divider::before,
.ai-webinar-divider::after {
  content: "";
  height: 0;
  width: calc(50% - 95px);
  position: absolute;
  top: 50%;
  border-top: 1px solid;
  border-image-slice: 1;
}

.ai-webinar-divider::before {
  left: 25px;
  border-image-source: linear-gradient(90deg, rgba(38, 106, 229, 0) 0%, #266AE5 100%);
}

.ai-webinar-divider::after {
  right: 25px;
  border-image-source: linear-gradient(90deg, #266AE5 0%, rgba(38, 106, 229, 0) 100%);
}

.ai-webinar-divider span {
  background: transparent;
  padding: 6px 16px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #0052CC;
  z-index: 2;
}

/* big blue content card (centered) */
.ai-webinar-content-block {
  width: 100%;
  max-width: 620px;
  border-radius: 16px;
  padding: 28px 28px 22px;
  background: #01318D;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
}

/* titles inside blue card */
.ai-webinar-content-block .webinar-event-title {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 124%;
}

.ai-webinar-content-block .webinar-event-title .gold-text {
  color: #FFC107;
}

.ai-webinar-content-block .webinar-event-subtitle {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 110%;
  margin-top: 6px;
}

/* small supporting subtitle */
.ai-webinar-content-block .webinar-subtitle {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 6px 0 10px;
  line-height: 120%;
}

/* datetime pills */
.webinar-datetime {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2px;
}

.webinar-datetime .datetime-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1D52B7;
  border-radius: 999px;
  padding: 12px 36px 12px 20px;
  backdrop-filter: blur(6px);
  min-width: 260px;
  box-sizing: border-box;
  overflow: visible;
}

.webinar-datetime .datetime-box span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
  display: inline-block;
  line-height: 140%;
}

/* exclamation icon positioned on top-right of the pill */
.webinar-datetime .datetime-box .exclamation-icon {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 18px;
  height: 18px;
  background: #FFC107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  line-height: 1;
  transform: rotate(18deg);
}

/* CTA button (full width pill under blue block) */
.btn-webinar-cta {
  display: inline-block;
  width: 100%;
  max-width: 620px;
  margin-top: 14px;
  padding: 16px 28px;
  background: linear-gradient(90deg, #0052CC 0%, #0066FF 100%) !important;
  border-radius: 100px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 82, 204, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  z-index: 2;
  -webkit-text-fill-color: #FFFFFF !important;
}

.btn-webinar-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0, 82, 204, 0.4);
}

/* responsive tweaks */
@media (max-width: 767px) {
  .ai-webinar-modal .modal-dialog {
    max-width: 92%;
  }
  .ai-webinar-content {
    padding: 48px 18px 28px;
  }
  .ai-webinar-mascot {
    top: -52px;
    width: 104px;
    height: 104px;
  }
  .ai-webinar-header .webinar-invite {
    font-size: 18px;
  }
  .ai-webinar-header .webinar-main-title {
    font-size: 20px;
  }
  .ai-webinar-content-block .webinar-event-subtitle {
    font-size: 22px;
  }
  .webinar-datetime .datetime-box {
    padding: 10px 26px 10px 14px;
    min-width: 130px;
  }
  .webinar-datetime .datetime-box span {
    font-size: 14px;
  }
  .btn-webinar-cta {
    font-size: 16px;
    padding: 14px 20px;
  }
}

/*# sourceMappingURL=header-footer.css.map */

/* ── Webinar Top Plate ── */
.info-plate {
  position: relative;
  margin-top: -22px;
  width: 100%;
  background: linear-gradient(90deg, #0844B6 0%, #1865F5 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 1051;
  margin-bottom: 20px;
}
.info-plate__bg-text {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  color: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.info-plate__text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-left: 5%;
  align-self: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.info-plate__right {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.info-plate__btn,
.info-plate__btn:link,
.info-plate__btn:visited {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid #FFFFFF;
  border-radius: 999px;
  padding: 6px 18px;
  text-decoration: none;
  transition: background 0.2s;
}
.info-plate__btn:hover,
.info-plate__btn:link:hover,
.info-plate__btn:visited:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  text-decoration: none;
}
.info-plate__close {
  background: none;
  border: none;
  color: #FCFDFD;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.8;
  align-self: center;
}
.info-plate__close:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .info-plate__text {
    font-size: 14px;
  }
  .info-plate__bg-text {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .info-plate {
    padding: 23px 15px 8px;
  }
  .info-plate__text {
    font-size: 13px;
    padding-left: 10px;
  }
  .info-plate__btn,
  .info-plate__btn:link,
  .info-plate__btn:visited {
    font-size: 12px;
    padding: 5px 14px;
  }
  .info-plate__bg-text {
    display: none;
  }
  .info-plate__right {
    gap: 10px;
  }
}
@media (max-width: 669px) {
  .info-plate {
    padding: 28px 10px 8px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .info-plate__text {
    font-size: 12px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .info-plate__right {
    justify-content: center;
  }
  .info-plate__close {
    position: absolute;
    top: 4px;
    right: -32px;
    font-size: 18px;
    padding: 2px 6px;
  }
}
