@media screen and (min-width: 768px) {
  .about-top-section.cro-one .title-main {
    font-size: 55px;
    line-height: 60px;
  }
  .about-top-section.cro-one .contact-left-section .description {
    font-size: 18px;
    line-height: 29px;
  }
}
.description p {
	margin: 0;
}
.cro-playbook-form {
  max-width: 520px;
  margin: auto;
  border: 2px solid #84D09F;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}

.form-image p {
  margin: 0;
}

.cro-playbook-form .form-image img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.cro-playbook-form .form-fields {
  padding: 20px;
}

.cro-playbook-form .form-row.two-col {
  display: flex;
  gap: 10px;
}

.cro-playbook-form input,
.cro-playbook-form select {
  width: 100%;
  padding: 12px 14px !important;
  margin-bottom: 14px;
  border: 1px solid rgb(148, 148, 148) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  background: #fff;
  outline: none;
  transition: 0.2s ease-in-out;
  color: #aaa !important;
  height: 44px;
}

.cro-playbook-form input::placeholder,
.cro-playbook-form input::-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1;
}

.form-row.two-interested label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.cro-playbook-form .form-row.two-col p {
  display: flex;
  gap: 15px;
}

.cro-playbook-form .form-fields p {
  margin: 0 0 5px;
}

.cro-playbook-form .form-submit input[type="submit"] {
  width: 100%;
  background: #4B14FF;
  color: #fff !important;
  font-weight: bold;
  padding: 14px !important;
  height: 56px;
  border: none !important;
  border-radius: 60px !important;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 20px !important;
  margin: 10px 0 0;
}

.cro-playbook-form .form-submit input[type="submit"]:hover {
  background: #4700cc;
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 26px auto;
}

.form-submit {
  position: relative;
}

.about-top-section {
  margin-top: 120px;
  padding-bottom: 120px;
}

.about-top-section .row.justify-content-center {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}

.about-top-section .contact-left-section {
  flex: 1 1 60%;
  max-width: 47%;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.about-top-section .contact-form-section {
  flex: 1 1 40%;
  justify-content: end;
  display: flex;
}

.bottom-description ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.bottom-description li {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #000;
  position: relative;
  padding-left: 25px;
}

.bottom-description li::after {
  content: '';
  background: url(https://staging.coduzion.com/wp-content/uploads/2025/09/right-icon.png) no-repeat left 9px;
  position: absolute;
  width: 20px;
  height: 24px;
  left: 0;
  background-size: 18px;
}

.contact-left-section h1 {
	background: #4B14FF;
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 10px;
	padding: 10px;
	line-height: 1;
	/* display: inline-block; */
	box-sizing: border-box;
	display: flex;
	/* line-height: 1; */
	height: 38px;
	align-content: center;
	align-items: center;
}
.about-top-section.cro-two .contact-left-section h1 {
	
	height: 38px;
	align-content: center;
	align-items: center;
}
.cro-playbook-form .form-image img {
	height: 150px;
	object-fit: cover;
}
.about-top-section.cro-two .contact-left-section h1 {
  background: #24A62B;
  padding: 10px 20px;
  border-radius: 20px;
}

.contact-left-section .title-main {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  color: #000;
}

.contact-left-section .description {
  font-size: 19px;
  line-height: 29px;
  color: #000;
  margin: 0;
}

.secret-items {
  display: flex;
  gap: 35px;
  margin: 30px 0;
}

.secret-section h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.secret-item {
  background: #EDF2FF;
  border-radius: 12px;
  padding: 25px 20px;
  margin: 15px auto;
  box-shadow: 4px 4px 0px 0px #000000;
  transition: all 0.3s ease-in-out;
  text-align: left;
  border: 1px solid #000000;
  width: 31%;
}

.secret-section.cro-two .secret-item {
  width: 100%;
  background: #f4f4f4;
  min-height: 350px;
}

.secret-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.secret-item h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-align: left;
}

.secret-section.cro-two .secret-item h3 {
  font-size: 80px;
  font-weight: 400;
  margin-top: 60px;
}

.secret-description {
  font-size: 18px;
  line-height: 35px;
  color: #333;
  text-align: left;
}

.secret-description a {
  color: #4B14FF;
  text-decoration: underline;
  transition: color 0.2s;
}

.secret-description a:hover {
  color: #000;
}

.playbook-section {
  text-align: center;
  padding: 60px 20px;
}

.playbook-title {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.playbook-grid {
  display: flex;
  gap: 30px;
  max-width: 1000px;
  margin: 80px auto 0;
  flex-wrap: wrap;
}

.playbook-card {
  padding: 40px 40px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  background: #F8F9BF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  flex: 1 1 48%;
  display: flex;
  text-align: center;
  justify-content: center;color: #000;
}

.playbook-card:nth-child(3),
.playbook-card:nth-child(4) { background: #F9EBBE; }

.playbook-card:nth-child(5),
.playbook-card:nth-child(6) { background: #F9DFBE; }

.playbook-card:nth-child(7),
.playbook-card:nth-child(8) { background: #F9D0BE; }

.playbook-card:nth-child(9) {
  background: #FFA494;
  padding: 40px 80px;
}

.playbook-store {
  text-align: center;
  margin: 80px auto;
}

.playbook-store-grid {
  background: #DBFFD7;
  text-align: center;
  padding: 50px 20px;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1000px;
}

.store-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.store-desc {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
}

.industry-pill {
  background: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.industry-pill:hover {
  transform: translateY(-3px);
}

.demo-section {
  padding: 50px 20px;
}

.demo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1e1f77;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}

.demo-content {
  flex: 1;
  min-width: 280px;
}

.demo-text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.demo-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 18px;
  font-weight: 600;
}

.demo-btn:hover {
  background: #f1f1f1;
}

.demo-video {
  position: relative;
  flex: 1;
  min-width: 280px;
  justify-content: end;
  display: flex;
}

.demo-video img {
  border-radius: 12px;
  max-width: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demo-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 100px;
}

.testimonial-section.cro-testimonial {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #fff;
  margin-top: 120px;
}

.testimonial-section.cro-testimonial .testimonial-box {
  background: #262AA6;
  color: #fff;
  padding: 30px 50px;
  border-radius: 12px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  
}

.testimonial-section.cro-testimonial .testimonial-icon {
  position: absolute;
  top: -33px;
  left: -35px;
  font-size: 40px;
  color: #fff;
  opacity: 1;
  width: 70px;
  height: 70px;
}

.testimonial-section.cro-testimonial .testimonial-icon svg {
  width: 70px;
  height: 70px;
}

.testimonial-section.cro-testimonial .testimonial-text {
  flex: 1;
  font-size: 28px;
  line-height: 44px;
  margin: 20px 0;
}

.testimonial-section.cro-testimonial .testimonial-content {
  flex: 1;
}

.testimonial-section.cro-testimonial .testimonial-author {
  font-size: 19px;
  opacity: 1;
  margin-top: 40px;
}

.testimonial-section.cro-testimonial .testimonial-profile {
  text-align: center;

}

.testimonial-section.cro-testimonial .testimonial-profile img {
  width: 266px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-section.cro-testimonial .testimonial-logo {
  background: #222;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
}

.strategy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  align-items: start;
}

.strategy-highlights {
  margin: 0px auto 100px;
}

.strategy-item {
  border-top: 1px solid #000;
  padding: 0;
}

.strategy-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 74px;
}

.cro-strategy-highlights .accordion {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 30px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cro-strategy-highlights .accordion:after {
  content: "";
  transition: transform 0.3s;
  background: url(https://staging.coduzion.com/wp-content/uploads/2025/09/down-arrow.png) no-repeat left 8px;
  background-size: 18px;
  position: absolute;
  width: 20px;
  height: 24px;
  right: 15px;
  transform: rotate(270deg);
}

.cro-strategy-highlights .accordion.active::after {
  transform: rotate(360deg);
}

.cro-strategy-highlights .accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.cro-strategy-highlights .accordion-content h4,
.cro-strategy-highlights .accordion-content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}

.cro-strategy-highlights .accordion-content ul {
  margin: 0 0 20px;
  color: #000;
}

.quick-tour-form {
  background: #F2F4FF;
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 520px;
  margin: auto;
  text-align: left;
  border: 1px solid #000000;
}

.quick-tour-form h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0 20px;
  color: #414141;
}

.quick-tour-form p {
  margin-bottom: 0;
}

.quick-tour-form .form-row {
  display: flex;
  gap: 0;
  margin-bottom: 5px;
}

.quick-tour-form .form-row .wpcf7-form-control {
  flex: 1;
}

.quick-tour-form input[type="text"],
.quick-tour-form input[type="email"],
.quick-tour-form input[type="url"],
.quick-tour-form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid #949494;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  outline: none;
  color: #aaa;
  transition: 0.2s ease-in-out;
}

.quick-tour-form .form-row p {
  display: flex;
  gap: 15px;
  margin: 0;
}

.quick-tour-form input:focus,
.quick-tour-form select:focus {
  border-color: #5d2cff;
  box-shadow: 0 0 4px rgba(93, 44, 255, 0.3);
}

.quick-tour-form .wpcf7-form-control.wpcf7-select {
  margin-bottom: 0;
}

.quick-tour-form .label-text {
  font-size: 13px;
  color: #000;
  margin: 10px 0 6px;
  display: block;
}

.quick-tour-form select {
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>") no-repeat right 12px center;
  background-size: 14px;
  padding-right: 30px;
  cursor: pointer;
}

.quick-tour-form input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 0;
  padding: 14px;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  background: #4B14FF;
  height: 56px;
}

.quick-tour-form input[type="submit"]:hover {
  background: #000;
}

.store-btn {
  max-width: 100%;
  margin: 0 auto 0;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  background: #4B14FF;
  height: 56px;
  display: inline-block;
  width: auto;
  padding: 13px 60px;
}

.store-btn:hover {
  background: #000;
  color: #fff;
}

.strategy-item-image-desk { display: none; }

.strategy-right img {
  max-width: 100%;
  border-radius: 8px;
}

.playbook-store-btn { margin-top: 26px; }

.site-footer {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.footer-links a {
  text-decoration: none;
  color: #000;
  font-style: italic;
  margin: 0 10px;
}

.footer-links a:hover { text-decoration: underline; }

.footer-separator { color: #999; }

.footer-copy { font-style: italic; }

/* Accordion visibility */
.accordion-content { display: none; }
.accordion.active + .accordion-content { display: block; }

/* Secret image helper */
.secret-image {
  height: 90px;
  text-align: left;
}

/* Validation tip adjustments */
.contact-form-section .wpcf7-not-valid-tip {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px !important;
  margin-top: -10px;
}
.quick-tour-select .wpcf7-not-valid-tip {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* PDF preview */
.pdf-sec {
  max-width: 900px;
  margin: 0px auto 60px;
  padding: 20px;
}
.pdf-preview {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 6px 16px rgba(0,0,0,0.15);
  margin-top: 70px !important;
}
.pdf-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.cta-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #3b27ff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.cta-overlay:hover {
  background: #2a1ec9;
  color: #fff;
}

/* Problems/Outcome/Why Choose/Case Studies sections */
.problem-box .icon svg { width: 25px; height: 25px; }
.problem-svg { width: 100%; }
.outcome-items { margin: 0 auto; }

.problem-grid {
  background: #FFDA96;
  padding: 20px;
  border-radius: 30px;
  gap: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.problems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 50%;
  flex: 1;
}

.problem-box {
  background: #303030;
  color: #fff;
  padding: 20px;
  min-height: 150px;
  border-radius: 20px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.problem-box h3 {
  margin-bottom: 0 !important;
  font-size: 25px;
  font-weight: 700;
}
.problem-box p {
  color: #F4F4F4;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.problem-box .icon {
  color: red;
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.problem-right {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  padding-left: 30px;
}

.problem-svg { width: 100%; margin-left: -35px; }
.problem-label {
  background: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase;
}
.problem-text {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #303030;
}

.highlight-section {
  text-align: center;
  padding: 180px 20px 100px;
}
.highlight-main {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
  color: #000;
}
.highlight-main span { color: #FF0000; font-weight: bold; }
.highlight-sub {
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
  color: #14A444;
  margin-top: 40px;
  display: inline-block;
}

.outcome-section {
  background: #111;
  text-align: center;
  padding: 150px 20px 190px;
  color: #fff;
}
.outcome-label {
  background: #FFDA96;
  color: #303030;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.outcome-heading {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 80px;
  color: #F1EFE1;
  margin-top: 20px;
}

.why-choose {
  background: #111;
  color: #fff;
  padding: 0;
}
.why-choose h2 {
  color: #F1EFE1;
  font-size: 70px;
  width: 50%;
  font-style: italic;
  font-weight: 700;
}
.why-choose-inner { flex: 1; display: flex; flex-wrap: wrap; gap: 2rem; align-items: flex-start; }
.why-choose-div {
  display: flex;
  gap: 40px;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 150px;
  width: 100%;
}
.why-right { width: 100%; }
.why-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.why-checklist li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  align-content: center;
  width: 100%;
}
.why-checklist li .icon { color: #ff4d5a; font-weight: bold; font-size: 1.2rem; }

.case-studies {
  display: grid;
  gap: 80px;
  margin: 0;
  background: #111;
  padding-bottom: 80px;
}
.brands-section {
  background: #111;
  text-align: center;
  padding: 70px 0;
}
.brands-title {
  color: #F1EFE1;
  font-size: 75px;
  max-width: 60%;
  margin: 0 auto;
  font-weight: bolder;
}
.brands-logos {
  display: flex;
  max-width: 66%;
  margin: 60px auto 0;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.metrics-footnote-text {
  color: #F4F4F4;
  background: #111;
  text-align: center;
  font-size: 20px;
  padding-bottom: 100px;
  font-style: italic;
}

.case-study-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  max-width: 90%;
  margin: 0 auto;
  border: 1px solid #484848;
  background: #202020;
  box-sizing: border-box;
}
.case-left {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.case-logo { max-height: 40px; }
.case-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #F1EFE1;margin: 0;
}
.case-desc {
  font-size: 20px;
  margin: 0;
  color: #F1EFE1;
  line-height: 35px;
}
.case-metrics { display: flex; gap: 150px; }
.metric { display: flex; flex-wrap: wrap; gap: 10px; }
.metric .value {
  font-size: 65px;
  font-weight: 700;
  display: block;
  color: #F1EFE1;
  margin-bottom: 0;
  line-height: 1;
}
.metric .label { font-size: 24px; color: #F1EFE1; }
.case-right { flex: 1; text-align: right; }
.case-right-img { max-width: 80%; border-radius: 10px; }

.problems-section {
  display: flex;
  align-items: center;
  padding: 50px 20px;
  background-color: #000;
  color: #fff;
}
.problems-title {
  flex: 1;
  padding-right: 50px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.problems-title-container { width: 50%; }
.problems-title-container svg {
  text-align: right;
  display: flex;
  justify-content: end;
  margin-top: 0px;
  float: right;
}
.problems-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: end;
  float: right;
  text-align: right;
  width: 40%;
}
.problems-div { display: flex; flex-wrap: wrap; width: 100%; gap: 100px; justify-content: space-between; padding-bottom: 60px; }

.problem-box-div {
  padding: 40px 20px;
  border-radius: 20px;
  color: #000;
  text-align: center;
  max-width: 81%;
}
.problem-box-div p {
  font-size: 22px;
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.cta-container { text-align: center; padding: 150px 20px 80px; }
.cta-button {
  display: inline-block;
  padding: 17px 52px;
  border-radius: 50px;
  background-color: #3E47F6;
  color: #fff !important;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.cta-button:hover { background-color: #000; }
.cta-subtext { margin-top: 20px; font-size: 18px; color: #000; font-style: italic; }

.problems-container { background: #fff; padding-top: 150px; }
.problems-title-container { width: 50%; }

/* Calendly */
.calendly-inline-widget {
  width: 100%;
  height: 590px !important;
  box-shadow: 5px 5px 19px 0px #00000033;
  border-radius: 20px !important;
  border: 1px solid #000000;
}
.calendly-inline-widget iframe { border-radius: 20px !important; }

/* Conversion section */
.conversion-section {
  padding: 0px 0px;
  max-width: 800px;
  margin: 0 auto;
}

/* CRO Three variants */
.about-top-section.cro-three { padding-bottom: 190px; }
.about-top-section.cro-three .contact-left-section { padding: 0; }
.about-top-section.cro-three .contact-form-section {
  padding-left: 60px;
  box-sizing: border-box;
  padding-right: 0;
}

.clutch-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.clutch-icon {
  background-color: #E75F55;
  color: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 17px;
}
.clutch-stars { color: #E75F55; font-size: 22px; }

.main-headline {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 50px;
  margin-top: 50px;
}
.main-headline .green-text { color: #14A444; }
.body-text {
  font-size: 20px;
  line-height: 40px;
  color: #444;
  margin-bottom: 50px;
}

.bottom-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  align-content: center;
}
.avatar-gallery { display: flex; width: 54%; padding-left: 20px; }
.avatar-gallery img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -20px;
}
.bottom-text { font-size: 15px; color: #000; font-weight: 700; line-height: 27px; margin-bottom: 0; }

/* Secret section CRO three */
.secret-section {
  padding: 60px 0px 140px;
  background: #fff;
}
.secret-section.cro-three .secret-section h2 {
  color: #303030;
  font-size: 60px;
  max-width: 57%;
  text-align: left;
  margin-bottom: 0;
}
.secret-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secret-label {
  background: #FFDA96;
  color: #303030;
  font-weight: bold;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.secret-section.cro-three .secret-item {
  width: 100%;
  background: #f4f4f4;
  min-height: 350px;
}
.secret-section.cro-three .secret-item h3 {
  font-size: 80px;
  font-weight: 400;
  margin-top: 60px;
}
.secret-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
}
.secret-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
  margin: 0 0 10px;
}
.secret-heading {
  font-size: 28px;
  font-weight: 400;
  color: #303030;
  margin: 0;
  max-width: 30%;
}
.secret-side {
  flex: 1 1 35%;
  font-size: 14px;
  color: #555;
  margin-top: 40px;
}
.problem-mobile { display: none; }

/* Optimization/Comparison */
.optimization-problem {
  text-align: center;
  margin: 60px auto;
  max-width: 100%;
}
.optimization-problem h2 {
	font-size: 55px;
	margin-top: 150px;
	color: #303030;
	margin-bottom: 40px;
	font-weight: 900;
}
.comparison-table-div {
	display: flex;
	width: 100%;
	gap: 45px;
	justify-content: space-between;
	align-content: center;
  align-items: center;
}
.comparison-table {
  border: 1px solid #3A3A3A;
  border-radius: 20px;
  overflow: hidden;
}
.comparison-header,
.comparison-row {
    display: flex; /* Aligns children (columns) side by side */
    width: 100%;
}

/* Base column styling */
.col {
    flex: 1; /* Makes columns take equal width */
    padding: 15px 20px;
    /* Common styles for text, font size, etc. */
}
.comparison-header,
.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.comparison-header .col-left {
	background: #FFDAC1;
	font-weight: bold;
	padding: 20px;
}
.comparison-header .col-right {
  background: #B5FFC5;
  font-weight: bold;
  padding: 20px ;
}
.comparison-header .col {
	font-size: 26px;
}
.comparison-row .col {
	font-size: 20px;
}
.comparison-row .col.col-left {
	background: #FFEFE4;
}
.comparison-row .col.col-right {
	background: #DFFFE6;
}
.comparison-row .col {
  padding: 20px ;
  border-top: 1px solid #eee;
}
.comparison-row:nth-child(even) { background: #fafafa; }
/* Media Query for mobile screens (e.g., max-width of 600px) */
@media (max-width: 768px) {

    /* Remove flex behavior for header and rows, columns will stack */
    .comparison-header,
    .comparison-row {
        display: block;
    }

    /* Column styling changes for mobile */
    .col {
        flex: unset; /* Remove the flex sizing */
        width: 100%;
        padding: 10px 15px;
    }

    /* Reset the vertical border and add a bottom border to separate stacked rows */
    .comparison-row .col-left {
        border-right: none;
        border-bottom: 1px solid #ccc; /* Separates the two stacked columns */
    }

    /* Card-like structure for the whole row */
    .comparison-row {
        margin-bottom: 20px; /* Space between the "cards" */
        border-radius: 8px; /* Rounded corners for the card */
        border: 1px solid #ccc;
        border-top: none; /* The margin and new border handle separation */
    }
    
    /* Hide the main header on mobile to achieve the card-like structure */
    .comparison-header {
        display: none;
    }

    /* Optional: To mimic the mobile view where the title might be part of the first row */
    /* If you want the titles visible on mobile, you'd structure the HTML differently,
       but based on your image, the titles are *above* the stacked items. */
}
.clicks-vs-customers {
	background: #f4f4f4;
	border: 1px solid #000000;
	border-radius: 30px;
	padding: 50px;
	max-width: 1320px;
	margin: 80px auto;
	text-align: center;
}
.clicks-vs-customers h3 {
	font-size: 34px;
	margin-bottom: 25px;
	color: #303030;
	font-weight: 750;
}
.highlight-box {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 23px 50px;
	border-radius: 15px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px 0px #0048FF;
}
.highlight-box span {
	color: #FF7272;font-size: 50px;
}
.content-text {
	font-size: 24px;
	margin: 20px 0 40px;
	line-height: 35px;
	text-align: left;
	color: #303030;
}
.key-points { margin-top: 20px; text-align: left; }
.key-points .point {
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 24px;
	margin: 20px 0 40px;
	line-height: 35px;
	text-align: left;
	color: #303030;
}
.key-points .point:last-child {
	margin-bottom: 0;
}
.key-points strong { display: block; margin-bottom: 5px; }

/* Revenue optimization */
.revenue-optimization {
	padding: 0;
	text-align: center;
	max-width: 100%;
	margin: auto;
}
.revenue-optimization h2 {
	
	font-size: 55px;
	margin-top: 100px;
	color: #303030;
	margin-bottom: 30px;
	font-weight: 900;
}
.revenue-optimization .sub-heading {
	font-size: 20px;
	margin-bottom: 50px;
	color: #555;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.image-col img { width: 100%; border-radius: 10px; }
.features-col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.features-col .feature-box {
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 10px 20px;
	margin-bottom: 0px;
	text-align: left;
	background: #B5FFC5;
	font-size: 20px;
	line-height: 35px;gap: 10px;min-height: 140px;
}
.features-col .icon { color: #4cda64; font-size: 20px; margin-right: 10px; }
.features-col strong { color: #000; }
.revenue-optimization .bottom-text {
	font-size: 24px;
	line-height: 50px;
	margin: 60px 0;
}
.revenue-optimization .bottom-text strong { display: block; margin-bottom: 10px; }
.revenue-optimization .bottom-text em { font-style: italic; text-decoration: underline; }
.revenue-optimization .bottom-text p {
	margin: 0 0 30px;
	line-height: 1;
}
/* Subscribe box */
.subscribe-box {
	border-radius: 20px;
	padding: 20px;
	max-width: 630px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: #EAEBFF;
	border: 1px solid;
	border-image-source: linear-gradient(86.68deg, #D71C1C 0.08%, #653AF3 38.83%, #9D3EB1 62.02%, #F94444 100.08%);
}
.subscribe-box:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff4d4d, #ff7b7b);
  z-index: -1;
}
.subscribe-text {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 12px;
	color: #151515;
}
.subscribe-form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	position: relative;
}
.subscribe-form input[type="email"] {
	flex: 1;
	padding: 12px 15px;
	border: none;
	border-radius: 15px;
	font-size: 15px;
	outline: none;
	background: #fff;
	border: 1px solid #BBBBBB;
	height: 55px !important;
}
.subscribe-form p {
	width: 100%;
	display: inline-block;
	margin: 0;
}
.subscribe-form input[type="submit"] {
	color: #fff;
	font-weight: 600;
	font-style: italic;
	padding: 7px 25px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: linear-gradient(90deg, #653AF3 0%, #270F75 100%);
	position: absolute;
	right: 5px;
	top: 5px;
	height: 45px;
	width: 200px;
	color: #F4F4F4;
	font-size: 18px;
	font-weight: 900;
}
.subscribe-form input[type="submit"]:hover {
	opacity: 0.9;
	/* transform: scale(1.03); */
	background: #000;
}

/* Inputs color fix */
.cro-playbook-form input { color: #000 !important; }
.outcome-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 90%;
}
.outcome-item {
	color: #fff;
	padding: 10px 20px;
	border-radius: 999px;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	background: #4C53D2;
	text-transform: uppercase;
}


.outcome-item .icon {
	color: #f77b6b;
	font-size: 0;
}
/* Responsive */
@media screen and (max-width: 768px) {
  .about-top-section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .highlight-sub {
	font-size: 26px;
	margin-top: 0px;
}
  .about-top-section .contact-left-section {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .about-top-section .row.justify-content-center {
    flex-wrap: wrap;
    margin: 0;
  }
  .about-top-section .contact-form-section {
    flex: 1 1 100%;
    justify-content: start;
    display: flex;
    padding: 0 !important;
    margin-top: 50px;
  }
  .contact-left-section .title-main {
    font-size: 32px;
    line-height: 38px;
  }
  .contact-left-section .description { font-size: 16px; line-height: 26px; margin: 0; }

  .cro-playbook-form .form-fields { padding: 20px 10px; }
  .cro-playbook-form input, .cro-playbook-form select {
    height: 38px;
    padding: 0px 14px !important;
  }
  .cro-playbook-form .form-submit input[type="submit"],
  .quick-tour-form input[type="submit"] {
    padding: 0px !important;
    height: 45px;
    font-size: 16px !important;
  }
  .secret-section h2 { font-size: 30px; margin-bottom: 10px; }
  .secret-items { flex-wrap: wrap; gap: 10px; }
  .secret-item { width: 100%; min-height: inherit; margin: 0 0 20px !important; }
  .secret-item h3 { font-size: 25px; }
  .secret-section.cro-two .secret-item h3 { font-size: 64px; margin-top: 50px; }
  .secret-description { font-size: 18px; }
  .playbook-title { margin-bottom: 20px; font-size: 32px; }
  .playbook-grid { margin: 40px auto 0; gap: 15px; }
  .playbook-section { padding: 60px 0; }
  .playbook-card {
	padding: 20px;
	font-size: 18px;
	flex: 1 1 100%;
}
.playbook-card:nth-child(9) {
	padding: 20px;
	gap: 10px;
}
 
  .playbook-card svg { width: 30px;height: 30px; }
  .playbook-store { margin: 60px auto; }
  .playbook-store-grid { padding: 30px 10px; }
  .store-desc { font-size: 18px; margin-bottom: 30px; }
  .industry-pill { padding: 5px 14px; font-size: 14px; }
  .industry-grid { gap: 10px; max-width: 100%; }
  .demo-section { padding: 0; }
  .demo-text { font-size: 18px; }
  .demo-btn { padding: 9px 24px; font-size: 16px; font-weight: 600; }
  .demo-video { min-width: 100%; }
  .demo-box { padding: 20px; }
  .quick-tour-form { max-width: 100%; padding: 10px 10px 20px; }
  .quick-tour-form .label-text { line-height: 20px; }
  .quick-tour-form input[type="text"],
  .quick-tour-form input[type="email"],
  .quick-tour-form input[type="url"],
  .quick-tour-form select {
    padding: 0px 14px 0;
    height: 38px;
  }
  .store-btn { width: 100%; }
  .strategy-highlights { margin: 0px auto 50px; }
  .testimonial-section.cro-testimonial { margin-top: 86px; padding: 0 10px; }
  .testimonial-section.cro-testimonial .testimonial-icon { top: -28px; left: -17px; }
  .testimonial-section.cro-testimonial .testimonial-content { flex: auto; }
  .testimonial-section.cro-testimonial .testimonial-text { font-size: 18px; line-height: 31px; }
  .testimonial-section.cro-testimonial .testimonial-box { padding: 30px; }
  .testimonial-section.cro-testimonial .testimonial-author {
    font-size: 18px;
  }
  .testimonial-section.cro-testimonial .testimonial-profile { width: 100%; }
  .strategy-wrapper { grid-template-columns: 1fr; }
  .strategy-right { display: none; }
  .strategy-item-image-desk { display: block; }
  .site-footer { gap: 5px; font-size: 13px; flex-wrap: wrap; }
  .footer-separator { display: none; }
  .bottom-description li::after { top: 0; }
  .pdf-preview { height: 400px; margin-top: 30px !important; }
  .cta-overlay { font-size: 14px; padding: 12px 22px; width: 84%; text-align: center; padding: 7px; }
  .pdf-sec { max-width: 100%; padding: 0; }
  .conversion-section { padding: 0; max-width: 100%; }
  .main-headline { font-size: 60px; line-height: 62px; margin: 30px 0; }
  .about-top-section.cro-three { padding-bottom: 100px; }
  .problem-right { padding: 0; max-width: 100%; order: 1; gap: 20px; }
  .problems { grid-template-columns: 1fr; max-width: 100%; order: 2; }
  .problem-label { padding: 2px 20px; font-size: 14px; order: 1; margin: 0; }
  .problem-svg { order: 3; text-align: right; }
  .problem-text { order: 2; }
  .problem-desk { display: none; }
  .problem-mobile { display: block; }
  .highlight-main { font-size: 38px; line-height: 50px; }
  .secret-heading { font-size: 20px; max-width: 100%; }
  .secret-section.cro-three .secret-section h2 { width: 100%; font-size: 38px; max-width: 100%; }
  .secret-section.cro-three { padding: 0; }
  .secret-label, .outcome-label { font-size: 14px; padding: 2px 20px; }
  .secret-section.cro-three .secret-item { min-height: inherit; margin: 0 0 20px !important; }
  .secret-section.cro-three .secret-item h3 { font-size: 64px; margin-top: 30px; }
  .secret-content { flex-wrap: wrap; gap: 20px; }
  .secret-section.cro-three .secret-section { padding: 60px 5px 0; }
  .highlight-section { padding: 70px 15px 0; }
  .clutch-rating { font-size: 13px; line-height: 20px; }
  .outcome-section { padding: 100px 20px; }
  .case-studies { padding-bottom: 40px; gap: 40px; padding-left: 15px; padding-right: 15px; width: 100%; }
  .problem-box-div { border-radius: 10px; padding: 15px 20px; max-width: 100%; }
  .problems-list { gap: 10px; width: 100%; }
  .problems-div { padding-bottom: 0px; gap: 0; }
  .why-checklist { gap: 0; }
  .problems-container { padding-top: 80px; }
  .why-choose h2 { flex: 1 100%; margin-bottom: 20px; font-size: 32px; width: 100%; }
  .outcome-label { margin-bottom: 10px; }
  .case-left {
	gap: 25px;
}
  .outcome-heading { font-size: 38px; margin-bottom: 40px; }
  .outcome-items { gap: 20px; max-width: 100%; }
  .outcome-item .icon svg { width: 20px; }
  .outcome-item .text { text-align: left; font-size: 14px; }
  .case-study-card {
    padding: 20px 15px;
    max-width: 100%;
    gap: 40px;
    flex-wrap: wrap;
  }
  .case-left, .case-right { flex: 1 1 100%; max-width: 100%; }
  .case-right-img { max-width: 100%; border-radius: 10px; width: 100%; }
  .case-left h2 { font-size: 24px; }
  .case-desc { font-size: 18px;
    line-height: 30px; }
  .metric .value { font-size: 50px; }
  .case-metrics { gap: 20px; }
  .metric .label { font-size: 16px; }
  .metrics-footnote-text {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
  }
  .brands-title {
    font-size: 32px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .brands-logos {
    max-width: 100%;
    margin: 60px auto 0;
    gap: 15px;
    padding: 0 20px;
  }
  .brand-item { flex: 1 1 unset; }
  .why-choose-div { gap: 0px; padding: 0 0 100px; flex-wrap: wrap; }
  .bottom-row { flex-wrap: wrap; }
}

/* Minor tweak */
._cUP1np9gMvFQrcPftuf { margin-top: 0 !important; }
.outcome-section.cro-four {
	padding: 50px 0;
	background: #fff;
	color: #000;
}

.outcome-section.cro-four .outcome-heading {
	
	color: #000;
	
}
.case-studies.cro-four {
	background: #fff;
}
.case-studies.cro-four {
	background: #fff;
	padding: 0;
}
.cta-container.cro-four {
	text-align: center;
	padding: 100px 20px 80px;
}
.revenue-section {
	margin-top: 95px !important;
	background: #222222;
	margin: 0 46px;
	border-radius: 30px !important;
}
.revenue-container {
	padding: 45px;
	text-align: center;
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.revenue-desc {
	color: #F4F4F4;
	font-size: 20px;
	line-height: 30px;
	margin: 0 !important;
}
.revenue-small {
	color: #FF8D84;
	margin: 0;
	font-size: 22px;
	letter-spacing: 3%;
	font-weight: 600;
	line-height: 35px;
}
.revenue-small span{
	color:#5AF9A2;

	
}
.revenue-heading {
	color: #F4F4F4;
	font-size: 65px;
	line-height: 75px;
	margin: 0 !important;
	font-weight: 900;
}
.revenue-container .clutch-rating {
	color: #FFFFFF;
	font-size: 16px;
}
.revenue-subtext {
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-style: italic;
	font-weight: 600;
}
.clutch-ratingsec {
	display: flex;
	
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 15px 0;
}
.revenue-container .clutch-rating {

	margin: 0;
}
.clutch-ratingsec .avatar-gallery img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-left: -8px;
}
.clutch-ratingsec .avatar-gallery {
	display: flex;
	width: auto;
	padding-left: 0;
}

@media screen and (max-width: 768px) {
.revenue-section {
	margin-top: 60px !important;
	margin: 0 20px;
	border-radius: 20px !important;
}
.revenue-container {
	padding: 15px 10px;
	
}
.revenue-small {
	
	font-size: 16px;
	
}
.revenue-heading {
	font-size: 48px;
	line-height: 65px;

}
.revenue-desc {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px !important;
}
.subscribe-text {
	font-size: 14px;
	
	line-height: 20px;
}
.subscribe-box {
	border-radius: 10px;
	padding: 10px;
	
}
.subscribe-form input[type="email"] {
	
	height: 45px !important;
	text-align: center;border-radius: 10px;
}
.subscribe-form input[type="submit"] {
	position: relative;
	right: 0;
	top: 0;
	height: 45px;
	font-size: 14px;
	width: 100%;
	margin-top: 7px;
}
.revenue-subtext {
	
	line-height: 20px;
}
.clutch-ratingsec {

	flex-wrap: wrap;
}
.clutch-icon {

	padding: 3px 15px;
	
	font-size: 14px;
}
.optimization-problem h2 {
	font-size: 32px;
	margin-top: 100px;
	
}
.comparison-table-div svg {
	width: 54px;
	height: 54px;
}
.comparison-header .col {
	font-size: 24px;
}
.comparison-row .col {
	font-size: 16px;
	line-height: 24px;
}
.comparison-table-div {
	display: flex;
	width: 100%;
	gap: 34px;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.clicks-vs-customers {
	
	border-radius: 20px;
	
	max-width: 100%;
	
	
	padding: 20px 10px;
	margin: 0 10px;
}
.clicks-vs-customers h3 {
	font-size: 22px;

}
.highlight-box {
	
	padding: 10px 20px;
	
	font-size: 22px;

}
.highlight-box span {
	
	font-size: 22px;
	margin: 0 6px;
}
.content-text {
	font-size: 18px;
	margin: 20px 0 30px;
	line-height: 27px;
	
}
.key-points .point {
	font-size: 18px;
	margin: 20px 0 30px;
	line-height: 27px;
	
}
.revenue-optimization h2 {
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 50px;
}
.revenue-optimization .sub-heading {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 35px;
}
.content-grid {
	
	grid-template-columns: 1fr;
	
}
.features-col .feature-box {
	
	font-size: 18px;
	line-height: 30px;

}
.revenue-optimization .bottom-text {
	font-size: 22px;
	line-height: 50px;
	margin: 30px 0;
}
.revenue-optimization .bottom-text p {
	margin: 0 0 20px;
	line-height: 37px;
	font-size: 22px !important;
}
.outcome-section.cro-four .outcome-heading {
	
	margin-bottom: 0;
}
.case-studies.cro-four {
	background: #fff;
	padding: 0 10px;
}
.cta-container .cta-button {
	padding: 10px 15px;
	
	font-size: 18px;
	
}
.cta-subtext {
	font-size: 15px;
	
}
.contact-left-section h1 {
	
	font-size: 13px;
	
}
.about-top-section .contact-left-section {
	
	gap: 20px;
	
}
.secret-section {
	padding: 60px 0px 80px;
	
}
.testimonial-section.cro-testimonial .testimonial-profile {
  text-align: center;
  width: 100%;
}
.testimonial-section.cro-testimonial .testimonial-box {
  
  flex-wrap: wrap;
}
.body-text {
	font-size: 18px;
	line-height: 33px;
	
	margin-bottom: 30px;
}
.why-checklist li {
	
	font-size: 18px;
	
}
.why-checklist li .icon svg {
	width: ;
	width: 20px;
	height: 20px;
}
.why-checklist li .icon {
	
	font-size: 0;
}
.why-checklist li {
	
	margin-bottom: 5px;
	
}
.problems-title-container {
	width: 100%;
}
.problems-title {
	
	padding-right: 0;
	font-size: 35px;
	
	
}
.problem-box-div p {
	font-size: 20px;

}
.problems-container .problems-list {
	margin-top: 30px;
}
}
.secret-section.cro-three .secret-section {
	padding-bottom: 20px;
}



.problem-box-div p {
	display: flex;
	gap: 10px;
}



.audit-header {
    text-align: center;
    margin-bottom: 40px;
}

.main-audit-title {
	font-size: 55px;
	font-weight: bold;
	color: #303030;
	line-height: 70px;
	margin-bottom: 16px;
}

.main-audit-subtitle {
	font-size: 20px;
	color: #000;
	margin-top: 5px;
}


.audit-results-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}
.main-audit-image-wrap {
	margin-top: 30px;
}
.results-circle {
	background-color: #1348CC;
	color: white;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	box-shadow: 4px 4px 0px 0px #000000;
}
.results-content p {
	font-size: 19px;
	line-height: 26px;
	font-weight: 600;
}
.results-title {
	font-size: 33px;
	margin-bottom: 10px;
	font-weight: 650;
}


.final-connector {
   
    margin-top: 15px;
   
}
.step-description {
	font-size: 20px;
	color: #fff;
	line-height: 35px;
}
.revenue-audit-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.audit-step {
	margin-bottom: 10px;
	position: relative;
}
.audit-step .step-content-wrapper {
	background: #383636;
	padding: 20px 30px;
	border-radius: 20px;
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

/* Text column (Left) */
.step-text {
    flex: 1; /* Allows it to take up available space */
    max-width: 50%; /* Adjust as needed */
}

/* Image column (Right) */
.step-image {
    flex: 1; /* Allows it to take up available space */
    max-width: 50%; /* Adjust as needed */
    text-align: right; /* Align the image to the right */
}
.step-connector {
	margin: 10px 0;
	float: right;
	padding-right: 130px;
}
.audit-step-div .audit-step:nth-child(2) .step-connector {
	float: left;
	padding-left: 130px;
}
.audit-step-div .audit-step:nth-child(4) .step-connector {
	display: inline-block;
	float: none;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	width: 100%;
}
.step-number {
	background: #fff;
	width: auto;
	display: inline-block;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 650;
}
.step-title {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}
.step-image img {
    max-width: 100%;
    height: auto;
  
}

/* Example styling for mobile (stacking columns) */
@media (max-width: 768px) {
    .step-content-wrapper {
        flex-direction: column; /* Stack text and image vertically */
        gap: 20px;
    }
    .step-text,
    .step-image {
        max-width: 100%; /* Full width on smaller screens */
    }
	.main-audit-title {
		font-size: 32px;
		
		line-height: 49px;
		margin-bottom: 16px;
	}
	.main-audit-subtitle {
		font-size: 18px;
	
	}
	.step-number {
	
	font-size: 18px;
	padding: 6px 20px;
	
}
.audit-step .step-content-wrapper {
	padding: 15px;
	
}
.step-description {
	font-size: 18px;
	line-height: 28px;
}
.step-connector img {
	width: 20px;
	height: 90px;
}
.step-connector {

	padding: 0;
	
}
.step-title {
	font-size: 32px;
	
}
.audit-step-div .audit-step:nth-child(2) .step-connector {
	
	padding-left: 0;
}
.main-audit-image-wrap img {
	width: 140px;
}
.bottom-description li {
	font-size: 14px;
	line-height: 25px;
	
	margin-bottom: 10px;
}
.bottom-description li::after {
	background: url(https://staging.coduzion.com/wp-content/uploads/2025/09/right-icon.png) no-repeat left 4px;
	
}
}
.step-title {
	width: 100%;
	margin: 10px 0;
}
.subscribe-form .wpcf7-not-valid-tip {
	position: relative;
	
}


.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #f6fff9;
  border: 2px solid #4CAF50;
  border-radius: 12px;
  padding: 20px 25px;
  text-align: center;
  color: #2e7d32;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.1);
  animation: fadeInUp 0.5s ease;
  font-size: 16px;
  font-weight: 500;
}
.wpcf7 form.sent .wpcf7-response-output {
background: #f6fff9;
  border: 2px solid #4CAF50;
  border-radius: 12px;
  padding: 6px 25px;
  text-align: center;
  color: #2e7d32;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.1);
  animation: fadeInUp 0.5s ease;
  font-size: 16px;
  font-weight: 500;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.review-svg ul li::after {
	display: none;
}
.review-svg ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.review-svg li {
	padding: 0;
	width: 20%;
}
.about-top-section .contact-form-section {
	max-width: 47%;
}
@media (max-width: 768px) {
.review-svg li {
	padding: 0;
	width: 33%;margin: 0;
}
.about-top-section .contact-form-section {
	max-width: 100%;
}
}

#convertSlider {
  width: 100%;
  overflow: hidden;
}
#convertSlider .swiper-slide {
  width: auto;
}
.clutch-stars a {
	color: #E75F55;
}
