@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #a5c1cf;
  --secondary-color: #294976;
  --secondary2-color: #e3c18e;
  --bs-white: #fff;
  --bs-black: #000;
  --fontFace: "Montserrat";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--fontFace);
  color: var(--bs-black);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--fontFace);
}

header {
  position: sticky;
  top: 0;
  padding: 38px 0 23px;
  z-index: 999;
  background-color: var(--bs-white);
}

header .nav-item .nav-link {
  padding: 0 18px;
  font-size: 15px;
  color: var(--bs-black);
}

.hero {
  color: var(--bs-white);
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 653px;
  background-position: top -144px center;

  &::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
      63.19deg,
      #000000 2.37%,
      rgba(0, 0, 0, 0) 81.88%
    );
    z-index: -1;
  }
}

.hero .btn_wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

.custom_btn {
  padding: 16px 20px;
  border: 1px solid var(--secondary2-color);
  background-color: var(--secondary2-color);
  color: var(--bs-white);
  border-radius: 122px;
  height: 52px;
  max-width: 208px;
  display: flex;
  justify-content: center;
  align-items: center;

  &:hover {
    color: var(--bs-white);
  }
}

.no_bg_btn {
  background-color: transparent;
}

.hero_content {
  padding-top: 74px;
  padding-bottom: 28px;

  h1 {
    margin-bottom: 15px;
  }

  p {
    margin-bottom: 20px;
    width: 60%;
  }
}

.ban_card {
  background: linear-gradient(
    109.15deg,
    rgba(255, 255, 255, 0.78) 1.58%,
    rgba(255, 255, 255, 0.52) 100.45%
  );
  backdrop-filter: blur(8px);
  color: var(--bs-black);
  padding: 48px 50px;
  border-radius: 13px;
  position: relative;
  margin-bottom: -75px;
  border: 0.47px solid rgba(179, 179, 179, 1);
  top: 35px;

  .d-flex.align-items-center {
    gap: 20px;
  }
}

.ban_card_content {
  max-width: 270px;
  width: 100%;

  h4 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  p {
    font-size: 17px;
  }
}

.ban-card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.ban_cell {
  max-width: 274px;
  width: 100%;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--bs-white); */
  padding: 22px 24px;
  border-radius: 12px;
  background: linear-gradient(
    100.1deg,
    #ffffff -0.21%,
    rgba(255, 255, 255, 0.62) 98.81%
  );
  border: 0.44px solid #b3b3b3;

  p {
    color: var(--bs-black);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
  }
}

.heading {
  font-size: 22px;
  font-weight: 600;
}

.history {
  padding: 180px 0 60px;

  img {
    max-width: 310px;
    width: 100%;
    height: 326px;
    border-radius: 30px;
    object-fit: cover;
  }

  h2 {
    margin-bottom: 9px;
  }

  p {
    font-size: 17px;
    color: #616161;
  }
}

.history-card {
  max-width: 310px;
  width: 100%;
  height: 326px;
  border-radius: 30px;
  padding: 37px 27px 47px 29px;
  background-color: var(--secondary-color);
  color: var(--bs-white);

  h6 {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 20px;
  }

  p {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
  }
}

.founder {
  padding: 60px 0;

  h2 {
    font-size: 35px;
    color: var(--bs-white);
    margin-bottom: 46px;
    text-transform: uppercase;
  }
}

.founder_card {
  background-color: var(--primary-color);
  border-radius: 30px;
  padding: 65px 0 71px;

  img {
    max-width: 86px;
    height: 86px;
    border-radius: 50%;
  }
}

.founder-profile {
  margin-left: 20px;
  font-size: 18px;

  span {
    display: block;
    color: #476e81;
    font-weight: 500;
    border-bottom: 1px solid #b9d5e3;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  p {
    font-size: 16px;
    color: #476e81;
  }
}

.custom_btn.white_border {
  border-color: var(--bs-white);
  max-width: 147px;
  margin-top: -61px;
  position: relative;
}

.program {
  padding: 60px 0;

  img {
    max-width: 645px;
    width: 100%;
    border-radius: 30px;
  }

  h2 {
    margin-bottom: 23px;
  }

  .bold_text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #000000;
  }

  p {
    font-size: 18px;
    color: #000000;
    margin-bottom:28px;
    line-height: 25px;
  }

  .custom_btn {
    max-width: fit-content;
    color: var(--bs-black);
    font-weight: 500;
  }
}

.resource {
  padding: 60px 0;
  color: var(--bs-white);

  h2 {
    margin-bottom: 13px;
  }

  p {
    margin-bottom: 46px;
    font-size: 18px;
    width: 70%;
    margin-inline: auto;
  }
}

.personal-card {
  background-color: var(--primary-color);
  border-radius: 30px;
  padding: 66px 63px 61px;
}

header .nav-item:last-child .nav-link {
  padding-right: 0;
}

.stat_card {
  padding: 29px 28px 31px 20px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  max-width: 256px;
  width: 100%;
  position: relative;
  overflow: hidden;

  .icons {
    display: block;
    margin-left: auto;
  }

  p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 71px;
    margin-bottom: 73px;
    width: 80%;
  }

  .custom_btn {
    font-size: 13px;
    max-width: 153px;
    height: 40px;
  }
}

.stat_card .card-img {
  background-color: #3c5c89;
  display: inline-block;
  max-width: 194px;
  width: 100%;
  height: 194px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: -40px;

  img {
    max-width: 144px;
    width: 100%;
    height: 144px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
  }
}

.corporate {
  padding: 60px 0;
  position: relative;
  z-index: 0;
  height: 900px;

  &::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/corporate-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    filter: blur(59.599998474121094px);
  }

  b {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
  }

  ul li p {
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
  }

  ul li small {
    font-size: 20px;
  }
}

.corporate-image {
  position: absolute;
  filter: drop-shadow(0px 4px 4px 0px rgba(0, 0, 0, 0.25));
  max-width: 870px;
  width: 100%;
  height: 870px;
  left: 0;
  bottom: -10px;
  z-index: -1;
}

.icon-image {
  width: 77px;
  height: 77px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.Black_border {
  border-color: var(--bs-black);
  color: var(--bs-black);
}

.cop_card {
  background: linear-gradient(
    100.1deg,
    rgba(255, 255, 255, 0.22) -0.21%,
    rgba(255, 255, 255, 0.1364) 98.81%
  );
  backdrop-filter: blur(10px);
  border: 0.44px solid rgba(179, 179, 179, 1);
  border-radius: 12px;
  padding: 25px 19px 27px 24px;
  max-width: 290px;
  width: 100%;

  h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .custom_btn {
    max-width: 135px;
    height: 41px;
    font-size: 13px;
  }
}

.icon_card_wrap {
  display: flex;
  gap: 60px 30px;
  flex-wrap: wrap;
}

footer {
  background-color: #111111;
  padding: 63px 0 51px;
  position: relative;
  z-index: 9;

  h3 {
    font-size: 17px;
    color: var(--bs-white);
    margin-bottom: 20px;
  }

  li a {
    font-size: 15px;
    color: var(--bs-white);

    &:hover {
      color: var(--bs-white);
    }
  }

  li {
    padding: 8px 0;
  }
}

.footer-bottom {
  border-top: 1px solid #3d3d3d;
  background-color: #111111;
  padding: 13px 0 21px;

  p {
    font-size: 12px;
    color: #848484;
    text-align: center;
  }
}

.social-links {
  display: flex;
  gap: 17px;
}

.page_banner {
  height: 390px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;

  &::after {
    content: "";
    background: linear-gradient(
      63.19deg,
      #000000 2.37%,
      rgba(0, 0, 0, 0) 81.88%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  h1 {
    width: 50%;
    color: var(--bs-white);
    font-size: 40px;
  }
}

.sollution {
  padding: 60px 0;

  .card {
    padding: 42px 58px;
    background-color: var(--secondary-color);
    border-radius: 19px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-white);
    max-width: 1096px;
    width: 100%;
    margin: auto;

    span {
      font-size: 27px;
      display: inline-block;
      padding: 20px 0;
    }
  }
}

.solution-opt {
  padding: 60px 0;
}

.solution-opt ul {
  border: 1px solid #b3b3b3;
  border-radius: 13px;
  padding: 42px 38px 62px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  li {
    border: 1px solid #b3b3b3;
    border-radius: 12px;
    max-width: 279px;
    width: 100%;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
  }

  li.odd {
    max-width: 506px;        text-align: center;
  }
}

.toolkit-aim {
  padding: 190px 0 60px;
  position: relative;

  img {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 50px;
  }
}

.letter {
  border: 1px solid #b3b3b3;
  border-radius: 13px;
  padding: 55px 138px 148px 225px;
  position: relative;
  margin-bottom: -50px;
  z-index: -1;

  h3 {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 600px;
  }

  ul li {
    color: #616161;
  }
}

.pb-82 {
  padding-bottom: 82px;
}

.w-custom {
  max-width: 874px;
  width: 100%;
  font-size: 18px !important;
}

.sollution.make-change.training ul {
  max-width: 90%;
  margin: 0 auto;
}

.letter-box {
  padding: 36px 43px 45px;
  background-color: var(--secondary-color);
  color: var(--bs-white);
  text-align: center;
  border-radius: 13px;
  max-width: 1096px;
  width: 100%;
  position: relative;
  z-index: 9;
  left: 68px;
  margin-top: -41px;
}

small {
  font-size: 16px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}

.text {
  margin-bottom: 39px;
}

.inner-box {
  padding: 33px 37px 40px;
  background-color: var(--primary-color);
  color: var(--bs-black);
  border-radius: 13px;

  p {
    width: 80%;
    margin: auto;
  }

  p:last-child {
    width: 60%;
  }
}

.culture {
  padding: 60px 0;
}

.card-large {
  padding: 80px 110px 68px;
  background-color: var(--primary-color);
  border-radius: 30px;

  p {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
  }
}

.table-wrapper {
  background: linear-gradient(
    109.15deg,
    rgba(255, 255, 255, 0.78) 1.58%,
    rgba(255, 255, 255, 0.52) 100.45%
  );
  padding: 0 45px 0px;
  border-radius: 13px;
  margin-bottom: 30px;
}

.table-wrapper table td {
  padding: 25px 20px 50px 40px;
  border-right: 1px solid #fff;
  font-size: 18px;
}

.table-wrapper table th {
  padding: 31px 20px 29px 25px;
  font-size: 18px;
  font-weight: 600;
}

.table-wrapper thead {
  border-bottom: 1px solid #fff;
}

.table-wrapper table td:last-child {
  border: none;
}

.reserch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
  padding-top: 30px;

  img {
    max-width: 204px;
    width: 100%;
    height: 134px;
  }

  ul li {
    color: #fff;
    font-size: 15px;
  }

  li a {
    color: #fff;
  }
}

.page_banner.make-change h1 {
  width: 40%;
}

.sollution.make-change {
  &span {
    font-size: 16px;
    font-weight: 700;
  }

  &p {
    font-size: 16px;
    font-weight: 400;
  }
}

.solution-opt.make-change ul {
  gap: 45px;

  li {
    max-width: 425px;
    height: 146px;
    padding: 40px 20px;
  }
}

.solution-opt.make-change ul li:first-child {
  border: none;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
}

.solution-opt.make-change.last ul li:first-child {
  display: block;
  padding: 0;
  height: auto;

  p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px;
  }
}

.make-change .card-large {
  padding-top: 70px;
  padding-bottom: 55px;

  .text {
    font-size: 18px;
    width: 50%;
    margin: auto;
  }
}

.make-change .card-large h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}

.make-change .table-wrapper {
  padding-bottom: 32px;

  table {
    width: 100%;
  }

  p {
    text-align: left;
    color: #000;
    font-size: 18px;
  }
}

.make-change .table-wrapper table td {
  border-bottom: 1px dashed #b7c6ce;
  padding: 27px 14px 26px 0;
}

.make-change .table-wrapper table tr td:last-child {
  padding-left: 16px;
}

.make-change .table-wrapper table tr:last-child td {
  border-bottom: none;
}

.table2 {
  margin-top: 35px;
}

.table2 td .tableContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table2 td .pill {
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 45px;
  float: right;
  color: var(--secondary-color);
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
}

.training .card {
  padding: 38px 44px;
}

.training .card span {
  font-size: 16px;
  font-weight: 700;
}

.training .card p {
  font-size: 16px;
  font-weight: 400;

  span {
    padding: 0;
  }
}

.training .card ul li {
  text-align: left;
  font-weight: 400;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;

  &::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/check-mark.svg);
    position: absolute;
    left: 0;
    top: 5px;
  }
}

.training .card ul li:last-child {
  padding-bottom: 0;
}

.delivery_format .card-large {
  padding: 50px 0;
}

.delivery_format h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

.delivery_format ul,
.training-toolkit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;

  li {
    width: 47%;
    flex: 0 0 auto;
    background: linear-gradient(
      109.15deg,
      rgba(255, 255, 255, 0.78) 1.58%,
      rgba(255, 255, 255, 0.52) 100.45%
    );
    padding: 18px 33px;
    border-radius: 13px;
    font-size: 15px;
    height: 124px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.delivery_format img {
  border-radius: 23px;
  max-width: 422px;
  width: 100%;
}

.training-toolkit {
  padding: 60px 0;
}

.training-toolkit h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: rgba(97, 97, 97, 1);
}

.training-toolkit p {
  width: 90%;
  margin-bottom: 80px;
  color: rgba(97, 97, 97, 1);
}

.training-toolkit ul li {
  height: auto;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-left: 30px;
  position: relative;
  align-items: start;

  &::after {
    content: "";
    height: 24px;
    width: 23px;
    background: url(../images/right-arrow-circle.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* sonali */

.coaching_corporate_Sec {
  padding: 60px 0;

  .card {
    padding: 40px;
    border-radius: 19px;
    background: #294976;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 25px;

    h4 {
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      margin-bottom: 17px;
    }

    p {
      font-weight: 400;
    }
  }
}

.corporate_change {
  padding: 60px 0;
  position: relative;

  .change_box {
    border: 0.47px solid #b3b3b3;
    padding: 50px 112px 80px;
    border-radius: 13px;
    text-align: center;

    h4 {
      color: #000000;
      font-size: 22px;
      line-height: 25px;
      font-weight: 600;
    }

    .para_box {
      border: 0.47px solid #989898;
      border-radius: 13px;
      padding: 35px 45px;
      margin-top: 25px;
      margin-bottom: 35px;
    }

    .bottom_layout {
      display: flex;
      text-align: left;

      h4 {
        max-width: 253px;
        line-height: 28px;
      }

      ul {
        display: flex;
        gap: 40px;
        padding-left: 30px;

        li {
          color: #000000;
          font-size: 17px;
          line-height: 22px;
          position: relative;
          z-index: 1;
          &::before {
            content: "\F4FA";
            font-family: "bootstrap-icons";
            /* font-weight: 900; */
            position: absolute;
            right: -26px;
            bottom: 0;
            height: 24px;
                        width: 24px;
                        font-size: 24px;
          }
          &:last-child{
            &::before{
                content: normal;
            }
          }
          &:nth-child(3){
            &::before{
                content: normal;
            }
          }
          &::after {
            position: absolute;
            bottom: 11px;
            left: 0;
            width: calc(100% - 10px);
            height: 1px;
            background-size: contain;
            background-position: left;
            background-image: url("../images/border.png");
            content: "";
            z-index: -1;
          }
          &:last-child {
            &::after {
              content: normal;
            }
          }

          span {
            font-weight: 700;
            display: block;
          }
        }
      }
    }
  }
}

.comparison-table {
  max-width: 900px;
  margin: auto;
}

.comparison_row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  padding: 15px 0;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  /* border-bottom: 1px dashed #ddd; */
  position: relative;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;

    background: repeating-linear-gradient(
      to right,
      #ccc 0px,
      #ccc 6px,
      transparent 6px,
      transparent 12px
    );
  }

  &.header {
    font-weight: 600;
    border-bottom: none;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    border-bottom: 1px solid #fff;

    &::after {
      content: normal;
    }
  }
}

.vs {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin: auto;
}

.culture_change_box {
  position: relative;

  &::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 33px;
    width: 1px;
    height: calc(100% - 88px);
    border: 1px solid #ffffff;
    content: "";
  }
}

.bg_blue {
  background: #294976;
}

.successfull_programm {
  padding: 60px 0;

  .bg_blue {
    padding: 30px 60px 60px;
    border-radius: 19px;
    text-align: center;

    p {
      color: #ffffff;
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
    }

    .top_content {
      margin-bottom: 50px;

      h4 {
        color: #ffffff;
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
      }
    }

    ul {
      li {
        display: flex;
        justify-content: space-between;
        color: #ffffff;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 28px;
      }
    }

    h3 {
      color: #ffffff;
      font-size: 20px;
      line-height: 25px;
      font-weight: 600;
      text-align: left;
      margin-bottom: 28px;
    }

    hr {
      background-color: #5d79a1;
      margin-bottom: 30px;
    }

    .content {
      padding-inline: 18px;

      p {
        margin-bottom: 15px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}

.marathon_Change {
  .para_box {
    font-weight: 600;
    color: #000000;
    line-height: 25px;

    h3 {
      font-size: 30px;
      margin-bottom: 12px;
    }

    h6 {
      font-size: 18px;
    }

    ul {
      display: grid;
      grid-template-columns: auto auto;
      gap: 30px;
      margin-top: 40px;

      ul {
        display: block;
        margin-top: 5px;
        list-style: disc;
        padding-left: 18px;

        &.letter_list {
          list-style: lower-alpha;
        }

        li {
          border: none;
          padding: 0;
        }
      }

      li {
        border: 0.47px solid #989898;
        border-radius: 13px;
        padding: 35px 50px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        font-size: 400;

        span {
          font-size: 18px;
          line-height: 22px;
          font-weight: 600;
          display: block;
        }

        h4 {
          font-size: 18px;
          line-height: 22px;
          font-weight: 600;
          margin-bottom: 20px;
        }
      }
    }

    .image_box {
      margin-top: 33px;
      max-width: 660px;
      margin-inline: auto;

      img {
        width: 100%;
        max-width: 500px;
        height: 321px;
        margin-bottom: 30px;
      }

      p {
        color: #000000;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
      }
    }

    .image_box2 {
      margin-top: 40px;

      img {
        width: 100%;
        max-width: 484px;
        height: 241px;
        margin-inline: auto;
        margin-bottom: 30px;
      }

      p {
        font-weight: 400;
      }
    }
  }
}

.swc-table {
  background: linear-gradient(
    109.15deg,
    rgba(255, 255, 255, 0.78) 1.58%,
    rgba(255, 255, 255, 0.52) 100.45%
  );

  backdrop-filter: blur(23.45px);
  -webkit-backdrop-filter: blur(23.45px);

  border-radius: 12px;
  padding: 30px 0;

  table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;

    th {
      text-align: left;
      font-weight: 600;
      padding: 0 20px;
      font-size: 16px;
      border-bottom: 1px solid #fff;
    }

    td {
      padding: 18px 20px;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.5;
      border-top: 1px dashed #cfd8dc;
    }
  }
}

.medical_professional {
  padding: 60px 0;

  .medical_box {
    background: #a5c1cf;
    padding: 50px 110px;
    border-radius: 30px;

    h3 {
      color: #ffffff;
      font-size: 18px;
      line-height: 25px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 35px;
    }

    .medical_prof_box {
      border: 0.47px solid #b3b3b3;
      background: linear-gradient(
        109.15deg,
        rgba(255, 255, 255, 0.78) 1.58%,
        rgba(255, 255, 255, 0.52) 100.45%
      );
      border-radius: 13px;
      backdrop-filter: blur(23.45px);
      -webkit-backdrop-filter: blur(23.45px);
      padding: 50px 76px 50px 60px;
      margin-bottom: 40px;

      .custom_btn {
        max-width: 270px;
        color: #000;
        margin-inline: auto;
        margin-top: 20px;
      }

      .prof_contet {
        margin-bottom: 45px;

        p {
          font-size: 18px;
          line-height: 35px;
          font-weight: 400;
          margin-bottom: 15px;
        }

        .user_info {
          h4 {
            font-size: 22px;
            line-height: 25px;
            font-weight: 600;
          }

          p {
            font-size: 14px;
            line-height: 25px;
            font-weight: 400;
          }
        }
      }
    }
  }
}

.diagnostics_Sec {
  .row {
    z-index: 1;
    align-items: end;

    &::after {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      height: 408px;
      width: 875px;
      background: linear-gradient(
        109.15deg,
        rgba(255, 255, 255, 0.78) 1.58%,
        rgba(255, 255, 255, 0.52) 100.45%
      );
      border-radius: 13px;
      backdrop-filter: blur(23.45px);
      -webkit-backdrop-filter: blur(23.45px);
      z-index: -1;
      border: 0.47px solid #b3b3b3;
    }
  }

  .toolkit_img {
    padding-right: 15px;

    img {
      width: 100%;
    }
  }

  .toolkit_content {
    padding-right: 110px;
    padding-bottom: 48px;

    h3 {
      color: #616161;
      font-size: 20px;
      line-height: 25px;
      font-weight: 700;
      /* margin-bottom: 89px; */
      margin-bottom: 30px;
    }

    p {
      width: 100%;
      color: #616161;
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
      margin-bottom: 5px;
    }
  }
}
.diagnostics_Sec {
  & .row {
    /* align-items: baseline; */
  }
}
.light_blue {
  background: #a5c1cf;
  border-radius: 30px;
}

.prority {
  padding-bottom: 60px;

  .light_blue {
    padding: 48px 101px;

    p {
      color: #ffffff;
      font-size: 16px;
      line-height: 25px;
      text-align: center;
    }

    .prority_list {
      display: grid;
      grid-template-columns: auto auto;
      gap: 30px;
      color: #ffffff;
      font-size: 22px;
      line-height: 25px;
      font-weight: 600;
      max-width: 97%;
      margin: 35px auto 0;

      li {
        display: flex;
        gap: 18px;
      }
    }
  }
}

.succefull_listing {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 25px 45px;
  margin-top: 40px;

  li {
    width: 100%;
    max-width: 453px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: start !important;
    gap: 14px;
  }
}

.corporate_change {
  .change_box {
    .toolkit_vital {
      h4 {
        color: #000000;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 10px;
      }

      p {
        color: #616161;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
      }

      h5 {
        text-align: start;
        margin-top: 30px;
        color: #000000;
        font-size: 22px;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 18px;
      }

      ul {
        display: grid;
        grid-template-columns: auto auto;
        gap: 12px;
        text-align: left;

        li {
          display: flex;
          flex-direction: column;
          gap: 5px;
        }
      }
    }
  }
}

.medical_professional.vital_pro {
  .medical_box {
    padding-inline: 100px;

    .vital_img {
      height: 375px;
      border-radius: 23px;

      img {
        width: 100%;
        height: 100%;
        border-radius: 23px;
        object-fit: cover;
      }
    }
  }
}

.vital_list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 27px;

  li {
    color: #000000;
    min-width: 310px;
    min-height: 73px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: 22px;
    font-weight: 400;
    background: linear-gradient(
      109.15deg,
      rgba(255, 255, 255, 0.78) 1.58%,
      rgba(255, 255, 255, 0.52) 100.45%
    );

    backdrop-filter: blur(23.45px);
    -webkit-backdrop-filter: blur(23.45px);
    border: 0.47px solid #b3b3b3;
    border-radius: 13px;
  }
}

.prority {
  .light_blue {
    .prority_list.about_us {
      grid-template-columns: 33.222% 33.222% 33.222%;

      li {
        font-size: 17px;
        font-weight: 400;

        strong {
          font-size: 22px;
          line-height: 25px;
          font-weight: 600;
          display: block;
          margin-bottom: 10px;
        }
      }
    }
  }
}

.successfull_programm.about_program {
  .bg_blue {
    text-align: left;

    .top_content {
      h4 {
        margin-bottom: 15px;
      }
    }
  }
}

.contact_map {
  padding: 60px 0;

  iframe {
    border-radius: 17px;
  }
}

.corporate_change.contact_us {
  .change_box.contact_form {
    padding: 50px 60px 70px;
    text-align: left;

    h4 {
      color: #616161;
      font-size: 29px;
      line-height: 25px;
      font-weight: 700;
      margin-bottom: 35px;
    }

    form {
      .input_box {
        margin-bottom: 25px;

        label {
          color: #000000;
          font-weight: 700;
          font-size: 20px;
          line-height: 35px;
        }

        .form-control {
          border: none;
          border-radius: 0;
          padding-left: 0;
          border-bottom: 1px solid #b5b5b5;
          color: #727272;
          font-size: 17px;
          line-height: 35px;
        }

        textarea {
          resize: none;
          min-height: 170px;
        }
      }

      .custom_btn {
        margin-top: 25px;
        min-width: 197px;
      }
    }
  }
}

.corporate_change.founders_sec {
  h3 {
    text-align: center;
    margin-bottom: 55px;
    color: #616161;
    font-size: 20px;
    line-height: 25px;
  }

  .change_box {
    padding: 55px 90px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: #616161;
    line-height: 25px;

    h4 {
      font-size: 20px;
      font-weight: 700;
    }

    p {
      font-size: 16px;
      font-weight: 400;
    }
  }
}

.user_sec {
  padding: 60px 0;
  position: relative;

  .bg_blue {
    padding: 54px;
    border-radius: 19px;

    ul {
      display: flex;
      gap: 50px 120px;
      /* justify-content: space-between; */
      flex-wrap: wrap;

      li {
        width: 222px;
        display: flex;
        gap: 20px;
        color: #ffffff;

        .ico {
          width: 49px;
          height: 49px;
          flex: 0 0 49px;
          border-radius: 50%;
          background: #e3c18e;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        p {
          font-size: 15px;
          line-height: 16px;
          font-weight: 400;

          &.title {
            font-size: 16px;
            line-height: 25px;
            font-weight: 700;
          }
        }
      }
    }
  }
}

.founder_team_sec {
  padding: 60px 0;
  position: relative;

  .light_blue {
    padding: 100px 112px 145px;

    .row {
      margin-bottom: 97px;
      align-items: center;

      &:last-child {
        margin-bottom: 0;
      }
    }

    .team_img {
      height: 557px;
      width: 423px;
      border-radius: 50%;

      img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
      }
    }

    .team_sec_content {
      color: #000000;
      font-size: 17px;
      line-height: 25px;
      font-weight: 400;

      h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 23px;
      }

      p {
        margin-bottom: 15px;
      }
    }
  }
}

.coaching_corporate_Sec {
  .card {
    .resource_list {
      list-style: auto;
      text-align: left;
      padding-inline: 50px;

      li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 28px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }

    .sec_title {
      margin-top: 50px;
      width: 378px;
      margin-inline: auto;

      p {
        margin-bottom: 15px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}

.corporate_change.success_resource {
  .personal_resource {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 35px;

    li {
      display: flex;
      justify-content: space-between;
      color: #000000;
      font-size: 22px;
      line-height: 25px;
      font-weight: 600;
      text-align: left;

      .left_tt {
        font-size: 18px;
        font-weight: 400;
        max-width: 485px;
      }

      .color_changer {
        .colored {
          display: flex;
          gap: 11px;
          margin-bottom: 13px;

          .line {
            width: 98px;
            height: 0;
            border: 5px solid #a5c1cf;
            border-radius: 10px;

            &.active {
              border-color: #f61c1c;
            }
          }
        }

        p {
          font-size: 18px;
        }
      }
    }
  }

  hr {
    margin-block: 45px;
  }

  .content_panel {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 55px;

    &:last-child {
      margin-bottom: 0;
    }

    h4 {
      font-weight: 600;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 15px;
    }

    p {
      font-weight: 400;
    }

    ul {
      display: flex;
      gap: 40px;
      flex-direction: column;
      margin-top: 25px;
      text-align: left;

      li {
        display: flex;
        gap: 25px;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
      }
    }
  }
}

.make-change .card-large h3 {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 17px;
}

header .nav-item .nav-link:hover {
  color: #f61c1c;
}

.stellarnav li.has-sub > a:after {
  border-top: 5px solid #000;
  margin-left: 7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.stellarnav li.has-sub li {
  padding-block: 10px;
}

.stellarnav li.has-sub ul {
  border-radius: 15px;
  top: 30px;
}

.sollution.make-change {
  .card {
    span {
      font-size: 16px;
      display: inline-block;
      padding: 20px 0;
      line-height: 25px;
      font-weight: 700;
    }

    p {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
    }
  }
}

.cop_card {
  .custom_btn {
    &:hover {
      background-color: #fff;
      color: #000;
    }
  }
}

.stat_card {
  .custom_btn {
    &:hover {
      background-color: #fff;
      color: #000;
    }
  }
}

.program {
  .custom_btn {
    &:hover {
      border-color: #000;
    }
  }
}

.custom_btn.white_border:hover {
  background-color: #fff;
  color: #000;
}

.hero {
  .hero_content {
    p {
      width: 75%;
      font-size: 21px;
    }

    .custom_btn {
      &:hover {
        border-color: #000;
        color: #000;
      }
    }

    .custom_btn.no_bg_btn {
      &:hover {
        background-color: #fff;
        color: #000;
      }
    }
  }
}

.new_arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -86px;
  font-size: 100px;
}

.culture {
  .card-large {
    .table-wrapper {
      table {
        th {
          position: relative;
          border-right: 1px solid #fff;

          .table_arr {
            position: absolute;
            right: 20px;
            bottom: 10px;
          }
          &:last-child {
            border-right: none;
            .table_arr {
              transform: rotate(90deg);
            }
          }
        }
      }
    }
  }
}

.head_span {
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}

.nav-item.active a {
  font-weight: bold;
}

.successfull_programm .bg_blue .bottom_content .btm_content_inr {
  background-color: #fff;
  border-radius: 19px;
  padding: 25px 15px;
  min-height: 818px;
  box-shadow: 0 0 10px #000000ad;
}
.successfull_programm .bg_blue .bottom_content .btm_content_inr img {
  border-radius: 19px 19px 0px 0px;
  width: 100%;
}
.successfull_programm .bg_blue .bottom_content .btm_content_inr p {
  color: #000;
}
.successfull_programm .bg_blue .bottom_content .btm_content_inr h3 {
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
}


.page-template-stress-wellness{
  .medical_professional{
    .medical_box{
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      h3{
        font-size: 24px;
        font-style: normal;
      }
      .medical_prof_box{
        .prof_contet{
          p{
            font-size: 16px;
          }
        }
      }
    }
  }
}


.resource .personal-card .heading{
  color: #000;
}
.resource .personal-card .heading-buttom-text{
  color: #000;
  font-size: 19px;
}
.prority .light_blue p{
  color: #000;
  font-size: 17px;
}
.prority .light_blue span{
  color: #000;
}
.prority .light_blue span svg{
  fill: #000;
}
.toolkit-aim .letter-box .inner-box .mb-4{
  font-size: 17px;
}
.culture h6{
  color: #000;
  padding-bottom: 15px;
  line-height: 22px;
}
.culture .reserch ul li{
  color: #000;
}
.culture .reserch ul li a{
  color: #000;
}
.make-change .card-large p{
  color: #000;
  font-size: 1rem;
  font-family: var(--fontFace);
  font-weight: 500;
}
.page-id-515 .successfull_programm .bottom_content{
  display: none;
}
.page-id-591 .medical_professional .medical_prof_box .prof_contet p{
  font-size: 17px !important;
}
.page-id-591 .medical_professional .medical_prof_box .custom_btn{
  display: none;
}
.page-id-27 .successfull_programm .top_content h4{
  display: none;
}
.page-id-27 .successfull_programm .succefull_listing{
  display: none;
}
.medical_professional.vital_pro .medical_box h3{
  color: #000;
}
.page-id-591 .medical_professional .medical_box h3{
  color: #000;
}
.nav-item.active.has-sub.active li a {
    font-weight: normal;
}
.nav-item.active.has-sub.active li.active a {
    font-weight: bold;
}
