.hero-section-cta {
  font-weight: 400;
  font-size: 20px;
  color: white;
}

.start-conversation-cta {
  font-weight: bold;
  font-size: 20px;
  font-weight: 400;
}

.start-conversation-cta {
  display: block;
  width: fit-content;
  padding: 12px 0;
  text-transform: uppercase;
  color: #001641;
  font-size: 18px;
  margin-top: 1em;
  color: white;
}

.underline-wrapper {
  width: 100%;
  background: rgba(237, 237, 237, 0);
  margin: 3px 0;
}

.underline {
  height: 2px;
  background: #00ad6f;
  width: 30%;
  display: block;
  border-radius: 12px;
}

.underline-wrapper {
  position: relative;
  height: 2px;
  /* Adjust as needed */
  overflow: hidden;
  border-radius: 12px;
  margin: 6px 0;
}

.underline {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  animation: slideLeftToRight 2s linear infinite;
  border-radius: 12px;
}

@keyframes slideLeftToRight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* product lineup start  */
.section-header-title {
  color: #063e63;
  font-size: 30px;
  text-align: center;
  margin: 1em 0;
  font-weight: 800;
}

.product-lineup-toggle-tab-btn {
  padding: 12px 28px;
  border-radius: 100vw;
  font-size: 16px;
  border: 1px solid #00ad6f;
  background: white;
  width: 100%;
  margin: 23px 0 0 0;
  margin-top: 0;
  color: #063e63;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y pinch-zoom;
}

.tab-swiper-container {
  /* margin: 1em 0; */
  padding: 0 3.4em;
  position: relative;
}

.swiper-slide0-active .product-lineup-toggle-tab-btn {
  background: #00ad6f;
  color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  /* font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 13px !important;
    font-weight: bold;
    padding: 12px 17px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #001641;
    border: 1px solid #001641;
    color: #001641; */
  display: none;
}

/* .swiper-slide-active 
.product-lineup-toggle-tab-btn{
    background-color: #00AD6F;
    color: white;
    
} */

.product-lineup-toggle-tab-btn-active {
  background-color: #00ad6f;
  color: white;
}

.accordion-panel-toggle-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.arrow-icon {
  padding-top: 3px;
  display: flex;
  align-items: center;
}

.arrow-icon img {
  height: 22px;
}

.tab-container {
  display: block;
}

.tab-description {
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 0;
  padding: 0 3.4em;
}

.tab-row-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2em;
  margin: 3em 0;
  margin: 28px 0px;
  margin-bottom: 40px;
}

.start-conversation-cta-secondary {
  color: white;
  background: #00ad6f;
  display: block;
  padding: 12px 24px;
  border-radius: 100vw;
  margin: 0%;
  text-transform: uppercase;
}

.start-conversation-cta-secondary:hover {
  color: white;
}

.tab-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1em 0; */
  /* margin-bottom: 1em; */
}

.tab-info-title {
  margin: 0%;
  font-weight: 600;
  color: #063e63;
  font-size: 22px;
}

.accordion-panel-toggle-btn {
  padding: 12px 18px;
  background: white;
  color: #063e63;
  display: block;
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  /* position: absolute; */
  top: 0%;
  left: 0%;
  right: 0%;
  font-weight: 500;
  /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important; */
}

.accordion-panel-toggle-btn-active {
  background: #063e63;
  color: white;
}

.accordion-panel li {
  /* font-size: 14px; */
  font-size: 16px;
  color: #063e63;
  padding: 6px;
}

.accordion-panel {
  padding: 6px 1em 1em 0px;
  background: white;
  width: 100%;
  /* margin-top: -1px; */
  box-sizing: border-box;
  border-radius: 22px;
  /* box-shadow: 0 .5rem 1rem rgba(6, 62, 99, 0.15) !important; */
  display: block;
  /* margin-top: 3px; */
  display: none;
}

.tab-image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.accordion-container {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}

.tab-info-container .tab-info {
  height: 100%;
}

/* product lineup end */

.get-in-touch-cta {
  background: #063e63;
  display: block;
  padding: 12px 22px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  margin-top: 2em;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.get-in-touch-cta:hover {
  background-color: #ffffff;
  border: 1px solid #063e63;
  color: #063e63;
}

.get-in-touch-cta:hover a {
  color: #063e63;
}

.get-in-touch-cta:hover svg path {
  fill: #063e63;
}

.get-in-touch-cta span {
  display: flex;
  align-items: center;
}

.price-and-plan-card li {
  font-size: 14px;
  color: #8a879f;
}

.price-and-plan-card-item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  color: #063e63;
}

.price-and-plan-item-plan-name {
  color: #8a879f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.price-and-plan-grid {
  display: flex;
  align-items: center;
  margin: 1em;
  justify-content: center;
}

.price-and-plan-card ul {
  margin: 1em 0;
}

.accordion-wrapper {
  box-shadow: 0px 4px 13.7px 0px rgba(49, 82, 227, 0.2);
  border-radius: 22px;
}

.price-and-plan-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0px 4px 13.7px 0px rgba(49, 82, 227, 0.2);
  padding: 40px;
}

.price-and-plan-card::after {
  content: "";
  background: #063e63;
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0%;
  /* left: 6px; */
  right: 0%;
  /* border-top-right-radius: 22px; */
  /* border-top-left-radius: 22px; */
}

.price-and-plan-card::before {
  content: "";
  background: #063e63;
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0%;
  /* border-bottom-right-radius: 22px; */
  /* border-bottom-left-radius: 22px; */
}

.price-and-plan-card-active {
  transform: scale(1.1);
  z-index: 1;
  background: white;
  border-radius: 22px;
}

.price-and-plan-grid-container {
  padding: 1em 0 17px 0;
}

.price-and-plan-grid {
  max-width: 1024px;
  margin: auto;
}

.price-and-plan-card li {
  font-size: 12px;
  padding: 6px 0;
}

.price-and-plan-card ul {
  padding-left: 12px;
}

.price-and-plan-card-active::after {
  background: #00ad6f;
}

.price-and-plan-card-active::before {
  background: #00ad6f;
}

.price-and-plan-card-active a {
  background: #00ad6f;
  transition: all 0.3s ease;
}

/* 
.price-and-plan-card a:hover {
    color: white;
} */

.price-and-plan-card a {
  font-size: 12px;
  font-weight: 600;
}

.price-and-plan-card::before {
  display: none;
}

.start-conversation-cta:hover {
  color: white;
  /* color: #063e63; */
}

.accordion-panel {
  padding-bottom: 1px;
  padding-top: 1px;
  box-sizing: border-box;
}

.tab-row-grid {
  grid-template-columns: 1.6fr 1.3fr;
}

.accordion-panel-toggle-btn {
  font-size: 16px;
}

.start-conversation-cta-secondary {
  font-size: 14px;
}

.price-and-plan-card-active::after {
  background: #00ad6f !important;
}

.price-and-plan-card-active .price-and-plan-card::after {
  background: #00ad6f !important;
}

/* What to Expect Section */
.what-to-expect-section {
  width: 100%;
  background: #fff;
  padding: 60px 0 40px 0;
  padding-top: 0;
  height: 485px;
  display: flex;
  justify-content: center;
}

.what-to-expect-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.wte-image-col {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wte-image {
  width: 100%;
  /* max-width: 400px; */
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(49, 82, 227, 0.13);
  object-fit: cover;
}

.wte-tabs-col {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 340px;
}

.wte-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #063e63;
  margin-bottom: 24px;
  text-align: left;
}

.wte-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wte-accordion-item {
  background: #f8fbfd;
  border-radius: 14px;
  /* box-shadow: 0 2px 10px 0 rgba(49, 82, 227, 0.08); */
  box-shadow: 0px 4px 13.7px 0px rgba(49, 82, 227, 0.26);
  overflow: hidden;
  transition: box-shadow 0.2s;
  border: none;
}

.wte-accordion-item.active {
  /* background: #0a4972; */
  box-shadow: 0 4px 16px 0 rgba(49, 82, 227, 0.18);
}

.wte-accordion-header {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.15rem;
  font-weight: 600;
  color: #063e63;
  padding: 12px 28px;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  box-shadow: 0px 4px 13.7px rgba(49, 82, 227, 0.26);
  border-radius: 14px;
  position: relative;
}

.wte-accordion-item.active .wte-accordion-header {
  color: #fff;
  background: #0a4972;
}

.wte-accordion-body {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  color: #063e63;
  font-size: 1rem;
  line-height: 1.6;
  background: none;
  border-radius: 0 0 14px 14px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}

.wte-accordion-item.active .wte-accordion-body {
  max-height: 300px;
  padding: 12px 28px;
  opacity: 1;
  color: #0a4972;
  background: #fff;
}

.wte-accordion-body p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .what-to-expect-container {
    flex-direction: column;
    gap: 24px;
  }

  .wte-image-col,
  .wte-tabs-col {
    min-width: 0;
    width: 100%;
  }

  .wte-image {
    max-width: 100%;
  }
}

.what-to-expect-section .heading {
  color: #063e63;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 79px;
  margin-bottom: 40px;
}

.profile-img-placeholder {
  height: 130px;
  clip-path: circle();
  width: 130px;
  display: block;
  background: #c6c6c6;
}

.profile-img-placeholder img {
  height: 100%;
}

.profile-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.profile-section {
  margin-bottom: 60px !important;
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 0 1em;
  max-width: 720px;
  padding-right: 0;
  margin: 1em;
  /* border-radius: 12px; */
}

.profile-social-media {
  background: #063e63;
  width: fit-content;
  padding: 12px;
  position: absolute;
  top: 0%;
  right: 0%;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.profile-card-wrapper {
  /* border: 1px solid gray; */
  /* margin-bottom: 2em; */
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 13.7px 0px rgba(49, 82, 227, 0.2);
  position: relative;
}

.profile-caption p {
  font-size: 17px;
  line-height: 1.5;
  color: #4f5358;
}

.profile-caption h1 {
  font-size: 20px;
  color: #4f5358;
}

.price-and-plan-card-active a:hover {
  color: #00ad6f;
  background-color: #fff;
  border: 1px solid #00ad6f;
}

.price-and-plan-card-active a:hover path {
  fill: #00ad6f;
}

.price-and-plan-card-container-1,
.price-and-plan-card-container-2,
.price-and-plan-card-container-3 {
  width: 30%;
}

.tab-description-title {
  color: #262626;
  /* font-family: Avenir; */
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  /* line-height: 40px; */
}

.tab-container {
  padding: 0;
}

.tab-swiper-container {
  margin: 0 0 23px 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .hero-section-cta {
    font-size: 16px;
  }

  .start-conversation-cta {
    font-size: 16px;
    padding: 10px 0;
  }

  .section-header-title {
    font-size: 24px;
    margin: 0.8em 0;
  }

  .tab-swiper-container {
    padding: 0 1em;
  }

  .product-lineup-toggle-tab-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .tab-description {
    padding: 0 1em;
    font-size: 14px;
  }

  .tab-row-grid {
    grid-template-columns: 1fr;
    gap: 1em;
    margin: 20px 0;
  }

  .tab-info-title {
    font-size: 18px;
  }

  .accordion-panel-toggle-btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .accordion-panel li {
    font-size: 14px;
  }

  .get-in-touch-cta {
    font-size: 12px;
    padding: 10px 18px;
    /* border: none; */
  }

  .get-in-touch-cta:hover {
    border: none;
  }

  .price-and-plan-card {
    padding: 20px;
    margin: 10px;
    padding-top: 50px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 1.75px 6.5px 0px rgba(49, 82, 227, 0.12);
  }

  .profile-card-wrapper {
    box-shadow: 0px 1.75px 6.5px 0px rgba(49, 82, 227, 0.12);
  }

  .price-and-plan-card-item-title {
    font-size: 14px;
    margin: 15px 0;
  }

  .price-and-plan-item-plan-name {
    font-size: 14px;
  }

  .price-and-plan-card li {
    font-size: 12px;
    padding: 4px 0;
  }

  .what-to-expect-section {
    padding: 30px 0;
    height: auto;
  }

  .what-to-expect-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 1em;
  }

  .wte-image-col,
  .wte-tabs-col {
    width: 100%;
  }

  .wte-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .wte-accordion-header {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .wte-accordion-body {
    font-size: 0.9rem;
    padding: 0 20px;
  }

  .wte-accordion-item.active .wte-accordion-body {
    padding: 10px 20px;
  }

  .profile-section .container {
    grid-template-columns: 1fr;
  }

  .profile-card {
    flex-direction: column;
    text-align: center;
    gap: 1em;
    padding: 1em;
  }

  .profile-img-placeholder {
    height: 150px;
    width: 150px;
    margin: 0 auto;
  }

  .profile-caption h1 {
    font-size: 18px;
  }

  .profile-caption p {
    font-size: 14px;
  }

  .price-and-plan-card-container-1,
  .price-and-plan-card-container-2,
  .price-and-plan-card-container-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .tab-description-title {
    font-size: 20px;
  }

  .accordion-panel-toggle-btn,
  .accordion-panel {
    border-radius: 8px;
  }

  .price-and-plan-card::after {
    height: 20px;
  }

  .accordion-wrapper {
    box-shadow: 0px 1.75px 6.5px 0px rgba(49, 82, 227, 0.12);
    border-radius: 8px;
  }

  .price-and-plan-card::after {
    color: #00ad6f;
    background: #00ad6f;
  }

  .get-in-touch-cta {
    background: #00ad6f !important;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .section-header-title {
    font-size: 20px;
  }

  .product-lineup-toggle-tab-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .tab-description {
    font-size: 12px;
  }

  .wte-title {
    font-size: 1.5rem;
  }

  .wte-accordion-header {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .wte-accordion-body {
    font-size: 0.8rem;
    padding: 0 16px;
  }

  .wte-accordion-item.active .wte-accordion-body {
    padding: 8px 16px;
  }

  .accordion-container {
    /* gap: 20px; */
    width: 96%;
    margin: auto;
    height: auto;
    /* Allow the container to take the height of its content */
    overflow-y: visible;
    /* Ensure that if content overflows, it's not hidden or does not cause a scrollbar on this element */
  }

  .tab-info {
    overflow-x: hidden;
    overflow-y: unset;
    padding-bottom: 25px;
  }

  .price-and-plan-card::after {
    color: #00ad6f;
  }

  .get-in-touch-cta {
    background: #00ad6f !important;
  }
}

@media (max-width: 639px) {
  .product-lineup-toggle-tab-btn-active {
    pointer-events: none;
    touch-action: none;
  }

  .product-lineup-toggle-tab-btn:not(.product-lineup-toggle-tab-btn-active) {
    pointer-events: auto;
    touch-action: pan-y pinch-zoom;
  }

  .product-lineup-swiper {
    touch-action: pan-x;
  }
}