/* video model css */
.node-36 .modals-account {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.node-36 .account-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-36 .account-modal-content-t {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  max-width: 894px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}
.node-36  button.btn.account-btn-get-started a {
    color: #fff;
    text-decoration: none;
}
.node-36 .account-modal-content-t video {
  width: 100%;
  border-radius: 12px;
}

/* Modal Styling */
.node-36 #account-modal-toggle {
  display: none;
}

.node-36 #account-modal-toggle:checked ~ #modal4-account {
  display: flex;
}

.node-36 .account-hero-section {
  position: relative;
  overflow: hidden;
}

.node-36 .account-hero-content {
  padding-left: 65px;
  padding-top: 215px;
  padding-bottom: 215px;
  position: relative;
  z-index: 2;
}

.node-36 .account-hero-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/themes/custom/his/assets/images/account-header-img.jpg") no-repeat center right;
  background-size: cover;
}

.node-36 .account-hero-title {
  font-family: 'Rota';
  font-weight: 500;
  font-style: Medium;
  font-size: 54px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;

  line-height: 1.2;
  margin-bottom: 1rem;
}

.node-36 .account-hero-subtitle {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);

  line-height: 120%;
  letter-spacing: 0%;

  opacity: 0.9;
  margin-bottom: 2rem;
}

.node-36 .account-btn-get-started {
  background: var(--Cerulean, rgba(70, 136, 148, 1));

  border: none;
  padding: 12px 30px;
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 80%;
  letter-spacing: 0%;
  vertical-align: middle;

  border-radius: 8px;
  transition: all 0.3s ease;
}

.node-36 .account-btn-get-started:hover {
  background-color: #3a7a7a;
  transform: translateY(-1px);
}

.node-36 .account-info-section {
  background: white;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.node-36 .account-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-36 .account-dashboard-preview {
  background: white;
  border-radius: 8px;
  border: 10px solid rgba(70, 136, 148, 0.42);
  overflow: hidden;
  margin-bottom: 3rem;
  position: relative;
}

.node-36 .account-info-section::before {
  content: "";
  position: absolute;
  top: -347px;
  left: -80px;
  width: 350px;
  height: 100%;
  background: url("/themes/custom/his/assets/images/Ellipse\ 465\ \(2\).png") no-repeat center/contain;
  background-size: cover;
  pointer-events: none;

  z-index: 0;
}

.node-36 .account-info-section::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
   
  transform: translateY(-50%);
  width: 350px;
 height: 100%;
  background: url("/themes/custom/his/assets/images/Ellipse\ 466.png") no-repeat center/contain;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
.node-36 .account-text-div {
  background: linear-gradient(
    269.95deg,
    rgba(127, 150, 161, 0) 0.04%,
    rgba(124, 128, 133, 0.93) 41.83%,
    rgba(15, 41, 46, 0.93) 80.52%
  );
  position: relative;
}

/* Play Button Styling */
.node-36 .account-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-36 .account-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-36 .account-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%;
}

.node-36 .account-dashboard-preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 189, 202, 0.15);

  pointer-events: none;
}
.node-36 .account-dashboard-image {
  width: 100%;
  height: auto;
  border: 1px solid rgba(218, 218, 218, 1);
  border-radius: 8px;
}

.node-36 .account-contact-section {
  text-align: center;
}

.node-36 .account-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-36 .account-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-36 .account-contact-info a {
  color: var(--HIS-1, rgba(70, 136, 148, 1));

  text-decoration: none;
}

.node-36 .account-contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .node-36 .account-hero-section {
    padding: 60px 0;
    text-align: center;
  }

  .node-36 .account-hero-bg-image {
    width: 100%;
    opacity: 0.3;
  }

  .node-36 .account-hero-title {
    font-size: 2rem;
  }

  .node-36 .account-info-section {
    padding: 40px 0;
  }

  .node-36 .account-info-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .node-36 .account-hero-title {
    font-size: 1.8rem;
  }

  .node-36 .account-hero-subtitle {
    font-size: 0.9rem;
  }

  .node-36 .account-btn-get-started {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}
