@font-face {
  font-family: 'HCLTechRoobert-Light';
  src: url('/sfsites/c/resource/sr_ActianPRM/fonts/WOFF2/HCLTechRoobert-Light.woff2') format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'HCLTechRoobert-Regular';
  src: url('/sfsites/c/resource/sr_ActianPRM/fonts/WOFF2/HCLTechRoobert-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'HCLTechRoobert-Medium';
  src: url('/sfsites/c/resource/sr_ActianPRM/fonts/WOFF2/HCLTechRoobert-Medium.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'HCLTechRoobert-Bold';
  src: url('/sfsites/c/resource/sr_ActianPRM/fonts/WOFF2/HCLTechRoobert-Bold.woff2') format('woff2');
  font-weight: 900;
}

:root {
  --sub-background: 170, 255, 255;
  --footer-background: #12161E;
  --sub-text-color: #ffffff;

  --decor-primary-color: #17707F;
  --decor-secondary-color: #EFF3F7;
}

/* ***************************************************
[HOME] 
*************************************************** */
/* page content wrapper container */
.content-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px;
}

/* banner */
.PRM-banner.banner2 .banner2-content {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  background: var(--white);
  overflow: hidden;
  min-height: 420px;
}

.PRM-banner.banner2 .content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ── LEFT COLUMN ── */
.banner2-content .banner__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding: 4rem 3.5rem 4rem 4rem;
}

.banner2-content .banner__title {
  font-family: 'HCLTechRoobert-Bold', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.9rem);
  font-weight: 800;
  line-height: 1.15;
}

.banner2-content .banner__title .accent {
  color: var(--lwc-colorBrand);
}

.banner2-content .banner__desc {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--lwc-colorTextWeak);
}

.banner2-content .banner__btn,
.banner2-content .banner__btn:link,
.banner2-content .banner__btn:visited,
.banner2-content .banner__btn:hover,
.banner2-content .banner__btn:active,
.banner2-content .banner__btn:focus {
  color: #fff;
  text-decoration: none;
}

.banner2-content .banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--lwc-colorBrand);
  color: #fff;
  font-family: 'HCLTechRoobert-Regular', sans-serif;
  font-size: 1rem;
  padding: 0.9rem 1.8rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  width: fit-content;
  transition: background 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;
  box-shadow: 0 6px 24px rgba(26, 111, 244, 0.28);
}

.banner2-content .banner__btn:hover {
  background: #1460d8;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(26, 111, 244, 0.38);
}

.banner2-content .banner__btn:active {
  transform: translateY(1px) scale(0.99);
  background: #1155c4;
  box-shadow: 0 2px 10px rgba(26, 111, 244, 0.25);
  transition: transform 0.08s ease, background 0.08s ease, box-shadow 0.08s ease;
}

.banner2-content .banner__btn:focus-visible {
  outline: 2.5px solid rgba(26, 111, 244, 0.7);
  outline-offset: 3px;
}

/* ── RIGHT COLUMN ── */
.banner2-content .banner__right {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  max-height: 560px;
}

.banner2-content .banner__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border: none;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

@media (max-width: 720px) {
  .PRM-banner.banner2 .banner2-content {
    grid-template-columns: 100%;
  }

  .PRM-banner.banner2 .banner2-content .banner__right {
    min-height: 260px;
  }

  .PRM-banner.banner2 .banner2-content .banner__left {
    padding: 2.5rem 2rem;
  }
}

/* tiles */
.PRM-tiles.tiles {
  background-color: #F9FAFC;
}

.PRM-tiles.tiles .tiles-content {
  padding: 64px 5px;
}

.tiles-content .tiles-title {
  text-align: center;
  font-family: 'HCLTechRoobert-Medium', sans-serif;
  font-size: clamp(2rem, 2.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.tiles-content .tiles-desc {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--lwc-colorTextWeak);
  margin-bottom: 40px;
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  width: 100%;
}

.portal-grid .card,
.portal-grid .card:link,
.portal-grid .card:visited,
.portal-grid .card:hover,
.portal-grid .card:active,
.portal-grid .card:focus {
  text-decoration: none;
}

.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 26px 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition:
    box-shadow 0.22s cubic-bezier(.4, 0, .2, 1),
    transform 0.22s cubic-bezier(.4, 0, .2, 1),
    background 0.22s cubic-bezier(.4, 0, .2, 1);
  border: 1.5px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.22s cubic-bezier(.4, 0, .2, 1);
  background: linear-gradient(135deg, rgba(79, 110, 247, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
  border-color: rgba(79, 110, 247, 0.10);
}

.card:hover::after {
  opacity: 1;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-blue {
  background: linear-gradient(to right bottom, oklch(0.623 0.214 259.815) 0%, oklch(0.546 0.245 262.881) 100%);
}

.icon-navy-blue {
  background: linear-gradient(to right bottom, oklch(0.609 0.126 221.723) 0%, oklch(0.546 0.245 262.881) 100%);
}

.icon-cobalt-blue {
  background: linear-gradient(to right bottom, oklch(0.546 0.245 262.881) 0%, oklch(0.488 0.243 264.376) 100%);
}

.icon-teal {
  background: linear-gradient(to right bottom, oklch(0.704 0.14 182.503) 0%, oklch(0.6 0.118 184.704) 100%);
}

.icon-indigo {
  background: linear-gradient(to right bottom, oklch(0.623 0.214 259.815) 0%, oklch(0.715 0.143 215.221) 100%);
}

.icon-sky {
  background: linear-gradient(to right bottom, oklch(0.715 0.143 215.221) 0%, oklch(0.609 0.126 221.723) 100%);
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-title {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.card-desc {
  font-size: clamp(0.875rem, calc(0.8rem + 0.5vw), 1.1rem);
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
}

@media (max-width: 680px) {
  .portal-grid {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 420px) {
  .portal-grid {
    grid-template-columns: 100%;
  }
}

/* tiles */
.PRM-tiles.tiles {
  background-color: #F9FAFC;
}

.PRM-tiles.tiles .tiles-content {
  padding: 64px 5px;
}

.tiles-content .tiles-title {
  text-align: center;
  font-family: 'HCLTechRoobert-Medium', sans-serif;
  font-size: clamp(2rem, 2.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.tiles-content .tiles-desc {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--lwc-colorTextWeak);
  margin-bottom: 40px;
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  width: 100%;
}

.portal-grid .card,
.portal-grid .card:link,
.portal-grid .card:visited,
.portal-grid .card:hover,
.portal-grid .card:active,
.portal-grid .card:focus {
  text-decoration: none;
}

.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 26px 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition:
    box-shadow 0.22s cubic-bezier(.4, 0, .2, 1),
    transform 0.22s cubic-bezier(.4, 0, .2, 1),
    background 0.22s cubic-bezier(.4, 0, .2, 1);
  border: 1.5px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.22s cubic-bezier(.4, 0, .2, 1);
  background: linear-gradient(135deg, rgba(79, 110, 247, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
  border-color: rgba(79, 110, 247, 0.10);
}

.card:hover::after {
  opacity: 1;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-blue {
  background: linear-gradient(to right bottom, oklch(0.623 0.214 259.815) 0%, oklch(0.546 0.245 262.881) 100%);
}

.icon-navy-blue {
  background: linear-gradient(to right bottom, oklch(0.609 0.126 221.723) 0%, oklch(0.546 0.245 262.881) 100%);
}

.icon-cobalt-blue {
  background: linear-gradient(to right bottom, oklch(0.546 0.245 262.881) 0%, oklch(0.488 0.243 264.376) 100%);
}

.icon-teal {
  background: linear-gradient(to right bottom, oklch(0.704 0.14 182.503) 0%, oklch(0.6 0.118 184.704) 100%);
}

.icon-indigo {
  background: linear-gradient(to right bottom, oklch(0.623 0.214 259.815) 0%, oklch(0.715 0.143 215.221) 100%);
}

.icon-sky {
  background: linear-gradient(to right bottom, oklch(0.715 0.143 215.221) 0%, oklch(0.609 0.126 221.723) 100%);
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card-title {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.3rem);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.card-desc {
  font-size: clamp(0.875rem, calc(0.8rem + 0.5vw), 1.1rem);
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
}

@media (max-width: 680px) {
  .portal-grid {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 420px) {
  .portal-grid {
    grid-template-columns: 100%;
  }
}

/* welcocme */
.welcome-section .welcome-content {
  padding: 0 0 40px
}

.welcome-section .welcome-content .welcome-title {
  text-align: center;
  font-size: 50px;
}

.welcome-section .welcome-content .welcome-desc {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: var(--lwc-colorTextLabel);
}

@media (max-width: 768px) {
  .welcome-section .welcome-content .welcome-title {
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .welcome-section .welcome-content .welcome-title {
    font-size: 26px;
  }

  .welcome-section .welcome-content .welcome-desc {
    font-size: 16px;
  }
}

/* about-us */
.PRM-container.about-us-section {
  padding: 30px 0;
  background-color: var(--decor-secondary-color);
}

.tiles__about-us.items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-bottom: 50px;
  margin-top: 40px;
}

.tiles__about-us.items .item {
  flex: 1 1 calc(33.333% - 30px);
  min-width: 300px;
  max-width: 450px;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(130, 148, 187, 0.1),
    0 8px 16px rgba(130, 148, 187, 0.15),
    0 16px 32px rgba(130, 148, 187, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.tiles__about-us.items .item:hover {
  transform: translateY(-10px);
  box-shadow:
    0 8px 12px rgba(130, 148, 187, 0.15),
    0 16px 24px rgba(130, 148, 187, 0.25),
    0 24px 48px rgba(130, 148, 187, 0.3);
}

.tiles__about-us.items .item__img-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiles__about-us.items .item__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.tiles__about-us.items .item:hover .item__img-wrapper img {
  transform: scale(1.1);
}

.tiles__about-us.items .item a {
  text-decoration: none;
  color: inherit;
}

.tiles__about-us.items .item a.item-link .item__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--lwc-colorTextLink);
  transition: width 0.4s ease;
}

.tiles__about-us.items .item a.item-link:hover .item__title::after {
  width: 100%;
}

.tiles__about-us.items .item__title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 38px;
  color: var(--lwc-colorTextLink);
  margin: 20px 20px 15px;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.tiles__about-us.items .item p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 20px;
  line-height: 1.6;
  font-size: 18px;
  color: var(--lwc-colorTextLabel);
}

.tiles__about-us.items .item p span {
  font-family: 'HCLTechRoobert-Bold', sans-serif;
}

@media (max-width: 768px) {
  .tiles__about-us.items .tiles__about-us {
    flex-direction: column;
    align-items: center;
  }

  .tiles__about-us.items .item {
    flex: 1 1 100%;
    max-width: 500px;
  }

  .tiles__about-us.items .tiles-container {
    padding: 30px 15px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tiles__about-us.items .item {
    flex: 1 1 calc(50% - 30px);
  }
}

/* footer */
.PRM-container.PRM-footer {
  background-color: var(--footer-background);
  color: var(--sub-text-color);
  padding: 30px 0;
}

.PRM-footer .footer-icons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #344054;
}

.PRM-footer .footer-icons-wrapper .logo-section img {
  display: inline-block;
  max-height: 60px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

.PRM-footer .footer-icons-wrapper .logo-section p.copyright {
  font-size: 14px;
}

.PRM-footer .footer-icons-wrapper .footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 15px;
}

.PRM-footer .footer-socials a img {
  filter: invert(1);
}

.PRM-footer .footer-socials>a:hover {
  filter: drop-shadow(0px 0px 3px white);
}

.PRM-footer .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--sub-text-color);
  padding-top: 30px;
}

.PRM-footer .footer-info .terms-policy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.PRM-footer .footer-info a {
  font-family: 'HCLTechRoobert-Regular', sans-serif;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.PRM-footer .footer-info a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.PRM-footer .footer-info a:hover,
.PRM-footer .footer-info a:active,
.PRM-footer .footer-info a:focus {
  color: #ffffff;
  text-decoration: none;
}

.PRM-footer .footer-info a:hover::after {
  width: 100%;
}

.PRM-footer .footer-info .hsl-software a {
  font-family: 'HCLTechRoobert-Medium', sans-serif;
  font-size: 20px;
}

@media (max-width: 768px) {
  .PRM-footer .footer-icons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .footer-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer-info .terms-policy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
}

/* ***************************************************
[PARTNER REGISTRATION PAGE]
*************************************************** */
.comm-page-custom-partner-registration-form .body {
  background-image: url('/sfsites/c/resource/sr_ActianPRM/img/registration-form-bg.png');
  background-color: #eff3f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  width: auto !important;
}

.comm-page-custom-partner-registration-form .siteforceDynamicLayout.siteforceContentArea {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Become a partner */
.comm-page-custom-partner-registration-form .partner-registration-section .partner-registration-content .partner-registration-title {
  font-size: 46px;
  text-align: center;
  font-family: 'HCLTechRoobert-Bold', sans-serif;
}

.comm-page-custom-partner-registration-form .partner-registration-section .partner-registration-content .partner-registration-title .decor-element {
  background: linear-gradient(274deg, #35bbd8 0%, #19368e 100%);
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.comm-page-custom-partner-registration-form .partner-registration-section .partner-registration-content .partner-registration-desc p {
  font-size: 20px;
  color: var(--lwc-colorTextLabel);
  padding: 10px 15px;
}

/* Form */
.flowRuntimeForFlexipage.forceCommunityFlowCommunity {
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 16px;
  box-shadow: 0 2px 4px -2px rgba(16, 24, 40, .06), 0 4px 8px -2px rgba(16, 24, 40, .1);
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .flowruntimeFlowRuntime {
  border-radius: 16px;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .flowruntimeBody.flowruntimeBody__lwc {
  padding: 15px 50px;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-input {
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 16px
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-select {
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-form-element__label.slds-rich-text-editor__output,
.flowRuntimeForFlexipage.forceCommunityFlowCommunity legend .slds-rich-text-editor__output {
  font-size: 14px
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-form-element__label span[part="formatted-rich-text"],
.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-form-element__label {
  font-size: 16px;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-select_container::before {
  top: calc((var(--lwc-lineHeightButtonSmall, 1.75rem) / 2) - -3px);
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-select_container::after {
  bottom: calc((var(--lwc-lineHeightButtonSmall, 1.75rem) / 2) - -3px);
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .navigation-bar__right-align {
  width: 100%;
  padding: 0 50px;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .navigation-bar__right-align .flow-button__NEXT.flow-action-button {
  display: block;
  width: 100%;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .navigation-bar__right-align .flow-button__NEXT.flow-action-button button.slds-button {
  width: 100%;
  padding: 9px 18px;
  border-radius: 8px;
  font-family: 'HCLTechRoobert-Bold', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
  transition: background-color 0.2s ease
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .navigation-bar__right-align .flow-button__NEXT.flow-action-button button.slds-button:hover {
  background-color: #0c4aac;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .navigation-bar__right-align .flow-button__NEXT.flow-action-button button.slds-button:hover::before {
  display: none;
}

.flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-card__footer.navigationBar {
  border-top: none;
  padding-bottom: 40px;
}

/* Form - profile */
.comm-page-detail-005 .flowRuntimeForFlexipage.forceCommunityFlowCommunity .navigation-bar__right-align .flow-button__NEXT.flow-action-button button.slds-button {
  width: auto;
}

.comm-page-detail-005 .flowRuntimeForFlexipage.forceCommunityFlowCommunity .slds-input {
  padding: 0;
}

.comm-page-detail-005 .flowruntimeFlowRuntime .flowruntime-column:first-child .flowruntime-section-column:last-child .flowruntime-column:first-child .container {
  margin-bottom: 0;
}

.comm-page-detail-005 .flowruntimeFlowRuntime .container div[part="input-text"] label.slds-form-element__label{
  margin-bottom: 0;
}

/* ***************************************************
[PARTNER PROGRAM]
*************************************************** */
/* Remove logo from component header */
.comm-page-custom-program-benefits-and-requirements .program-container .program-header > img.program-logo {
  display: none;
} 

/* ***************************************************
[DEAL REGISTRATION FORM]
*************************************************** */
.comm-page-custom-deal-registration-form .siteforceThemeLayoutStarter>.body.isPageWidthFixed-true {
  padding-bottom: 50px;
}

.comm-page-custom-deal-registration-form .deal-registration-container {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  align-items: center;
}

/* Back button */
.comm-page-custom-deal-registration-form .deal-registration-container a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  /* size based only on content */
  justify-self: start;
  /* prevent grid stretching */
  text-decoration: none;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #f4f6f8;
  border: 1px solid #e2e6ea;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.comm-page-custom-deal-registration-form .deal-registration-container a span {
  transition: transform 0.2s ease;
}

.comm-page-custom-deal-registration-form .deal-registration-container a:hover {
  background: #e9edf1;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.comm-page-custom-deal-registration-form .deal-registration-container a:link,
.comm-page-custom-deal-registration-form .deal-registration-container a:visited,
.comm-page-custom-deal-registration-form .deal-registration-container a:hover,
.comm-page-custom-deal-registration-form .deal-registration-container a:active,
.comm-page-custom-deal-registration-form .deal-registration-container a:focus {
  text-decoration: none;
}

.comm-page-custom-deal-registration-form .deal-registration-container a:hover span {
  transform: translateX(-4px);
}

.comm-page-custom-deal-registration-form .deal-registration-container a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.comm-page-custom-deal-registration-form .uiOutputRichText .deal-registration-title {
  font-size: 32px;
  text-align: center;
  margin: 25px auto;
}
.comm-page-custom-deal-registration-form .siteforceContentArea .forceCommunityRichText.forceCommunityHtmlBlock .uiOutputRichText div:first-child {
  text-align: right;
}


/* ***************************************************
[TERMS & CONDITIONS]
*************************************************** */
.comm-page-custom-deal-registration .siteforceSldsTwoCol84SidebarFeaturedLayout.siteforceContentArea {
  padding: 40px;
}

.comm-page-custom-deal-registration .forceCommunityRecordListCompact.forceCommunityObjectHome .uiAbstractList .primaryField {
  font-size: 16px;
}

.comm-page-custom-deal-registration .forceCommunityRecordListCompact.forceCommunityObjectHome .uiAbstractList .secondaryFields {
  font-size: 14px;
}

.comm-page-custom-deal-registration .terms-conditions-section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--decor-primary-color);
}

.comm-page-custom-deal-registration .terms-conditions-content .terms-conditions-title {
  margin-bottom: 15px;
  font-size: 28px;
}

.comm-page-custom-deal-registration .terms-conditions-content .terms-conditions-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.comm-page-custom-deal-registration .terms-conditions-content .terms-conditions-items .terms-conditions-item {
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 16px;
  color: var(--lwc-colorTextLabel);
}

.comm-page-custom-deal-registration .terms-conditions-content .terms-conditions-items .terms-conditions-item::before {
  content: '';
  position: absolute;
  border: 2px solid black;
  border-radius: 50px;
  left: 0;
  top: 10px;
}

.comm-page-custom-deal-registration .terms-conditions-content .terms-conditions-agreement {
  font-size: 16px;
  color: var(--lwc-colorTextLabel);
}

.comm-page-custom-deal-registration .terms-conditions-content .terms-conditions-agreement a {
  font-family: 'HCLTechRoobert-Bold';
  text-decoration: underline;
  color: var(--lwc-colorTextLabel);

}

/* ***************************************************
[GENERAL CONFIG] 
*************************************************** */
html body.comm-page-home {
  overflow-x: hidden;
}

div[role="main"].body {
  min-height: calc(100vh - 200px);
}

/* Remove system padding */
.siteforceSldsOneColLayout.siteforceContentArea .comm-layout-column,
.siteforceSldsOneColLayout.siteforceContentArea .comm-layout-column:not(:empty) {
  padding: 0;
}

.comm-page-home .slds-col--padded {
  padding-left: 0;
  padding-right: 0;
}

.comm-page-home .siteforceContentArea .comm-layout-column:not(:empty) {
  padding-top: 0;
}

.forceCommunityThemeHeaderCompact .themeHeaderInner {
  padding: 15px 0 !important;
}

ul[role="menubar"] .forceCommunityThemeNav .mainNavItem {
  padding: 0 20px;
}

/* header navigation */
.forceCommunityThemeNav.jepsonInnerHeader .mainNavItem .linkBtn,
.forceCommunityThemeNav.themeNavContainer.navMenuType-expanded.doneRendering {
  font-family: 'HCLTechRoobert-Regular', sans-serif;
  font-size: 16px;
}

.header .forceCommunityThemeHeaderCompact .themeUtil .slds-button:focus {
  outline: unset;
  box-shadow: none;
}

.header #commThemeNav .forceCommunityThemeNav .mainNavItem {
  padding-left: 30px;
}

/* Sub menu -  stretch based on text length */
.forceCommunityThemeNav .mainNavItem.hasSubNav.uiMenu .subMenu.uiMenuList {
  width: auto;
}

.MbrSmartMemberRegistrationWrapper div.product_card div.product_management c-btn-cancel-membership div.product-card-btn button {
  padding: 10px 30px;
}

.MbrSmartMemberRegistrationWrapper div.product_card div.product_management c-btn-cancel-membership div.product-card-btn button.slds-button_destructive {
  color: #5e5e5e;
  background: transparent;
  border: 1px solid #5e5e5e;
}

.MbrSmartMemberRegistrationWrapper div.product_card div.product_management c-btn-cancel-membership div.product-card-btn button.slds-button_destructive:hover {
  color: #ffffff;
  background: #5e5e5e;
  border: 1px solid #5e5e5e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(94, 94, 94, 0.3);
}

.MbrSmartMemberRegistrationWrapper div.product_card div.product_management c-btn-cancel-membership div.product-card-btn button.slds-button_destructive:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(94, 94, 94, 0.2);
}

/*Dashboard styles*/
.dashboard-container .actian-custom-button {
  min-width: 250px;
  width: 100%;
}

@media screen and (max-width: 425px) {
  .dashboard-container .actian-custom-button {
    min-width: 220px;
  }
}