:root {
	--font-default: 'Manrope', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #0E1E2A;
	--dark-secondary: #041637;
	--white: #ffffff;
	--color-primary: #70CDDD;
	--color-secondary: #B9539F;
	--color-heading: #010102;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: linear-gradient(90deg, rgba(112,205,221,1) 0%, rgba(185,83,159,1) 100%);
	--bg-gray-secondary: #f7f7f7;
	--bg-gradient: linear-gradient(90deg, var(--color-primary)  20%, var(--color-secondary) 100%);
}

.slide-preview-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: calc(100% * 9 / 16); /* Creates a responsive 16:9 container */
}

#slidePreview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px;
  font-size: 1vw; /* Responsive font scaling */
}


.slide-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.slide-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide-preview h1 {
  font-size: 2.5rem;
  color: #da44e2;
  margin-bottom: 10px;
}

.slide-preview h2 {
  font-size: 2rem;
  color: #3ed0d1;
  margin-bottom: 20px;
}

.preview-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.preview-table td {
  border: 1px solid #fff;
  padding: 8px;
  font-size: 14px;
}

.preview-circle-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
}

.slide-logo {
  width: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .slide-preview {
    flex-direction: column;
    padding: 20px;
  }

  .slide-left, .slide-right {
    width: 100%;
    text-align: center;
  }

  .preview-circle-img {
    width: 150px;
    height: 150px;
  }

  .slide-logo {
    position: relative;
    margin-top: 10px;
  }
}


/* Pricing Two */

.pricing-style-two {
	box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
	padding: 60px 37px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}

.pricing-style-two::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../img/shape/26.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: -1;
}

.pricing-style-two h4 {
	font-size: 24px;
	font-weight: 800;
}

.pricing-style-two h2 {
	font-size: 50px;
	font-weight: 700;
}

.pricing-style-two h2 sub {
	font-size: 16px;
	font-weight: 800;
	margin-left: -12px;
}

.pricing-style-two h2 sup {
	font-size: 30px;
	top: -18px;
	font-weight: 500;
}

.pricing-style-two li {
	margin-top: 7px;
	font-size: 14px;
}

.pricing-style-two li i {
	font-size: 14px;
	margin-right: 5px;
}

.pricing-style-two .pricing-info {
	margin-top: 30px;
}

.pricing-style-two.active {
	border: none;
	background: var(--bg-gradient);
	z-index: 9;
}

.pricing-style-two.active h2, 
.pricing-style-two.active h4, 
.pricing-style-two.active li, 
.pricing-style-two.active p {
	color: var(--white);
}

.pricing-style-two .btn {
	display: block;
}

.btn-group-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.btn-toggle {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.2rem 0.5rem 2.2rem;
  margin: 0.3rem;
  font-weight: 500;
  border: 1px solid #1a1a2e;
  border-radius: 0.5rem;
  background-color: transparent;
  color: #1a1a2e;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.btn-toggle::before {
  content: '✔';
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: transparent;
  transition: color 0.2s;
}

.btn-toggle:hover {
  background-color: #f5f5f5;
}

.btn-toggle.active {
  background-color: #0d0d2b;
  border-color: #0d0d2b;
  color: #fff;
}

.btn-toggle.active::before {
  color: #B9539F;
}

.custom-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bell-wrapper {
  position: absolute;
  top: 20px;
  right: 30px; /* Adjust this to move it further left */
  z-index: 1050;
}


  .form-group input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #4CAF50 0%, #4CAF50 10%, #ddd 10%, #ddd 100%);
    border-radius: 5px;
    outline: none;
    transition: background 450ms ease-in;
  }

  .form-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #4CAF50;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }

  .slider-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  .form-group input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #4CAF50;
    cursor: pointer;
  }

