.footerr {
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}
.left {
  margin-left: 4px;
}
.footerr .social-icons {
  margin: 20px 0;
}

.footerr .social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 15px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%; /* Makes the icons circular */
  transition: all 0.3s ease;
}

.footerr .social-icons a:hover {
  background-color: #4682b4;
  color: white;
  border-color: #4682b4;
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.3); /* Adds a subtle shadow */
}

.footerr .contact-info {
  margin: 20px 0;
}

.footerr .contact-info i {
  margin-right: -3px !important;
}

.footerr .subscribe {
  margin: 20px 0;
}

.footerr .subscribe input[type="email"] {
  padding: 10px;
  border: 2px solid #4682b4;
  border-right: none;
  width: 300px;
  max-width: 80%;
  font-size: 16px;
  border-radius: 5px 0 0 5px; /* Rounded left edge */
}

.footerr .subscribe button {
  padding-top: 10px;
  width: 40px;
  padding-bottom: 13px;
  background-color: #4682b4;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  /* Rounded right edge */
  transition: background-color 0.3s ease;
}

.footerr .subscribe button:hover {
  background-color: #cc0000;
}

.footerr .copyright {
  background-color: #4682b4;
  color: white;
  padding: 10px 0;
  margin-top: 20px;
}
.copyright {
  margin-top: -17px;
  text-align: center;
  color: white;
  padding-top: 5px;
  background-color: #4682b4;
}
.text {
  display: flex;
  padding-bottom: 5px;
  padding-left: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.text a {
  text-decoration: none !important;
  color: white;
}
.text {
  font-size: 13px;
  margin-left: -5px;
}
.text1 {
  font-size: 13px;
}
.span {
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 5px;
  margin-right: 4px;
}
.span1 {
  width: 5px;
  height: 5px;

  background-color: white;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 10px;
}
.fa-phone-alt {
  transform: rotate(90deg);
}
.copyright {
  background-color: #1a1a1a;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}
.p {
  margin-top: -5px;
  color: white !important;
}
.power {
  background-color: #1a1a1a;
  height: 20px;
  display: flex !important;
  flex-direction: column !important;
  margin-top: -10px;
  color: white !important;
  font-size: 10px;
  text-align: center;
}
