.pricingSec h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 39px;
  color: var(--secondary-color);
  padding-bottom: 58px;
}

.pricingSec {
  padding-top: 60px;
  min-height: calc(100vh - 224px);
}
.pricingSec h1 span {
  background: var(--primary-color);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.pricingContent {
  text-align: center;
  margin-top: 40px;
}
/* Container styles */
.toggle-switch {
  display: inline-block;
  position: relative;
  width: 184px;
  height: 40px;
  border: 1px solid #c7ece0;
  border-radius: 4px;
  background-color: #fafffd;
  margin-left: 60px;
}

/* Hidden checkbox input */
.toggle-input {
  display: none;
}

/* Label acting as the switch */
.toggle-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #5f8b5f;
  transition: background-color 0.3s, transform 0.3s;
}

/* Options inside the toggle */
.option {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
}

/* Active style for the selected side */
.toggle-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: calc(51% - 5px);
  height: calc(100% - 6px);
  background-color: #087657;
  border-radius: 4px;
  transform: scaleY(1.2);
  transition: left 0.3s, background-color 0.3s;
  z-index: 1;
}
/* 
    .toggle-label:hover::before {
      background-color: #065944; 
    } */

/* Checked state moves the toggle */
.toggle-input:checked + .toggle-label::before {
  left: calc(50% + 3px);
}

/* Text color for the active state */
.toggle-input:not(:checked) + .toggle-label .monthly {
  color: white;
}

.toggle-input:checked + .toggle-label .annually {
  color: white;
}

.toggleSec {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.toggleSec p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28.5px;
  color: var(--text-color);
}

.btnContainer {
  cursor: pointer;
  width: 100%;
  background: var(--bg-cta);
  padding: 9px 10px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btnContainer:hover {
  background-color: rgb(6 94 70);
 
}
.monthly:hover {
  background-color: #087657;
  color: #fff !important;
}
.pricingcardMiddle .btnContainer:hover {
  background-color: #f2faf7;
}
.pricingcardContainer {
  margin-top: 20px;
  padding-bottom: 40px;
}
.plansOffer {
  text-align: start;
}
.swiper-pagination {
  display: none;
  position: relative;
}

.pricingCard {
  padding: 53px 22px 42px 22px;
  box-shadow: 0px 4px 28.6px 0px #3763d226;
  max-width: 302px;
  background: linear-gradient(
    to bottom,
    rgba(242, 250, 247, 1) 247px,
    transparent 247px
  );

  width: 100%;
  height: 485px;
  border-radius: 6px;
  margin-left: 36px;
}

.pricingcardMiddle {
  padding: 15px 22px 42px 22px;
  box-shadow: 0px 4px 28.6px 0px #3763d226;
  max-width: 302px;
  background: linear-gradient(
    to bottom,
    #018751 1%,
    #063e41 39.3% 247px,
    transparent 247px
  );

  width: 100%;

  height: 485px;
  border-radius: 6px;
  margin-left: 36px;
  border: 1px solid #4db094;
}

.pricingcardMiddle .pricings {
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  color: #ffffff;
  padding: 17px 0px 26px 0px;
}
.pricingcardMiddle .planTilteHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.pricingcardMiddle .pricings .pricingSpan {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.pricingcardMiddle .btnContainer {
  width: 100%;
  background: #ffffff;
  padding: 9px 10px;
  border-radius: 6px;
}

.pricingcardMiddle .btnContainer .startedBtn {
  color: var(--bg-cta);
  font-size: 14px;
  line-height: 16.94px;
  font-weight: 600;
}
.startedBtn {
  color: #ffffff;
  font-size: 14px;
  line-height: 16.94px;

  font-weight: 600;
}

.planTilteHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
}
.pricings {
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  color: var(--bg-cta);
  padding: 17px 0px 26px 0px;
}
.pricingSpan {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: var(--bg-cta);
}
.cancelNow {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  color: rgba(110, 129, 123, 1);
}
.cancelNowMiddle {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  color: #ffffff;
}
.offerList {
  padding-top: 3px;
}
strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
}
.start {
  text-align: start;
  padding-top: 44px;
}
.offerlistContainer {
  max-width: 226px;
  margin: auto;
  text-align: start;
}
.offerlistContainer ul li {
  padding: 13px 0px 0px 0px;
  font-size: var(--headDesc-font-mob);
  font-weight: 400;
  line-height: 15.73px;
  color: var(--secondary-color);
}

li::marker {
  color: var(--bg-cta);
}
.swiper-container {
  overflow: hidden;
}
.pricingcardContainer .pricingCard:first-child {
  margin-left: 105px;
}

.proplanContainer {
  display: flex;
  justify-content: end;
  padding-bottom: 10px;
}
.proPlan {
  color: #ffffff;

  border-radius: 100px;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 13.31px;
  background: #056549;
}

#credits-text {
  font-size: 13px;
  color: #121212;
  line-height: 15.73px;
}
.toggleSec {
  position: relative;
}

.option {
  position: relative;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
}
.annually:hover {
  background: #087657;
  color: #fff !important;
}
.toggleSec {
  position: relative;
}

.option {
  position: relative;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}

/* Tooltip Styles */

/* Add Arrow to Tooltip */
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%; /* Position at the bottom of the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #087657 transparent transparent transparent;
}

.tooltip {
  position: absolute;
  bottom: 135%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #087657;
  color: #fff;
  padding: 8px 9px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  z-index: 10;
  will-change: transform;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  animation: upDown 2.5s infinite ease-in-out;
}

/* .annually::before {
      top: -16px;
      content: "Get months free";
      display: block;
      position: absolute;
      background: #087657;
      background: #00e2a2;
      border-radius: 4px;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      text-align: center;
      letter-spacing: -0.03em;
      padding: 6px;
      color: #0b163e;
      color: #ffffff;
      min-width: 140px;
      min-width: max-content;
      left: 25%;
      transform: translateX(-50%);
      max-height: 25px;
      animation: upDown 3s infinite ease-in-out;
    } */

@keyframes upDown {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.credits-container {
  position: relative;
  display: inline-block;
}
.credits-dropdown:hover {
  background: #d8f5ea;
}

.credits-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2faf7;
  padding: 9.5px 14px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: -56px;
}

.credits-list {
  position: absolute;
  list-style-type: none;
  text-align: start;
  border-radius: 2px;
  padding: 12px;
  background: #ffffff;
  z-index: 99;
  width: 94.16px;
  top: 34px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none; /* Hidden by default */
}

.credits-list li {
  padding: 8px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #121212;
}

.credits-list li:hover {
  background-color: #e6f7f2; /* Highlight item on hover */
  color: #087657;
}

@media (max-width: 768px) {
  .pricingcardContainer .pricingCard:first-child {
    margin-left: 0px;
  }
  .pricingSec h1 {
    font-weight: 600;
    font-size: 22px;
    max-width: 290px;
    margin: auto;
    line-height: 30px;
    color: var(--secondary-color);
    padding-bottom: 56px;
  }

  .pricingcardContainer .pricingcardMiddle {
    margin-right: 40px;
  }
  .pricingCard {
    margin-left: 0px;
  }
  .pricingcardContainer .pricingCard:last-child {
    margin-left: 65px;
  }
  .swiper-pagination {
    display: block;
  }
  .toggleSec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
  .toggle-switch {
    display: inline-block;
    position: relative;
    width: 184px;
    height: 40px;
    border: 1px solid #c7ece0;
    border-radius: 4px;
    background-color: #fafffd;
    margin-left: 0px;
  }
  .credits-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f2faf7;
    padding: 9.5px 14px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 0px;
  }
  .toggleSec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* justify-content: space-around; */
  }

  .swiper-pagination-bullet {
    background-color: #3763d23d !important;
  }
  .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 8px !important;
    background-color: var(--bg-cta) !important;

    border-radius: 40px !important;
  }
}
