.wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  max-width: 326px;
  min-height: 198px;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  margin: 20px;
  box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}

.card-title {
  /* font-weight: 600; */
  margin-top: 20px;
  /* font-size: 24px; */
}

.card-content {
  font-size: 14px;
  /* letter-spacing: 0.5px; */
  line-height: 1.5;
  color: #333;
}

/* pricing design */

.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
  /* background: #ffffff; */
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }

  .navbar-wrap.home {
    /* width: 90%; */
  }

}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }

  .service-card {
    background-color: #f5f5f5;
  }

  .work-item {
    display: flex;
    width: 100%;
  }

  /* our core value */
  .py-132 {
    padding-bottom: 169px !important;
    padding-top: 66px !important;
  }

  /* what we do */
  .p-we {
    padding: 10px 15px;
  }

  /* OKR process */
  .m-l-40 {
    margin-left: -40px;

  }

  /* footer */
  .ml-footer {
    margin-left: 41px;
  }


  .okr-process-btn {
    width: 23% !important;
    margin-top: 31px !important;
    margin-left: 70% !important;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-header {
  background: #000;
  color: #fff;
  padding: 30px 0 60px 0;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  z-index: 1;
  border: none;
}

.pricing-table .ptable-single {
  overflow: visible !important;
  box-shadow: none !important;
  border: none !important;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  display: none !important;
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 650px;
}

/* .pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
} */

.pricing-table .ptable-status,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  /* background: #e6e7df; */
  background: #f1f1f1;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #f1f1f1;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #000;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f1f1f1;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #000;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  /* letter-spacing: 1px; */
  background: #000;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  /* letter-spacing: 2px; */
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  /* margin-top: 16px; */
  margin-left: -15px;
}
    .pricing-table .ptable-header {
  background: #000;
  color: #fff;
  padding: 30px 0 60px 0;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  z-index: 1;
  border: none;
}

     .pricing-table .ptable-single {
  overflow: visible !important;
  box-shadow: none !important;
  border: none !important;
}
.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
    display: none !important;
}


.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

/* .pricing-table .ptable-body {
  margin-top: 20px;
  padding: 20px 0;

} */

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: 1px; */
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
  margin-top: auto;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 2px; */
  text-decoration: none;
  background: #000;
}

.subsbutton- {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 2px; */
  text-decoration: none;
  background: #000;
}


/* .pricing-table .ptable-action a:hover {
  color: #000;
  background: #fff;
} */

/* .pricing-table .ptable-item.featured-item .ptable-action a {
  color: #fff;
  background: #000;
} */

/* .pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #000;
  background: #fff;
} */

/* bullet list css */
ul.a {
  list-style-type: circle;
  font-size: 24px;
}

/* logo padding */
.p-1 {
  padding: 18%;
}

.pb-0 {
  padding-bottom: 0px;
}

.p-110 {
  padding-bottom: 110px;
}

.p-29 {
  padding-bottom: 29px;
}

/* partner and client logo */
.square-holder {
  padding: 30px;
  /* border: 1px solid #cecece; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  min-height: 200px;
}

.square-holder img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.square-holder:hover img {
  filter: none;
}

.section-default {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* .container {
  padding: 0px;
} */

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Desktop layout */
.col-sm-6 {
  flex: 0 0 calc(50% - 20px);
}

.col-md-4 {
  flex: 0 0 calc(33.333% - 20px);
}

.col-lg-3 {
  flex: 0 0 calc(25% - 20px);
}

/* Responsive styling */
@media (max-width: 991px) {

  /* Tablet view */
  .col-lg-3 {
    flex: 0 0 calc(33.333% - 20px);
    /* Show 3 items per row */
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  /* .w-30{
    width: 0% !important;
  } */
}

@media (max-width: 767px) {

  /* Mobile view */
  .col-lg-3,
  .col-md-4,
  .col-sm-6 {
    flex: 0 0 calc(50% - 20px);
    /* Show 2 items per row */
  }
}

@media (max-width: 575px) {

  /* Small mobile view */
  .col-lg-3,
  .col-md-4,
  .col-sm-6 {
    flex: 0 0 100%;
    /* Show 1 item per row */
  }
}

.w-284 {
  width: 284px !important;
}

.list-ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
}

.h-300px {
  height: 308px;
}

.p-b-101 {
  padding-bottom: 101px;
}

/* index page - benifite of oks process */

.py-132 {
  padding-bottom: 150px;
  padding-top: 132px;
}

.py-132 {
  padding-bottom: 97px;
  padding-top: 87px;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-45 {
  padding-bottom: 97px;
}

.pl-b {
  /* padding-left: 44%; */
  /* padding-bottom: 14px; */
}

.pl-i {
  padding-left: 44%;
  /* padding-bottom: 14px; */
}

.pl-o {
  padding-left: 44%;
  /* padding-bottom: 14px; */
}

.pb-20 {
  padding-bottom: 20px;
}

.p-7 {
  padding: 7px;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

/* FAQ section code */
.faq-info .w-dropdown-toggle.active {
  font-weight: bold;
  color: #000;
}


.faq-info .w-dropdown-list {
  display: none;
  /* Initially hide all answers */
  transition: all 0.3s ease-in-out;
}

/* General css */
.mt-150px {
  margin-top: -150px !important;
}

.dis-flex {
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.fo-img {
  width: 80%;
}

.okr-process-btn {
  width: 14%;
  margin-top: 50px;
  margin-left: 46%;
  /* background-color: yellow; */
}

.okr-process-btn .bg {
  background-color: #000 !important;
  color: #FFF;
}

/* .hearder-section {
  position: fixed;
  width: 82%;
  transition: all 3s;

} */

.hearder-section .scrolled {
  background-color: gold;
}

/* service code */
.sercice-card {
  margin: 0;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  /* min-height: 100vh; */
}

.container-service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  /* max-width: 1200px; */
  /* width: 100%; */

}

.service-card {
  border-radius: 1.111rem;
  padding: 2.15rem 1.1rem 1.53rem 1.4rem;
  transition: all .5s;
  position: relative;
}


.service-card:hover {
  /* transform: translateY(-10px); */
  /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); */
  background-color: #f5f5f5;
}

.icon img {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

.content h3 {
  color: #080808;
  font-size: 2rem;
  line-height: 120%;
}

.bor-line {
  background-color: #737373;
  width: 2.29167rem;
  height: .14rem;
  margin-top: 1.11rem;
  margin-bottom: 1.36rem;
}

.content p {
  color: #737373;
  margin-bottom: 0;
  font-size: 1.11rem;
  line-height: 144%;
}

.text-center {
  text-align: center;
}

.p-coach-46 {
  padding-bottom: 46px;
}

.p-con-89 {
  padding-bottom: 89px;
}

@media screen and (max-width: 767px) {
  .p-coach-46 {
    padding-bottom: 0px;
  }

  .p-con-89 {
    padding-bottom: 0px;
  }

  .pb-45 {
    padding-bottom: 0px !important;
  }
}

/* calendly page */
.ml-cal-18 {
  width: 100%;
  height: 829px;
  margin-bottom: 8%;
  border-radius: 56px;
  border: 2px solid #f1f1f1;
}

/* Trusted clients */
.con-tu {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card-tu {
  width: 199px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s;
}

.card-tu img {
  width: 99%;
  height: 100px;
}

.scroll-area {
  overflow: hidden;
  width: 100%;
  background: #f8f9fa;
  padding: 30px 0;
  position: relative;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}
/* Equal height pricing cards */
/* .pricing-table {
  display: flex !important;
  align-items: stretch !important;
} */

/* .pricing-table .ptable-item {
  display: flex !important;
} */

/* .pricing-table .ptable-single {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
} */

/* .pricing-table .ptable-body {
  flex-grow: 1 !important;
} */

/* .pricing-table .ptable-footer {
  margin-top: auto !important;
} */