/*
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: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693072944
Updated: 2023-08-26 18:02:24

*/
#paymentForm .error {
  color: rgb(166, 5, 5);
}
#paymentForm #card-errors {
  color: rgb(166, 5, 5);
}
#card-element {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pro-version-container .elementor-price-table__header {
  height: 120px;
}
#pro-ver-trial-container .elementor-price-table__header {
  height: 120px;
}
.pro-version-container .elementor-price-table__currency {
  font-size: 1em !important;
}
#pro-ver-trial-container .elementor-price-table__currency {
  font-size: 1em !important;
}
.pro-version-container
  .elementor-price-table
  .elementor-price-table__features-list
  li {
  line-height: 20px;
}
#pro-ver-trial-container
  .elementor-price-table
  .elementor-price-table__features-list
  li {
  line-height: 20px;
}
.center-image-left-container .elementor-widget-container {
  display: flex;
  justify-content: flex-start;
}
.center-image-right-container .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}
.center-image-right-container .elementor-widget-container img {
  width: 90%;
}
.center-image-left-container .elementor-widget-container img {
  width: 90%;
}
.product-version-data-container {
  text-align: center;
}
.product-version-data-container .price-label {
  font-size: 22px;
  font-weight: bold;
}
.product-version-data-container .price-val {
  font-size: 22px;
  font-weight: 500;
}
.product-version-item-container {
  padding: 0 0;
}
.product-version-item-title {
  font-size: 1.2rem;
}
#pv-buy-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 0.8rem 5rem;
  line-height: 1;
}
.product-version-item-list {
  padding-left: 3.2rem;
}
/*--------------- custome checkbox -----------------*/
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 15px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  transform: rotate(45deg) scale(1);
}

.custom-checkbox input:disabled ~ .checkmark {
  cursor: not-allowed;
}

.custom-checkbox input:checked:disabled ~ .checkmark {
}
.custom-checkbox input:not(:checked) ~ .checkmark:after {
  transform: rotate(45deg) scale(0);
}
.pv-item-others .custom-checkbox {
  width: 325px;
  max-width: 325px;
}
.pv-item-others .custom-checkbox:last-child {
  width: auto;
  max-width: 100%;
}

/* --------------- button ---------------------- */
.animated-button {
  background-color: white;
  border: 3px solid transparent;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  margin-right: 10px;
  color: #000;
}
#trial-btn {
  border-color: #3498db;
}
#single-btn {
  border-color: #3498db;
}
#custom-btn {
  border-color: #3498db;
}
#full-btn {
  border-color: #3498db;
}
.animated-button:hover {
  background-color: #3997f7;
  border-color: #3498db !important;
  color: #fff;
}
.animated-button.clicked {
  background-color: #3997f7;
  border-color: #3498db !important;
  color: #fff;
}
.fas.fa-thumbs-up {
  transition: color 0.3s ease;
  color: #000;
}
.animated-button.clicked .fas.fa-thumbs-up {
  color: #fff;
}

.pv-item-others {
  padding: 0 0 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pv-item-others-container {
  width: 33%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.pv-item-others-container-w2 {
  width: 66%;
}
