#cookie-popup {
position: fixed;
bottom: 0;
left: 0;
z-index: 9999; width: 100%;
background-color: #e8e9eb; padding: 5px;
box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
color: #ffffff; }
.container1 {
max-width: 960px;
margin: 0 auto;
text-align: center;
}
.buttonss button {
margin: 5px;
padding: 5px 10px;
border: none;
cursor: pointer;
background-color: #f1d700; color: #000000; font-weight: bold; border-radius: 5px; z-index: 9999; }
.buttonss button:hover {
background-color: #e0c600; }
#cookie-popup p {
color: #000; }
.stars-rating-container {
display: inline-block;
font-size: 40px;
}
.stars-rating-container .stars::before {
content: '★★★★★';
color: #ffd700; display: inline-block;
}
.stars-rating-container .rating {
color: green; display: inline-block;
}
.stars-rating-container[data-rating="4.9"] .stars::before {
content: '★★★★★'; }
.popup-header {
padding: 10px;
border-radius: 5px 5px 0 0;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #25d366;
}
.popup-heading {
font-size: 24px;
color: #fff;
margin-top: 0;
}
.popup-text-box {
background-color: #f6fdf9; padding: 20px;
border-radius: 0 0 5px 5px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
position: relative;
}
.popup-text {
font-size: 16px;
color: #333;
margin-bottom: 10px;
padding: 20px;
}
.popup-text p:first-child {
background-color: #ffffff; position: relative;
min-height: 56px;
padding: 15px 20px;
border-radius: 26px;
background: #fff;
color: #4a4a4a;
word-break: break-word;
filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
transform: translateZ(0);
}
.popup-wrapper {
position: fixed;
bottom: 20px;
right: 20px;
background-color: transparent;
display: none;
z-index: 9999;
font-family: Arial, sans-serif;
}
.popup-content {
width: 400px; position: relative; }
.open-whatsapp {
background-color: #25d366;
color: #fff;
padding: 10px 20px;
border-radius: 5px; cursor: pointer;
border: none;
position: absolute; bottom: 10px;
right: 10px;
}
.close-btn {
border: none;
background: none;
cursor: pointer;
color: #ffffff;
}