.form-step {
display: none;
transform-origin: top;
animation: animate 0s;
}
.form-step-active {
display: block;
}
.input-group {
margin: 2rem 0;
}
@keyframes animate {
from {
transform: scale(1, 0);
opacity: 0;
}
to {
transform: scale(1, 1);
opacity: 1;
}}
body {
min-width: 360px;
}
.form-step2 {
display: none;
transform-origin: top;
animation: animate 0.5s;
}
.form-step-active2 {
display: block;
}
.input-group {
margin: 2rem 0;
}
@keyframes animate {
from {
transform: scale(1, 0);
opacity: 0;
}
to {
transform: scale(1, 1);
opacity: 1;
}}
.form-step3 {
display: none;
transform-origin: top;
animation: animate 0.5s;
}
.form-step-active3 {
display: block;
}
.input-group {
margin: 2rem 0;
}
@keyframes animate {
from {
transform: scale(1, 0);
opacity: 0;
}
to {
transform: scale(1, 1);
opacity: 1;
}}
.ww-image {
margin: 0;
display: flex;
padding: 5em 5em 5em 5em; gap: 10px;
}
.left {
flex: 1;
background-color: rgb(255, 255, 255);
}
.name-product {
text-align: center;
letter-spacing: 1px;
margin-top: 25px;
font-family: times;
font-weight: bold;
font-size: 27px;
color: #000000;
}
.description-short {
text-align: center;
letter-spacing: 1px;
font-family: times;
font-weight: bold;
font-size: 25px;
color: #6d6b6b;
}
.star-rating_product {
display: flex;
justify-content: center;
align-items: center;
}
.right {
flex: 1;
width: 100%;
justify-content: center;
align-items: center;
padding: 0.5em;
position: sticky;
top: 0;
 height: 100vh;
}
.slideshow-container {
position: relative;
width: 100%;
border-radius: 15px;
aspect-ratio: 1 / 1; 
overflow: hidden;
margin: auto;
border: 2px solid #ddd;
box-shadow: 0px 4px 8px #02010175;
}
.slide {
display: none;
width: 100%;
height: 100%;
position: absolute;
animation: fadeEffect 2s;
}
.slide img{
width: 100%;
height: 100%;
}
.slideshow-container-pc1 {
position: relative;
max-width: 400px;
width: 100%;
aspect-ratio: 1 / 1;
border-radius: 15px;
overflow: hidden;
margin: auto;
border: 2px solid #ddd;
box-shadow: 0px 4px 8px #02010175;
}
.slide1 {
display: none;
width: 100%;
height: 100%;
position: absolute;
animation: fadeEffect 2s;
}
.slide1 img{
width: 100%;
height: 100%;
}
@keyframes fadeEffect {
from {opacity: 0.4;} 
to {opacity: 1;}
}
.active-tel {
display: block;
}
.active1 {
display: block;
}
.dots {
text-align: center;
padding: 10px;
background: rgb(255, 255, 255);
}
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
border: 2px solid hsl(217, 71%, 53%);
background-color: rgb(255, 255, 255);
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active-dot {
background-color: hsl(217, 71%, 53%);
}
.slideshow-container1 {
position: relative;
width: 100%;
border-radius: 30px;
aspect-ratio: 1 / 1;
overflow: hidden;
margin: auto;
border: 2px solid #ddd;
box-shadow: 0px 4px 8px #02010175;
}
.slide-pc1 {
display: none;
width: 100%;
height: 100%;
position: absolute;
animation: fadeEffect1 2s;
}
.slide-pc1 img {
width: 100%;
height: 100%;
}
@keyframes fadeEffect1 {
from {opacity: 0.4;} 
to {opacity: 1;}
}
.active-pc1 {
display: block;
}
.dots-pc1 {
text-align: center;
padding: 10px;
background: rgb(255, 255, 255);
}
.dot-pc1 {
height: 15px;
width: 15px;
margin: 0 2px;
border: 2px solid hsl(217, 71%, 53%);
background-color: rgb(255, 255, 255);
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active-dot-pc1 {
background-color: hsl(217, 71%, 53%);
}
.valuo-product {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 5px;
margin-top: 5px;
max-width: 600px;
gap: 20px;
margin-left: auto;
margin-right: auto;
}
.price {
color:hsl(217, 71%, 53%);
font-size: 29px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .price-old {
color: #888;
text-decoration: line-through;
font-size: 27px;
letter-spacing: 2px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .DISCOUNT_RATE {
font-size: 20px;
font-weight: bold;
font-family: times;
color: #fff;
letter-spacing: 2px;
border-radius: 30px;
border: none;
background-color: #ff0000;
padding: 0.1em 0.5em 0.1em 0.5em ;
 }
 .valuo-product-tel {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 5px;
margin-top: 5px;
max-width: 600px;
gap: 20px;
margin-left: auto;
margin-right: auto;
}
.price-tel {
color:hsl(217, 71%, 53%);
font-size: 26px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .price-old-tel {
color: #888;
text-decoration: line-through;
font-size: 24px;
letter-spacing: 2px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
@media (min-width: 370px) {
.price-tel {
color:hsl(217, 71%, 53%);
font-size: 28px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .price-old-tel {
color: #888;
text-decoration: line-through;
font-size: 26px;
letter-spacing: 2px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }}
@media (min-width: 390px) {
.price-tel {
color:hsl(217, 71%, 53%);
font-size: 30px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .price-old-tel {
color: #888;
text-decoration: line-through;
font-size: 28px;
letter-spacing: 2px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }}
 @media (min-width: 410px) {
.price-tel {
color:hsl(217, 71%, 53%);
font-size: 32px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .price-old-tel {
color: #888;
text-decoration: line-through;
font-size: 30px;
letter-spacing: 2px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }}
 .DISCOUNT_RATE-TEL {
font-size: 17px;
font-weight: bold;
font-family: times;
color: #fff;
letter-spacing: 2px;
border-radius: 30px;
background-color: #ff0000;
padding: 0.2em 0.8em 0.2em 0.8em ;
 }
.product-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
padding: 0.5em 2em 0.5em 2em;
gap: 20px;
 }
.top-product {
text-align: center;
margin-bottom: auto;
}
.bottom-product {
text-align: center;
margin-top: auto;
}
 .product-card {
 margin-top: 10px;
 min-width: 250px;
 width: 100%;
border-radius: 15px;
padding: 0em;
text-align: center;
 background: #fff;
box-shadow: 0px 4px 8px #02010175;
border: 1px solid #dbdbdb;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.discount-badge {
position: absolute;
top: 10px;
left: 10px;
background-color: red;
color: white;
font-family: times;
padding: 3px 7px;
letter-spacing: 2px;
border-radius: 8px;
font-size: 22px;
font-weight: bold;
}
.img-product{
display: block;
position: relative;
align-items: center;
justify-content: center;
 background: #000000;
width: 100%;
box-sizing: border-box;
 object-fit: cover;
margin: auto;
border: none;
 }
 .padding-card {
padding: 0.2em 0.2em 0.5em 0.2em;
 }
 @media (min-width: 350px) {
.product-card {
margin: auto;
margin-top: 10px;
min-width: 250px;
max-width: 350px;
 border-radius: 15px;
 padding: 0em;
 text-align: center;
background: #fff;
 box-shadow: 0px 4px 8px #02010175;
 border: 1px solid #dbdbdb;
}}
 @media (min-width: 315px) {
.search-input{
flex: 1; 
height: 100%;
width: 90%;
border: none;
outline: none;
padding: 0 20px;
font-size: 20px;
border-radius: 0 25px 25px 0;
letter-spacing: 1px;
text-shadow: 0px 0.3px 0.8px #000000;
}}
 @media (max-width: 600px) {
.owl-dot{
height: 12px;
width: 12px;
margin: 0 2px;
outline: none;
border-radius: 50%;
border: 2px solid hsl(217, 71%, 53%) !important;
box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}
.owl-dots{
text-align: center;
margin-top: 10px;
}}
@media (min-width: 535px) {
.product-grid { 
display: grid;
grid-template-columns: repeat(2, 1fr);
padding: 0.5em;
gap: 20px;
}}
 @media (min-width: 810px) {
.product-grid { 
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 0.5em;
gap: 20px;
}}
 @media (min-width: 1080px) {
.product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
padding: 0.5em;
gap: 20px;
}}
@media (min-width: 1345px) {
 .product-grid { 
display: grid;
grid-template-columns: repeat(5, 1fr);
padding: 0.5em;
gap: 20px;
}}
.product-title {
font-size: 20px;
font-weight: bold;
font-family: times;
margin: 10px 0;
max-height: 70px;
line-height: 1.5;
letter-spacing: 1px;
color: #000000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
padding: 0.2em 0.2em 0.5em 0.2em;
-webkit-box-orient: vertical;
}
.valuo-product-product {
display: flex;
align-items: center;
justify-content: space-between; /* أو space-around أو space-evenly حسب الحاجة */
padding: 0.3em;
}
.price-product {
color:hsl(217, 71%, 53%);
font-size: 22px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .price-old-product {
color: #888;
text-decoration: line-through;
font-size: 18px;
letter-spacing: 1px;
font-family: times;
text-shadow: 0px 0.5px 0.3px #000000;
 }
 .star-rating {
display: inline-flex;
 }
.hr-description {
border: 0; 
height: 2px;
margin: 20px 0;
margin-top: 35px;
margin-bottom: 35px;
background-color: hsl(217, 71%, 53%);
}
.description-product {
width: 100%;
background-color: #ffffff;
color: #000000;
font-family: times;
font-weight: bold;
letter-spacing: 1px;
 
font-size: 25px;
}
.padding-description {
padding: 0em 0em 5em 0em;
}
.reviews-grid { 
display: grid;
grid-template-columns: repeat(1, 1fr);
padding: 0.5em;
gap: 20px;
}
@media (min-width: 600px) {
.reviews-grid { 
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 padding: 0.5em;
 gap: 20px;
 }}
 @media (min-width: 850px) {
.reviews-grid { 
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 padding: 0.5em;
 gap: 20px;
 }}
 @media (min-width: 1150px) {
.reviews-grid { 
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 }}
.img-reviews{
display: block;
position: relative;
align-items: center;
justify-content: center;
 background: #000000;
width: 100%;
box-sizing: border-box;
 border-radius: 15px 15px 0px 0px;
 object-fit: cover;
margin: auto;
 }
 @media (min-width: 350px) {
.reviews-card {
margin: auto;
margin-top: 10px;
min-width: 250px;
max-width: 450px;
 border-radius: 15px;
 padding: 0em;
 text-align: center;
background: #fff;
 box-shadow: 0px 7px 10px #02010175;
 border: 1px solid #dbdbdb;
}}
.reviews-card {
margin-top: 10px;
min-width: 250px;
width: 100%;
 border-radius: 15px;
 padding: 0em;
 text-align: center;
background: #fff;
 box-shadow: 0px 10px 15px #0201013d;
 border: 1px solid #c7c7c7;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 height: 100%;
 }
 .reviews-title {
font-size: 20px;
font-weight: bold;
font-family: times;
margin-top: -5px;
letter-spacing: 1px;
color: #000000;
overflow: hidden;
margin: 10px 0;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
padding: 0.2em 0.2em 0.5em 0.2em;
-webkit-box-orient: vertical;
}
hr { 
border: 0; 
height: 1px; 
background-color: rgb(0, 0, 0);
margin: 20px 0;
}
.info {
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 20px;
font-family: times;
color: #0a040a;
width: 100%;
margin: auto;
padding: 1em 0.5em 1em 0.5em;
font-size: 20px;
letter-spacing: 1px;
background: #fff;
margin-bottom: 20px;
box-shadow: 0px 4px 8px #02010175;
border: 1px solid #dbdbdb;
text-decoration: none;
}
input:disabled {
width: 80%;
background-color: #ffffff; 
color: #000000;
border: 1px solid #00000000;
cursor: not-allowed;
font-family: times;
letter-spacing: 1px; 
text-shadow: 0px 0.5px 0.3px #000000;
text-align: center;
font-size: 23px;
height: 40px;
}
.input-amount {
width: 140px;
height: 50px;
text-align: center;
border-radius: 10px;
margin: 0 10px;
letter-spacing: 2px;
font-size: 25px;
font-family: times;
font-weight: bold;
}
.button-amount {
width: 50px;
height: 50px;
text-align: center;
line-height: 40px;
cursor: default;
border: 1px solid #ccc;
border-radius: 50%;
color: white;
}
.value {
display: flex; 
justify-content: flex-end; 
align-items: center;
margin-bottom: 10px;
margin-top: 30px;
max-width: 600px;
margin-left: auto; 
margin-right: auto; 
gap: 0px;
}
.checkbox-container {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.styled-checkbox {
appearance: none;
background-color: #fafafa;
border: 2px solid #ddd;
border-radius: 100px;
width: 40px;
height: 40px;
font-size: 40px;
position: relative;
outline: none;
margin: 0 10px; 
transition: background-color 0.3s, border-color 0.3s;
}
.styled-checkbox:checked {
background-color: #007bff;
border-color: #007bff;
}
.styled-checkbox:checked::before {
content: '';
display: block;
width: 20px;
height: 20px;
outline: none;
margin: auto;
background-color: #fff;
position: absolute;
top: 8px;
left: 8px;
border-radius: 100px;
}
.color {
margin-bottom: 0px;
width:80px; 
padding: 0px; 
max-width: 80px; 
border-radius: 10px;
}
.select {
display: block;
width: 100%;
cursor: default; 
position: relative;
font-size: 2rem;
margin-bottom: 0.7em;
}
.select select {
 border-radius: 10px;
width: 100%;
 text-align: right;
 letter-spacing: 1px;
}
select[readonly] {
background-color: white; /* تغيير لون الخلفية */
pointer-events: none; /* منع التفاعل مع القائمة */
}
.tel-padding {
padding: 1em;
}
.name-clent::placeholder {
text-align: right;
margin-right: 0px;
letter-spacing: 1px;
}
.valuo-info-orders {
display: flex;
justify-content: space-between;
padding: 0em 1em 0em 1em;
}
.text-h1-info-orders {
font-size: 22px;
color: hsl(217, 71%, 53%);
letter-spacing: 1px;
text-shadow: 0px 0.5px 0.3px #0000006c;
}
.text-info-orders {
font-weight: bold;
font-size: 22px;
}
.div-tel-1000 {
display: block;
}
.div-pc-1000 {
display: none;
background-color: #ffffff00;
}
@media (min-width: 1200px) {
.div-tel-1000 {
display: none;
background-color: #ffffff00;
}
.div-pc-1000 {
display: block;
}}
.tel-clent {
text-align: left;
direction: ltr;
}
.tel-clent::placeholder {
text-align: right;
direction: rtl;
}
.test-code {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
}
@media (min-width: 500px) {
.test-code {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}}
.btn-custom {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
border-radius: 10px;
gap: 15px;
width: 100%;
background-color: #007bff;
color: white;
margin-top: -5px;
padding: 0.5em 1em 0.5em 1em;
transition: 0.3s ease-in-out;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
border: none;
}
.btn-custom:hover {
background-color: #0056b3;
}
.btn-custom b {
font-family: 'Times New Roman', Times, serif;
font-size: 22px;
letter-spacing: 1.5px;
}
textarea:disabled {
width: 100%;
background-color: #ffffff;
color: #000000;
border: 1px solid hsl(217, 71%, 53%); 
cursor: not-allowed; 
font-family: times;
border-radius: 0px 0px 10px 10px;
letter-spacing: 1px;
text-shadow: 0px 0.5px 0.3px #000000;
text-align: center;
font-size: 22px;
}
.input-icon {
border-radius: 10px;
text-align: right;
font-size: 20px;
height: 50px;
border: 1px solid hsl(217, 71%, 53%);
padding-right: 2.5rem; /* مساحة للأيقونة */
}
.select-icon {
border-radius: 10px;
font-size: 20px;
text-align: right;/* لمحاذاة الخيار الظاهر */
height: 50px; 
padding-right: 2.5rem;
}
.icon-inside {
right: 0.75rem; /* ضبط موضع الأيقونة داخل الحقل */
}
.text_area {
min-height: 250px;
max-height: 250px;
}
@media ( min-width : 414px) {
.text_area {
min-height: 210px;
max-height: 250px;
}}
@media ( min-width : 456px) {
.text_area {
min-height: 175px;
max-height: 250px;
}}
@media ( min-width : 535px) {
.text_area {
min-height: 140px;
max-height: 250px;
}}
.div100000 {
display: block;
cursor: default;
}
.div200000 {
display: none;
cursor: default;
}
@media (min-width: 1200px) {
.div100000 {
display: none;
cursor: default;
}
.div200000 {
display: block;
cursor: default;
}}
.navbare-tel {
background-color: rgb(255, 255, 255);
width: 100%;
height: 75px;
padding: 0em 2em 0em 2em;
background: #ffffff;
box-shadow: 0px 4px 8px #02010175;
border: 1px solid #dbdbdb;
border-radius: 0px 0px 30px 30px;
 }
 .valuo-tel {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
 }
 .img-tel {
max-width: 145px;
aspect-ratio: 2 / 1;
width: 100%;
 }

 
 .sidebar ul {
list-style-type: none;
padding: 0;
 }
 .sidebar ul li {
padding: 10px 15px;
white-space: nowrap; /* Prevent text from wrapping */
 }
 .sidebar ul li a:hover {
background-color: #f1f1f1;
 }
 .icon {
font-size: 30px;

position: fixed;
top: 20px;
right: 20px;
 }
.sidebar {
height: 100%;
width: 0;
position: fixed;
right: 0;
top: 0;
background-color: white;
overflow-x: hidden;
transition: 1s;
padding-top: 60px;
box-shadow: -2px 0 5px rgba(0, 0, 0, 0.26);
z-index: 1000; /* Ensure the sidebar appears above the overlay */
 }
 .close-icon {
font-size: 30px;

align-items: center;
position: absolute;
top: 20px;
left: 20px;
 }
 .overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.18);
z-index: 999; /* Behind the sidebar */
 }
 navtel {
background: #fff;
 }
 navtel ul li {
text-align: right;
list-style: none;
font-size: 1.5em;
padding: 0 10px;
margin: 0 20px;
margin-bottom: 15px;
position: relative;
}
navtel ul li:after {
content: '';
width: 0;
height: 3px;
background: #2192ff;
position: absolute;
left: 0;
bottom: -10px;
transition: 0.5s;
max-width: 100%;
}
navtel ul li:hover::after {
width: 100%;
}
.navbare-pc {
background-color: rgb(255, 255, 255);
width: 100%;
height: 75px;
padding: 0em 0em 0em 4em;
background: #ffffff;
box-shadow: 0px 4px 8px #02010175;
border: 1px solid #dbdbdb;
border-radius: 0px 0px 30px 30px;
}
.valuo-pc {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.img-pc {
max-width: 180px;
 height: 73px;
width: 100%;
border-radius: 0px 0px 30px 0px;
}
.hr-page { 
border: 0; 
height: 1px; 
background-color: rgba(0, 0, 0, 0.281);
margin: 20px 0;
max-width: 600px;
margin: auto;
}
.he {
width: 90%;
height: 35px;
text-align: right;
font-size: 25px;
font-family: Arial, sans-serif;
}
navpc ul li{
display: inline-block;
list-style: none;
font-size: 1.5em;
padding: 0 10px;
margin: 0 15px;

position: relative;
}
navpc ul li:after{
content: '';
width: 0;
height: 3px;
background: #2192ff;
position: absolute;
left: 0;
bottom: -10px;
transition: 0.5s;
}
navpc ul li:hover::after{
width: 100%;
}
.value_footer {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto; 
font-size: 40px;
gap: 60px;
}
.footer-page-grid { 
display: grid;
max-width: 600px;
margin: auto;
grid-template-columns: repeat(1, 1fr);
padding: 0.5em;
gap: 20px;
}
@media (max-width: 600px) {
.value_footer {
gap: 50px;
font-size: 35px;
}}
.fa-instagram {
color: transparent; /* لإظهار التدرج فقط */
background: linear-gradient(to right, #FDCB5C, #E1306C, #BC2A8D); /* تدرج لوني لأيقونة إنستغرام */
background-clip: text;
}

.fa-snapchat-ghost {
color: transparent; /* لإظهار التدرج فقط */
background: linear-gradient(to right, #ffd901, #ffd901); /* تدرج لوني ثابت للون الأصلي */
background-clip: text;
}

.fa-tiktok {
color: transparent; /* لإظهار التدرج فقط */
background: linear-gradient(to right, #25F4EE, #FE2C55); /* التدرج اللوني لأيقونة تيك توك */
background-clip: text;
}
.fa-facebook {
color: transparent; /* لإظهار التدرج فقط */
background: linear-gradient(to right, #1877F2, #1877F2); /* اللون الأساسي لفيسبوك */
background-clip: text;
}
.fa-whatsapp {
color: transparent; /* لإظهار التدرج فقط */
background: linear-gradient(to right, #25D366, #25D366); /* اللون الأساسي لواتساب */
background-clip: text;
}
.a-page {
background-color: #fff;
border: none;
font-weight: 500;
letter-spacing: 1px;
color: hsl(217, 71%, 53%);
}
.a-page:hover {
color: hsl(217, 81%, 39%);
}
.footer-store {
margin-top: 20px;
font-size: 18px;
font-weight: 600;
font-family: times;
color: #000000c4;
letter-spacing: 1px;
}
.order-icon {
position: relative;
display: inline-block;
}
.order-badge {
position: absolute;
right: -10px;
background-color: red;
color: white;
font-size: 15px;
font-weight: bold;
width: 23px;
height: 23px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
animation: shake 0.8s infinite; /* إضافة الاهتزاز */
}
@keyframes shake {
0%, 100% { transform: translateX(0); }
25% { transform: translateX(-2px); }
50% { transform: translateX(2px); }
75% { transform: translateX(-2px); }
}
.messenger-button {
position: fixed;
bottom: 40px;
z-index: 100;
background: linear-gradient(45deg, #8a2be2, #00acee);
color: white;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
text-decoration: none;
transition: transform 0.3s ease;
}
.messenger-button i {
font-size: 35px;
}
.messenger-button:active {
transform: scale(0.9);
}
.whatsapp-button {
position: fixed;
bottom: 40px;
z-index: 100;
background: linear-gradient(45deg, #22c90c, #00ff4c);
color: white;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
text-decoration: none;
transition: transform 0.3s ease;
}
.whatsapp-button i {
font-size: 40px;
}
.whatsapp-button:active {
transform: scale(0.9);
}.call-button {
position: fixed;
bottom: 40px;
z-index: 100;
background: linear-gradient(45deg, #8a2be2, #00acee);
color: white;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
text-decoration: none;
transition: transform 0.3s ease;
}
.call-button i {
font-size: 28px;
}
.call-button:active {
transform: scale(0.9);
}
hr { 
border: 0; 
height: 1px; 
background-color: rgb(0, 0, 0);
margin: 20px 0;
}
.overlay_photo_product {
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(218, 218, 218, 0.75);
display: none;
justify-content: center;
align-items: center;
z-index: 999;
}
.overlay-content_photo_product {
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.image-wrapper_photo_product {
position: relative;
display: inline-block;
}
.overlay_photo_product img {
background: #ffffff;
aspect-ratio: 1 / 1;
border-radius: 15px;
box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
@media (max-width : 310px) {
.overlay_photo_product img {
max-height: 105vh;
max-width: 105vw;
}}
@media (min-width : 311px) {
.overlay_photo_product img {
max-height: 105vh;
max-width: 105vw;
}}
@media (min-width : 315px) {
.overlay_photo_product img {
max-height: 105vh;
max-width: 105vw;
}}
@media (min-width : 325px) {
.overlay_photo_product img {
max-height: 103vh;
max-width: 103vw
}}
@media (min-width : 330px) {
.overlay_photo_product img {
max-height: 102vh;
max-width: 102vw
}}
@media (min-width : 335px) {
.overlay_photo_product img {
max-height: 100vh;
max-width: 100vw;
}}
@media (min-width : 340px) {
.overlay_photo_product img {
max-height: 100vh;
max-width: 100vw;
}}
@media (min-width : 345px) {
.overlay_photo_product img {
max-height: 98vh;
max-width: 98vw;
}}
@media (min-width : 350px) {
.overlay_photo_product img {
max-height: 98vh;
max-width: 98vw;
}}
.close-btn_photo_product {
position: absolute;
top: 10px;
right: 10px;
background: rgba(255, 255, 255, 0.65);
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
color:rgb(100, 100, 100);
font-size: 20px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.44);
z-index: 10;
}
.close-btn_photo_product:hover {
color: rgba(0, 0, 0, 0.56);
}
 .container-regular {
max-width: 600px;
aspect-ratio: 16/9;
margin: 20px auto;
}
.container-shorts {
width: 100%;
max-width: 360px;
margin: 20px auto;
aspect-ratio: 9/16;
border-radius: 8px;
overflow: hidden;
}
.iframe-vd-you {
width: 100%;
height: 100%;
border-radius: 30px;
}

.style-body {
font-family: "Cairo", sans-serif;
padding: 0.8em;
margin: auto;
margin-top: -20px;
margin-bottom: 10px;
direction: rtl;
}

.faq-container {
max-width: 580px;
margin: auto;
background-color: #fff;
border-radius: 20px;
letter-spacing: 1px;
padding: 10px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.26);
}

 details {
border: 1px solid #ddd;
border-radius: 8px;
margin-bottom: 15px;
padding: 15px 10px;
background-color: #fafafa;
position: relative;
transition: background-color 0.3s ease;
}

details[open] {
background-color: #e0f0ff;
}

summary {
list-style: none;
font-size: 20px;
font-weight: bold;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
outline: none;
}

summary::-webkit-details-marker {
display: none;
}

summary .icon {
margin-left: 10px;
transition: transform 0.3s ease;
}

details p {
font-size: 20px;
margin-top: 12px;
color: #444;
line-height: 1.6;
}

.product-discript {
text-align: center;
letter-spacing: 1px;
margin-top: 10px;
font-family: times;
font-size: 25px;
color: #000000;
}