* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-left: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.header {
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  right: 0;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(60px);
}

.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
}

.header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 120px;
  width: 100%;
  backdrop-filter: blur(60px);
}

.logo-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.logo-container {
  position: relative;
  width: 38.649px;
  height: 40px;
  flex-shrink: 0;
}

.logo-group-1 {
  position: absolute;
  inset: 0;
}

.logo-svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
}

.logo-frame-inner {
  position: absolute;
  height: 33.666px;
  left: 2.36px;
  top: 3.29px;
  width: 33.643px;
}

.logo-group-2 {
  position: absolute;
  bottom: 43.99%;
  left: 0;
  right: 0;
  top: 41.96%;
}

.logo-group-3 {
  position: absolute;
  bottom: 75.35%;
  left: 12.19%;
  right: 14.21%;
  top: 0;
}

.logo-group-4 {
  position: absolute;
  bottom: 0;
  left: 7.82%;
  right: 7.55%;
  top: 68.6%;
}

.logo-center-element {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.226px;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
  transform: translate(-50%, -50%);
  width: 12.652px;
  top: calc(50% + 0.084px);
  left: calc(50% + 0.114px);
}

.logo-element-1 {
  height: 8.025px;
  position: relative;
  flex-shrink: 0;
  width: 12.652px;
}

.logo-element-2 {
  height: 7.51px;
  position: relative;
  flex-shrink: 0;
  width: 11.643px;
}

.logo-text {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 24px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.48px;
}

.logo-text p {
  line-height: 36px;
  white-space: pre;
}

.header .nav-links {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.header .nav-link {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  border-radius: 12px;
  flex-shrink: 0;
}

.nav-link-text {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  color: #121212;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.016px;
}

.nav-link-text p {
  line-height: 24px;
  white-space: pre;
}

.cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

.secondary-btn {
  /* background-color: #f0eadc; */
  background-color: rgba(239, 239, 239, 1);
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
  border-radius: 12px;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
}

.secondary-btn-text {
  font-weight: 700;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  color: #121212;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.032px;
}

.secondary-btn-text p {
  line-height: 24px;
  white-space: pre;
}

.primary-btn {
  background-color: #1a1a1a;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
  border-radius: 12px;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
}

.primary-btn-text {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.032px;
}

.primary-btn-text p {
  line-height: 24px;
  white-space: pre;
}

.header .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.secondary-btn:hover {
  background-color: #e8dcc7;
}

.primary-btn:hover {
  /* background-color: #0d6349; */
  background-color: #1a1a1a;
}

.current-plan-btn {
    background-color: #1a1a1a !important;
    color: white !important;
}


.hover:hover{
  background-color: rgba(26, 26, 26, 0.9) !important;
}

/* hero-section */
.hero-section {
  /* background-color: rgba(239, 239, 239, 1); */
  background-color: rgba(239, 239, 239, 1);
  /* padding: 196px 0 120px 0; */
}

.hero-section .headign {
  max-width: 1114px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}

.hero-section .mainTitle {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 104px;
  letter-spacing: -2%;
  text-align: center;
  color: rgba(3, 22, 17, 1);
}

.hero-section .mainsubTitle {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1%;
  text-align: center;
  color: rgba(102, 102, 102, 1);
  max-width: 550px;
  margin: auto;
}

.btn-Boxhero {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.btn-Boxhero {
  margin-top: 16px;
}

.btn-Boxhero .secondary-btn,
.btn-Boxhero .primary-btn {
  padding: 12px 16px;
}

.title span {
  color: #1a1a1a;
}

.title {
  font-weight: 700;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: -2%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.p-120 {
  padding: 120px;
}

.hero-section.p-120 {
  padding-top: 196px;
}

.down-line {
  position: relative;
}

.down-line::after {
  background-image: url("../images/svg/down-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: -36px;
  left: 0;
}

.whatMakes-inner .title {
  padding-bottom: 34px;
  margin-bottom: 87px;
}

.img-special {
  width: 100%;
  height: 100%;
}

/*  */
.features-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.features-row {
  /* display: flex;
    flex-direction: row;
    gap: 40px; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
}

.feature-card {
  flex: 1;
  height: 100%;
  min-height: 200px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.image-card {
  background: #f5f5f5;
  width: 100%;
  height: 295px;
}

.image-card img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.card-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
}

.content-card {
  height: inherit;
  background-color: #efefef;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}

.feature-title {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.048px;
  color: #031611;
  text-align: left;
  white-space: pre-line;
  display: flex;
  flex-direction: column;
}

.icon-wrapper {
  background-color: #dddddd;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-wrapper svg {
  width: 24px;
  height: 24px;
}

.feature-description {
  margin-top: auto;
  width: 100%;
}

.feature-description p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04px;
  color: #666666;
  text-align: left;
}

.whyHarvest-section .cta-inner {
  background-color: rgba(239, 239, 239, 1);
  padding: 64px;
  border-radius: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-right: 40%;
  overflow: hidden;
}

.rounded_top {
  position: relative;
}

.rounded_top::after {
  content: "";
  background-image: url("../images/svg/rounded-top.svg");
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
}

.whyHarvest-section .title {
  margin-bottom: 24px;
  text-align: left;
}

.whyHarvest-section .disc {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2%;
  margin-bottom: 44px;
  color: rgba(102, 102, 102, 1);
}

.iMockup-iPhone {
  position: absolute;
  right: 177px;
  top: 90px;
  z-index: 2;
}

.rounded_bottom {
  content: "";
  background-image: url("../images/svg/rounded-bottom.svg");
  background-repeat: no-repeat;
  width: 500px;
  height: 250px;
  position: absolute;
  bottom: -124px;
  right: 400px;
  background-size: contain;
}

/* choose plan */
.pricing-container {
  display: flex;
  flex-direction: row;
  gap: 44px;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 1400px; */
}

.pricing-card {
  background-color: #fcfcfa;
  border: 1px solid #f1f1f1;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  min-width: 350px;
}

.pricing-card.pro-plan {
  border: 2px solid #1a1a1a;
  /* margin-bottom: -32px; */
}

.popular-badge {
  background-color: #1a1a1a;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0 0;
  padding: 12px 32px 44px 32px;
  margin-bottom: -32px;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}

.popular-badge span {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.032px;
  white-space: nowrap;
}

.pricing-container-inner .card-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  width: 100%;
  border-bottom: 1px solid rgba(241, 241, 241, 1);
}

.plan-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  width: 100%;
}

.plan-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  color: #031611;
  margin: 0;
}

.plan-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.032px;
  color: #666666;
  text-align: start;
  margin: 0;
}

.pricing-section {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}

.price-display {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price {
  font-weight: 800;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #031611;
  text-align: center;
}

.price-period {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  letter-spacing: 0.032px;
}

.btn {
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.032px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background-color: #1a1a1a;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #333333;
  color: #ffffff;
}

.btn-secondary {
  background-color: #efefef;
  color: #121212;
}

.btn-secondary:hover {
  background-color: #dcdcdc;
  color: #121212;
}

.divider {
  height: 0;
  width: 100%;
  position: relative;
}

.divider span {
  position: relative;
  background: #ffffff;
  padding: 0 12px;
  color: rgba(168, 168, 168, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.divider svg {
  width: 100%;
  height: 1px;
}

.features-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  width: 100%;
}

.feature-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.feature-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.032px;
  color: #031611;
  text-align: left;
  white-space: nowrap;
  flex: 1;
  display: flex;
  align-items: center;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-list .feature-text::before {
  content: " ";
  background-image: url("../images/svg/check-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.feature-list .feature-text.cross::before {
  content: " ";
  background-image: url("../images/svg/cross.svg");
}

.theamTab {
  margin: 80px 0;
  display: flex;
  justify-content: center;
}

.theamTab .nav {
  border: 1px solid rgba(221, 221, 221, 1);
  display: inline-flex;
  border-radius: 120px;
  padding: 4px;
}

.theamTab .nav .nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(3, 22, 17, 1);
  background-color: transparent;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}

.theamTab .nav .nav-link.active {
  background-color: #1a1a1a;
  color: #ffffff;
}

.pricing-container-inner {
  display: flex;
  gap: 44px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pricing-card.pro-plan {
  background-color: transparent;
}

.pro-plan .card-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  width: 100%;
  position: relative;
  z-index: 1;
  background: rgba(252, 252, 250, 1);
  border-radius: 32px 32px 0 0;
}

.pro-plan .features-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  width: 100%;
  background: rgba(252, 252, 250, 1);
  border-radius: 0 0 32px 32px;
}

/* End */
.lovedByWelness-section {
  background-color: rgba(252, 252, 250, 1);
}

.lovedByWelness-inner {
  margin-bottom: 80px;
}

/* Rating cards */

.testimonial-card {
  background-color: #ffffff;
  border-radius: 32px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.testimonial-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  position: relative;
  width: 100%;
}

.quote-section {
  width: 100%;
}

.quote-text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
  color: #121212;
  text-align: left;
  margin: 0;
}

.rating-and-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.star-rating {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}

.star {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.star svg {
  display: block;
  width: 100%;
  height: 100%;
}

.profile-section {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.profile-image {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  position: relative;
}

.profile-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
  width: 131px;
}

.profile-name {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
  color: #121212;
  white-space: nowrap;
}

.profile-company {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #666666;
  white-space: nowrap;
}

.testimonial-card .card-border {
  position: absolute;
  border: 1px solid #f1f1f1;
  border-radius: 32px;
  inset: 0;
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-card .card-content {
    gap: 40px;
    padding: 20px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }

  .profile-name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }

  .profile-company {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
  }

  .profile-info {
    width: auto;
    min-width: 120px;
  }

  .profile-name,
  .profile-company {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    border-radius: 24px;
  }

  .testimonial-card .card-border {
    border-radius: 24px;
  }

  .testimonial-card .card-content {
    gap: 32px;
    padding: 16px;
  }

  .rating-and-profile {
    gap: 12px;
  }

  .profile-section {
    gap: 10px;
  }

  .profile-image {
    width: 44px;
    height: 44px;
  }

  .star {
    width: 20px;
    height: 20px;
  }
}

/* Hover effects */
.testimonial-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
}

.star {
  transition: transform 0.1s ease;
}

.star:hover {
  transform: scale(1.1);
}

.slider-container {
  overflow: hidden;
}

.profile-image {
  width: 52px;
  height: 52px;
}

.profile-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-container .slick-slide {
  padding: 13px 16px;
  /* horizontal gap */
}

.slider-container .slick-list {
  margin: 0 -10px;
  /* compensate for padding so it aligns */
}

.testimonial-card {
  padding-right: 0px 32px;
}

.gradientone {
  background: linear-gradient(
    270deg,
    #fcfcfa 0%,
    rgba(252, 252, 250, 0.1) 20%,
    rgba(252, 252, 250, 0.1) 80%,
    #fcfcfa 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.storeiconBox {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.choosePlan-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-image: url('../images/bg-health.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.readyToTakeControl-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/bg-health.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.choosePlan-inner .title,
.choosePlan-inner .disc {
  color: #ffffff;
  max-width: 657px;
}

/* End */

.footer {
  width: 100%;
  border-top: 1px solid #f3f3f3;
  background-color: #ffffff;
  position: relative;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 120px;
  width: 100%;
}

/* Navigation Links */
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 38px;
  height: 25px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav-links {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.nav-link {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #031611;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #1a1a1a;
}

.separator {
  display: flex;
  height: 10px;
  width: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}

.separator svg {
  transform: rotate(90deg);
  width: 10px;
  height: 1px;
}

/* Divider Line */
.footer-divider {
  height: 0;
  width: 100%;
  max-width: 1356px;
  position: relative;
}

.footer-divider svg {
  width: 100%;
  height: 1px;
}

/* Bottom Section */
.footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1363px;
}

.copyright {
  display: flex;
  flex-direction: row;
  gap: 203px;
  align-items: center;
  justify-content: flex-start;
}

.copyright p {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #031611;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

.brand-name {
  color: #1a1a1a;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

/* Social Media Icons */
.social-media {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.social-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Hover effects for better interactivity */
.footer {
  transition: all 0.2s ease;
  border-top: 1px solid rgba(243, 243, 243, 1);
  margin-top: 44px;
}

.nav-link:focus {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
  border-radius: 4px;
}

.social-icon:focus {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
  border-radius: 6px;
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 768px) {
  .header-content {
    padding: 16px 20px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .header .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .logo-text {
    font-size: 20px;
  }

  .header .nav-link {
    padding: 6px 8px;
  }

  .nav-link-text {
    font-size: 14px;
  }

  .secondary-btn,
  .primary-btn {
    padding: 8px 12px;
  }

  .secondary-btn-text,
  .primary-btn-text {
    font-size: 14px;
  }
}

/* Sign In */
.signin-container {
  display: flex;
  height: 100vh;
  width: 100vw;
}

/* Left Section Styles */
.left-section {
  flex: 1;
  /* background: url('/webdesign/harvest247/assets/images/bg-authleft.png'); */
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  overflow: hidden;
  position: relative;
}

.left-section::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Video Background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Dark overlay for better text readability */
.video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: background-color 0.3s ease;
}

/* Video loading state */
.video-background.loading::after {
  background: rgba(0, 0, 0, 0.7);
}

/* Mobile optimization for video */
@media (max-width: 768px) {
  .video-background video {
    object-position: center;
  }

  .video-background::after {
    background: rgba(0, 0, 0, 0.6);
  }
}

.logo-auth {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 60px;
}

.logo-outer {
  width: 120px;
  height: 120px;
  border: 3px solid #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(45, 90, 39, 0.9);
}

/* .logo-text {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
} */

.logo-inner {
  width: 60px;
  height: 60px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-number {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.hero-text {
  z-index: 1;
  color: white;
  max-width: 400px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.hero-text h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.hero-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.5);
}

/* Right Section Styles */
.right-section {
  flex: 1;
  background: #f8f9fa;
  /* background-image: url('../../public/assets/images/bg-authleft.png'); */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px;
}

.formTheam.form-container {
  background: white;
  padding: 32px;
  border-radius: 24px;
  width: 100%;
  max-width: 657px;
  border: 1px solid rgba(87, 82, 81, 0.2);
}

.formTheam.form-container h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  margin-bottom: 8px;
  color: rgba(3, 22, 17, 1);
}

.signup-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(3, 22, 17, 1);
  margin-bottom: 32px;
}

.signup-link a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 800;
}

.signup-link a:hover {
  text-decoration: underline;
}

.formTheam .form-group {
  margin-bottom: 16px;
}

.formTheam .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 8px;
  color: rgba(3, 22, 17, 1);
}

.phone-input {
  display: flex;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 12px;
  overflow: hidden;
}

.country-code {
  border: none;
  background: rgba(239, 239, 239, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(3, 22, 17, 1);
  border-right: 1px solid rgba(3, 22, 17, 1);
  padding-right: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  border-radius: 12px 0 0 12px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/images/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  /* background-size: 16px; */
  padding-right: 30px;
  /* position: relative; */
}

.country-code:focus-visible {
  outline: none;
}

/* Alternative custom arrow using pseudo-element */
.country-code::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.phone-input-field {
  padding-left: 85px !important;
}

.phone-input input {
  flex: 1;
  border: none;
  padding: 0.75rem;
  font-size: 14px;
  outline: none;
  color: rgba(3, 22, 17, 1);
  font-weight: 400;
  line-height: 21px;
  background-color: rgba(239, 239, 239, 1);
}

.password-input {
  position: relative;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: rgba(239, 239, 239, 1);
}

.password-input i {
  padding: 0 1rem;
  color: #666;
}

.password-input input {
  flex: 1;
  border: none;
  padding: 0.75rem;
  font-size: 14px;
  outline: none;
  line-height: 20px;
  font-weight: 400;
  background-color: rgba(239, 239, 239, 1);
}

.password-input input::placeholder {
  color: rgba(168, 168, 168, 1);
  font-weight: 500;
}

.toggle-password {
  cursor: pointer;
  transition: color 0.3s;
}

.toggle-password:hover {
  color: #1a1a1a;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(3, 22, 17, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.checkbox-container input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  margin-right: 0.5rem;
  position: relative;
  background: white;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark::after {
  content: "✓";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: bold;
}

.forgot-password {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.forgot-password:hover {
  text-decoration: underline;
}

.secondary.signin-btn {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}

.secondary.signin-btn:hover {
  color: #1a1a1a;
  background: #efefef;
}

.signin-btn {
  width: 100%;
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.signin-btn:hover {
  background: rgba(26, 26, 26, 0.9);
}

.divider {
  text-align: center;
  margin: 33px 0;
  position: relative;
  height: 24px;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
  transform: translateY(10px);
}

.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
  /* transform: translateY(10px); */
}

.social-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.social-btn {
  flex: 1;
  padding: 0.75rem;
  border: 2px solid rgba(239, 239, 239, 1);
  border-radius: 10px;
  background: rgba(239, 239, 239, 1);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.social-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(221, 221, 221, 1);
}

.social-btn i {
  font-size: 1.1rem;
}

.google i {
  color: #ea4335;
}

.apple i {
  color: #000;
}

.facebook i {
  color: #1877f2;
}

@media (max-width: 480px) {
  .formTheam.form-container {
    padding: 1.5rem;
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .logo-outer {
    width: 80px;
    height: 80px;
  }

  .logo-inner {
    width: 40px;
    height: 40px;
  }

  .logo-number {
    font-size: 18px;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full screen height */
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  /* Makes it fill like a background */
  transform: translate(-50%, -50%);
  z-index: -1;
  /* Push video behind content */
}

.video-overlay {
  position: relative;
  z-index: 1;
  /* Content stays above video */
  color: white;
  text-align: center;
  padding-top: 40vh;
  /* Vertically center-ish */
}

.resend-link.signup-link span {
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  color: #1a1a1a;
}

.otpLayout {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.otpLayout .password-input input {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
}

.eyeBtn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
}

.subtitle {
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.modal-title {
  font-weight: 700;
  margin-bottom: 08px;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: -2.4%;
  text-align: center;
  color: rgba(3, 22, 17, 1);
}

.modal-dialog {
  max-width: 410px;
}

.modal-body {
  padding: 24px 22px;
}

.modal-content {
  border: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.shild img {
  width: 120px;
  margin: auto;
}

.flex-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.flex-form .form-group {
  margin-bottom: 0;
}

.link-byclick {
  color: rgba(122, 122, 144, 1);
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
}

.link-byclick a {
  font-weight: 800;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

.userLoginBtn {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.userLoginBtn span {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0.2%;
  color: rgba(3, 22, 17, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 86px; */
}

.userLoginBtn .photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  font-family: Nunito Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.userLoginBtn .photo:hover {
  transition: all 0.2s ease;
  border: 0.5px solid rgba(102, 102, 102, 1);
}

.userLoginBtn .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-theam {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.tab-theam .nav {
  flex-direction: column;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  width: 263px;
  overflow: hidden;
  flex-shrink: 0;
}

.tab-theam .nav-link .noactive {
  display: none;
}

.tab-theam .nav-link.active .active {
  display: none;
}

.tab-theam .nav-link.active .noactive {
  display: block;
}

.tab-theam .nav-link {
  padding: 16px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(3, 22, 17, 1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  align-items: start;
  gap: 16px;
}

.tab-theam .nav .nav-link.active {
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 1);
}

.myProfile-section {
  background-color: rgba(255, 255, 255, 1);
}

.myprofile-layout {
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 16px;
  width: 100%;
}

.myprofile-layout .headerBox {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--Light-Grey, rgba(228, 228, 228, 1));
}

.text-subititle {
  font-weight: 500;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.myprofile-layout .headerBox a {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: #1a1a1a;
}

.profile-title {
  font-weight: 700;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: rgba(3, 22, 17, 1);
}

.profile-body {
  padding: 24px;
}

.listingProfile {
  /* display: flex; */
  flex-direction: column;
  gap: 0px;
  border: 0;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: rgba(255, 255, 255, 1);
  max-width: 250px;
  --bs-dropdown-min-width: 250px;
}

.listingProfile .dropdown-item {
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(3, 22, 17, 1);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  cursor: pointer;
}

.profile-body {
  padding: 24px;
}

.profileFlex.flex-form {
  gap: 20px;
}

.deleteBox {
  border-radius: 16px;
  padding: 20px;
}

.ChangePwFlex.flex-form {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* table */
plan-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.table-header {
  background-color: #f1f1f1;
}

.table-header th {
  color: #666666;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  text-align: center;
  border: none;
  text-transform: capitalize;
  background: rgba(241, 241, 241, 1);
}

.table-body td {
  color: #031611;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  text-align: center;
  border: none;
  background-color: #ffffff;
  text-wrap: nowrap;
}

.status-active {
  color: #3db43d !important;
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.table-title {
  color: #031611;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.table-responsive {
  /* border-radius: 8px; */
  overflow-x: auto;
}

/* Hover effects */
.table-body tr:hover {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}

/* Responsive design */
@media (max-width: 768px) {
  .table-header th,
  .table-body td {
    padding: 8px 12px;
    font-size: 14px;
  }

  .table-title {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .table-header th,
  .table-body td {
    padding: 6px 8px;
    font-size: 12px;
  }

  .table-title {
    font-size: 18px;
  }
}

.hero-app-mobile img {
  width: 434px;
}

.hero-app-main {
  position: relative;
}

.box-animation.one {
  width: 283.4px;
}

.box-animation.two {
  width: 304.11px;
}

.box-animation.three {
  width: 207.69px;
}

.box-animation.four {
  width: 199.01px;
}

/* Gsap animations */

.hero-app-main {
  position: relative;
  min-height: auto;
  /* gives room for pin/scroll */
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* phone */
.hero-app-mobile .phone {
  width: 380px;
  /* adjust to your asset */
  height: auto;
  display: block;
}

/* floating boxes (final resting positions near phone) */
.box-animation {
  position: absolute;
  width: 280px;
  /* adjust per image */
  height: auto;
  will-change: transform, opacity;
}

/* place around the phone (tweak these) */
/* .box-animation.one   { top: 10%; left: 6%;  } */
.box-animation.one {
  /*top: 40%;
          left: 21.12%;
          */
  transform: translate(-8px, -37px);
  -webkit-transform: translate(-8px, -37px);
  -moz-transform: translate(-8px, -37px);
  -ms-transform: translate(-8px, -37px);
  -o-transform: translate(-8px, -37px);
}

.box-animation.two {
  transform: translate(0, 108px);
  -webkit-transform: translate(0, 108px);
  -moz-transform: translate(0, 108px);
  -ms-transform: translate(0, 108px);
  -o-transform: translate(0, 108px);
}

.box-animation.three {
  transform: translate(45px, 30px);
  -webkit-transform: translate(45px, 30px);
  -moz-transform: translate(45px, 30px);
  -ms-transform: translate(45px, 30px);
  -o-transform: translate(45px, 30px);
}

.box-animation.four {
  /* top: 58%; right: 4%;  */
  transform: translate(50px, 188px);
}

/* optional: soft drop shadow */

.menu1 {
  width: 16px;
}

.menu1-btn {
  display: none;
  /* width: 40px; */
  height: 40px;
  align-items: center;
  justify-content: center;
}

/* Add 27-11-2025 */
.h-88 {
  height: 88px;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.h-88:focus-visible {
  outline: none;
}
/* .fix-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
} */

.accordionTheam .accordion-item:hover {
  border: 1px solid;
}
.accordionTheam .accordion-item {
  border: 1px solid transparent;
  background-color: #efefef;
  border-radius: 16px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordionTheam .accordion-button {
  background-color: #efefef;
  color: #202124;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px;
  border: none;
  border-radius: 16px !important;
  box-shadow: none;
}

.accordionTheam .accordion-button:not(.collapsed) {
  background-color: #efefef;
  color: #202124;
  box-shadow: none;
}

.accordionTheam .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordionTheam .accordion-button::after {
  background-image: none;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23A0A4AD' strokeWidth='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.accordionTheam .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordionTheam .accordion-body {
  background-color: #efefef;
  padding: 0 16px 16px 16px;
  font-size: 16px;
  line-height: 21px;
  color: #6b7280;
}

.accordionTheam .accordion-collapse {
  border: none;
}

.accordionTheam .accordion-button:hover {
  background-color: #efefef;
}

.cms-text p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 16px;
}

/* .contactus-section .profile-body{
    height: 50vh;
    overflow-y: auto;
} */

.mb-myprofile {
  min-height: 500px;
}

.delete-steps-row {
  display: flex;
  gap: 20px;
  margin: 24px 0 32px 0;
  justify-content: center;
  flex-wrap: wrap;
}

.delete-step-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.react-tel-input {
  border: 1px solid rgba(221, 221, 221, 1) !important;
  border-radius: 12px !important;
  /* overflow: hidden !important; */
  background-color: rgba(239, 239, 239, 1) !important;
}

.react-tel-input .form-control {
  flex: 1 !important;
  border: none !important;
  outline: none;
  padding: 0.75rem 60px !important;
  font-size: 14px !important;
  outline: none !important;
  color: #031611 !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  background-color: #efefef !important;
  border-radius: 12px !important;
  width: 100% !important
}

.react-tel-input .form-control:focus {
  box-shadow: none !important;
}

.error-message{
    color: red;
}

/* .react-tel-input .flag-dropdown {
  border: none !important;
  background-color: rgba(239, 239, 239, 1) !important;
  border-radius: 12px !important;
}

.react-tel-input .selected-flag {
  border-radius: 12px !important;
  background-color: rgba(239, 239, 239, 1) !important;
}

.react-tel-input .country-list {
  border-radius: 8px !important;
  border: 1px solid rgba(221, 221, 221, 1) !important;
} */

/* Mobile */
@media (max-width: 767px) {
  .delete-step-img {
    max-width: 100%;
  }
}

/* .mb-myprofile .myprofile-layout{
    margin-bottom: 300px;
} */
