:root {
    /* Primary */
    --mdc-theme-primary: #A73091;
    --mdc-primary-2: #FB665A;

    /* Secondary */
    --a: #BA3688;
    --b: #D53E79;
    --c: #DD4579;
    --e: #691FAC;
    --f: #6D20A8;

    /* Others */
    --mdc-hover: #FB665A;
    --mdc-call-to-action: linear-gradient(to right, #6D20A8, #A73091, #DD4579, #FB665A);
    --mdc-background-cover-color: #fff;
    --mdc-theme-secondary: #feeae6;
    --mdc-theme-text-primary: #fff;
    --mdc-theme-text-secondary: #5f676b;
    --mdc-theme-on-surface: #5f676b;
    --mdc-theme-lines: #858e93;
    --small-borders: #f1f2f1;
    --mdc-bolder-h2: #171724;
    --button-text-color: #ffffff;
}

/* Padding */
.remove-padding-top {
    padding-top: 0 !important;
}

/* Icon Colors */
.icon-color-a { color: #BA3688; }
.icon-color-d { color: #D53E79; }
.icon-color-b { color: #DD4579; }
.icon-color-e { color: #691FAC; }
.icon-color-c { color: #6D20A8; }
.icon-color { color: var(--mdc-theme-primary) !important; }

/* Navbar */
.rd-navbar-fixed .navbar-switch { color: var(--mdc-theme-primary) !important; }
.rd-navbar-fullwidth .navbar-navigation-root-link::before { background-color: var(--mdc-theme-primary) !important; }
.rd-navbar-nav>.active>a { color: var(--mdc-theme-primary) !important; }

/* Links Hover */
.links-hover:hover { color: var(--mdc-theme-primary) !important; }

/* Image and To Top */
.image-radius { border-radius: 15px; }
.to-top { background-color: var(--mdc-theme-primary) !important; }
.to-top:hover { background-color: #3a1233 !important; }

/* Video Style */
.style-video-icon-color {
    color: #fff !important;
    background-color: var(--mdc-theme-primary) !important;
}

/* Call to Action */
.call-to-action {
    background: var(--mdc-call-to-action) !important;
    color: var(--mdc-background-cover-color) !important;
    border: none !important;
}

.call-to-action-intro {
    background: #FFFFFF !important;
    color: #DD4579 !important;
    border: none !important;
}

.call-to-action:hover { background: linear-gradient(to left, #DD4579, #FB665A) !important; }
.call-to-action-intro:hover {
    background: linear-gradient(to left, #DD4579, #DD4579) !important;
    color: #FFFFFF !important;
}

/* Page Loader */
.bg-color { background-image: radial-gradient(circle, hsla(4, 95%, 67%, 1) 10%, hsla(311, 55%, 42%, 1) 100%) !important; }
.page-loader-circle { stroke: #28353D !important; }

/* Footer */
.footer {
    padding: 2.5rem 0 !important;
}

.rights-link:hover {
    color: var(--mdc-primary-2) !important;
}

/* LightGallery */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--mdc-theme-primary) !important;
}

/* Carousel */
.owl-dot.active span,
.owl-dot:hover span {
    background-color: var(--mdc-theme-primary) !important;
}

.carousel-set {
    height: 300px;
}

/* Listing in post page and other needed pages */
.Static li:before {
    color: var(--mdc-primary-2) !important;
}

/* Blog and blog-post */
.breadcrumb-active {
    border-color: var(--mdc-theme-primary) !important;
}

.breadcrumb-link:hover {
    color: var(--mdc-theme-primary) !important;
}

.loader-text-color {
    color: #28353D !important;
}

.bg-gradient-animated {
    /* background-image: linear-gradient(90deg, #6D20A8 0%, #A73091 33%, #DD4579 66%, #FB665A 100%); */
    background-image: linear-gradient(90deg, #6D20A8 0%, #A73091 20%, #DD4579 40%, #FB665A 60%, #DD4579 80%, #A73091 100%);
}

.hero-section-bg {
    background-color: #BA3688;
}

@media (min-width: 1200px) {
    .hero-section-bg {
        padding: 30px 0;
    }
}

/* Responsive */
@media only screen and (max-width: 768px),
       only screen and (max-width: 600px) {
    .intro-center {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .bottom-pdg {
        padding-bottom: 75px !important;
    }
}
  

/* Typography */
.blurb-icon-modified {
    font-size: 2rem !important;
}

.blurb-text-modified {
    font-size: 1.2rem;
}

.p-margin-bottom {
    margin-bottom: 1rem;
}

.margin-top-modified {
    margin-top: 2.5rem;
}


.youtube-thumbnail {
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .play-button {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"%3E%3Cpath fill="%23FFF" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z M26,29.71V14.29L42,24L26,29.71z"%3E%3C/path%3E%3C/svg%3E');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
  }

  .play-button.hidden {
    display: none;
  }




/* Container */
.promo-container {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0.5rem 1rem 2rem 0.1rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}

/* Image */
.promo-image {
    position: relative;
}
.promo-image img {
    width: 200px;
    height: 200px;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

/* Text */
.promo-text {
    padding: 0.875rem;
}
.promo-text h3 {
    margin: 0 0 0.6875rem 0;
    font-size: 1.5rem;
    line-height: 1.16;
}

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bullet-list li {
    font-size: 1rem;
    line-height: 1.5;
    color: #474d50;
    padding-left: 1.875rem;
    background-image: url(../images/lv/index/check-mark.png);
    background-repeat: no-repeat;
    background-size: 1.4375rem 1.375rem;
    background-position: 0 0.25rem;
}

.column-image {
    display: flex;
    flex-direction: column;
}

.column-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.btn-pricing {
    padding: 3px 15px;
}

.pricing-section {
    margin-bottom: 50px;
    padding: 75px;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}

/* .pricing-header .pricing-title {
    display: inline-block;
    margin-right: 5px; 
} */

.pricing-header .pricing-title,
.pricing-header .pricing-value,
.pricing-header .pricing-discounted {
    display: inline-block;
    margin-right: 5px;
}

.pricing-header .pricing-value {
    color: #BA3688;
}

.pricing-header .pricing-discounted {
    color: #FB665A;
}

@media (max-width: 600px) {
    .promo-container {
        max-width: 200px;
        flex-direction: column;
        align-items: center;
    }

    .promo-image img {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0rem;
    }

    .column-image, .column-text {
        /* display: block; */
        text-align: center;
    }

    .column-text {
        margin-bottom: 20px;
    }

    .button-container {
        margin: 0px !important;
        justify-content: center;
    }

}

.colored-bkg {
    background-image: linear-gradient(
          to right,
          #FA665A,
          #B1448C,
          #DE4F74
        );
    padding: 75px;
}

.tiktok-icon {
    width: 18px; /* Set the width of the icon */
    height: 18px; /* Set the height of the icon */
    background-image: url('../images/lv/index/tiktok-logo.svg'); /* Set the path to the SVG file */
    background-size: contain; /* Scale the SVG to fit the container */
    background-repeat: no-repeat; /* Prevent the SVG from repeating */
    background-position: center; /* Center the SVG inside the container */
  }
  
  /* Add any additional styling you want, such as hover effects: */
  .tiktok-icon:hover {
    opacity: 0.8; /* Change the opacity of the icon on hover */
  }

  .link-color {
    color: #B1448C !important;
  }

  