.translate-outline {
    border: 4px solid #FF5722;
    animation: blink 1s ease-in-out infinite; /* Πιο ομαλή κίνηση και μεγαλύτερη διάρκεια */
}

@keyframes blink {
    0%, 100% {
        opacity: 1; /* Πλήρης ορατότητα στην αρχή και το τέλος */
    }
    50% {
        opacity: 0.2; /* Μειωμένη ορατότητα στο μέσο */
    }
}
/* Βασικό στυλ για το στρογγυλό κουμπί */
.translate-button {
    background-color: grey; /* Νέο χρώμα: Πορτοκαλί */
    border: none; /* Καμία γραμμή περιγράμματος */
    border-radius: 50%; /* Τέλεια στρογγυλεμένες γωνίες */
    width: 50px; /* Νέο πλάτος */
    height: 50px; /* Νέο ύψος */
    display: flex; /* Ευθυγράμμιση περιεχομένου */
    justify-content: center; /* Στοίχιση στο κέντρο οριζόντια */
    align-items: center; /* Στοίχιση στο κέντρο κάθετα */
    font-size: 30px; /* Μεγαλύτερο μέγεθος γραμματοσειράς */
    font-family: Arial, sans-serif; /* Απλή γραμματοσειρά */
    cursor: pointer; /* Αλλαγή δείκτη σε "χέρι" */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ελαφριά σκιά */
    transition: all 0.3s ease; /* Εφέ μετάβασης */
    position: fixed; /* Σταθερή θέση στη σελίδα */
    top: 150px; /* Απόσταση από το πάνω μέρος */
    left: 20px; /* Απόσταση από την αριστερή πλευρά */
    z-index: 1000; /* Να είναι πάνω από άλλα στοιχεία */
}

/* Εφέ hover */
.translate-button:hover {
    background-color: #E64A19; /* Πιο σκούρο πορτοκαλί */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Εντονότερη σκιά */
}

/* Εφέ focus */
.translate-button:focus {
    outline: 2px solid #FFCCBC; /* Γραμμή περιγράμματος focus */
    outline-offset: 2px; /* Απόσταση περιγράμματος */
}

/* Στυλ για disabled κουμπί */
.translate-button:disabled {
    background-color: #CCCCCC; /* Γκρι χρώμα */
    color: #666666; /* Σκούρο γκρι για το κείμενο */
    cursor: not-allowed; /* Δείκτης απενεργοποιημένος */
    box-shadow: none; /* Αφαίρεση σκιάς */
}

.ai-response-box {
      background: black;
      border: 2px solid #4a90e2;
      border-radius: 10px;
      padding: 5px 10px;
      max-width: 900px;
      margin: 10px auto;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      display: flex;
    }
.ai-response-box h2 {
  margin: 4px 1 8px;
}
.ai_epi {
  font-size: 14px !important;
  color: #333;
  line-height: 1.4;
  margin: 0; 
  margin-bottom: 0px !important;
}

/* From Uiverse.io by mrhyddenn */ 
.spinnerai {
  width: 3em;
  height: 3em;
  cursor: not-allowed;
  border-radius: 50%;
  border: 2px solid #444;
  box-shadow: -10px -10px 10px #6359f8, 0px -10px 10px 0px #9c32e2, 10px -10px 10px #f36896, 10px 0 10px #ff0b0b, 10px 10px 10px 0px#ff5500, 0 10px 10px 0px #ff9500, -10px 10px 10px 0px #ffb700;
  animation: rot55 0.7s linear infinite;
}

.spinnerin {
  border: 2px solid #444;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rot55 {
  to {
    transform: rotate(360deg);
  }
}





#netstatus,
.text_button {
  border: none;
  font-weight: 700;
}
#netstatus,
.telegram-button {
  position: fixed;
  z-index: 1000;
}
#particles-js,
canvas {
  width: 100%;
  top: 0;
  left: 0;
}
.content,
.copyryte_nav,
.hero,
.pricing-section {
  text-align: center;
}
#Background-js,
#particles-js,
canvas {
  height: 100%;
  z-index: -1;
}
.card:hover,
.gallery img:hover {
  box-shadow: 0 8px 12px rgba(88, 166, 255, 0.6);
}
#netstatus,
.btn,
.text_button {
  font-weight: 700;
}
.a,
.btn,
.nav-links a,
.telegram-button,
a {
  text-decoration: none;
}
#insuranceText,
#scrollToTop,
.card,
.gallery img,
.navbar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
#goToContact,
#netstatus {
  bottom: 80px;
  padding: 15px 20px;
  transition: transform 0.3s, background 0.3s;
  z-index: 1000;
}
#goToContact,
#netstatus,
#scrollToTop {
  transition: transform 0.3s, background 0.3s;
}
#insuranceText,
.words {
  overflow: hidden;
}
body {
  top: 0 !important;
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  background: #0d1117;
  color: #c9d1d9;
  overflow-x: hidden;
  font-size: 16px;
}
.text_button {
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  background: 0 0;
  color: ffffff;
  transition: transform 0.3s;
}
ul {
  padding-left: 0;
  list-style-position: inside;
}
.about-section img {
  height: 85px;
}
.faq-section img {
  height: 35px;
}
.logo_img {
  width: 80px;
  height: auto;
}
.copyryte_nav {
  color: grey;
  font-size: 50%;
}
#random-example {
  text-shadow: 2px 2px 5px red;
}
.ai_response_p {
  color: grey;
  text-indent: 10px;
  line-height: 0.9;
}
#netstatus {
  display: none;
  left: 20px;
  font-size: 1rem;
  border-radius: 10px;
  cursor: wait;
}
#particles-js,
.spinner > div,
.words::after,
canvas {
  position: absolute;
}
#insuranceText {
  color: #000;
  max-height: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  border-radius: 10px;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out,
    padding 0.3s ease-out;
}
#insuranceText.show {
  max-height: 700px;
  opacity: 1;
  padding: 20px;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
::-webkit-scrollbar-track {
  background: 0 0;
}
a {
  color: #3c7ac7;
}
a:hover {
  color: orange;
}
.telegram-button {
  bottom: 150px;
  right: 20px;
  background-color: none;
  color: #fff;
  padding: 6px 9px;
  border-radius: 50px;
  font-size: 9px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}
.card,
.project-card,
button,
select {
  transition: transform 0.3s, box-shadow 0.3s;
}
.telegram-button:hover {
  background-color: #007ab8;
}
.telegram-button img {
  width: 110px;
  height: auto;
  margin-right: 8px;
}
canvas {
  display: block;
}
.content {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 20px;
}
.loader,
h1,
h2 {
  font-family: Poppins, sans-serif;
}
.translate-widget {
  background: #0d1117;
  width: 200px;
  margin: auto;
  display: flex;
  height: 20px !important;
  max-width: auto;
}
.translate-widget_img {
  width: 52px;
  height: 52px;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
@media (max-width: 768px) {
  .canvas-container {
    height: 50vh !important;
  }
  .project-card {
    width: 100% !important;
  }
  .nav-links,
  .nav-links a,
  .navbar,
  .navbar-brand {
    display: none;
  }
  .hero-text h1 {
    font-size: 2rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
  .contact-links,
  .gallery,
  .service-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contact-links img {
    width: 40px;
    margin: 5px;
  }
  .pricing-table {
    width: 100%;
  }
  .gallery img {
    width: 100%;
    max-width: 300px;
  }
}
.pricing-section {
  background: #0d1117;
  color: #c9d1d9;
  padding: 50px 20px;
}
.pricing-table {
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
  color: #fff;
}
#Background-js,
.navbar {
  width: 100%;
  position: fixed;
}
.pricing-table td,
.pricing-table th {
  border: 1px solid #1f6feb;
  padding: 10px 20px;
}
.card,
.navbar,
button,
select {
  border-radius: 10px;
}
.pricing-table th {
  background: #1f6feb;
  color: #fff;
}
.card h3,
strong {
  color: #58a6ff;
}
.pricing-table tbody tr:nth-child(odd) {
  background: #222;
}
.hero-text .btn,
.nav-links a:hover,
.pricing-table tbody tr:hover {
  background: #58a6ff;
  color: #0d1117;
}
.service-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.service-cards img {
  height: 52px;
}
.card {
  background: #1f1f1f;
  padding: 20px;
}
.card:hover {
  transform: scale(1.05);
}
.card h3 {
  margin-bottom: 10px;
}
.card p {
  color: #c9d1d9;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
button,
select {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
}
.pricing-section p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 10px auto;
  max-width: 800px;
}
h1,
h2 {
  color: #fff;
  margin-bottom: 1rem;
}
.hero-text h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  background: linear-gradient(to right, #58a6ff, #1f6feb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-text p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  transition: 0.3s;
}
#cont,
.hero,
.words {
  position: relative;
}
#goToContact,
.btn {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}
.nav-links a {
  color: #fff;
  font-size: 1.1rem;
  padding: 8px 15px;
  transition: background 0.3s, color 0.3s;
  border-radius: 5px;
}
.hero {
  padding: 150px 20px;
  z-index: 1;
  color: #fff;
}
.portfolio-section,
section {
  padding: 50px 20px;
  text-align: center;
}
.hero-text .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.hero-text .btn:hover {
  background: #1f6feb;
  transform: scale(1.1);
}
.a {
  color: #58a6ff;
  transition: color 0.3s;
}
.btn,
.gallery img {
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.a:hover {
  color: #1f6feb;
}
#contact img {
  width: 100px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s;
  justify-content: center;
  gap: 10px;
}
.portfolio-section {
  color: #c9d1d9;
}
.portfolio-section h2 {
  color: #58a6ff;
  margin-bottom: 20px;
}
.contact-section p,
.portfolio-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.contact-section h1,
.contact-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.gallery img {
  width: 150px;
  height: auto;
}
.gallery img:hover {
  transform: scale(1.1);
}
.contact-title {
  color: #f3f4f6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.contact-subtitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #e0e7ff;
}
.contact-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.contact-links img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  transition: none, _;
  transform: translateY(20px);
  opacity: 0;
}
.contact-links img:hover {
  transform: scale(1.2);
  filter: brightness(1.5);
}
.btn {
  display: inline-block;
  background: #3b82f6;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.2rem;
}
.btn:hover {
  background: #2563eb;
  transform: scale(1.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.contact-btn {
  background: #10b981;
  color: #fff;
  margin-top: 20px;
}
.contact-btn:hover {
  background: #059669;
}
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #caffe2;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#goToContact,
.contact-form .btn {
  background: #10b981;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
#loader,
.spinner > div {
  height: 100%;
  width: 100%;
}
#loader,
.loader,
.spinner {
  display: flex;
}
#scrollToTop:hover {
  background: #9ff38b;
  transform: scale(1.1);
}
#goToContact {
  position: fixed;
  right: 20px;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
}
#goToContact:hover {
  background: #059669;
  transform: scale(1.1);
}
#goToContact:active {
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.contact-section {
  background: linear-gradient(135deg, #1f2937, #3b82f6);
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-form label {
  font-weight: 700;
  color: #fff;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  font-size: 1rem;
  background: #f9fafb;
  color: #111827;
  transition: border-color 0.3s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #3b82f6;
  outline: 0;
}
.contact-form .btn {
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  transition: background 0.3s, transform 0.2s;
}
.contact-form .btn:hover {
  background: #059669;
  transform: scale(1.05);
}
.form-status {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 44px;
  height: 44px;
  animation: 2s infinite spinner-y0fdc1;
  transform-style: preserve-3d;
}
.spinner > div {
  background-color: rgba(0, 77, 255, 0.2);
  border: 2px solid #004dff;
}
.spinner div:first-of-type {
  transform: translateZ(-22px) rotateY(180deg);
}
.spinner div:nth-of-type(2) {
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}
.spinner div:nth-of-type(3) {
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}
.spinner div:nth-of-type(4) {
  transform: rotateX(90deg) translateY(-50%);
  transform-origin: top center;
}
.spinner div:nth-of-type(5) {
  transform: rotateX(-90deg) translateY(50%);
  transform-origin: bottom center;
}
.spinner div:nth-of-type(6) {
  transform: translateZ(22px);
}
@keyframes spinner-y0fdc1 {
  0% {
    transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
  }
  50% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
  }
  100% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
  }
}
.loader {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 25px;
  box-sizing: content-box;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
}
.words::after {
  content: "";
  inset: 0;
  background: linear-gradient(
    var(--bg-color) 10%,
    transparent 30%,
    transparent 70%,
    var(--bg-color) 90%
  );
  z-index: 20;
}
.word {
  display: block;
  height: 100%;
  padding-left: 6px;
  color: #956afa;
  animation: 4s infinite spin_4991;
}
@keyframes spin_4991 {
  10% {
    transform: translateY(-102%);
  }
  25% {
    transform: translateY(-100%);
  }
  35% {
    transform: translateY(-202%);
  }
  50% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(-302%);
  }
  75% {
    transform: translateY(-300%);
  }
  85% {
    transform: translateY(-402%);
  }
  100% {
    transform: translateY(-400%);
  }
}
#cont {
  background: 0 0;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font: 18px Margarine, sans-serif;
  outline: 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
