/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767157188
Updated: 2025-12-31 04:59:48

*/

* {
	font-family: "SUSE", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}


/* ========================= */
/* TOGGLE WRAPPER */
/* ========================= */
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  max-width: 520px;
  margin: 0 auto 40px;
}

/* ========================= */
/* LABELS */
/* ========================= */
.toggle-label {
  font-size: 16px;
  font-weight: 600;
  color: #7fa8a8;
  transition: color 0.3s ease;
}

.toggle-label.active {
  color: #ffffff;
}

/* ========================= */
/* SWITCH */
/* ========================= */
.toggle-switch {
  position: relative;
  width: 68px;
  height: 36px;
  background: #fff;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* ========================= */
/* KNOB */
/* ========================= */
.toggle-knob {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: #2ad4c5;
  border-radius: 50%;
  transition: transform 0.35s ease;
}

/* ON STATE */
.toggle-switch.active .toggle-knob {
  transform: translateX(32px);
}

/* ========================= */
/* PANELS */
/* ========================= */
.pricing-panel {
  display: none !important;
}

.pricing-panel.active {
  display: block !important;
}

/* Arrow image */
.slick-feature-slider--v2 .slick-custom-arrow img {
  width: 44px;
  height: 44px;
  display: block;
}

/* Arrow positions */
.slick-feature-slider--v2 .slick-prev {
  left: calc(8% - 22px);
}

.slick-feature-slider--v2 .slick-next {
  right: calc(8% - 22px);
}


/* ========================= */
/* Posts */
/* ========================= */
.post{
	color: #18191b;
	line-height: 1.333;
}

.post h4{
	font-size: 21px;
	font-weight: 400;
	margin-top: 25px;
}

.post h3, .post h2{
	margin-top: 25px;
	margin-bottom: 0;
}

.post p{
	font-size: 17px;
	margin-top: 25px;
	margin-bottom: 0;
}

.elementor-button-icon{
	transition: transform 0.3s ease;
}

.back-to-blog-btn:hover .elementor-button-icon{
	 transform: translateX(-8px);
}

.post img{
	margin: 20px 0;
}

.post ul li {
    background-image: url(https://staging.digicast.ca/wp-content/uploads/2026/01/svgviewer-output-1.svg);
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 10px;
    padding-left: 24px;
    margin-bottom: 8px;
}

.post ul{
	margin-top: 25px;
	list-style: none;
}

.post strong{
	max-width: 100%;
	width: 100%;
}

.post a{
	color: #2ad2c9;
}
