/*
Theme Name: Biz Starter
Theme URI: https://empirebuildmarketing.com.au
Author: Aaron Villanueva
Author URI: https://bizstarter.com.au
Description: A professional business starter classic theme converted from block theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizstarter
*/
.cart-drawer__warning.cart-drawer__element-for-empty-cart {
  display: none;
}

.cart-dot-preloader {
  display: flex;
}
.cart-dot-preloader .dots-spinner {
  opacity: 1;
  margin: auto;
  justify-content: center;
  align-items: center;
  --gsc-dot-size: 1.7rem;
}

.color-btn-orange {
  background-color: #ff6a00 !important;
  color: #fff !important;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background-color: #fff;
  border: 1px solid #e6eaf0;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: #2c1f1f;
}

.wpcf7-submit {
  background-color: #e56a2e;
  color: #fff;
}

/* Header Section */
.header-section__outer {
  margin: 0 auto;
}

.header-section__inner {
  width: 100%;
}

.header-section__card {
  background-color: #0f2a48;
  border-radius: 20px;
  padding: 40px 24px;
}

.header-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.header-section__title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.header-section__line {
  width: 140px;
  border-top: 1px solid #ff6a00;
}

.header-section__breadcrumbs {
  display: block;
}

.header-section__breadcrumbs-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.header-section__breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}

.header-section__breadcrumbs-item + .header-section__breadcrumbs-item::before {
  content: ">";
  margin: 0 6px;
  color: #fff;
}

.header-section__breadcrumbs-link,
.header-section__breadcrumbs-current {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header-section__card {
    padding: 64px 40px;
  }

  .header-section__title {
    font-size: 45px;
  }

  .header-section__line {
    width: 180px;
  }

  .header-section__breadcrumbs-item {
    font-size: 16px;
  }
}

.biz-svg-scroll {
  width: 40px;
  height: 40px;
  color: #fff;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

h5.contact__title.h5 {
  color: #fff;
}

.rte.contact__text.body-font-weight-from-global-settings.body3 {
  color: #fff;
}

.quote.quote--with-sidebar {
  background-color: #ff6a00;
  color: #fff;
}

/* Hero V2 Responsive Section */
.hero-v2-section {
  background-color: #0f2a48;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}

.hero-v2-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  position: relative;
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .hero-v2-container {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 4rem 3.2rem;
    justify-content: space-between;
  }
}

.hero-v2-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .hero-v2-content {
    gap: 1.5rem;
    /*max-width: 550px; */
  }
}

.hero-v2-title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-v2-title {
    font-size: 45px;
    text-align: left;
  }
}

.hero-v2-title .hero-v2-orange {
  color: #ff6a00;
}

.hero-v2-price {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-v2-price {
    font-size: 30px;
    text-align: left;
  }
}

.hero-v2-description {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-v2-description {
    font-size: 16px;
    text-align: left;
  }
}

.hero-v2-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .hero-v2-buttons {
    flex-direction: row;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.hero-v2-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff6a00;
}

/* Outlined Button - Explore Packages */
.hero-v2-btn-outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.hero-v2-btn-outline:hover {
  background-color: #ff6a00;
  color: #ffffff;
}

/* Solid Button - Get Started */
.hero-v2-btn-solid {
  background-color: #ff6a00;
  color: #ffffff;
}

/* About V2 Section */
.about-v2__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.about-v2 {
  margin: 50px 0;
}

.about-v2__media {
  width: 100%;
  order: 2;
}

.about-v2__image {
  display: block;
  width: 100%;
  height: auto;
}

.about-v2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  order: 1;
}

.about-v2__eyebrow {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #ff6a00;
}

.about-v2__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #000;
}

.about-v2__text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000;
  /*max-width: 411px; */
}

.about-v2__button.btn {
  align-self: flex-start;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0%;
  background-color: #ff6a00;
  color: #fff;
  border: none;
  border-radius: 6px;
  min-height: 38px;
  padding: 10px 28px;
  text-transform: none;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .about-v2__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .about-v2__media {
    order: 1;
  }

  .about-v2__content {
    order: 2;
  }

  .about-v2__eyebrow {
    font-size: 16px;
  }

  .about-v2__title {
    font-size: 40px;
  }

  .about-v2__text {
    font-size: 16px;
  }
}

/* Why Tradies Section */
.why-tradies__card {
  background-color: #0f2a48;
  color: #fff;
  border-radius: 20px;
  padding: 32px 24px;
}

.why-tradies__intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}

.why-tradies__title {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #fff;
}

.why-tradies__subtitle {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #fff;
}

.why-tradies__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.why-tradies__item {
  padding: 24px 0;
  text-align: left;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 16px;
}

.why-tradies__item + .why-tradies__item {
  margin-top: 20px;
  padding-top: 20px;
}

.why-tradies__item-title {
  margin: 0 0 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #fff;
}

.why-tradies__item-text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .why-tradies__card {
    padding: 40px 40px 36px;
  }

  .why-tradies__intro {
    margin-bottom: 32px;
  }

  .why-tradies__title {
    font-size: 40px;
  }

  .why-tradies__subtitle {
    font-size: 16px;
  }

  .why-tradies__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .why-tradies__item {
    padding: 24px 20px;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 20px;
  }

  .why-tradies__item + .why-tradies__item {
    margin-left: 0;
    padding-top: 24px;
    margin-top: 0;
  }

  .why-tradies__item-title {
    font-size: 30px;
  }

  .why-tradies__item-text {
    font-size: 16px;
    line-height: 1.15;
  }
}

/* Branding Deserves V2 */
.branding-deserves-v2__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}

.branding-deserves-v2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 2;
}

.branding-deserves-about-v2__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  order: 2;
}

.wpbizstarter-section-branding-deserves-about {
  margin-bottom: 0px;
}

.branding-packages-about-v2__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.branding-deserves-v2-about__content h2 {
  margin-bottom: 16px;
}

.branding-deserves-v2__eyebrow {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #ff6a00;
}

.branding-deserves-v2__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #000;
}

.branding-deserves-v2__title-accent {
  color: #ff6a00;
}

.branding-deserves-v2__text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000;
  max-width: 411px;
}

.branding-deserves-v2__button.btn {
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  background-color: #ff6a00;
  color: #fff;
  border: none;
  border-radius: 6px;
  min-height: 38px;
  padding: 10px 24px;
  text-decoration: none;
}

.branding-deserves-v2__media {
  display: flex;
  justify-content: center;
  order: 1;
  margin-bottom: 20px;
}

.branding-deserves-v2__image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .branding-deserves-v2 {
    --gsc-section-spacing-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .wpbizstarter-section-branding-deserves-about {
    margin-bottom: 50px;
  }

  .branding-deserves-v2__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
  }

  .branding-deserves-v2__content {
    order: 1;
    gap: 18px;
  }

  .branding-deserves-v2__eyebrow {
    font-size: 16px;
  }

  .branding-deserves-v2__title {
    font-size: 40px;
  }

  .branding-deserves-v2__text {
    font-size: 16px;
  }

  .branding-deserves-v2__button.btn {
    font-size: 15px;
    padding: 12px 28px;
  }

  .branding-deserves-v2__media {
    order: 2;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .branding-deserves-v2__image {
    width: 100%;
  }
}

/* Branding Packages V2 */
.branding-packages-v2__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}

.branding-packages-v2__media {
  display: flex;
  justify-content: center;
  order: 1;
  margin-bottom: 20px;
}

.branding-packages-v2__image {
  display: block;
  width: 100%;
  height: auto;
}

.branding-packages-about-v2__image {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.branding-packages-v2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 2;
}

.branding-packages-v2__eyebrow {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #ff6a00;
}

.branding-packages-v2__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #000;
}

.wpbizstarter-section-branding-packages-about {
  background-color: #0f2a48;
  padding: 32px 0;
}

.branding-packages-v2__text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000;
}

.wpbizstarter-section-branding-packages-about .branding-packages-v2__text {
  color: #fff;
}

ul.branding-packages-v2__text li {
  margin-bottom: 7px;
}

.wpbizstarter-section-branding-packages-about .branding-packages-v2__title {
  color: #fff;
}

.branding-packages-v2__button.btn {
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  background-color: #ff6a00;
  color: #fff;
  border: none;
  border-radius: 6px;
  min-height: 38px;
  padding: 10px 24px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .branding-packages-v2__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
  }

  .branding-packages-v2__media {
    order: 1;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .branding-packages-v2__content {
    order: 2;
    gap: 18px;
  }

  .branding-packages-v2__eyebrow {
    font-size: 16px;
  }

  .branding-packages-v2__title {
    font-size: 40px;
  }

  .branding-packages-v2__text {
    font-size: 16px;
  }

  .branding-packages-v2__button.btn {
    font-size: 15px;
    padding: 12px 28px;
  }
}

.hero-v2-btn-solid:hover {
  background-color: #e55a00;
  border-color: #e55a00;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .hero-v2-btn {
    flex: 0 0 auto;
    padding: 14px 32px;
    width: auto;
  }
}

.hero-v2-image {
  flex: 1;
  width: 100%;
  height: auto;
  max-width: 350px;
}

.hero-v2-image-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-v2-image {
    max-width: 450px;
  }

  .hero-v2-image-wrapper {
    max-width: 490px;
  }
}

/* As Seen Slider [Start] */

.as-seen-on-container-slider {
  padding: 11px 0;
  margin-top: 20px;
  background-color: #ff6a00;
}

.as-seen-on-container-slider .slick-slide img {
  margin: 0 auto;
}

.as-seen-on-image-slider .slick-slider {
  margin: 0 auto;
}

/* As Seen Slider [End] */

/* Portfolio V2 */
.portfolio-v2__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.portfolio-v2__card {
  background-color: #0f2a48;
  border-radius: 24px;
  padding: 28px 20px 24px;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-v2__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #fff;
}

.portfolio-v2__subtitle {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #fff;
}

.portfolio-v2__button.btn {
  align-self: center;
  margin-top: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  background-color: #ff6a00;
  color: #fff;
  border: none;
  border-radius: 6px;
  min-height: 38px;
  padding: 10px 24px;
  text-decoration: none;
  text-transform: none;
}

.portfolio-v2__slider {
  width: 100%;
}

.portfolio-v2__slide {
  padding: 0 2px;
}

.portfolio-v2__slide.slick-slide img {
  border-radius: 20px;
  height: 150px;
}

.portfolio-v2__slider--rtl {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .portfolio-v2__card {
    border-radius: 28px;
    padding: 36px 40px 34px;
  }

  .portfolio-v2__header {
    gap: 12px;
  }

  .portfolio-v2__title {
    font-size: 40px;
    color: #fff;
  }

  .portfolio-v2__subtitle {
    font-size: 16px;
  }

  .portfolio-v2__button.btn {
    align-self: center;
    font-size: 15px;
    padding: 12px 28px;
    margin-top: 20px;
    text-align: center;
  }

  .portfolio-v2__sliders {
    margin-top: 24px;
    gap: 18px;
  }

  .portfolio-v2__slide {
    padding: 0 10px;
  }
}

/* Contact V2 */
.contact-v2-section,
.contact-v2.section {
  background-color: #ff6a00;
}

.contact-v2 {
  color: #fff;
}

.contact-v2__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-v2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-v2__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}

.contact-v2__subtitle {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.contact-v2__form {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-v2__field {
  margin: 0;
}

.contact-v2__input {
  width: 100%;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #2c1f1f;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 12px 16px;
}

.contact-v2__textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-v2__input::placeholder {
  color: #7a7a7a;
  font-weight: 400;
}

.contact-v2__submit {
  background-color: #0f2a48;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 12px 16px;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.contact-v2__submit:hover {
  background-color: #0c223a;
}

.contact-v2__map {
  display: none;
}

.contact-v2__map-frame {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.contact-v2__map-credit {
  display: none;
}

@media screen and (min-width: 768px) {
  .contact-v2__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .contact-v2__content,
  .contact-v2__map {
    flex: 1;
  }

  .contact-v2__title {
    font-size: 40px;
    line-height: 1;
    text-align: left;
  }

  .contact-v2__subtitle {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }

  .contact-v2__input {
    font-size: 16px;
  }

  .contact-v2__submit {
    font-size: 16px;
  }

  .contact-v2__map {
    display: block;
  }
}

/* CTA V2 */
.cta-v2-section,
.cta-v2.section {
  background-color: #0f2a48;
}

.cta-v2 {
  color: #fff;
}

.cta-v2__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.cta-v2__media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  order: 2;
  margin-bottom: calc(-1 * var(--gsc-section-spacing-bottom));
}

.cta-v2__image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: auto;
}

.cta-v2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  order: 1;
}

.cta-v2__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0%;
  color: #fff;
}

.cta-v2__subtitle {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  color: #fff;
  max-width: 520px;
}

.cta-v2__btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 22px;
  border-radius: 8px;
  background-color: #ff6a00;
  color: #fff;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0%;
  border: none;
  cursor: pointer;
}

.cta-v2__btn:hover {
  background-color: #e55a00;
}

@media screen and (min-width: 768px) {
  .cta-v2__grid {
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    gap: 40px;
    align-items: center;
  }

  .cta-v2__media,
  .cta-v2__content {
    flex: 1;
  }

  .cta-v2__content {
    align-items: center;
    order: 2;
    align-self: center;
  }

  .cta-v2__image {
    max-width: none;
  }

  .cta-v2__media {
    order: 1;
    align-self: flex-end;
  }

  .cta-v2__title {
    font-size: 40px;
    line-height: 1;
  }

  .cta-v2__subtitle {
    font-size: 16px;
    font-weight: 500;
  }

  .cta-v2__btn {
    font-size: 15px;
    padding: 12px 28px;
  }
}

/* Woo Coomerece Products ---------------------------------------- */
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.product__info .product-biz-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  color: #ff6a00;
  margin-bottom: 15px;
}

.product__info .product-quantity__wrap {
  padding: 10px 0;
  justify-content: flex-end;
  gap: 20px;
}
.biz-btn-cart {
  position: relative;
  overflow: hidden; /* critical */
  display: inline-block; /* or block, just not inline */
  isolation: isolate; /* prevents blending bleed */
  width: 100%;
  padding: 11px 0;
  border-radius: 5px;
  border: 1px solid #ff6a00;
  background-color: #ff6a00;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  transform: translateZ(0);
}

.biz-btn-cart:disabled,
.biz-btn-cart.disabled {
  cursor: not-allowed;
  pointer-events: none;

  /* Muted but still branded */
  background-color: #ff6a00cc; /* 20% opacity via hex */
  border-color: #ff6a00cc;

  /* Remove interaction feel */
  box-shadow: none;
  transform: none;
}

.biz-btn-cart .btn__loading-spinner {
  width: 3rem;
  position: absolute;
  top: -10px;
  right: 50%;
}

.biz-btn-cart.loading span,
.btn__loading-spinner {
  opacity: 0;
}

.biz-btn-cart.loading .btn__loading-spinner {
  opacity: 1;
}

.biz-btn-cart::after {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: inherit;

  /* Thickness */
  padding: 3px;

  /* The Shadcn "Shine" - Conic Gradient */
  background: conic-gradient(
    from var(--border-angle),
    transparent 20%,
    #ffd700,
    /* Gold shine */ #fff,
    /* Crimson tail */ transparent 80%
  );
  filter: blur(1.5px);
  animation: rotate-border 2.5s linear infinite;

  /* Masking logic (stays the same) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

@keyframes rotate-border {
  from {
    --border-angle: 0deg;
  }
  to {
    --border-angle: 360deg;
  }
}

.biz-btn-cart:hover::after {
  animation-play-state: paused;
}

/* shine layer */
.biz-btn-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-20deg);
}

/* hover animation */
.biz-btn-cart:hover::before {
  animation: shine 0.75s ease forwards;
}
.biz-btn-cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.product-content-tab__content h2,
.product-content-tab__content .rte h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
}

.product-category-block {
  margin-bottom: 7px;
}

a.product-general-info-block__vendor {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ff6a00;
}

.price-sale .woocommerce-Price-amount {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  color: #ff6a00;
}

.price-regular .woocommerce-Price-amount {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  color: #565656;
}

del.price-regular {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

del.price-regular::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #565656;
}

.price-sale,
.price-regular {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
}

/* Product 3 Column Section */
.product-3-column-section {
  background-color: transparent;
}

.product-3-column-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
}

.product-3-column-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "content"
    "list"
    "image";
  gap: 24px;
  align-items: center;
}

.product-3-column-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-3-column-title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #ff6a00;
  margin: 0;
}

.product-3-column-line {
  width: 140px;
  border-top: 1px solid #ff6a00;
}

.product-3-column-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2c1f1f;
  margin: 0;
}

.product-3-column-image {
  grid-area: image;
  display: flex;
  justify-content: center;
}

.product-3-column-image img {
  width: 100%;
  height: auto;
  max-width: 460px;
  display: block;
}

.product-3-column-list-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.product-3-column-list {
  grid-area: list;
}

.product-3-column-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2c1f1f;
}

.product-3-column-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .product-3-column-card {
    padding: 48px;
  }

  .product-3-column-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
    grid-template-areas: "content image list";
    gap: 32px;
  }

  .product-3-column-title {
    font-size: 40px;
  }

  .product-3-column-line {
    width: 180px;
  }

  .product-3-column-description {
    font-size: 16px;
  }

  .product-3-column-list-item {
    font-size: 16px;
  }

  .product-3-column-image img {
    max-width: 520px;
  }
}

/* Product 2 Column Section V2 */
.product-2-column-v2-grid {
  display: flex;
  flex-direction: column;
  align-items: var(--product-2-column-v2-align, stretch);
  gap: var(--product-2-column-v2-gap, 18px);
}

.product-2-column-v2-card {
  width: 100%;
  padding: var(--product-2-column-v2-padding-mobile, 32px 15px 32px 15px);
  color: var(--product-2-column-v2-text-color, #fff);
  height: auto;
  background-color: var(--product-2-column-v2-card-bg, transparent);
  order: var(--product-2-column-v2-card-order-mobile, 0);
  flex: 0 1 auto;
}

.product-2-column-v2-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: var(--product-2-column-v2-content-justify, flex-start);
}

.product-2-column-v2-title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 115%;
  letter-spacing: 0%;
  color: var(--product-2-column-v2-title-color, #fff);
  margin: 0;
}

.product-2-column-v2-line {
  width: var(--product-2-column-v2-line-width-mobile, 140px);
  border-top: 1px solid var(--product-2-column-v2-line-color, #fff);
}

.product-2-column-v2-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-2-column-v2-text p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--product-2-column-v2-text-color, #fff);
  margin: 0;
  margin-bottom: 15px;
}

.product-2-column-v2-text ul {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--product-2-column-v2-list-color, #fff);
  margin: 0;
  padding-left: 25px;
}

.product-2-column-v2-text ul li {
  margin-bottom: 8px;
}

.product-2-column-v2-text ul li:last-child {
  margin-bottom: 0;
}

.product-2-column-v2-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 260px;
  order: var(--product-2-column-v2-image-order-mobile, 1);
  flex: 1 1 auto;
  width: 100%;
  align-self: stretch;
}

@media screen and (min-width: 768px) {
  .product-2-column-v2-grid {
    flex-direction: row;
  }

  .product-2-column-v2-card {
    padding: var(--product-2-column-v2-padding, 67px 27px 20px 27px);
    height: var(--product-2-column-v2-height, auto);
    order: var(--product-2-column-v2-card-order, 0);
  }

  .product-2-column-v2-title {
    font-size: 40px;
  }

  .product-2-column-v2-line {
    width: var(--product-2-column-v2-line-width, 180px);
  }

  .product-2-column-v2-text p {
    font-size: 16px;
  }

  .product-2-column-v2-text ul {
    font-size: 16px;
  }

  .product-2-column-v2-image {
    min-height: 420px;
    order: var(--product-2-column-v2-image-order, 1);
  }
}

.product-2-column-v2-section {
  margin: var(--product-2-column-v2-margin-mobile, 0 0 30px 0);
}

@media screen and (min-width: 768px) {
  .product-2-column-v2-section {
    margin: var(--product-2-column-v2-margin, 0 0 50px 0);
  }
}

/* Product Single Section BG */
.product-single-section-bg-section {
  margin: var(--product-single-section-bg-margin-mobile, 0 0 30px 0);
}

.product-single-section-bg__container {
  height: var(--product-single-section-bg-height-mobile, auto);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}

.product-single-section-bg__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--product-single-section-bg-gap-mobile, 24px);
  margin: var(--product-single-section-bg-margin-top-mobile, 0px) auto 0;
  height: 100%;
  align-content: start;
}

.product-single-section-bg__col {
  width: 100%;
  color: #fff;
}

.product-single-section-bg__col--left {
  padding: var(
    --product-single-section-bg-col1-padding-mobile,
    0 0 0 0
  );
}

.product-single-section-bg__col--right {
  padding: var(
    --product-single-section-bg-col2-padding-mobile,
    0 0 0 0
  );
}

.product-single-section-bg__title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.product-single-section-bg__line {
  width: 140px;
  border-top: 1px solid #fff;
  margin: 10px 0 16px;
}

.product-single-section-bg__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-single-section-bg__text p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.product-single-section-bg__list {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  padding-left: 18px;
}

.product-single-section-bg__list li {
  margin-bottom: 10px;
}

.product-single-section-bg__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .product-single-section-bg-section {
    margin: var(--product-single-section-bg-margin, 0 0 50px 0);
  }

  .product-single-section-bg__container {
    height: var(--product-single-section-bg-height, auto);
    background-size: contain;
  }

  .product-single-section-bg__columns {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: var(--product-single-section-bg-gap, 120px);
    margin: var(--product-single-section-bg-margin-top, 0px) auto 0;
  }

  .product-single-section-bg__col--left {
    padding: var(--product-single-section-bg-col1-padding, 0 0 0 0);
  }

  .product-single-section-bg__col--right {
    padding: var(--product-single-section-bg-col2-padding, 0 0 0 0);
  }

  .product-single-section-bg__col--right p{
    margin-bottom: 25px;
  }

  .product-single-section-bg__title {
    font-size: 40px;
  }

  .product-single-section-bg__line {
    width: 180px;
  }

  .product-single-section-bg__text p {
    font-size: 16px;
  }

  .product-single-section-bg__list {
    font-size: 16px;
  }
}

/* Product Single Section Overlay BG */
.product-single-section-overlay-bg-section {
  margin: var(--product-single-section-overlay-bg-margin-mobile, 0 0 30px 0);
}

.product-single-section-overlay-bg__container {
  position: relative;
  height: var(--product-single-section-overlay-bg-height-mobile, auto);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}

.product-single-section-overlay-bg__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--product-single-section-overlay-bg-overlay, #ff6a0099);
  border-radius: inherit;
  z-index: 0;
}

.product-single-section-overlay-bg__columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--product-single-section-overlay-bg-gap-mobile, 24px);
  margin: 0 auto;
  padding: var(--product-single-section-overlay-bg-padding-mobile, 0);
  height: 100%;
  align-content: start;
}

.product-single-section-overlay-bg__col {
  width: 100%;
  color: #fff;
}

.product-single-section-overlay-bg__col--left {
  padding: var(
    --product-single-section-overlay-bg-col1-padding-mobile,
    0 0 0 0
  );
}

.product-single-section-overlay-bg__col--right {
  padding: var(
    --product-single-section-overlay-bg-col2-padding-mobile,
    0 0 0 0
  );
}

.product-single-section-overlay-bg__title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 115%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}

.product-single-section-overlay-bg__line {
  width: 140px;
  border-top: 1px solid #fff;
  margin: 10px 0 16px;
}

.product-single-section-overlay-bg__list {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  padding-left: 18px;
}

.product-single-section-overlay-bg__list li {
  margin-bottom: 8px;
}

.product-single-section-overlay-bg__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .product-single-section-overlay-bg-section {
    margin: var(--product-single-section-overlay-bg-margin, 0 0 50px 0);
  }

  .product-single-section-overlay-bg__container {
    height: var(--product-single-section-overlay-bg-height, auto);
  }

  .product-single-section-overlay-bg__columns {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: var(--product-single-section-overlay-bg-gap, 120px);
    margin: 0 auto;
    padding: var(--product-single-section-overlay-bg-padding, 0);
  }

  .product-single-section-overlay-bg__col--left {
    padding: var(--product-single-section-overlay-bg-col1-padding, 0 0 0 0);
  }

  .product-single-section-overlay-bg__col--right {
    padding: var(--product-single-section-overlay-bg-col2-padding, 0 0 0 0);
  }

  .product-single-section-overlay-bg__title {
    font-size: 40px;
  }

  .product-single-section-overlay-bg__line {
    width: 180px;
  }

  .product-single-section-overlay-bg__list {
    font-size: 20px;
  }
}
