/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.wpcf7-not-valid-tip {
    text-align: left;
}
.wpcf7 form {
    text-align: center;
}
.wpcf7 form .wpcf7-submit {
    display: inline-block;
	margin: 10px 0 15px 0 !important;
}.wpcf7 form .wpcf7-spinner {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: calc(50%);
}

.cf7-two-col-row .cf7-col p {
    margin: 0;
}.cf7-full-row p{
	margin-bottom: 10px;
}
.cf7-two-col-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.cf7-col {
  flex: 1;
  min-width: 45%;
}
.demo-row p {
    display: flex;
    gap: 0px 20px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.demo-label {
  margin: 0;
  white-space: nowrap;
  min-width: 160px;
}

.demo-radio {
  display: flex;
  gap: 10px;
}
.wpcf7-list-item.first {
  margin-left: 0px;
}


.wpcf7 form .wpcf7-response-output {
    margin: -1em 0.5em 1.5em;
    padding: 0;
    border: none;
    font-weight: 700;
    color: #16a34a;
}
@media screen and (max-width: 767px) {
.cf7-two-col-row {
    margin-bottom: 20px;
    flex-direction: column;
}
}

/* Home Page Timeline css  */

.funnel-timeline {
    max-width: 750px;
    margin: 0px auto;
    padding: 0px;
    font-family: sans-serif;
    position: relative;
}
.funnel-center-line {
    position: absolute;
    top: 66px;
    bottom: 66px;
    left: 50%;
    width: 2px;
    background: #9CA3AF;
    transform: translateX(-50%);
    z-index: 1;
}
.funnel-header, .funnel-footer {
    text-align: center;
    padding: 0.50rem;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    transition: all 0.3s ease;
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
}

.funnel-header {
    margin-bottom: 30px;
}

.funnel-footer {
    width: 40%;
    margin: 15px auto 0;
}

.funnel-footer h2, .funnel-header h2 {
    color: #1f2937;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
    padding: 0;
}.funnel-footer p, .funnel-header p{
    color: #6b7280;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
}


.funnel-header span, .funnel-footer span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #6b7280;
}
.funnel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 522px;
    margin-top: -20px;
}

.empty-funnel {
    width: 50%;
}


.funnel-item {
    gap: 10px;
    width: 220px !important;
    height: 75px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    padding: 0.5rem;
    transition: all 0.3s ease;
}
.funnel-item:hover{
    transform: translateY(-5px);
}

.funnel-item h4 {
    margin: 0;
    font-size: 16px;
    color: #2563eb;
    font-weight: 600;
    line-height: 24px;
}

.funnel-item p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 20px;
}

.funnel-item .icon {
    width: 22px;
}

.funnel-item.empty {
  background: none;
  box-shadow: none;
  padding: 0;
}

.funnel-item.left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 2px;
    background: #9CA3AF;
    transform: translateY(-50%);
    z-index: 1;
}

.funnel-item.right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 40px;
  height: 2px;
  background: #9CA3AF;
  transform: translateY(-50%);
  z-index: 1;
}
.funnel-item.right.empty::after {
  display: none;
}

@media screen and (max-width: 767px) {
      .funnel-row {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 72px);
        padding: 8px 0;
    }

  .funnel-item {
    width: 100%;
  }

  .funnel-center-line {
    left: 10px;
    transform: none;
  }

.funnel-item.left::after, .funnel-item.right::after {
        left: -25px;
        right: auto;
        width: 25px;
    }.funnel-footer {
    width: 100%;
}
}

@media screen and (min-width: 768px) {
    .funnel-item.left {
    flex-direction: row-reverse;
    text-align: right;
}
}
