.elementor-334 .elementor-element.elementor-element-564b55f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}#elementor-popup-modal-334 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-334{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-334 .dialog-message{width:850px;height:auto;}/* Start custom CSS */.it-popup-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #0a0a0a;
  border-radius: 16px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 999999 !important;
  border: 1px solid rgba(255, 0, 51, 0.3);
  box-shadow: 0 25px 50px -12px rgba(255, 0, 51, 0.1);
}

@media (min-width: 768px) {
  .it-popup-container {
    flex-direction: row;
    min-height: 450px;
  }
}

.it-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #a1a1aa;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
}

.it-popup-close:hover {
  background-color: #ff0033;
  color: #ffffff;
}

.it-popup-image {
  width: 100%;
  height: 250px;
  position: relative;
}

@media (min-width: 768px) {
  .it-popup-image {
    width: 45%;
    height: auto;
  }
}

.it-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.it-popup-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0a0a0a, transparent);
}

@media (min-width: 768px) {
  .it-popup-gradient {
    background: linear-gradient(to right, transparent, #0a0a0a);
  }
}

.it-popup-content {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .it-popup-content {
    width: 55%;
    padding: 40px 48px;
  }
}

.it-popup-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff0033;
  margin-bottom: 12px;
}

.it-popup-badge span {
  font-family: monospace;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.it-popup-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 24px 0;
  line-height: 1.1;
}

.it-popup-factor {
  flex-grow: 1;
  margin-bottom: 32px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 16px;
}

.it-popup-factor::-webkit-scrollbar {
  width: 6px;
}
.it-popup-factor::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.it-popup-factor::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 51, 0.4);
  border-radius: 10px;
}
.it-popup-factor::-webkit-scrollbar-thumb:hover {
  background: #ff0033;
}

.it-popup-factor h4 {
  color: #ff0033;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin: 0 0 8px 0;
}

.it-popup-factor p {
  color: #d4d4d8;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.it-popup-list {
  color: #d4d4d8;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 24px 0;
  padding-left: 20px;
}

.it-popup-list li {
  margin-bottom: 8px;
}

.it-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  background-color: #ff0033;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  flex-shrink: 0;
}

.it-popup-btn:hover {
  background-color: #cc0029;
}/* End custom CSS */