* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
 
body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	color: #333;
}

.privacy-policy-section {
	padding: 80px 0;
	background-color: #fff;
}

.privacy-policy-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.privacy-policy-header {
	text-align: center;
	margin-bottom: 50px;
}

.privacy-policy-header h2 {
	font-size: 36px;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
}

.privacy-policy-header p {
	color: #666;
	font-size: 16px;
}

.privacy-policy-content {
	background: #f8f9fa;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.privacy-policy-content h3 {
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.privacy-policy-content p {
	color: #666;
	margin-bottom: 20px;
	line-height: 1.8;
}

.privacy-policy-content ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}

.privacy-policy-content ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #666;
}

.privacy-policy-content ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #fd7792;
}

.privacy-policy-contact {
	background: #fd7792;
	color: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-top: 40px;
}

.privacy-policy-contact h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.privacy-policy-contact p {
	color: #fff;
	margin-bottom: 5px;
}

.privacy-policy-contact a {
	color: #fff;
	text-decoration: underline;
}

.effective-date {
	font-style: italic;
	color: #888;
	margin-bottom: 30px;
}

/* Asking qouestion  css*/


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
  }
  
  body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	background-color: #f0f0f0;
	color: #333;
  }
  
  header {
	background-color: #ffffffd6;
	color: white;
	padding: 20px;
	text-align: center;
  }
  
  main {
	padding: 20px;
  }
  
  footer {
	background-color: #333;
	color: white;
	text-align: center;
	padding: 10px;
	position: relative;
	bottom: 0;
	width: 100%;
  }
  .faq 
  {
	font-weight: bold;
	color: #222;
  }

  h6 
  {
	
	font-weight: bold;
  }



  /* google map css */

  .map {
      height: 100%;
      min-height: 300px;
      width: 100%;
      border-radius: 10px;
    }