.custom-hero-title,
h1 {
  text-align: left;
}
h2,
h3 {
  color: #007bff;
}
.click,
.dropbtn,
button {
  cursor: pointer;
  font-weight: 700;
}
.Sticky-text,
.click,
.dropbtn,
.dropdown-content a,
button {
  font-weight: 700;
}
body {
  margin: 0;
  background-color: #14283c;
  font-family: Poppins, sans-serif;
  text-align: center;
  color: #333;
  padding: 4px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-hero-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #007acc;
  color: #fff;
}
.dropdown,
h4 {
  display: inline-block;
}
.dropbtn {
  background: linear-gradient(135deg, #007acc, #005fa3);
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  margin-right: 29px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.dropbtn:hover {
  background: linear-gradient(135deg, #005fa3, #003f7f);
  transform: scale(1.05);
}
.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  width: 138px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.dropdown:hover .dropdown-content {
  display: block;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.dropdown-content a {
  color: #333;
  padding: 14px 18px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #ddd;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
.dropdown-content a:hover {
  background: #007acc;
  color: #fff;
  padding-left: 22px;
}
.custom-hero-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.a {
  color: #fc5185;
  text-decoration: underline;
}
h1 {
  font-size: 30px;
  font-family: consolas, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}
h2,
h3,
h4 {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
}
.click,
.special-footer,
input {
  text-align: center;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 23px;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.click {
    width: 100%;
    max-width: 617px;
    height: 195px;
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    color: #fff;
    font-size: 58px;
    line-height: 192px;
    margin: 39px auto;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .3);
    user-select: none;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.control-group,
textarea {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.click:hover {
  transform: scale(1.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}
.click.red {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  animation: 0.5s shake;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25%,
  75% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}
.controls {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.control-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 32px;
  border-radius: 24px;
}
.control-group label {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
}
button,
input,
textarea {
  margin: 5px;
  padding: 12px;
  font-size: 51px;
  border-radius: 8px;
  border: none;
  outline: 0;
  transition: 0.3s;
}
input {
  width: 120px;
  background: #f0f0f0;
}
button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
button:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
textarea {
  width: 600px;
  max-width: auto;
  align-items: center;
  margin-top: 31px;
  height: 400px;
  background: #ffffff00;
  resize: auto;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  color: #fff;
}
.special-footer {
  background-color: #007acc;
  color: #fff;
  padding: 10px 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 47px;
  width: 100%;
}
.special-footer .footer-sections {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.special-footer .footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
  text-align: center;
}
.special-footer .footer-section p {
  font-size: 17px;
  line-height: 1.6;
}
.special-footer .footer-section ul {
  list-style-type: none;
  padding: 0;
}
.special-footer .footer-section ul li {
  margin-bottom: 10px;
}
.special-footer .footer-section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.3s;
}
.special-footer .footer-section ul li a:hover {
  color: #ffeb3b;
}
.special-footer .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.special-footer .social-icons a {
  margin: 0 8px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}
.special-footer .social-icons a:hover {
  color: #fff;
  transform: scale(1.2);
}
.special-footer .copyright {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
}
.Sticky-text {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #cdd8d8;
  font-size: 15px;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 10;
  text-align: left;
  font-family: consolas;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icons a {
  text-decoration: none;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.social-icons a.facebook {
  background-color: #3b5998;
}
.social-icons a.twitter {
  background-color: #1da1f2;
}
.social-icons a.linkedin {
  background-color: #0077b5;
}
.social-icons a.whatsapp {
  background-color: #25d366;
}
.social-icons a:hover {
  opacity: 0.8;
}
