body {
  background-color: white;
}
.marketsize-pro {
  background: #eaf4ff;        
  border: 1px solid #cfe4ff; 
  color: #1f2937;        
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.node-23 p.marketsize-pro {
    font-family: Rota;
    font-weight: 500;
    font-style: Bold;
    font-size: 28px;
    color: rgba(25, 29, 35, 1);
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.selected-plan-heading h2 {
    font-family: Rota;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    color: var(--HIS-Black-2, rgba(90, 82, 89, 1));
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
h2.email-text {
  margin-top: 15px;
}
.footer .container {
  max-width: 1440px;
}
.page-route-user-login .main-content {
  padding-top: 30px;
}
.profile-dropdown img {
  position: relative;
  right: 10px;
}
.profile-dropdown a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 1rem;
  font-family: rota;
  vertical-align: middle;
  align-items: center;
  line-height: 30px;
  color: white;
}
.user-profile {
  position: relative;
}

/* click area */
.profile-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* dropdown */
.profile-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 54px;
  min-width: 110px;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
  background-color: var(--primary-color);
}

/* show dropdown */
.user-profile.active .profile-dropdown {
  display: block;
}

/* desktop only */
@media (max-width: 767px) {
  .profile-dropdown {
    display: none !important;
  }
}

.page-route-user-login .header-section .row.align-items-center img {
  width: 40%;
  height: auto;
}
.page-route-user-login .header-section {
  background-color: white;
  padding: 0 4px;
}
a.global-cta.white.lg.mt-4 {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  color: rgba(70, 136, 148, 1);
}
.node-23 .btn-outline-teal {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  color: rgba(70, 136, 148, 1);
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  background: transparent;
  border: 2px solid rgba(70, 136, 148, 1);
}
#block-his-gotohome a {
  color: #0d6efd;
  text-decoration: underline;
  background: var(--Cerulean, rgba(70, 136, 148, 1));
  color: rgba(255, 255, 255, 1);
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  transition: background 0.2s ease;
}
#block-his-gotohome a:hover {
  background: #357a8a;
  color: white;
}
#block-his-footersection3 {
  font-family: "Galifex";
  font-weight: 400;
  font-style: Regular;
  font-size: 124px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(124, 189, 202, 1);
  text-align: center;
  font-style: Bold;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.footer-section h6 {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(248, 248, 248, 0.5);
  margin-bottom: 20px;
}
#block-his-footersection2 p {
  display: flex;
  gap: 20px;
  align-items: center;
}
#block-his-footersection1 p {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-section a {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-family: Rota;
  font-style: Medium;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section a i {
  width: 20px;
  font-size: 1.1rem;
}
.footer-section a:hover {
  color: var(--Suite-Teal, rgba(124, 189, 202, 1));

  transform: translateX(5px);
}
.footer-legal-links.legal-link a {
  color: rgba(255, 255, 255, 1);
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  transition: color 0.3s ease;
  /* gap: 17px; */
}
#block-his-footersection5 p {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}
.footer {
  background: rgba(49, 39, 48, 1);

  color: #ffffff;

  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #4a90a4 50%,
    transparent 100%
  );
}
div#block-his-footersection2 {
  padding-left: 25px;
}

.header-section {
  background-color: white;

  padding: 20px 15px;
}

.node-23 .main-content {
  padding-top: 20px;
  margin-left: 0px !important;
  min-height: auto;
}
.node-23 section.main-content.hero-bg-img .container {
  max-width: 1440px;
}
.text-center {
  text-align: center !important;
  margin-bottom: 80px;
}
.node-23 .plans-div .col-lg-4:nth-child(3) button,
.node-23 .plans-div .col-lg-4:nth-child(3) button a {
  background: #000 !important;
  border: 0;
  color: rgba(255, 255, 255, 1) !important;
}
.node-23 .plans-div .col-lg-4:nth-child(3) button,
.node-23 .plans-div .col-lg-4:nth-child(3) button a:hover {
  background-color: white;
  color: var(--HIS-1, rgba(70, 136, 148, 1));
  border-color: white;
}

.node-23 .hero-bg-img {
  background-image: url("../images/Group\ 59683.png");
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.node-23 .hero-text {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;

  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--HIS-1, rgba(70, 136, 148, 1));

  margin-bottom: 20px;
}

.node-23 .hero-text span {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  color: var(--HIS-Black, rgba(48, 39, 47, 1));

  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.node-23 .hero-div {
  background: rgba(191, 251, 255, 0.25);
  border: 1px solid gainsboro;
  padding-bottom: 16px;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 24px;
  width: fit-content;
  align-items: center;

  text-align: center;
  margin: 0 auto;

  border-radius: 8px;
}

.node-23 .plans-section {
    background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(255, 255, 255, 0.77) 49.51%,
    rgba(123, 188, 201, 0.231) 100%
  );
    margin-top: 40px;
    padding-bottom: 50px;
}
.node-23 .plans-div {
    padding-bottom: 40px;
}
.node-23 .hero-subtext {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  color: rgba(25, 29, 35, 1);

  line-height: 100%;
  letter-spacing: 0%;
}

.node-23 .pricing-card {
  background: var(--HIS-White, rgba(255, 255, 255, 1));

  border-radius: 8px;

  padding: 30px 25px;
  height: 100%;
  transition: transform 0.2s ease;
  box-shadow: 0 8px 15px rgba(124, 189, 202, 17.5);
}
.node-23 .pricing-card.is-selected .plan-button {
  background: white;
  color: var(--HIS-1);
}
.node-23 .pricing-card:hover,
.node-23 .pricing-card.is-selected {
  background: var(--HIS-1, rgba(70, 136, 148, 1));

  color: white;

  z-index: 2;
  position: relative;
}

.node-23 .basic-plan {
  background: var(--HIS-White, rgba(255, 255, 255, 1));

  border-radius: 8px;

  padding: 30px 25px;
  height: 100%;
  transition: transform 0.2s ease;
  box-shadow: 0 8px 15px rgba(124, 189, 202, 17.5);
}

.node-23 .basic-plan:hover {
  background: var(--HIS-1, rgba(70, 136, 148, 1));

  color: white;

  z-index: 2;
  position: relative;
}

.node-23 .plan-title {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: rgba(25, 29, 35, 1);

  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 20px;
}
.node-23 .plan-month {
  font-family: Rota;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  color: var(--HIS-Black-2, rgba(90, 82, 89, 1));

  line-height: 100%;
  letter-spacing: 0%;
}
.node-23 .plan-price {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 45px;
  color: rgba(25, 29, 35, 1);

  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.node-23 .primium-small-text {
  color: var(--HIS-1, rgba(70, 136, 148, 1));
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0%;
}

.node-23 .plan-price-small {
  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--HIS-Grey-1, rgba(131, 125, 130, 1));
  margin-bottom: 25px;
  height: 65px;
}

.node-23 .plan-button {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 2px solid rgba(70, 136, 148, 1);
  cursor: pointer;
  transition: all 0.2s ease;
}

.node-23 .pricing-card:hover .plan-button {
  background-color: white;
  color: var(--HIS-1, rgba(70, 136, 148, 1));
  border-color: white;
}

.node-23 .pricing-card:hover .plan-title,
.pricing-card:hover .plan-price,
.pricing-card:hover .plan-price-small,
.pricing-card:hover .plan-month,
.pricing-card:hover .feature-list li,
.pricing-card:hover .primium-small-text {
  color: white !important;
}

.node-23 .btn-dark {
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;

  background: var(--HIS-Black, rgba(48, 39, 47, 1));

  color: var(--HIS-White, rgba(255, 255, 255, 1));

  border: 2px solid rgba(48, 39, 47, 1);
}

.node-23 .feature-list {
  list-style: none;
  padding: 0;
}

.node-23 .feature-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  font-family: Rota;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: var(--HIS-Black, rgba(48, 39, 47, 1));

  line-height: 100%;
  letter-spacing: 0%;
}

.node-23 .feature-list .fa-check {
  color: var(--HIS-1, rgba(70, 136, 148, 1));

  margin-right: 12px;
  font-size: 0.9rem;
  background: var(--HIS-Sky-blue, rgba(190, 250, 255, 1));

  border-radius: 50%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.node-23 .feature-list .fa-times {
  color: var(--HIS-Black, rgba(48, 39, 47, 1));
  background: rgba(242, 254, 255, 1);
  border-radius: 50%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-right: 12px;
  font-size: 0.9rem;
}

/* Footer Styles */
.footer {
  background: rgba(49, 39, 48, 1);

  color: #ffffff;

  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #4a90a4 50%,
    transparent 100%
  );
}

.footer-section-title {
  font-family: Rota;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;

  line-height: 100%;
  letter-spacing: 0%;

  color: rgba(248, 248, 248, 0.5);

  margin-bottom: 20px;
}

/* Social Links */
.social-links {
  display: flex;

  gap: 18px;
}

.social-link {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-family: Rota;
  font-style: Medium;
  line-height: 120%;
  letter-spacing: 0%;

  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link:hover {
  color: var(--Suite-Teal, rgba(124, 189, 202, 1));

  transform: translateX(5px);
}
.social-link i {
  width: 20px;
  font-size: 1.1rem;
}

/* Navigation Links */
.nav-links-1 {
  display: flex;

  gap: 18px;
}

.nav-link-footer {
  color: rgba(255, 255, 255, 1);

  font-weight: 500;
  font-family: Rota;
  font-style: Medium;
  line-height: 120%;
  letter-spacing: 0%;

  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.nav-link-footer:hover {
  color: #4a90a4;
  transform: translateX(5px);
}

/* Main Brand Title */
.brand-title-1 {
  font-family: "Galifex";
  font-weight: 400;
  font-style: Regular;
  font-size: 124px;

  line-height: 120%;
  letter-spacing: 0%;

  color: rgba(124, 189, 202, 1);

  text-align: center;
}
@font-face {
  font-family: "Galifex";
  src: url("../fonts/Galifex.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 30px;
}

.copyright {
  color: rgba(255, 255, 255, 1);

  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 150%;
  letter-spacing: 0%;
}

.footer-legal-links {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}

.legal-link {
  color: rgba(255, 255, 255, 1);

  font-family: Rota;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 150%;
  letter-spacing: 0%;

  text-decoration: none;

  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #4a90a4;
}

/* Animation */
.footer * {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}