:root {
  --theme-color1: #32b7e4;
  --theme-color2: #031f1c;
  --theme-color3: #01a357;
  --theme-color1-rgb: 19, 33, 54;
  --theme-color2-rgb: 3, 31, 28;
  --theme-color3-rgb: 0, 93, 116;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
}


footer input::placeholder {
    color: #fff;
    opacity: 1;
}

/* Tarayıcı uyumluluğu */
footer input::-webkit-input-placeholder {
    color: #fff;
}

footer input:-ms-input-placeholder {
    color: #fff;
}

footer input::-ms-input-placeholder {
    color: #fff;
}