/* Hero Section */
.application-main-div {
  background: linear-gradient(0deg, #f3ebf65c, #e2beed) !important;
    /* height: 759.25px; */
}

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

.curve-icon.left-curve img {
    width: 74px;
}

.hero-btn {
  margin-top: 40px;
  display: flex;
  width: 183px;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  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) {
  .row.two-col-gap-80 {
    --bs-gutter-x: 0px;
  }
}

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

  .imgweb {
    display: none;
  }


  .hero-btn-div {
    display: flex;
  }

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

  .img-hero-space {
    display: flex;
    justify-content: center;
  }

}

@media (max-width: 640px) {

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


.transform-para {
  margin-top: 8px;
  color: var(--color-text);
}



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


/* Power Section */
.power-main {
    background: linear-gradient(0deg, #f3ebf65c, #e2beed) !important;
}

.power-heading {
  text-align: center;
}

.power-para {
  margin-top: 8px;
  text-align: center;
  color: var(--color-text);
}

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

.custom-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  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: 42px;
  width: 42px;
  object-fit: contain;
}

.power-cards-div .row {
    --bs-gutter-y: 16px;
    --bs-gutter-x: 16px;
}
.custom-text {
  margin-top: 8px;
  color: #000;
  font-size: 16px;
}
.cs-bx {
    width: 100%;
}

@media (max-width: 1025px) {

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

@media (max-width: 640px) {
  .power-para {
    margin-top: 24px;
  }

  .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;
  }
}

/* microsoft-impact-stats */

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

.microsoft-impact-stats {
  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 p {
  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;
}
.guided-heading {
    text-align: center;
}
.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;
  margin-top: 24px;
}

.home-scroll_text-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.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 {
}

.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-desc {
  color: var(--color-body);
}

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


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


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

.home-scroll_section .scroll-card-list {
  color: var(--color-body);
}

.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 p {
 
    margin-bottom: 12px;
  }

  .feature-item-content {
    padding: 8px 0 40px 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;
  }

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

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

}

@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: 28px;
  }
}

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

/* Guided Section */
.guided-main {
      background: linear-gradient(0deg, #fbfbfb, #e2beed) !important;
}

.guided-para {
  margin-top: 8px;
  text-align: center;
}

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

.guided-custom-card {
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  height: 100%;
  border-radius: 16px;
  border-bottom: 2px solid #663999;
  border-left: 2px solid #663999;
  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: 20px;
  color: #000;
}

.guided-card-para {
  margin-top: 8px;
  color: #000;
  font-size: 16px !important;
}

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

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

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

.guided-bottom-para {
  text-align: center;
}

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


/* Measurable Section */
.measurable-main {
         background: #fff;
}

.measurable-heading {
  text-align: center;
  color: var(--color-white);
}

.measurable-para {
  margin-top: 8px;
  color: #000;
  text-align: center;
}

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

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

.tick-icon {
  height: 42px;
  width: 42px;
  object-fit: contain;
  filter: hue-rotate(45deg);
}

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

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

.measurable-cards-content-para {
  margin-top: 8px;
  color: var(--color-text-2);
}

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

.row.measurable-gap-36 {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
section.call-to-action-center.hero-4 a {
    width: 30% !important;
}

@media (max-width: 640px) {

  .measurable-custom-card {
    flex-direction: column;
  }
  .measurable-cards-content-para {
    color: var(--color-text);
  }
}

@media (max-width: 767px) {
    .hero-heading {
        text-align: center;
    }
    button.hero-btn {
    margin: 20px auto 0px !important;
}
  }

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


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



  .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;
  }

  .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: 28px;
  }

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

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

  

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

  .tab-overview-section .feature-item-content ul {
    padding-left: 30px;
  }
.hero-heading {
    text-align: center;
    margin: 0px;
}
.hero-btn-div {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
h2.scroll-card-title {
    font-size: 22px;
}
section.call-to-action-center.hero-4 a {
    width: 100% !important;
}
a.btn-view.btn.btn-primary.custom-btn.d-inline-flex.align-items-center.justify-content-center {
    margin: 10px 0px 0px !important;
}
.main-title {
    font-size: 28px !important;
}  
.power-cards-div {
    margin-top: 40px;
}  
.feature-item-content.lowCodeApps h2 {
    font-size: 22px;
}
.main-heading {
    font-size: 28px !important;
    line-height: 40px !important;
}
}



/* Transform business Section */


.transform-home h1 {
  width: 100%;
  max-width: 746px;
}



.sales-image {
  position: relative;
}

.sales-image .curve-icon.left-curve {
  position: absolute;
  top: -10px;
  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;
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.section-label {
    color: #663999;
    font-weight: 700;
}
.modernization-across .custom-card {
    text-align: center;
}
.modernization-across  .custom-icon {
    margin: 0px auto;
}
.modernization-across .custom-text {
    font-size: 15px !important;
    margin-bottom: 12px;
}
span.tag {
    background-color: #e2beed;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    color: #663999;
}
.modernization-across h4.custom-title {
    font-size: 18px;
}
.modernization-across .custom-card {
    display: flex;
    padding: 26px 16px;
}
section.modernization-across {
    background: #fff !important;
}
.modernization-across p.power-para {
    text-align: left;
}
section.call-to-action-center.hero-4 {
    text-align: center;
    padding: 60px 0px 80px;
    color: #fff;
    background: linear-gradient(0deg, #fbfbfb4d, #e2beed) !important;
}

a.btn-view.btn.btn-primary.custom-btn.d-inline-flex.align-items-center.justify-content-center {
    background-color: #ff000000 !important;
    color: #663999 !important;
    border: 1px solid #663999 !important;
    margin-left: 10px;
}
/* Section background */
.architecture-section {
  background: #f9f9f9;
}

/* Small top title */
.small-title {
    color: #663999 !important;
    font-weight: 700;
}

/* Main heading */
.main-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f1b3d;
  margin-bottom: 10px;
}

/* Subtitle */
.sub-text {
  font-size: 14px;
  color: #000;
  max-width: 600px;
}

/* Table Styling */
.custom-table table {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e4e7ef;
}

.custom-table thead th {
    background-color: #000000 !important;
}
.custom-table thead th {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  border: none;
}

.custom-table tbody td {
  font-size: 14px;
  padding: 15px;
  color: #333;
  border-top: 1px solid #e4e7ef;
}

.custom-table tbody tr:hover {
  background-color: #f1f3f9;
}
/* Background */
.tech-section {
  background: #fff;
}

/* Small Title */
.small-heading {
    color: #663999 !important;
    font-weight: 700;
}

/* Main Title */
.main-heading {
  font-size: 48px;
  line-height: 55px;
  font-weight: 800;
  color: #0f1b3d;
  margin-bottom: 15px;
}

/* Subtitle */
.sub-heading {
  font-size: 16px;
  color: #000000;
  max-width: 720px;
}

/* Pills Container */
.tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Individual Pill */
.tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #ffffff;
  border: 1px solid #e3c1ee;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #663999;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Icon */
.tech-pill i {
  font-size: 18px;
  color: #663999;
}

/* Hover Effect */
.tech-pill:hover {
  background: #663999;
  color: #ffffff;
  transform: translateY(-3px);
}

.tech-pill:hover i {
  color: #ffffff;
}
