/* Hero Section */
.application-main-div {
  padding-top: 190px;
  padding-bottom: 140px;
  background: radial-gradient(
    114.81% 114.81% at 50% 4.72%,
    #fff 29.11%,
    #e8eef7 84.07%
  );
}

.row.two-col-gap-80 {
  --bs-gutter-x: 80px;
}

.hero-heading {
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-heading);
}

.hero-btn {
  margin-top: 40px;
  display: flex;
  width: 230px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  border-radius: 60px;
  background-color: var(--color-primary);
}

.btn-img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

@media (max-width: 1441px) {
  .hero-heading {
    font-size: 58px;
  }

  .row.two-col-gap-80 {
    --bs-gutter-x: 0px;
  }
}

@media (max-width: 1025px) {
  .hero-heading {
    text-align: center;
  }

  .imgweb {
    display: none;
  }

  .hero-btn {
    margin-top: 52px;
  }

  .hero-btn-div {
    display: flex;
    justify-content: center;
  }

  .hero-img-div {
    padding-top: 60px;
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
  }

  .img-hero-space {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }

  .img-hero {
    width: 506px;
    height: 479px;
    object-fit: contain;
  }

  .application-main-div {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}

@media (max-width: 640px) {
  .hero-heading {
    font-size: 36px;
  }

  .hero-btn {
    margin-top: 48px;
    font-size: 18px;
    width: 194px;
    height: 44px;
  }

  .img-hero {
    width: 304px;
    height: 287px;
    object-fit: contain;
  }

  .application-main-div {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}

/* Transform Section */
.transform-main {
  padding-block: 140px;
}

.transform-heading {
  font-weight: 700;
  font-size: 68px;
  line-height: 140%;
  color: var(--color-heading);
}

.transform-para {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text);
}

@media (max-width: 1441px) {
  .transform-heading {
    font-size: 58px;
  }
}

@media (max-width: 1025px) {
  .transform-main {
    padding-block: 120px;
  }
}

@media (max-width: 640px) {
  .transform-main {
    padding-block: 80px;
  }

  .transform-heading {
    font-size: 36px;
  }

  .transform-para {
    font-size: 20px;
  }
}

/* Power Section */
.power-main {
  background: var(--color-bg-white);
  padding-block: 140px;
}

.power-heading {
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: var(--color-heading);
}

.power-para {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: var(--color-text);
}

.power-cards-div {
  margin-top: 80px;
}

.custom-card {
  display: flex;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: radial-gradient(
    185.65% 177.41% at 16.15% -54.62%,
    #fff 0%,
    #fff 100%
  );
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
  height: 100%;
}

.icon-power {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.custom-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-heading);
}

.custom-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-text-2);
}

@media (max-width: 1025px) {
  .power-main {
    padding-block: 120px;
  }

  .power-heading {
    font-size: 58px;
  }

  .power-cards-div {
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .custom-card {
    padding: 20px;
  }

  .custom-title {
    font-size: 24px;
  }

  .power-main {
    padding-block: 80px;
  }

  .power-heading {
    font-size: 36px;
  }

  .power-para {
    margin-top: 24px;
    font-size: 20px;
  }

  .row.power-gap-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}

/* Modernization Section */

@media (max-width: 1080px) {
  .personalized-excellence-section .feature-wrap {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .personalized-excellence-heading {
    padding-block: 0 40px;
  }
  .personalized-excellence-section .feature-wrap {
    padding-top: 40px;
  }
  .tab-overview-section .feature-item-content h2 {
    margin-bottom: 8px;
  }
}

/* microsoft-impact-stats */

.microsoft-impact-stats .row {
  --bs-gutter-x: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.microsoft-impact-stats {
  padding: 140px 0;
  background: radial-gradient(
    76.48% 216.46% at 19.43% 18.8%,
    #13263f 0%,
    #070e18 100%
  );
}

.impact-stats-heading {
  padding-bottom: 108px;
  text-align: center;
}

.impact-stats-heading h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-white);
}

.impact-stats-heading p {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-white);
  max-width: 864px;
  margin: 0 auto;
  opacity: 0.7;
}

.microsoft-impact-stats .impact-card span {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  background: linear-gradient(180deg, #94d5f7 0%, #acb5fe 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.microsoft-impact-stats .impact-card h4 {
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-white);
  margin-bottom: 2px;
}

.microsoft-impact-stats .impact-card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-white);
  opacity: 0.7;
}

.page-padding {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.home-scroll_section {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  padding-bottom: 79px;
}

.home-scroll_visual {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.home-scroll_visual.page-padding {
  position: sticky;
  top: 0px;
}

.home-scroll_img-wrap {
  width: 100%;
  aspect-ratio: 754/540;
  max-height: 100%;
  max-width: 100%;
}

.home-scroll_img-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-scroll_img-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease;
}

.home-scroll_img-item img {
  transform: scale(0.9);
}

.home-scroll_img-item.is-active {
  opacity: 1;
}

.home-scroll_img-item.is-active img {
  transform: scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.home-scroll_img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-scroll_content.page-padding {
  padding-top: 200px;
  padding-bottom: 204px;
}

.home-scroll_text-wrap {
  max-width: 540px;
}

.home-scroll_text-item {
  display: flex;
  padding-bottom: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0.2;
  transition: opacity 300ms ease;
}

.home-scroll_text-item.is-active {
  opacity: 1;
}

.defacto-block-title {
  color: var(--color-heading);
  font-size: 68px;
  line-height: 140%;
  font-weight: 700;
}

.defacto-block-desc {
  color: var(--color-body);
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}

.personalized-excellence-heading {
  padding-block: 0 80px;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
}

.personalized-excellence-section {
  padding: 140px 0 0 0;
}

.personalized-excellence-heading .defacto-block-title {
  margin-bottom: 28px;
}

.home-scroll_section .scroll-card-title {
  color: var(--color-heading);
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
}

.home-scroll_section .scroll-card-txt {
  color: var(--color-body);
  font-size: 24px;
  line-height: 140%;
}

.home-scroll_section .scroll-card-list {
  color: var(--color-body);
  font-size: 24px;
  line-height: 140%;
  padding-left: 10px;
}

.home-scroll_section .scroll-card-list li {
  position: relative;
  padding-left: 20px;
}

.home-scroll_section .scroll-card-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: var(--color-body);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 16px;
}

/* scroll section css */
.home-scroll_text-wrap.w-dyn-list {
  max-width: 506px;
}
.grid-organization {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 80px;
  column-gap: 100px;
}
/* ----------------------------------------
   Overview Page Responsive Start Media Queries
---------------------------------------- */

@media (min-width: 1081px) {
  /* overview-page-css */
  .defacto-hide-web {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .grid-organization {
    grid-template-columns: auto;
  }
  .defacto-hide-tab {
    display: none !important;
  }

  .overview-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .curve-icon {
    display: none;
  }

  .impact-stats-heading h2 {
    font-size: 58px;
  }

  .tab-overview-section {
    display: block;
    margin-top: 60px;
  }

  .tab-overview-section .feature-item-content ul {
    list-style: unset;
    padding-left: 40px;
  }

  .tab-overview-section .feature-item-content ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-text);
  }

  .tab-overview-section .feature-item-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    color: var(--color-heading);
    margin-bottom: 16px;
  }

  .tab-overview-section .feature-item-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-text);
    margin-bottom: 12px;
  }

  .feature-item-content {
    padding: 60px 0 100px 0;
  }

  .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .feature-content-wrapper:last-child .feature-item-content {
    padding-bottom: 0;
  }

  .microsoft-impact-stats {
    padding: 120px 0;
  }

  .personalized-excellence-heading {
    padding-block: 0 60px;
  }

  .impact-stats-heading p {
    max-width: 648px;
    margin: 0 auto;
  }

  .personalized-excellence-section {
    padding: 120px 0;
  }
}

@media (max-width: 700px) {
  .impact-stats-heading h2 {
    font-size: 36px;
  }

  .impact-stats-heading p {
    font-size: 20px;
  }

  .impact-stats-heading {
    padding-bottom: 60px;
  }

  .microsoft-impact-stats {
    padding: 80px 0;
  }

  .microsoft-impact-stats .impact-card span {
    font-size: 20px;
  }

  .microsoft-impact-stats .impact-card h4 {
    font-size: 36px;
  }

  .microsoft-impact-stats .impact-card p {
    font-size: 16px;
  }

  .feature-item-content {
    padding: 28px 0 60px 0;
  }

  .tab-overview-section .feature-item-content h2 {
    font-size: 24px;
  }

  .tab-overview-section .feature-item-content p {
    font-size: 16px;
  }

  .tab-overview-section .feature-item-content ul li {
    font-size: 16px;
  }

  .defacto-block-desc {
    font-size: 20px;
  }

  .defacto-block-title {
    font-size: 36px;
  }

  .personalized-excellence-heading {
    padding-block: 0 60px;
  }

  .overview-banner {
    padding-top: 50px;
  }

  .personalized-excellence-section {
    padding: 80px 0;
  }

  .personalized-excellence-section .feature-wrap {
    padding-top: 60px;
  }

  .tab-overview-section .feature-item-content ul {
    padding-left: 30px;
  }
}

@media (max-width: 1025px) {
  .personalized-excellence-section .feature-wrap {
    padding-top: 0px;
  }

  .defacto-block-title {
    font-size: 58px;
  }

  .personalized-excellence-section {
    background: radial-gradient(
      141.45% 141.45% at 50% 4.72%,
      #ffffff 29.66%,
      #e8eef7 100%
    );
  }
}

@media (max-width: 640px) {
  .tab-overview-section {
    margin-top: 40px;
  }

  .defacto-block-title {
    font-size: 36px;
  }
}

/* ----------------------------------------
   Overview Page Responsive Start Media Queries
---------------------------------------- */

/* Guided Section */
.guided-main {
  padding-block: 140px;
  background-color: var(--color-bg-white);
}

.guided-heading {
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: var(--color-heading);
}

.guided-para {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text);
  text-align: center;
}

.guided-cards {
  margin-top: 80px;
}

.guided-custom-card {
  flex-direction: column;
  padding: 28px 40px;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  height: 100%;
  border-radius: 16px;
  border-bottom: 4px solid #94d5f7;
  border-left: 4px solid #94d5f7;
  background: radial-gradient(
    185.65% 177.41% at 16.15% -54.62%,
    #fff 0%,
    #fff 100%
  );
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
}

.guided-card-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-heading);
}

.guided-card-para {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-2);
}

.guided-cards-row {
  justify-content: center;
}

.row.guided-box-gap-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.guided-bottom-para-div {
  margin-top: 80px;
}

.guided-bottom-para {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text);
  text-align: center;
}

@media (max-width: 1025px) {
  .guided-main {
    padding-block: 120px;
    background: radial-gradient(
      114.81% 114.81% at 50% 4.72%,
      #ffffff 35%,
      #e8eef7 100%
    );
  }

  .guided-heading {
    font-size: 58px;
  }

  .guided-para {
    margin-top: 28px;
  }

  .guided-cards {
    margin-top: 108px;
  }

  .guided-bottom-para-div {
    margin-top: 48px;
  }
}

@media (max-width: 640px) {
  .guided-main {
    padding-block: 80px;
    background: radial-gradient(
      132.99% 100% at 45.81% 0%,
      #ffffff 50.7%,
      #f4f7fb 64.89%,
      #e8eef7 100%
    );
  }

  .guided-heading {
    font-size: 36px;
  }

  .guided-para {
    font-size: 20px;
  }

  .guided-cards {
    margin-top: 60px;
  }

  .guided-card-heading {
    font-size: 24px;
  }

  .guided-custom-card {
    padding: 20px;
  }

  .guided-bottom-para-div {
    margin-top: 60px;
  }

  .guided-card-para {
    color: var(--color-text);
  }

  .guided-bottom-para {
    font-size: 20px;
  }

  .row.guided-box-gap-40 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
}

/* Measurable Section */
.measurable-main {
  padding-block: 140px;
  background: radial-gradient(
    229.58% 102.67% at 19.43% 18.8%,
    #13263f 0%,
    #070e18 100%
  );
}

.measurable-heading {
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-white);
  text-align: center;
}

.measurable-para {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-gray);
  text-align: center;
}

.measurable-cards {
  margin-top: 108px;
}

.measurable-custom-card {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--color-bg);
  height: 100%;
}

.tick-icon {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.measurable-cards-content {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
}

.measurable-cards-content-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-heading);
}

.measurable-cards-content-para {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-text-2);
}

.measurable-cards-row {
  justify-content: center;
}

.row.measurable-gap-36 {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 36px;
}

@media (max-width: 1025px) {
  .measurable-main {
    padding-block: 120px;
  }

  .measurable-heading {
    font-size: 58px;
  }
}

@media (max-width: 640px) {
  .measurable-main {
    padding-block: 80px;
  }

  .measurable-heading {
    font-size: 36px;
  }

  .measurable-para {
    font-size: 20px;
  }

  .measurable-cards {
    margin-top: 60px;
  }

  .measurable-custom-card {
    flex-direction: column;
  }

  .measurable-cards-content-heading {
    font-size: 24px;
  }

  .measurable-cards-content-para {
    color: var(--color-text);
  }

  .row.measurable-gap-36 {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
}

/* Transform business Section */
.transform-home {
  padding: 140px 0;
}

.transform-home h1 {
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-heading);
  line-height: 140%;
  width: 100%;
  max-width: 746px;
}


@media (max-width: 1080px) {
  .transform-home {
    padding: 120px 0;
  }

  .transform-home h1 {
    font-size: 58px;
    margin-bottom: 108px;
    width: 100%;
    max-width: 100%;
  }

  .transform-home img {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .transform-home {
    margin-top: 0;
    padding: 80px 0;
  }

  .transform-home h1 {
    font-size: 36px;
    margin-bottom: 48px;
  }
}

.sales-image {
  position: relative;
}

.sales-image .curve-icon.left-curve {
  position: absolute;
  top: -40px;
  left: -79px;
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.sales-image .curve-icon.right-curve {
  position: absolute;
  bottom: -118px;
  right: 86px;
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .transform-heading, .power-heading, .measurable-heading, .guided-heading {
        font-size: 56px;
    }
    .home-scroll_section .scroll-card-title {
        font-size: 28px !important;
    }
  }