.primary-btn {
  background: var(--color-text-secondary);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.primary-btn:hover {
  color: var(--color-text-secondary);
  background: transparent;
  border-color: var(--color-text-secondary);
}

.order-management__content-container {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D'0%200%201100%201100'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Ccircle%20cx%3D'500'%20cy%3D'500'%20r%3D'380'%20fill%3D'none'%20stroke%3D'rgba(0%2C0%2C0%2C0.14)'%20stroke-width%3D'1'/%3E%3Ccircle%20cx%3D'500'%20cy%3D'500'%20r%3D'455'%20fill%3D'none'%20stroke%3D'rgba(0%2C0%2C0%2C0.1)'%20stroke-width%3D'1'/%3E%3Ccircle%20cx%3D'500'%20cy%3D'500'%20r%3D'520'%20fill%3D'none'%20stroke%3D'rgba(0%2C0%2C0%2C0.08)'%20stroke-width%3D'1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.features-hero {
  padding-top: 45px;
  background: var(--color-bg-light);
}

.features-hero__container {
  display: grid;
  grid-template-columns: 1fr 60%;
  align-items: center;
  column-gap: 40px;
}

.features__btn-container {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}

.features-hero__title {
  line-height: 1.3;
  font-size: var(--font-lg);
  font-weight: bold;
  margin-bottom: 15px;
}

.order-management__content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 60px;
  justify-items: center;
  align-items: center;
}

.order-management__header {
  text-align: center;
}

.order-management__title {
  font-size: 1.2rem;
}

.order-management__subtitle {
  font-size: 1.4rem;
}

.order-management__content h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.order-management__content-item {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.order-management__item-icon .order-icon {
  margin-top: 15px;
  max-width: 60px;
  background: linear-gradient(135deg, #5f6ff8 0%, #96a0f5 100%);
  padding: 10px;
  border-radius: 50%;
}

.order-management__content-item.left-item {
  text-align: right;
}

.order-management__content-item.right-item {
  flex-direction: row-reverse;
}

.order-management__mobile-mockup {
  grid-row: span 2;
}

.order-management__mobile-mockup img {
  max-width: 55%;
}
.retail {
  padding: 4rem 1rem;
  background: #fff;
  text-align: center;
}

.retail__heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.retail__subheading {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  color: #666;
}

.retail__card {
  border-radius: 12px;
  overflow: hidden;
  background: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.retail__image {
  max-width: 500px;
  height: 250px !important;
  object-fit: cover;
  display: block;
}
.splide__slide img {
  height: 100%;
  width: 100%;
}
.retail__title {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  margin: 0;
}

.retail .splide__arrow {
  background: transparent;
  color: black;
  font-size: 24px;
  opacity: 1;
}

.retail .splide__arrow--prev {
  left: -60px;
}

.retail .splide__arrow--next {
  right: -60px;
}

.essential__head {
  display: grid;
  grid-template-columns: 1fr 50%;
  margin-bottom: 60px;
}

.essential__head h3 {
  font-size: 3rem;
  font-weight: 500;
}

.essential__head p {
  margin-top: 15px;
}

.essential__content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 65px;
}

.essential__content--item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.essential__content--item img {
  max-width: 42px;
}

.essential__content--item span {
  font-size: 14px;
}

.newsletter-form .primary-btn {
  background: var(--color-text-orange);
}
.newsletter-form .primary-btn:hover {
  background: #fff; /* background turns white */
  color: var(--color-text-orange); /* text color switches to orange */
  border-color: var(--color-text-orange); /* keep orange border */
}
.privacy-banner {
  padding: 100px;
}
.privacy-policy {
  padding-top: 30px;
}
.privacy-policy h2 {
  font-size: 20px;
  padding-bottom: 20px;
}
.privacy-policy li {
  list-style-type: none;
  line-height: 40px;
}
.privacy-policy i {
  color: #5f6ff8;
}
.order-management__mobile-mockup video {
  width: 100%; /* make video responsive */
  height: 400px; /* keep aspect ratio */
  max-width: 400px; /* optional: limit size (adjust as needed) */
  border-radius: 12px; /* optional: rounded corners */
  display: block;
  margin: 0 auto; /* center if smaller than container */
}
.free_premium_form #field_3_1{
	  margin-bottom: 0; 
     padding: 0;
	border: none;
	padding-bottom: 21px;
}
#field_3_2{
	padding-bottom: 21px;
}
.free_premium_form #field_3_1 legend{
	 margin-bottom: 0; 
         padding: 0 0 5px 0;
	border: none;
}
.premium-form-card {
padding: 50px 20px;
    border: 1px solid #dddddd;
    border-radius: 18px;
	margin: 50px 0;
}

.free_premium_content_section{
	line-height: 50px;
/* 	margin-top: 50px; */
}
.free_premium_content_section div{
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0;
	text-align: center;
}
#gform_submit_button_3{
	background: var(--color-text-secondary);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid transparent;
}
.icon_title_name{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0 !important;
}
.welcome-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
    margin: 50px 0 0 0;
	
}
.icon_title_name h4{
	    font-size: 16px;
    font-weight: 400;
}
.site-footer {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.hero1__title {
  text-align: center;
  line-height: 1.4;
	font-size: 20px;
	min-height:125px;
}

.hero2__small{
  font-size: 26px;
  font-weight: 600;
	margin: 10px 0;
	color: black;
}

.hero1__big {
  font-size: 42px;
  font-weight: 800;
  color: #F5B95C;
	min-height:42px;
	  display: inline-block;
  white-space: pre-line; /
}

.hero1__typer {
  border-right: 3px solid #F5B95C;
  padding-right: 6px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
    .free_premium_content_section img {
      max-width: 80px;
      margin: 10px;
    }

    .icon_title_name {    margin: 10px 0 30px 0;
    }

    .icon_title_name h4 {
      margin: 5px 10px;
      font-size: 16px;
      font-weight: 400;
    }

    .premium-form-card {
      margin: auto;
      max-width: 500px;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
.free_premium_content_section p{
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .features-hero__container {
    display: flex;
    flex-direction: column-reverse;
  }
	
	.free_premium_content_section div{
		        display: flex;
        justify-content: center;
        gap: 5px;
	}
	.free_premium_content_section p{
		line-height: 30px;
    width: 70%;
    margin: 0 auto;
	margin-bottom: 10px;
		
	}
	.gform_heading .gform_title{
		    font-size: 18px !important	;
	}
	.gform_heading .gform_description{
		padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #f5b95c;
	}
	.free_premium_content_section img{
		margin: 0;
	}

	.hero1__big {
  font-size: 24px !important;
}
  .order-management__content-container,
  .footer-content {
    display: flex;
    flex-direction: column;
  }
	.hero2__small{
		font-size: 20px;
	}
	.hero1_big{
		font-size: 38px;
	}
  .order-management__mobile-mockup {
    order: -1;
  }

  .order-management__content-container {
    background-image: none;
  }

  .essential__head {
    grid-template-columns: 1fr;
  }

  .essential__content {
    flex-direction: column;
    gap: 20px;
  }

  .retail .splide__arrow--next {
    right: 8px;
    background: #ffffffd9;
  }
  .retail .splide__arrow--prev {
    left: 8px;
    background: #ffffffd9;
  }

  .order-management__content-item.left-item {
    flex-direction: row-reverse;
    text-align: left;
  }

  .features-hero {
    padding-bottom: 40px;
  }
	.contact-container{
		flex-direction: column;
	}
	.contact-form, .contact-info-form{
		width: 100% !important;
	}
	.how_it_work_banner{
		        height: 150vh !important;
	}
}




/* contact page */
.contact_banner{
	background: url(http://woomasterpanel.com/wp-content/uploads/2025/08/Untitled-design-49-1.png);
    background-size: cover;
    width: 100vw;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: top;
    display: grid;
    place-items: center;
    min-height: 460px;
}
.contact-container {
      margin: 40px auto;
      display: flex;
      gap: 50px;
/*       background: #fff; */
      border-radius: 12px;
	    margin-top: -80px;
    }

    .contact-form {
      padding: 30px;
		background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 12px #5f6ff860;
		width: 60%;
    }
.contact-text strong{
	font-weight: 500;
}
#gform_fields_2 input{
	border-radius: 40px !important;
    padding: 30px 10px;
	text-align: left;
}
#gform_fields_2 {
  display: grid;
  grid-template-columns: 2 1fr; /* 2 equal columns */
  column-gap: 20px; /* adjust spacing between columns */
  row-gap: 20px; /* vertical spacing between rows */
}
#gform_submit_button_2{
	background: var(--color-text-orange);
	border-radius: 40px;
}
/* Remove dark/blue outline on focus */
#gform_fields_2 input:focus,
#gform_fields_2 textarea:focus {
  outline: none !important;
  box-shadow: none !important;
 border-color: black; /* keep normal border */
}
/* Placeholder text style */
#gform_fields_2 input::placeholder,
#gform_fields_2 textarea::placeholder {
  color: #888;   /* grey color */
  opacity: 1;    /* ensure consistent appearance across browsers */
	font-size: 14px;
}

/* Make textarea full width */
#gform_fields_2 .gfield textarea {
  grid-column: span 4;
}
.gform_heading .gform_description{
	padding: 5px 0 10px 0;
	font-size: 14px;
}
.gform_heading .gform_title{
	    font-size: 28px;
	    background: linear-gradient(135deg, var(--color-text-secondary) 0%, var(--color-text-secondary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Message textarea height */
#gform_fields_2 textarea {
  min-height: 100px !important; /* default height */
  resize: vertical;  /* allow resize only up & down */
	border-radius: 20px;
	text-align: left;
}

/* Optional: fixed height (no resize) */
#gform_fields_2 textarea {
  height: 20px !important;   /* set your custom height */
  resize: none;    /* disable resize handle */
}
    textarea {
      resize: none;
      height: 100px;
      border-radius: 15px;
    }

    .contact-form button {
      background: #004aad;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 25px;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s;
    }

   
.contact-info-form {
  color: #fff;
  border-radius: 16px;
      width: 389px;
  background-image: url('http://woomasterpanel.com/wp-content/uploads/2025/08/Hi-We-are-always-here-to-help-you.-3.png');
  background-repeat: no-repeat;
  background-size: contain; /* make image cover area */
  background-position: top; /* center image */
}
.info-box-contact{
	padding: 30px 50px;
}
.info-box-contact h3{
	font-size: 32px;
	color: white;
	font-weight: 400;
}
.info-box-contact p{
	color: white;
	font-size: 12px;
}

.contact-social{
	padding: 20px 0;
}
.contact-social div{
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 10px;
	justify-content: left;
}
.contact-social i{
	font-size: 18px;
}
.contact-social a{
	color: white;
}

/* how it works page */

.how_it_work_banner{
	background: url(http://woomasterpanel.com/wp-content/uploads/2025/08/Unlock-Premium-Features-for-3-Months-Free-3.png);
    background-size: cover;
    width: 100vw;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: top;
    display: grid;
    place-items: center;
    min-height: 460px;
	    margin-bottom: 50px;
}
.work_banner_content{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.banner_work_image{
	width: 50%;
	text-align: center;
	 background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D'0%200%201100%201100'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Ccircle%20cx%3D'500'%20cy%3D'500'%20r%3D'380'%20fill%3D'none'%20stroke%3D'rgba(0%2C0%2C0%2C0.14)'%20stroke-width%3D'1'/%3E%3Ccircle%20cx%3D'500'%20cy%3D'500'%20r%3D'455'%20fill%3D'none'%20stroke%3D'rgba(0%2C0%2C0%2C0.1)'%20stroke-width%3D'1'/%3E%3Ccircle%20cx%3D'500'%20cy%3D'500'%20r%3D'520'%20fill%3D'none'%20stroke%3D'rgba(0%2C0%2C0%2C0.08)'%20stroke-width%3D'1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
	
}
.banner_work_image img{
	    height: auto;
    width: 64%;
    margin-top: 48px;
}

.video {
  display: none;     
  margin: 20px auto;
}

.video-frame {
  border-radius: 16px;          /* rounded corners */
  overflow: hidden;             /* makes corners apply to video/iframe */
  box-shadow: 0 6px 18px rgba(0,0,0,0.25); /* soft shadow */
}

.video-frame iframe,
.video-frame video {
  width: 100%;
  height: 100%;
  display: block;               /* removes extra white space */
  border: none;                 /* clean look */
}
.content {
  display: none;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.video.active,
.content.active {
  display: block;
}


.video_btn {
  padding: 15px 20px;
  margin: 5px;
  cursor: pointer;
}
.video_btn:focus{
	    color: var(--color-text-secondary);
    background-color: white;
    border-color: var(--color-text-secondary);;
}
.video_content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.video_content p {
  color: #555;
  font-size: 18px;
}
.video_content img{
	height: 40px;
}

.task-works__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}


/* how work step  */
 .steps-container {
      position: relative;
	 
    }

    .row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
		margin-top: 100px;
      margin-bottom: 150px;
      flex-wrap: wrap;
      gap: 30px;
    }

    .step {
      width: 280px;
      text-align: center;
      position: relative;
      flex: 1 1 250px;
      margin: 0 auto;
    }

    .circle {
      background: #f9a825;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }

    .step h3 {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .step p {
      font-size: 14px;
      color: #555;
      line-height: 1.4em;
    }
.step span{
	color: black;
	font-weight: 500;
}
    /* Connectors */
    .connector, .connector1 {
      position: absolute;
      width: 400px;
      height: 150px;
      pointer-events: none;
    }

    .connector1 { height: 62px; }

    .connector svg, .connector1 svg {
      width: 100%;
      height: 100%;
    }

    .connector path, .connector1 path {
      stroke: #f9a825;
      stroke-width: 1.7;
      stroke-dasharray: 6,6;
      fill: none;
    }

    /* Path positions */
    .c1 { top: -55px; left:201px; transform: rotate(10deg); }   /* 01 -> 02 */
    .c2 { top: 9px; left: 574px; transform: rotate(178deg); }    /* 02 -> 03 */
    .c3 {     top: 259px; left: 849px; transform: rotate(106deg);}    /* 03 -> 04 */
    .c4 { top: 349px; left: 574px; z-index: -1; transform: rotate(178deg);} /* 04 -> 05 */
    .c5 { top: 278px; left: 164px; transform: rotate(6deg);}     /* 05 -> 06 */
/* section3 */
    .work_3-section {
         background: var(--color-bg-light);
		padding: 50px;
    }

    .perks-section h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .perks-section p {
      color: #666;
      font-size: 15px;
      margin-bottom: 40px;
      line-height: 1.6em;
    }

    .perks-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-bottom: 40px;
      margin-top: 50px;
    }

    .perk-card {
      background: #fff;
      border-radius: 10px;
      padding: 18px 20px;
      text-align: left;
      align-items: center;
      gap: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.06);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
.perk-card img{
	margin-right: 10px;
}

    .perk-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .perk-card i {
      font-size: 20px;
      color: #000;
      flex-shrink: 0;
    }

    .perk-card span {
      font-size: 15px;
      font-weight: 500;
    }

    .browse-btn {
      display: inline-block;
      padding: 14px 32px;
      background: #000;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      border-radius: 30px;
      text-decoration: none;
      transition: background 0.3s;
    }

    .browse-btn:hover {
      background: #333;
    }
    /* ===================== Responsive Design ===================== */
    @media (max-width: 992px) {
      .row {
        justify-content: center;
        margin-bottom: 80px;
      }

      .step {
        width: 220px;
      }

      .circle {
        width: 80px;
        height: 80px;
        font-size: 18px;
      }

      /* Hide connectors on tablet for clarity */
      .connector, .connector1 {
        display: none;
      }
    }

    @media (max-width: 600px) {
      .row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
      }

      .step {
        width: 100%;
        max-width: 300px;
        margin-bottom: 40px;
      }

      .circle {
        width: 70px;
        height: 70px;
        font-size: 16px;
      }

      .step h3 {
        font-size: 15px;
      }

      .step p {
        font-size: 13px;
      }

      /* No connectors on small mobile */
      .connector, .connector1 {
        display: none;
      }
    }
    /* Responsive */
    @media(max-width:768px) {
		.how_it_work_banner{
			    height: 90vh;
		}
		.work_banner_content{
			gap: 0;
		}
		.hero__trust-logos{
			    margin-top: 20px;
		}
		.video_btn{
			padding: 15px 10px;
			font-size: 12px;
		}
		.banner_work_image{
			    width: 80%;
		}
      .steps {
        flex-direction: column;
      }
      .steps::before {
        display: none;
      }
		
      .step-img {
        display: none; /* hide arrows in mobile */
      }
		.video_content{
			margin-bottom: 50px;
			
		}
		.row{
			margin-top: 0;
			
		}
      .step {
        width: 100%;
        margin-bottom: 0;
		  flex: 0;
      }
		.privacy-banner {
    padding: 100px 0;
}
		.banner_work_image img{
			display: none;
		}
		.work_banner_content{
			flex-direction: column;
		}
		.promotional__form--container{
		    flex-direction: column;
			justify-content: center;
		}
		.pricing__banner--content{
			    padding: 0 20px;
		}
		.contact-container{
			    margin-top: -20px;
		}
		.contact-info-form{
			    background-size: cover;
    height: 65vh;
		}
		
    }
@media only screen and (min-width: 993px) and (max-width: 1100px){
	  /* Path positions */
    .c1 { top: -55px; left: 164px; transform: rotate(10deg); }   /* 01 -> 02 */
    .c2 { top: -19px; left: 492px; transform: rotate(178deg); }    /* 02 -> 03 */
    .c3 {     top: 216px; left: 761px; transform: rotate(106deg);}    /* 03 -> 04 */
    .c4 { top: 319px; left: 502px; z-index: -1; transform: rotate(178deg);} /* 04 -> 05 */
    .c5 { top: 306px; left: 164px; transform: rotate(6deg);}     /* 05 -> 06 */
	.connector, .connector1{
		    width: 320px;
	}
}
.premium-form-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form {
  max-width: 700px; /* Set a maximum width for the form */
  width: 90%; /* Make it responsive */
  margin: 0 auto; /* Center the form horizontally */
}
   