body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

header h1 {
  margin: 0;
}

nav {
  margin-top: 10px;
}

nav a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

h2 {
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.about, .services, .contact {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}

@media (max-width: 768px) {
  nav a {
    display: block;
    margin: 10px 0;
  }
  footer {
    position: static;
  }
}

 /*Button CSS */
 
.cool-btn {
  /* Dimensions and spacing */
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;    
  margin-left: auto;  
  margin-right: auto;

  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(79, 172, 254, 0.4);
}


.cool-btn:active {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 0 15px #4facfe;
}

.h1 {
    color: black;
    text-shadow: 2.5cm;
    background-color: cornsilk;
    text-shadow: 2.5cm;
}

/* Dark blurred background overlay */
.overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* The elegant pop-up box */
.alert-box {
  background: #1e1e24;
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #4facfe;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 242, 254, 0.2);
  font-family: sans-serif;
  max-width: 400px;
  width: 80%;
}

.alert-box h3 {
  margin-top: 0;
  color: #00f2fe;
}


.close-btn {
  background: #4facfe;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 15px;
  font-weight: bold;
}

.Middle {
  display: block;    
  margin-left: auto;  
  margin-right: auto;
}

.Middle_Text {
  text-align: center;
}