body {
      font-family: 'Tajawal', sans-serif;
      background-color: #FFF;
      margin: 0;
      padding: 0;
      color: #333;
	  font-size: 18pt;
	  dir: rtl
    }
    .sectionpadding {
		text-align: center;
    }
	.ul {list-style: none; padding: 0;text-align: right;padding-right: 10px}
	.section {
		text-align: center;
    }
	
    .box {
      color: #333;
      padding: 15px;
      border-radius: 10px;
      margin: 20px auto;
      max-width: 700px;
	  direction: rtl
    }
	.box2 {
      background-color: #f79023;
	  color: #FFF;
      padding: 15px;
      border-radius: 10px;
      margin: 20px auto;
      max-width: 700px;
	  direction: rtl
    }
    .cta {
      font-family: 'Tajawal', sans-serif;
	  background-color: #6BCB4B;
      color: white;
      padding: 15px 30px;
      border: none;
      border-radius: 50px;
      font-size: 24px;
      margin: 20px 0;
      cursor: pointer;
	  direction: rtl
    }
    .testimonial {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      margin: 10px auto;
      max-width: 700px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      text-align: right;
	  color: #333;
	  direction: rtl
    }
    .faq {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      max-width: 700px;
      margin: 10px auto;
      text-align: right;
	  direction: rtl
    }
    h1 {
      font-size:20pt
    }
	h2 {
      color: #542b1a;
    }
	h3 {
      font-size:20pt;
	  padding: 0px;
	  color:#542b1a
    }
	h4 {
      font-size:15pt;
	  color:#542b1a
    }
	li{
	padding-bottom:15px
	}
	.shake{
    animation-name:shake;
    animation-duration:5s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in;
    cursor:pointer;
    position:relative
	}
	.shake:hover{
		animation-name:shakeAnim
	}
	@keyframes shakeAnim{
		0%,7%{
			left:0
		}
		1%{
			left:-3px
		}
		2%{
			left:5px
		}
		3%{
			left:-8px
		}
		4%{
			left:8px
		}
		5%{
			left:-5px
		}
		6%{
			left:3px
		}
	}
	@keyframes shake{
		0%{
			transform:translate(1px,1px) rotate(0)
		}
		1%{
			transform:translate(-1px,-2px) rotate(-1deg)
		}
		2%{
			transform:translate(-3px,0) rotate(1deg)
		}
		3%{
			transform:translate(3px,2px) rotate(0)
		}
		4%{
			transform:translate(1px,-1px) rotate(1deg)
		}
		5%{
			transform:translate(-1px,2px) rotate(-1deg)
		}
		6%{
			transform:translate(-3px,1px) rotate(0)
		}
		100%,7%,8%,80%,90%{
			transform:translate(0,0) rotate(0)
		}
	}
	#countdown-box{
	background:#DBDD183B;border-radius:25px;text-align:center;max-width:700px;margin: 20px auto;line-height: 15px;padding-top: 1px;direction: rtl
	}
	section {
	max-width:800px;
	margin:auto;
	background-color: #FFF
	}
	@media (max-width: 768px) {
      body {
        font-size: 16pt
      }
	  section {
		max-width: 100%;
	  }
	  section img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	  }
	  .cta {
      font-family: 'Tajawal', sans-serif;
	  background-color: #6BCB4B;
      color: white;
      padding: 15px 30px;
      border: none;
      border-radius: 50px;
      font-size: 18px;
      margin: 20px;
      cursor: pointer;
    }
	.ul {list-style: none; padding: 0;text-align: right}
	h2 {
	  font-size: 18pt
    }
	#countdown-box{
	background:#DBDD183B;border-radius:25px;text-align:center;max-width:700px;margin: 20px;line-height: 15px;padding-top: 1px
	}
    }
	
	
	
	
	
	
	.error-message{
	color:red;
	font-size: 11.5pt
	}
.fic { width:450px }
    .form-container {
      border: 3px dashed #f97316;
      border-radius: 35px;
      padding: 20px;
      max-width: 700px;
	  margin:auto;
      text-align: center;
	  background-color: #FFF;
	  direction:rtl
    }

    .price {
      font-size: 40px;
      color: red;
      margin-bottom: 5px;
    }

    .old-price {
      text-decoration: line-through;
      color: #777;
      font-size: 14px;
      margin-bottom: 20px;
      display: block;
    }
	
	input {
	  color: #1d1d1f;
	  font-size: 14pt;
	  width: 97%;
	  height: 55px;
	  border: 1px solid #e5e5e5;
	  padding: 0 10px 0 10px;
	  position: relative;
	  text-align:right;
	  font-weight:700
	}

    .full-width {
      width: 100%;
    }

    ::placeholder {
      color: #777;
    }

    .submit-btn {
	  background-color: #c2410c; /* لون أغمق لزيادة التباين */
	  color: #ffffff;
	  padding: 20px;
	  border: none;
	  border-radius: 35px;
	  font-size: 28px;
	  cursor: pointer;
	  margin-top: 10px;
	  width: 98%;
	}

	.submit-btn:hover {
	  background-color: #a83208; /* لون داكن أكثر عند التحويم */
	}
	.submit-image {
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 342px;
	height: 85px;
    display: block;
    margin: 20px auto;
  }

  .submit-image:hover {
    content: url('https://radah.me/sunscreen/img/order_b_hover.webp');
  }
  .yvideo{display: flex; justify-content: center; align-items: center;position: sticky}
  .yvideoifram{position: sticky; width: 100%; max-width: 560px; aspect-ratio: 9 / 16}
  
	/* إزالة التنسيق السابق لتفادي التعارض */
label[class^="bundle-"] {
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

input[type="radio"] {
  display: none;
}
.sale_title {
  color: #ff6b6b;
}
	/* عند تحديد الراديو، نغير التنسيق */
input[type="radio"]:checked + label {
  border-color: #333;
  background-color: #DBDD183B;
}

/* محتوى الباقة */
.bundle_item_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0.5rem 2px 0.5rem;
}

/* التفاصيل */
.bundle_details {
  display: flex;
  flex-direction: column;
}

/* عنوان الباقة */
.bundle_title {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1d1f;
}
.bundle_title span {
  font-weight: 400;
  font-size: 1.1rem;
  color: #008000;
}

/* النص الإضافي */
.bundle_save {
  font-size: 0.875rem;
  color: #4D77EF;
  margin-top: 0.25rem;
}

/* السعر */
.bundle_price {
  text-align: right;
}

/* السعر الحالي */
.bundle_product_price {
  font-weight: 700;
  font-size: 1rem;
  color: #1d1d1f;
}

/* السعر السابق */
.bundle_product_compare_price {
  text-decoration: line-through;
  font-size: 1.3rem;
  text-align: left
}

/* دائرة الراديو */
label[class^="bundle--"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 2px solid #999;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

/* الراديو عند التحديد */
input[type="radio"]:checked + label::before {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
}
	section {
	max-width:800px;
	margin:auto;
	background-color: #FFF
	}
	@media (max-width: 768px) {
  section {
    max-width: 100%;
    padding: 0; /* Optionnel : un peu de marge intérieure */
  }
}
@media (max-width: 768px) {
  section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .bundle_title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1d1d1f;
}
.bundle_title span {
  font-weight: 400;
  font-size: 1rem;
  color: #008000;
}

/* النص الإضافي */
.bundle_save {
  font-size: 1.2rem;
  color: #4D77EF;
  margin-top: 0.25rem;
}
.bundle_product_compare_price {
  text-decoration: line-through;
  font-size: 1.2rem;
  text-align: left
}
.price {
      font-size: 30px;
      color: red;
      margin-bottom: 5px;
    }
.fic {
  width: 414px;
}
.form-container {
      border: 3px dashed #f97316;
      border-radius: 35px;
      padding: 20px;
      max-width: 700px;
	  margin:auto;
      text-align: center;
	  background-color: #FFF;
	  direction:rtl;
	  margin: 10px
    }
}
.divvideo{
	max-width:800px;
	margin:auto;
	border: 10px solid #F79023;
	border-radius: 25px
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* نسبة العرض إلى الارتفاع 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 10px; /* اختياري لتنعيم الزوايا */
  box-shadow: 0 0 15px rgba(0,0,0,0.1); /* اختياري لجمالية */
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
	.bundle_title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1d1d1f;
}
.bundle_title span {
  font-weight: 400;
  font-size: 0.8rem;
  color: #008000;
}

/* النص الإضافي */
.bundle_save {
  font-size: 0.9rem;
  color: #4D77EF;
  margin-top: 0.25rem;
}
	.price {
      font-size: 20px;
      color: red;
      margin-bottom: 5px;
    }
	.bundle_product_compare_price {
  text-decoration: line-through;
  font-size: 1rem;
  text-align: left
}
	.fic {
  width: 360px;
}
.submit-image {
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 160px;
	height: 38px;
    display: block;
    margin: 20px auto;
  }
  .box2 {
      background-color: #f79023;
	  color: #FFF;
      padding: 15px;
      border-radius: 10px;
      margin: 20px 10px;
      max-width: 700px;
	  direction: rtl
    }
	.divvideo{
	max-width:100%;
	margin:auto
}
}











.comparison-container {
      position: relative;
      width: 100%;
      max-width: 1000px;
      aspect-ratio: 2 / 1;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      background-color: #000;
	  direction: ltr
    }

    .img-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }

    .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .img-wrapper.after {
      clip-path: inset(0 50% 0 0);
      z-index: 2;
    }

    .img-wrapper.before {
      z-index: 1;
    }

    .label {
      position: absolute;
      bottom: 20px;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 8px 16px;
      font-size: 14px;
      border-radius: 20px;
      font-weight: bold;
      z-index: 3;
    }

    .label-left {
      left: 20px;
    }

    .label-right {
      right: 20px;
    }

    .slider-input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 10;
      cursor: ew-resize;
    }

    .slider-line {
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      background: #fff;
      z-index: 5;
      pointer-events: none;
    }

    .slider-handle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 36px;
      height: 36px;
      background: #000;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 6;
      pointer-events: none;
      font-size: 18px;
    }
	
	
	
	
	
	
	
	
	





.input-container {
  position: relative;
  margin-bottom: 20px;
  direction: rtl;
}

.input-container input {
  width: 100%;
  border: 1px solid #cde0c9;
  border-radius: 8px;
  background-color: #f8fff6;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 'Tajawal', sans-serif;
}

.input-container .icon {
  position: absolute;
  top: 25px;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none;
  z-index:1000
}