/* --- Shared Components (extracted from home.css) --- */

/* ── Webflow Layout Utilities ── */
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-container:after {
  clear: both;
}

/* ── Row / Column Layout ── */
.rv-row {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.rv-row.our-portfolio-main-content {
  background-color: #fff;
  border-radius: 24px;
  padding: 50px 58px;
}
.rv-col-40 {
  flex: none;
  width: 40%;
}
.rv-col-50 {
  flex: none;
  width: 50%;
}

/* ── Container ── */
.rv-container-1140 {
  max-width: 1140px;
}
.rv-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Typography ── */
.rv-h2 {
  color: var(--rv-primary-500);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.rv-h2.partnership {
  color: var(--ffffff);
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 61px;
  display: inline-block;
}

/* ── Section Header ── */
.rv-section-header {
  margin-bottom: 40px;
}
.rv-section-header__title {
  color: var(--rv-primary-500);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.rv-h3 {
  color: var(--rv-primary-500);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

/* ── Divider ── */
.rv-divider {
  background-color: #e0e1e6;
  height: 1px;
}

/* ── Mobile Button ── */
.rv-mobile-button {
  text-align: right;
  display: none;
}

.rv-text {
  color: var(--rv-primary-500);
  text-align: left;
  letter-spacing: 0.4px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.rv-text.services-we-help {
  margin-bottom: 24px;
}

.rv-text.footer-address {
  color: var(--ffffff);
  text-align: left;
  margin-bottom: 20px;
}

.rv-text.footer-phone {
  color: var(--ffffff);
  text-align: left;
  text-decoration: none;
}

.rv-text.partnership {
  color: var(--ffffff);
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

.rv-text.homepage-testimonial-item-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.rv-text.homepage-our-team {
  color: var(--ffffff);
}

.rv-text.our-portfolio-detail {
  color: #969bab;
}

.rv-h4 {
  color: var(--rv-primary-500);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.rv-h4.footer-address {
  color: var(--ffffff);
  margin-bottom: 20px;
}

.rv-h1 {
  color: #10405a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.rv-h1.homepage-why-us {
  margin-bottom: 20px;
}

.rv-h1.homepage-tech-count {
  color: #00afaa;
}

.rv-h1.homepage-aws-title {
  margin-bottom: 30px;
  line-height: 1.2;
}

.rv-h1.homepage-our-team {
  color: var(--ffffff);
  margin-bottom: 30px;
}

.rv-h1.iso-27001 {
  margin-bottom: 40px;
}

.rv-breadcrumb-title {
  color: var(--rv-primary-500);
  letter-spacing: 0.4px;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
}

.rv-breadcrumb-title.our-portfolio-title.align-top {
  color: #969bab;
}

.rv-main-content {
  margin-bottom: 100px;
}

.rv-main-content.our-portfolio-main-contents {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.rv-col-50 {
  flex: none;
  width: 50%;
}

.rv-col-50.homepage-tech-right {
  padding-left: 15%;
}

.rv-col-50.homepage-aws-left {
  align-self: center;
  padding-right: 7%;
}

.rv-col-50.homepage-aws-right {
  align-self: stretch;
  padding-left: 7%;
  position: relative;
}

.rv-col-50.alp-iso-27001-left {
  text-align: center;
  align-self: center;
}

.rv-col-50.alp-iso-27001-right {
  align-self: center;
  padding-left: 20px;
}

.rv-row {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.rv-row.homepage-tech {
  background-image:
    url('../../images/css-bg/hs-alt-tech-bg.png'),
    url('../../images/css-bg/hs-alt-tech-bg.png');
  background-position:
    0 0,
    47% 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 75px, 75px;
  padding-bottom: 15px;
}

.rv-row.homepage-our-team {
  align-items: center;
}

.rv-row.our-portfolio-main-content {
  background-color: #fff;
  border-radius: 24px;
  padding: 50px 58px;
}

.rv-container-1140 {
  max-width: 1140px;
}

.rv-container-1140.homepage-our-team {
  position: relative;
}

.rv-h2 {
  color: var(--rv-primary-500);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.rv-h2.services-process {
  color: var(--ffffff);
  max-width: 550px;
  margin-bottom: 40px;
}

.rv-h2.partnership {
  color: var(--ffffff);
  background-image:
    url('../../images/css-bg/partnership-cracket-bottom.svg'),
    url('../../images/css-bg/partnership-cracket.svg');
  background-position:
    100% 100%,
    0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 61px;
  display: inline-block;
}

.rv-h2.homepage-tech {
  margin-bottom: 20px;
}

.rv-button-arrow-icon {
  width: 28px;
  height: 28px;
  transition: transform 0.2s linear;
}

.rv-button-text-with-icon {
  margin-right: 20px;
}

.rv-button-wrap {
  z-index: 5;
  display: inline-block;
  position: relative;
}

.rv-button-wrap.hidden {
  display: none;
}

.rv-button-with-icon {
  border: 1.5px solid var(--rv-primary-500);
  color: var(--rv-primary-500);
  letter-spacing: 0.4px;
  border-radius: 50px;
  align-items: center;
  padding: 6.75px 17.5px 6.75px 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s linear,
    background-color 0.2s linear;
  display: flex;
}

.rv-button-with-icon:hover {
  background-color: var(--rv-primary-500);
  color: var(--ffffff);
}

.rv-button-with-icon.yellow {
  background-color: #f4cd0c;
  border-color: #f4cd0c;
}

.rv-button-with-icon.yellow:hover {
  color: var(--rv-primary-500);
  background-color: #e0bd0f;
}

.rv-button-with-icon.transparent {
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  display: none;
}

.rv-button-with-icon.transparent:hover {
  color: #4a748b;
  background-color: #0000;
}

.rv-heading-center {
  text-align: center;
  position: relative;
}

.rv-heading-center.dedicated-testimonial {
  margin-bottom: 45px;
}

.rv-button {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.rv-button {
  border: 1.5px solid var(--rv-primary-500);
  color: var(--rv-primary-500);
  letter-spacing: 0.4px;
  border-radius: 50px;
  align-items: center;
  padding: 6.75px 20px;
  text-decoration: none;
  display: inline-block;
  transition:
    color 0.2s linear,
    background-color 0.2s linear;
}

.rv-button:hover {
  background-color: var(--rv-primary-500);
  color: var(--ffffff);
}

.rv-button.yellow {
  text-align: center;
  text-transform: uppercase;
  background-color: #f4cd0c;
  border-color: #f4cd0c;
}

.rv-button.yellow:hover {
  color: var(--rv-primary-500);
  background-color: #e0bd0f;
}

.rv-button-wrapper {
  display: inline-block;
}

.rv-button-wrapper.center {
  text-align: center;
  width: 100%;
}

.rv-mobile-button {
  text-align: right;
  display: none;
}

.rv-col-40 {
  flex: none;
  width: 40%;
}

.rv-container-1200 {
  max-width: 1200px;
}

.text-span-4 {
  color: #00afaa;
}

.rv-col-35 {
  flex: none;
  width: 35%;
}

.rv-col-65 {
  width: 65%;
}

.text-span-6 {
  font-weight: 400;
}

.rv-our-portfolio-detail.hidden {
  display: none;
}

.rv-icon.rv-technology {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  display: flex;
}

.rv-icon.rv-technology.more-icon {
  flex-flow: wrap;
  max-width: 170px;
}

.rv-screen-reader-text {
  border-width: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.text-span-7 {
  color: var(--00afaa);
}

.text-span-8,
.text-span-9 {
  font-weight: 700;
}

.btn-link-primary-outlined {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #00afaa;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.btn-link-primary-outlined__label {
  color: var(--05afaa);
  letter-spacing: 0.4px;
  -webkit-text-stroke-color: #05afaa;
  text-transform: uppercase;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.btn-link-primary-contained {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00afaa;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.btn-link-primary-contained__label {
  color: var(--ffffff);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-link-primary-contained__icon {
  width: 24px;
  height: 24px;
}

.btn-link-tertiary-outlined {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #10405a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.btn-link-tertiary-outlined__label {
  color: var(--10405a);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-link-tertiary-contained__icon {
  width: 24px;
  height: 24px;
}

.rv-button-with-icon:not(.yellow) .rv-button-arrow-icon svg {
  width: 28px;
  height: 28px;
}

.rv-button-with-icon:not(.yellow):hover .rv-button-arrow-icon {
  transform: translate(8px);
}

.rv-button-with-icon:not(.yellow) .rv-button-arrow-icon svg path {
  transition: fill 0.2s;
}

.rv-button-with-icon:not(.yellow):hover .rv-button-arrow-icon svg path {
  fill: #fff;
}

.btn-link-tertiary-contained__icon {
  transition: transform 0.3s;
}

.btn-link-tertiary-outlined:hover .btn-link-tertiary-contained__icon {
  transform: translate(5px);
}

.btn-link-primary-contained:hover {
  background-color: #7bc794;
}

.btn-link-primary-outlined:hover .btn-link-primary-outlined__label {
  color: #7bc794;
}

.rv-main-navbar .rv-button-with-icon:not(.yellow):hover .rv-button-arrow-icon {
  transform: translate(8px);
}

.rv-partnership .rv-button-with-icon:hover .rv-button-arrow-icon {
  transform: translate(8px);
}