/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

/* Hero Section */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(#121212b4, #121212b4), url("cloudcompute.jpg");
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
}

.hero-content {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background-color: #f39c12;
  color: #fff;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .cta-button {
    font-size: 1rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Section Styles */
.info-collect {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.info-collect h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.info-collect p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.info-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.info-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.info-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .info-list {
    grid-template-columns: 1fr;
  }

  .info-item h3 {
    font-size: 1.5rem;
  }

  .info-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Section Styles */
.use-info {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.use-info h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.use-info p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.use-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.use-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.use-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.use-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .use-list {
    grid-template-columns: 1fr;
  }

  .use-item h3 {
    font-size: 1.5rem;
  }

  .use-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Section Styles */
.data-protection {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.data-protection h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.data-protection p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.protection-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.protection-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.protection-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.protection-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .protection-list {
    grid-template-columns: 1fr;
  }

  .protection-item h3 {
    font-size: 1.5rem;
  }

  .protection-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Share Your Information Section */
.share-information {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.share-information h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.share-information p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.information-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.information-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.information-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.information-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .information-list {
    grid-template-columns: 1fr;
  }

  .information-item h3 {
    font-size: 1.5rem;
  }

  .information-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Your Rights Section */
.your-rights {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.your-rights h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.your-rights p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.rights-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.rights-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.rights-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.rights-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .rights-list {
    grid-template-columns: 1fr;
  }

  .rights-item h3 {
    font-size: 1.5rem;
  }

  .rights-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Data Retention Section */
.data-retention {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.data-retention h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.data-retention p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.retention-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.retention-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.retention-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.retention-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .retention-details {
    grid-template-columns: 1fr;
  }

  .retention-item h3 {
    font-size: 1.5rem;
  }

  .retention-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* International Data Transfers Section */
.data-transfers {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.data-transfers h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.data-transfers p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.transfer-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.transfer-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.transfer-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.transfer-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .transfer-details {
    grid-template-columns: 1fr;
  }

  .transfer-item h3 {
    font-size: 1.5rem;
  }

  .transfer-item p {
    font-size: 0.9rem;
  }
}
/* Global Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

/* Changes to Privacy Policy Section */
.changes-policy {
  padding: 50px 0;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.changes-policy h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.changes-policy p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.change-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.change-item {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.change-item h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f39c12;
}

.change-item p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .change-details {
    grid-template-columns: 1fr;
  }

  .change-item h3 {
    font-size: 1.5rem;
  }

  .change-item p {
    font-size: 0.9rem;
  }
}
/* Footer Section */
.footer-section {
  background-color: #1e1e1e; /* Dark Background */
  color: #fff; /* Light Text */
  padding: 50px 20px;
  position: relative;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsletter-container,
.social-media-container,
.contact-info {
  flex: 1;
  min-width: 250px;
  padding: 20px;
}

.newsletter-container h3,
.social-media-container h3,
.contact-info h3 {
  font-size: 24px;
  color: #ffb800; /* Royal Gold */
  margin-bottom: 10px;
}

.newsletter-container p,
.social-media-container p,
.contact-info p {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 15px;
}
.contact-info a {
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
  color: white;
}
.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  flex-grow: 1;
  padding: 12px;
  border: 2px solid #333;
  border-radius: 8px;
  background-color: #333;
  color: #fff;
  transition: all 0.3s ease;
}

.newsletter-form input[type="email"]:focus {
  border-color: #ffb800; /* Royal Gold */
}

.newsletter-form button {
  padding: 14px 24px;
  background-color: #ffb800; /* Royal Gold */
  color: #0d0d0d;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #e59f00; /* Darker Gold */
}

.social-media-list {
  list-style-type: none;
  display: flex;
  gap: 20px;
}

.social-link {
  display: block;
  color: #fff;
  font-size: 24px;
}

.social-link:hover {
  color: #ffb800; /* Royal Gold */
}

.contact-info p {
  font-size: 18px;
  color: #f0f0f0;
}

.footer-bottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 16px;
  color: #888;
}
