@font-face {
  font-family: "PlusJakartaSans";
  src: url("/assets/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  src: url("/assets/PlusJakartaSans-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: italic;
}
body {
  font-family: "PlusJakartaSans", sans-serif !important;
}
.banner-section {
  background-image: url("../img/m365-co-managed/hero-bg.webp");
  background-position: center center; /* Improved alignment for responsiveness */
  background-repeat: no-repeat;
  background-size: cover; /* Ensures image covers section, scales responsively */
  padding: 180px 0px; /* Restored padding from earlier context */
  margin: 0px 0px;
  overflow: hidden;
}
.banner-img {
  height: 140px;
  width: 420px;
  object-fit: contain;
}
.banner-title {
  background: linear-gradient(100.88deg, #943cf4 12.71%, #2f2568 71.43%),
    linear-gradient(90deg, #a056f6 0%, #521c87 100%);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: start;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.3;
  font-size: 70px;
  letter-spacing: -1.4px;
}
.banner-box {
  /* margin-top: 80px; */
  padding: 0px 6%;
}
.banner-sub-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #e9e9e9;
}
.banner-sub-title-2 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -1px;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #705f83, #705f83);
  -webkit-background-clip: text;
  background-clip: text;
}
.banner-para {
  font-weight: 100;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -4%;
  color: #d6d6d6;
}
.banner-btn {
  border: 1px solid #ffffff24;
  border-radius: 30px;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #802ed8;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin: 20px 0px;
  box-shadow: inset 0px -10px 8px rgba(255, 255, 255, 0.4); /* White inner shadow at bottom */
}
.banner-btn img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.banner-btn:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0px -10px 8px rgba(255, 255, 255, 0.6); /* White inner shadow at bottom */

  transform: scale(1.05);
}

.intro-section {
  margin: 0px 6%;

  border-radius: 24px;
  border: 1.5px solid #e7d5ffcc;
  padding: 60px 40px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 73.36%,
      rgba(238, 225, 255, 0.1) 111.42%
    ),
    linear-gradient(0deg, rgba(238, 225, 255, 0.04), rgba(238, 225, 255, 0.04));
}
.intro-img {
  width: 560px;
  height: 560px;
  object-fit: contain;
}

.intro-title {
  font-weight: 500;
  font-size: 50px;
  line-height: normal;
  margin-top: -10px;
  letter-spacing: -1px;
  color: #492274;
  text-align: start;
}
.intro-body {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: -1%;
  line-height: 1.5;
}

.program-track-section {
  margin: 90px 6%;
}
.track-intro {
  font-weight: 500;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 50px;
  letter-spacing: -1px;
  color: #492274;
  text-align: start;
}
.track-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.track-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  text-align: start;
  border-radius: 20px;
  padding: 40px 24px;
  gap: 15px;
  width: 100%;
  min-width: 250px;
  height: 100%;
  /* max-width: 390px; */
  background-color: #f3f3f3;
  height: -webkit-fill-available;
  transition: all 0.3s ease-in-out;
}
.track-item:hover {
  background-color: #943df7;
}
.track-item:hover .track-title {
  color: #ffffff;
}
.track-item:hover .track-body {
  color: #d9d9d9;
}
.track-item:hover .track-icon {
  background: #ffffff;
}
.track-item:hover .track-img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(85%) saturate(750%)
    hue-rotate(250deg) brightness(95%) contrast(90%);
}

.track-icon {
  background: linear-gradient(180deg, #33006a 0%, #420e77 100%);
  box-shadow: -5px 10px 15px 0px #00000026 inset;
  border-radius: 50%;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
.track-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.track-title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: #061c3d;
}
.track-body {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22.13px;
  letter-spacing: 0%;
  color: #8c8c8c;
}
.focus-area-section {
  margin: 6%;
}
.focus-area-title {
}
.focus-area-grid {
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  /* grid-template-rows: repeat(5, 1fr); */
  grid-template-areas:
    "item1 item1 item1 item2 item2 item2"
    "item3 item3 item4 item4 item5 item5";
  gap: 8px;
  row-gap: 20px;
}
.grid-item-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #492274;
}
.grid-item-list li::marker {
  color: #943df7;
}
.grid-item-list li {
  color: #705f83;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 1.76em;
  letter-spacing: -0.01em;
}
.focus-area-grid-item-1 {
  grid-area: item1;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, #f9f5ff 0%, #eee1ff 162.5%);
  position: relative;
}

.focus-area-grid-item-2 {
  grid-area: item2;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, #f4f8ff 0%, #dee7f7 119.29%);
  position: relative;
}

.focus-area-grid-item-3 {
  grid-area: item3;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, #f3f4f7 0%, #e6eaf1 132.68%);
  position: relative;
}

.focus-area-grid-item-4 {
  grid-area: item4;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, #fff5f4 0%, #ffe4e2 138.39%);
  position: relative;
}

.focus-area-grid-item-5 {
  grid-area: item5;
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, #f2f2ff 0%, #d2d2ff 175.36%);
  position: relative;
}

.grid-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.engagement-section {
  margin: 6%;
}
.engagement-title {
}
.engagement-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.engagement-item {
  border-radius: 24px;
  padding: 60px 30px;
}
.engagement-item:nth-child(1) {
  background-color: #8d57ed;
}
.engagement-item:nth-child(2) {
  background-color: #f6e5ff;
}
.engagement-item:nth-child(3) {
  background-color: #f3f3f3;
}
.engagement-item-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 23.65px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #000;
}
.engagement-item:first-child .engagement-item-title {
  color: #fff;
}
.engament-cost {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
}

.engament-cost p {
  font-weight: 500;
  font-style: Medium;
  font-size: 47.3px;
  line-height: 70.95px;
  letter-spacing: -0.02em;
  color: #983dfa;
}
.engagement-item:first-child .engament-cost p:first-child {
  color: #ffffff;
}

.engament-cost span {
  font-weight: 400;
  font-style: Regular;
  font-size: 18.92px;
  line-height: 1em;
  letter-spacing: -0.04em;
  color: #140e38;
}
.engagement-item:first-child .engament-cost span {
  color: #fff;
}
.subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffffff33;
  color: #fff;
  padding: 16px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 21.28px;
  line-height: 1em;
  letter-spacing: 0em;
  text-decoration: none;
}
.subscribe-btn:hover {
  color: #fff;
  background-color: #ffffff33;
}
.engagement-item:nth-child(2) .subscribe-btn,
.engagement-item:nth-child(3) .subscribe-btn {
  background: linear-gradient(
    177.42deg,
    rgba(67, 40, 232, 0.12) -206.45%,
    rgba(152, 61, 250, 0.12) 161.88%
  );
  color: #8d3aea;
}
.engagement-body {
  font-weight: 400;
  font-style: Regular;
  font-size: 18.92px;
  line-height: 1.2em;
  letter-spacing: -0.015em;
  color: #ffffff;
  margin: 20px 0px;
}
.engagement-item:nth-child(2) .engagement-body,
.engagement-item:nth-child(3) .engagement-body {
  color: #686868;
}
.engagement-list-heading {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18.92px;
  line-height: 1em;
  letter-spacing: 0em;
  color: #ffffff;
}
.engagement-item:nth-child(2) .engagement-list-heading,
.engagement-item:nth-child(3) .engagement-list-heading {
  color: #140e38;
}
.engagement-list {
  list-style: none;
  padding-left: 0;
}
.engagement-list li {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18.92px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 16px 0px;
}
.engagement-item:nth-child(2) .engagement-list li,
.engagement-item:nth-child(3) .engagement-list li {
  color: #686868;
}
.engagement-list li img {
  flex-shrink: 0;
}
.check-icon {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}
.engagement-item:nth-child(2) .engagement-list li,
.engagement-item:nth-child(3) .engagement-list li {
  color: #686868;
}

/* cta section */
.cta-section {
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
}
.cta-inner-section {
  background-image: url("../img/m365-co-managed/cta-banner.png");
  background-position: center center; /* Improved alignment for responsiveness */
  background-repeat: no-repeat;
  background-size: cover; /* Ensures image covers section, scales responsively */
  padding: 80px 0px; /* Restored padding from earlier context */
  margin: 0px 0px;
  overflow: hidden;
}
.cta-banner {
  padding: 40px 30px;
  margin: 10px 20px;
  border-radius: 25px;
  border-radius: 15px !important;
  border: 1.5px solid #8a33ea4d !important;
  background: linear-gradient(180deg, #eee1ff 0%, #ffffff 50%, #eee1ff 100%),
    linear-gradient(0deg, rgba(238, 225, 255, 0.04), rgba(238, 225, 255, 0.04));
}
.cta-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: -0.05em;
  color: #492274;
  text-align: center;
  margin-bottom: 0px;
}
.cta-tagline {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: -0.01em;
  text-align: center;
  color: #705f83;
  text-align: center;
}
.cta-calender {
  position: relative;
  height: auto;
  width: auto;
  margin-top: -180px;
}
.calender-div {
}
.cta-img {
  position: absolute;
  bottom: 40px;
  z-index: -1;
  object-fit: cover;
  margin-bottom: -40px;
}

@media (max-width: 1440px) {
  .engagement-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-section {
    padding: 180px 0px;
    background-position: 70% center;
  }
  .banner-box{
    margin-top: -10px;
  }
  .banner-title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .track-intro {
    font-size: 42px;
  }

  .focus-area-grid {
    grid-template-areas:
      "item1 item2"
      "item3 item3"
      "item4 item5";
  }
  .engagement-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .banner-section {
    padding: 120px 0px;
  }
  .banner-title {
    font-size: 40px;
    line-height: 1.3;
  }
  .banner-sub-title {
    font-size: 25px;
  }
  .banner-para {
    font-size: 16px;
  }
  .engagement-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .intro-body {
    font-size: 24px;
  }
  .track-intro {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .banner-title {
    font-size: 34px;
  }
  .banner-sub-title-2 {
    font-size: 20px;
    max-width: 80%;
    line-height: 1.3;
  }
  .intro-section {
    padding: 30px 10px;
  }
  .intro-img {
    width: 300px;
    height: 200px;
    object-fit: contain;
    overflow: hidden;
  }
  .intro-title {
    font-size: 28px;
    line-height: normal;
  }
  .intro-body {
    font-size: 18px;
  }
  .track-intro {
    font-size: 28px;
  }
  .focus-area-grid {
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4"
      "item5";
  }

  .cta-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cta-tagline {
    font-size: 18px;
    line-height: 1;
  }
  .cta-calender {
    margin-top: -32%;
  }
}
