/* Islamic Cookie Policy Styling */
.cookie-policy {
  max-width: 900px;
  margin: 10px auto;
  padding: 60px 20px;
  background-color: rgba(15, 30, 46, 0.95);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  font-family: 'Poppins', sans-serif;
  color: #ffd700;
  background-image: url('https://www.transparenttextures.com/patterns/arabesque.png');
  background-repeat: repeat;
}

.cookie-policy h1,
.cookie-policy h2 {
  font-family: 'Amiri', serif;
  color: #ffd700;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffd700;
  padding-bottom: 10px;
}

.cookie-policy p,
.cookie-policy li {
  color: #f0f0f0;
  line-height: 1.8;
  margin-bottom: 15px;
}

.cookie-policy ul {
  padding-left: 20px;
  list-style-type: disc;
}

.cookie-policy a {
  color: #00c3ff;
  text-decoration: underline;
}

.cookie-policy a:hover {
  color: #ffd700;
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0f1e2e;
  color: #ffd700;
  padding: 15px 20px;
  border-top: 2px solid #ffd700;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  display: none;
  font-family: 'Poppins', sans-serif;
}

.cookie-banner-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cookie-banner a {
  color: #00c3ff;
  text-decoration: underline;
}

.cookie-banner a:hover {
  color: #ffd700;
}

.cookie-banner button {
  background-color: #ffd700;
  color: #0f1e2e;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.cookie-banner button:hover {
  background-color: #e6c200;
}


.privacy-policy {
  max-width: 900px;
  margin: 10px auto;
  padding: 60px 20px;
  background-color: rgba(15, 30, 46, 0.9);
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.privacy-policy h1,
.privacy-policy h2 {
  font-family: 'Amiri', serif;
  color: #ffd700;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffd700;
  padding-bottom: 10px;
}

.privacy-policy p,
.privacy-policy li {
  color: #f0f0f0;
  line-height: 1.8;
  margin-bottom: 15px;
}

.privacy-policy ul {
  padding-left: 20px;
}

.privacy-policy a {
  color: #00c3ff;
  text-decoration: underline;
}

.privacy-policy a:hover {
  color: #ffd700;
  text-decoration: none;
}


@media (max-width: 600px) {
  .cookie-policy {
    padding: 40px 15px;
  }

  .privacy-policy {
    padding: 40px 15px;
  }
}
