.pricing_area {
  padding: 40px 0 80px;
  position: relative;
}

.pricing_area .row {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 34px;
}

.pricing_card {
  position: relative;
  background: #f3f3f3;
  border-radius: 34px;
  padding: 30px 24px 36px;
  min-height: 950px;
  overflow: hidden;
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.04);
  z-index: 1;
}

.pricing_card_creator {
  border: 2px solid transparent;
  background:
    linear-gradient(#f3f3f3, #f3f3f3) padding-box,
    linear-gradient(180deg, #d96cff 0%, #1f8fff 100%) border-box;
}

.pricing_card_pro::before,
.pricing_card_pro::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.pricing_card_pro::before {
  width: 180px;
  height: 360px;
  right: -50px;
  top: -20px;
  background: linear-gradient(180deg, #5ce7ff 0%, #f2b8ff 100%);
}

.pricing_card_pro::after {
  width: 170px;
  height: 300px;
  right: -30px;
  bottom: 60px;
  background: linear-gradient(180deg, #f0b5ff 0%, #9affb9 100%);
}

.pricing_card > * {
  position: relative;
  z-index: 2;
}

.pricing_toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #d9d9d9;
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 28px;
}

.pricing_toggle span {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #222;
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pricing_toggle span.active {
  background: #f3f3f3;
}

.pricing_title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #081b1f;
  margin: 0 0 16px;
}

.pricing_price {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #111;
  margin-bottom: 44px;
}

.pricing_desc {
  font-size: 17px;
  line-height: 1.7;
  color: #26332f;
  max-width: 95%;
  margin-bottom: 34px;
}

.pricing_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 42px;
}

.pricing_btn:hover {
  color: #fff;
  text-decoration: none;
}

.pricing_btn_gray {
  background: #b8b8b8;
  color: #111;
}

.pricing_btn_gray:hover {
  background: #9f9f9f;
  color: #111;
}

.pricing_btn_blue {
  background: #0d99ff;
  color: #fff;
}

.pricing_btn_blue:hover {
  background: #0687e3;
  color: #fff;
}

.pricing_features h5 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
}

.pricing_features h5:not(:first-child) {
  margin-top: 24px;
}

.pricing_features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing_features ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #111;
}

.pricing_features ul li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 26px;
  line-height: 1;
  color: #111;
}

@media (max-width: 1199px) {
  .pricing_title {
    font-size: 42px;
  }

  .pricing_card {
    min-height: 880px;
  }
}

@media (max-width: 991px) {
  .pricing_area {
    padding: 20px 0 60px;
  }

  .pricing_card {
    min-height: auto;
    border-radius: 26px;
  }

  .pricing_title {
    font-size: 38px;
  }

  .pricing_price {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .pricing_desc {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .pricing_btn {
    margin-bottom: 28px;
  }
}

@media (max-width: 575px) {
  .pricing_card {
    padding: 24px 18px 28px;
  }

  .pricing_title {
    font-size: 34px;
  }

  .pricing_toggle span {
    font-size: 12px;
    padding: 9px 12px;
  }
	

	
	textarea.cs_form_field {
  min-height: 150px;
}
	
	.cs_submit_wrap {
  margin-top: 30px;
}

.cs_message_field {
  min-height: 160px;
}
	
	.cs_square_thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.cs_square_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* only title on top */
.cs_project_info {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start;
}

.cs_project_info h2 {
  width: 100%;
}

/* if any second text remains somewhere, hide it */
.cs_project_info h3 {
  display: none !important;
	
	
}
	.cs_new_contact_form {
  position: relative;
  border-radius: 24px;
  padding: 20px;
  background:
    radial-gradient(circle at top right,
      rgba(110, 231, 255, 0.8) 0%,
      rgba(216, 180, 254, 0.65) 20%,
      rgba(167, 243, 208, 0.45) 38%,
      rgba(255, 255, 255, 0) 62%);
}