/* --e-global-color-primary: #082966;
--e-global-color-secondary: #54CED4;
--e-global-color-text: #082966;
--e-global-color-accent: #082966;
--e-global-color-9eff603: #FFFFFF;
--e-global-color-942e24d: #FF8B42; */

:root {
  --trans: 0.4s ease;
}

a {
  transition: var(--trans);
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Chrome, Edge, Safari, Opera */
::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary);
  border-radius: 0px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--e-global-color-primary) #fff;
}

/* Button Base */
.elementor .e-button-base,
.banner_slider .elementor-button {
  z-index: 1;
  position: relative;
}

.elementor .e-button-base::after,
.banner_slider .elementor-button::after {
  content: "";
  background-image: url("/wp-content/uploads/2026/05/button-last-shape.svg");
  background-position: right;
  background-size: 100% 100%;
  position: absolute;
  width: 57px;
  height: 100%;
  border-radius: 0 100px 100px 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.e-n-menu-dropdown-icon {
  /* position: relative;
  bottom: -1px; */
  transition: var(--trans);
}

/* Elementor Form Popups */
body.popup-loading .hs-popup-form {
  background: transparent !important;
}

.hs-popup-form {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}

.hs-popup-form.hs-form-loading {
  opacity: 0;
  visibility: hidden;
}

.co-loader-container {
  z-index: 1 !important;
}

/* Popup Loader CSS */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.popup-loading::before {
  opacity: 1;
  visibility: visible;
}

/* Spinner */
body.popup-spinner::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  margin-top: -30px;
  border: 5px solid #ddd;
  border-top-color: #082966;
  border-radius: 50%;
  animation: hsSpin 0.8s linear infinite;
  z-index: 999;
}

@keyframes hsSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Elementor popup above loader */
.elementor-popup-modal {
  z-index: 9999 !important;
}

/* Popup Loader CSS */

/* Header */
header[data-elementor-type="header"] {
  width: 100%;
  position: sticky;
  top: 0;
  transition: var(--trans);
  z-index: 99;
}

.fixedheader header[data-elementor-type="header"] {
  position: fixed;
  left: 0;
  transition: var(--trans);
  background: transparent;
}

header[data-elementor-type="header"].sticky,
.fixedheader header[data-elementor-type="header"].sticky {
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

header[data-elementor-type="header"].bottom {
  transform: translateY(-120%);
}

header[data-elementor-type="header"].top {
  transform: translateY(0%);
}

.fixedheader:not(:has(.sticky)) .lp-header img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(233deg) brightness(104%) contrast(101%);
}

.main_navigation .e-n-menu-title {
  z-index: 2;
}

.main_navigation .e-n-menu-content {
  z-index: 1;
}

.submenu_title {
  position: static;
}

.submenu_title .elementor-heading-title > a::before {
  content: "" !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 1;
}

.submenu_title .elementor-heading-title > a {
  /* position: relative; */
  padding-right: 20px;
}

.submenu_title .elementor-heading-title > a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>')
    no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 5px;
  transition: var(--trans);
}

.submenu_title .elementor-heading-title > a:hover::after {
  transform: rotate(-45deg);
}

.e-n-menu-title:has(+ .e-n-menu-content)::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.652 1.3568C12.0437 0.730129 12.9563 0.730129 13.348 1.3568L25 20H0L11.652 1.3568Z" fill="white"/></svg>')
    no-repeat center / contain;
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.e-n-menu-title:has(+ .e-n-menu-content.e-active)::before {
  opacity: 1;
  visibility: visible;
}

.main_navigation ul.e-n-menu-heading > li > .e-n-menu-title > a.e-link {
  color: var(--e-global-color-primary);
}

.main_navigation ul.e-n-menu-heading > li > .e-n-menu-title > *,
.main_navigation ul.e-n-menu-heading > li > .e-n-menu-title > * * {
  cursor: pointer;
}

.main_navigation a.current-page,
.main_navigation .e-current a.e-link {
  color: var(--e-global-color-942e24d) !important;
}

/* Footer */
.foot_nav ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: clamp(10px, 1.042vw, 20px);
  justify-content: flex-start;
  align-items: flex-start;
}

footer .foot_details span.elementor-icon-list-text,
.foot_nav ul.menu > li > a {
  background: linear-gradient(92.43deg, #0a3380 3.09%, #082966 81.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.foot_nav ul.menu > li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  font-family: "inter", Sans-Serif;
}

.copyright_text,
.copyright_menu ul.menu > li > a {
  color: #fff;
}

.copyright_menu ul.menu > li > a:hover {
  color: var(--e-global-color-942e24d);
}

.copyright_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.083vw, 40px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot_form .hbspt-form form.hs-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_form .hbspt-form form.hs-form .field {
  width: calc(50% - 10px);
}

/** Global Popup code Start **/
/* body.dialog-prevent-scroll {
  max-height: none;
} */
.elementor-popup-modal {
  overflow: hidden;
  overflow-y: auto;
}

/* .elementor-popup-modal.dialog-type-lightbox>.dialog-widget-content.dialog-lightbox-widget-content {
  max-height: calc(100svh - 140px);
  border-radius: 10px;
} */
.elementor-popup-modal.dialog-type-lightbox
  > .dialog-widget-content.dialog-lightbox-widget-content
  > .dialog-message.dialog-lightbox-message {
  /* height: 100% !important; */
  max-height: 100%;
}

/** Global Popup code End **/

/*HS Form*/
.co-input-container .co-feedback-container {
  margin-top: 8px;
  display: inline-block;
  font-size: 14px;
}

.co-input-container .co-feedback-container span.co-error-msg > span {
  display: inline-block;
  line-height: 1.4;
}

.hbspt-form .hs_email ul.hs-error-msgs {
  margin: 0;
}

.hbspt-form ul,
.hbspt-form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hbspt-form ul.hs-error-msgs > li:not(:last-child) {
  margin-bottom: 8px;
}

.hbspt-form ul.hs-error-msgs li,
.hbspt-form ul.hs-error-msgs li Label,
.hbspt-form .field label,
.hbspt-form li {
  margin: 0;
  font-weight: 400;
}

.hbspt-form .field > label {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--e-global-color-primary);
  /* display: none; */
}

.hbspt-form .field > label:empty,
.hbspt-form .field > label:has(span:empty) {
  display: none;
}

.hbspt-form li:not(:last-child) {
  margin-bottom: 4px;
}

.hbspt-form form.hs-form,
.hbspt-form form.hs-form fieldset,
.hbspt-form form.hs-form .field {
  max-width: 100%;
}

.hbspt-form form.hs-form .hs-richtext,
.hbspt-form form.hs-form .hs-richtext p {
  font-size: 16px;
}

.hbspt-form li,
.hbspt-form form.hs-form .input .hs-form-booleancheckbox-display p,
.hbspt-form form.hs-form .input .hs-form-checkbox-display {
  font-size: 14px;
  line-height: 1.4;
}

.hbspt-form form.hs-form .hs-richtext p a,
.hbspt-form li a {
  text-decoration: underline;
}

.hbspt-form form.hs-form fieldset:not(:last-child) > *,
.hbspt-form form.hs-form > .hs-form-field:not(:last-child),
.hbspt-form form.hs-form .hs_error_rollup:not(:last-child) {
  margin-bottom: 20px;
}

form.hs-form .hs_error_rollup .hs-error-msgs {
  display: none !important;
}

.hbspt-form form.hs-form .legal-consent-container,
.hbspt-form form.hs-form .hs-dependent-field {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.hbspt-form form.hs-form .input,
.hbspt-form .legal-consent-container .field.hs-form-field {
  margin: 0 !important;
}

.hbspt-form form.hs-form .input input,
.hbspt-form form.hs-form .input textarea,
.hbspt-form form.hs-form .input select {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 2px -1px rgba(74, 74, 104, 0.1) inset;
  border: 1px solid #2ea6f7;
  width: 100% !important;
  margin-bottom: 0;
  padding: 19px 16px 17px;
  color: var(--e-global-color-primary);
  resize: none;
  font-family: "Gilroy";
  font-weight: 500;
  height: auto;
  font-size: 16px;
  line-height: 1.15;
}

.hbspt-form form.hs-form .input .co-input-container input {
    padding-right: 32px;
}

.hbspt-form form.hs-form .input input::placeholder,
.hbspt-form form.hs-form .input textarea::placeholder {
  color: var(--e-global-color-primary);
}

.hbspt-form form.hs-form .input select {
  padding-right: 30px;
  background-image: url("/wp-content/uploads/2026/05/downarrow.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
  appearance: none;
}

.hbspt-form form.hs-form .input input:focus,
.hbspt-form form.hs-form .input textarea:focus,
.hbspt-form form.hs-form .input select:focus {
  border-color: #004890;
  box-shadow: 0 0 0 4px rgba(0, 72, 144, 0.25);
  outline: none;
}

.hbspt-form form.hs-form .input input.error,
.hbspt-form form.hs-form .input textarea.error,
.hbspt-form form.hs-form .input select.error {
  border-color: #ef6b51;
  box-shadow: 0 0 0 4px rgb(239 107 81 / 15%);
}

.hbspt-form form.hs-form .field.hs-fieldtype-radio {
  display: flex;
  justify-content: space-between;
  gap: 20px 24px;
  flex-wrap: wrap;
}

.hbspt-form form.hs-form .field.hs-fieldtype-radio > label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.hbspt-form form.hs-form .field.hs-fieldtype-radio > .hs-field-desc {
  width: calc(100% - 24px - 62.33px);
  letter-spacing: 0.042px;
  font-size: 14px;
  font-weight: 400;
  color: var(--e-global-color-primary);
}

.hbspt-form form.hs-form .field.hs-fieldtype-radio > .input {
  width: 100%;
}

.hbspt-form form.hs-form .input .inputs-list.multi-container {
  display: flex;
  align-items: center;
  gap: 12px 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 6px;
}

.hbspt-form form.hs-form .input .inputs-list.multi-container .hs-form-radio {
  width: calc(50% - 12px);
  max-width: 180px;
  margin: 0;
}

.hbspt-form form.hs-form .input .hs-form-checkbox-display,
.hbspt-form form.hs-form .input .hs-form-booleancheckbox-display,
.hbspt-form form.hs-form .input .hs-form-radio-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px 13px;
}

.hbspt-form
  form.hs-form
  .input
  .hs-form-checkbox-display
  input[type="checkbox"],
.hbspt-form
  form.hs-form
  .input
  .hs-form-booleancheckbox-display
  input[type="checkbox"],
.hbspt-form form.hs-form .input .hs-form-radio-display input[type="radio"] {
  width: 24px !important;
  max-width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #ebebeb;
  box-shadow: 0 2px 2px -1px rgba(74, 74, 104, 0.1) inset;
  appearance: none;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.hbspt-form
  form.hs-form
  .input
  .hs-form-checkbox-display
  input[type="checkbox"]::after,
.hbspt-form
  form.hs-form
  .input
  .hs-form-booleancheckbox-display
  input[type="checkbox"]::after,
.hbspt-form
  form.hs-form
  .input
  .hs-form-radio-display
  input[type="radio"]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--e-global-color-primary)
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g filter="url(%23filter0_d_2822_1621)"><path d="M4 12.5L7.58579 16.0858C8.36684 16.8668 9.63316 16.8668 10.4142 16.0858L20.5 6" stroke="white" stroke-width="1.5"/></g><defs><filter id="filter0_d_2822_1621" x="-2" y="-1" width="28" height="28" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2822_1621"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2822_1621" result="shape"/></filter></defs></svg>')
    no-repeat center/16px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
}

.hbspt-form
  form.hs-form
  .input
  .hs-form-checkbox-display
  input[type="checkbox"]:checked::after,
.hbspt-form
  form.hs-form
  .input
  .hs-form-booleancheckbox-display
  input[type="checkbox"]:checked::after,
.hbspt-form
  form.hs-form
  .input
  .hs-form-radio-display
  input[type="radio"]:checked::after {
  opacity: 1;
  visibility: visible;
}

.hbspt-form form.hs-form .input .hs-form-checkbox-display > span,
.hbspt-form form.hs-form .input .hs-form-booleancheckbox-display > span,
.hbspt-form form.hs-form .input .hs-form-radio-display > span {
  width: calc(100% - 24px - 13px);
  display: block;
  margin: 0;
}

.hbspt-form form.hs-form .input .hs-form-checkbox-display p strong,
.hbspt-form form.hs-form .input .hs-form-booleancheckbox-display p strong,
.hbspt-form form.hs-form .input .hs-form-radio-display p strong {
  font-weight: 400;
}

.hbspt-form form.hs-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hbspt-form form.hs-form .form-columns-2 .field {
  width: calc(50% - 10px);
}

.hbspt-form ul.hs-error-msgs {
  margin: 8px 0px 0;
}

.hbspt-form .hs-error-msgs {
  color: red;
}

.hbspt-form form.hs-form .hs_submit .actions,
.blue_bg_form form.hs-form .hs_submit .actions {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ff8b42, #b64600);
  border-radius: 100px;
  width: max-content;
}

.hbspt-form form.hs-form .hs_submit .actions::after,
.blue_bg_form form.hs-form .hs_submit .actions::after {
  background-image: url("/wp-content/uploads/2026/05/button-last-shape.svg");
  background-position: 100%;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 100%;
  border-radius: 0 100px 100px 0;
  z-index: -1;
}

.hbspt-form form.hs-form .hs_submit .actions input,
.blue_bg_form form.hs-form .hs_submit .actions input {
  background-color: transparent;
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gilroy";
  font-size: clamp(16px, 0.938vw, 18px);
  line-height: 1.15;
  font-weight: 500;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: none;
  transition: var(--trans);
}

.hbspt-form form.hs-form .hs_submit .actions:hover,
.blue_bg_form form.hs-form .hs_submit .actions:hover {
  background: linear-gradient(180deg, #b64600, #ff8b42);
  color: #fff;
}

.hbspt-form .form-columns-1 .hs_phone .hs-input {
  width: 100%;
}

.hbspt-form .form-columns-1 .hs_phone .hs-input select {
  margin-bottom: 15px;
}

.hbspt-form .hs_recaptcha {
  margin-bottom: 20px;
}

.hbspt-form form .hs_error_rollup {
  display: none;
}

.hbspt-form.same_heading_weight .hs-richtext h3 strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .hbspt-form form.hs-form .form-columns-2 .field,
  .foot_form .hbspt-form form.hs-form .field {
    width: 100%;
  }

  .hbspt-form form.hs-form fieldset:not(:last-child) > *,
  .hbspt-form form.hs-form > .hs-form-field:not(:last-child),
  .hbspt-form form.hs-form .hs_error_rollup:not(:last-child) {
    margin-bottom: 16px;
  }

  .hbspt-form form.hs-form .input input,
  .hbspt-form form.hs-form .input textarea,
  .hbspt-form form.hs-form .input select {
    padding: 16px 16px 14px;
  }

  .hbspt-form form.hs-form .hs_submit .actions input {
    padding: 14px 28px;
  }
}

/*HS Form*/

/* Video Block */
.video_block-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
}

.video_block-poster-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: pointer;
  pointer-events: all;
  /* overlay catches the first click */
  transition: var(--trans);
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video_block-poster-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video_block-poster-overlay::after,
.video_thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(54px, 5vw, 72px);
  height: clamp(54px, 5vw, 72px);
  border-radius: 50%;
  background-color: rgb(66, 91, 118, 0.8);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='8,5 19,12 8,19' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  transition: var(--trans);
}

.video_block-poster-overlay:hover::after {
  background-color: rgb(66, 91, 118, 1);
}

.video_block-poster-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Video Block */

/* Primary Btn Globle CSS Start  */
/* .elementor .primary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #b64600 0%, #ff8b42 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.elementor .primary-btn:hover::before,
.elementor .primary-btn:focus-visible::before {
  opacity: 1;
} */

/* Primary Btn Globle CSS End  */

/* Video Player Popup form CSS Start */
.keona-video-player-popup {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.keona-video-player-popup__stage {
    position: relative;
}
.keona-video-player-popup__video {
    width: 100%;
    height: auto;
    display: block;
    background: var(--e-global-color-primary);
}
.keona-video-player-popup__trigger {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    background: transparent !important;
    cursor: pointer;
    text-align: center;
    z-index: 3;
    color: #fff;
}
.keona-video-player-popup__trigger-icon {
    display: inline-block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: clamp(54px, 5vw, 72px);
    height: clamp(54px, 5vw, 72px);
    border-radius: 50%;
    background-color: rgb(66, 91, 118, 0.8);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='8,5 19,12 8,19' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transition: var(--trans);
}
.keona-video-player-popup__trigger:hover .keona-video-player-popup__trigger-icon {
  background-color: rgb(66, 91, 118, 1);
}
/* .keona-video-player-popup__trigger-icon::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 28%;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
} */
.keona-video-player-popup__trigger-label {
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}
.keona-video-player-popup.is-unlocked .keona-video-player-popup__trigger,
.keona-video-player-popup.is-unlocked .keona-video-player-popup__trigger-icon {
    display: none;
}
.keona-video-player-popup__modal {
    width: 100%;
    overflow: auto;
    height: 100%;
    position: absolute;
    inset: 0;
    display: none;
    /* align-items: center; */
    justify-content: center;
    z-index: 50;
    pointer-events: none;
}
.keona-video-player-popup.is-open .keona-video-player-popup__modal {
    display: flex;
    pointer-events: auto;
}
.keona-video-player-popup__backdrop {
    position: absolute;
    inset: 0; 
    background: rgb(0 0 0 / 60%);
}
.keona-video-player-popup__dialog {
    position: relative;
    z-index: 2;
    width: calc(100% - 24px);
    height: max-content;
    max-width: 560px;
    margin: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: clamp(20px, 1.667vw, 24px) clamp(16px, 1.667vw, 24px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    margin: clamp(12px, 1.389vw, 20px) 0;
}
.keona-video-player-popup__dialog-title:not(:empty) {
    margin: 0 0 8px 0;
    font-size: 20px;
    line-height: 1.2;
    color: var(--e-global-color-primary);
    font-weight: 700;
}
.keona-video-player-popup__dialog-copy {
  margin: 0 !important;
}
.keona-video-player-popup__dialog-copy:not(:empty) {
    margin: 0 0 18px 0 !important;
    color: #44555b;
    font-size: 14px;
}
.keona-video-player-popup__form {
    width: 100%;
}
/* Form adjustments to make inputs full-width and button prominent */
/* .keona-video-player-popup__form .hs-form fieldset,
.keona-video-player-popup__form .hs-form .fields {
    margin: 0;
}
.keona-video-player-popup__form .hs-form input[type="email"],
.keona-video-player-popup__form .hs-form input[type="text"],
.keona-video-player-popup__form .hs-form textarea,
.keona-video-player-popup__form .hs-form select {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
} */
/* .keona-video-player-popup__form .hs-form .hs-button {
    background: #ff6b00 !important;
    color: #fff !important;
    padding: 12px 18px !important;
    border-radius: 6px !important;
    border: 0 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
} */
/* Video Player Popup form CSS End */

/* asa Responsive */
@media (max-width: 1200px) {
  /* Header */
  body.menu_open {
    overflow: hidden;
  }

  .menu_open header[data-elementor-type="header"] {
    background: #fff;
  }

  header[data-elementor-type="header"]
    .main_navigation.elementor-widget-n-menu
    .e-n-menu[data-layout="dropdown"]
    .e-n-menu-wrapper {
    position: fixed;
    left: 0;
    top: 76.77px;
    height: calc(100dvh - 76.77px);
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    overflow: auto;
  }

  .main_navigation .e-n-menu-heading {
    border-top: 1px solid #f7f7f7;
  }

  .main_navigation .e-n-menu-heading li.e-n-menu-item {
    border-bottom: 1px solid #f7f7f7;
  }

  .main_navigation .e-n-menu-title:has(+ .e-n-menu-content)::before,
  .submenu_title .elementor-heading-title > a::before {
    display: none;
  }

  .main_navigation .e-n-menu-title {
    justify-content: space-between !important;
  }

  .submenu_title .elementor-heading-title > a {
    padding: 0 0 0 24px;
  }

  .submenu_title .elementor-heading-title > a::after {
    right: auto;
    left: 0;
    top: 4px;
  }

  /* Header */
}

@media (max-width: 575px) {
  .elementor .e-button-base {
    text-wrap-style: pretty;
    white-space: normal;
  }
}
