/* video model css */
.node-37 .modals-email {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.node-37 .email-close-button-t {
  position: absolute;
  top: 12px;
  right: 16px;
  background: var(--Cerulean, rgba(70, 136, 148, 1));
  color: white;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}

.node-37 .email-modal-content-t {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

.node-37 .email-modal-content-t video {
  width: 100%;
  border-radius: 12px;
}

/* Modal Styling */
.node-37 #email-modal-toggle {
  display: none;
}

.node-37 #email-modal-toggle:checked ~ #modal4-email {
  display: flex;
}

/* Added header section styles */
.node-37 .email-header-section {
  background: white;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.node-37 .email-header-section img {
  width: 630px;
  height: 80px;
}

.node-37 .email-brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c5f5f;
  margin: 0;
  letter-spacing: 1px;
}

.node-37 .email-brand-tagline {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.node-37 .email-hero-section {
  background: linear-gradient(
    180deg,
    rgba(48, 39, 47, 0.91) 0%,
    rgba(15, 41, 46, 0.91) 100%
  );

  color: white;
  padding: 240px 0;
  position: relative;
  overflow: hidden;
}

.node-37 .email-hero-content {
  position: relative;
  z-index: 2;
}

.node-37 .email-hero-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/themes/custom/his/assets/images/email-marketstock-img.png") no-repeat center right;
  background-size: cover;
  opacity: 0.1;
}

.node-37 .email-hero-title {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 72px;

  color: var(--HIS-White, rgba(255, 255, 255, 1));

  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  line-height: 1.2;
  margin-bottom: 1rem;
}

.node-37 .email-hero-subtitle {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: var(--HIS-White, rgba(255, 255, 255, 1));

  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;

  opacity: 0.9;
  margin-bottom: 2rem;
}

.node-37 .email-btn-get-started {
  background: var(--Cerulean, rgba(70, 136, 148, 1));

  border: none;
  padding: 12px 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.node-37 .email-btn-get-started:hover {
  background-color: #3a7a7a;
  transform: translateY(-1px);
}

.node-37 .email-info-section {
  padding: 60px 0;
}

.node-37 .email-info-title {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  color: var(--Char-Black, rgba(49, 39, 48, 1));

  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;

  text-align: center;
  margin-bottom: 3rem;
}

.node-37 .email-dashboard-preview {
  background: white;
  border-radius: 8px;
  border: 10px solid rgba(70, 136, 148, 0.42);
  overflow: hidden;
  margin-bottom: 3rem;
  position: relative;
}

.node-37 .email-dashboard-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 189, 202, 0.15);
  /* Lighter blue overlay */
  pointer-events: none; /* so clicks pass through */
}
.node-37 .email-dashboard-image {
  width: 100%;
  height: auto;

  border: 1px solid rgba(218, 218, 218, 1);
  border-radius: 8px;
}

.node-37 .email-contact-section {
  text-align: center;
}

.node-37 .email-contact-title {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  color: var(--Char-Black, rgba(49, 39, 48, 1));

  line-height: 183%;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 0.5rem;
}

.node-37 .email-contact-info {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  color: var(--Char-Black, rgba(49, 39, 48, 1));

  line-height: 183%;
  letter-spacing: 0%;
  text-align: center;
}

.node-37 .email-contact-info a {
  color: var(--HIS-1, rgba(70, 136, 148, 1));

  text-decoration: none;
}

.node-37 .email-contact-info a:hover {
  text-decoration: underline;
}

/* Play Button Styling */
.node-37 .email-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 12px 24px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 600;
  z-index: 2;
}

.node-37 .email-play-icon {
  background: var(--Cerulean, rgba(70, 136, 148, 1));

  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.node-37 .email-play-text {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: var(--Char-Black, rgba(49, 39, 48, 1));

  line-height: 120%;
  letter-spacing: 0%;
}

@media (max-width: 768px) {
  .node-37 .email-brand-title {
    font-size: 1.2rem;
  }

  .node-37 .email-brand-tagline {
    font-size: 0.65rem;
  }

  .node-37 .email-hero-section {
    padding: 60px 0;
    text-align: center;
  }

  .node-37 .email-hero-bg-image {
    width: 100%;
    opacity: 0.3;
  }

  .node-37 .email-hero-title {
    font-size: 2rem;
  }

  .node-37 .email-info-section {
    padding: 40px 0;
  }

  .node-37 .email-info-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .node-37 .email-hero-title {
    font-size: 1.8rem;
  }

  .node-37 .email-hero-subtitle {
    font-size: 0.9rem;
  }

  .node-37 .email-btn-get-started {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}
