* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family:'Montserrat';font-size: 15px;
}

body {
  background-color: #f9f9ff;
  color: #000;
  line-height: 1.6;
}

.hero {
  background-color: #001aff;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.hero .sub {
  font-size: 0.9rem;
  margin-top: 20px;
  max-width: 600px;
  margin-inline: auto;
}

.contact-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
  background: #fff;
}

.card {
  background: #f6f6ff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  width: 280px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card img {
  height: 100px;
  margin-bottom: 10px;
}

.card h3 {
  margin: 10px 0;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #001aff;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  cursor:pointer;
}

.remote-access {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9ff;
}

.remote-access h2 span {
  color: #001aff;
  font-size: 25px;
}

.remote-box {
  margin-top: 30px;
  background: white;
  padding: 25px;
  max-width: 400px;
  margin-inline: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.remote-box input {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.remote-box button {
  width: 100%;
  background-color: #001aff;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.rescue {
  font-size: 0.8rem;
  margin-top: 15px;
}

.rescue a {
  color: #001aff;
  text-decoration: underline;
}

.central {
    text-align: center;
}
