 .Dog {
   
  background: #C8CE29;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

 
 
 .Fre {
background: #89587E;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}


.contact-section {
  background-color: #f8f9fa;
  padding: 50px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.contact-section h2 {
  margin-bottom: 30px;
  color: #333;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.contact-info div {
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-info i {
  font-size: 24px;
  color: #007bff;
  margin-bottom: 10px;
}

.contact-info h4 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.contact-info a {
  color: #007bff;
  text-decoration: none;
}


#contact {
  padding: 50px 0;
  background-color: #f4f4f4;
  color: #333;
}

#contact a {
  color: #007bff;
  text-decoration: none;
}

 #contact a:hover {
  text-decoration: underline;
}

.social-icons a {
  font-size: 22px;
  color: #333;
  margin: 0 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #007bff;
}

header{
  
  margin: 0;
  border-radius: 10px;
}


 .header {
   margin: 0;
   text-align: center;
   border-radius: 5px;
   background-color: darkslategrey ;
 }

Footer {
  margin: 0;
  text-align: center;
  border-radius: 10px;
  background-color: darkslategrey
}


 .Sec {
  background:#94D0E9;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 1000px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Georgia, 'Times New Roman', Times, serif Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

 body {
  background-color: #444983grey;
}

 div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  padding: 20px;
}

.hire-me {
  background: #94D0E9;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hire-me h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 15px;
}

.hire-me p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hire-btn {
  display: inline-block;
  background-color: #25D366;
  color: #fff;
  padding: 12px 25px;
  margin: 10px 8px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
}

.hire-btn:hover {
  background-color: #1ebe5d;
}

.hire-btn.email {
  background-color: #007BFF;
}

.hire-btn.email:hover {background-color: #0056b3;
}