*{
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.backgroundimage{
    position: relative;
    color: rgb(243, 227, 162);
    text-align: center;
}

.backgroundimage a{
    position: relative;
    color: rgb(243, 227, 162);
    text-align: center;
}

.backgroundimage img{
    width: 100%;
    height: 240em;
}


.textimage{
    position: absolute;
    top: 2%;
    margin-left: 25%;
    font-size: 200%;
    text-align: left;
}

.textimage2{
    position: absolute;
    top: 2.6%;
    margin-left: 42%;
    font-size: 200%;
    text-align: left;
}

.textimage3{
    position: absolute;
    top: 2.6%;
    margin-left: 58%;
    font-size: 200%;
    text-align: left;
}


a{
    text-decoration: none;
}

.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 2.5rem;
  padding-inline: 5.25rem;
  background-color: rgb(0, 0, 0);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgb(243, 227, 162);
  gap: 10px;
  font-weight: bold;
  border: 3px solid rgb(243, 227, 162);
  outline: none;
  overflow: hidden;
  font-size: 70px;
}

.icon {
  width: 65px;
  height: 65px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.textimage4{
    position: absolute;
    top: 2%;
    margin-left: 70%;
    font-size: 200%;
    text-align: left;
}

.maintext{
    text-align: center;
    margin-top: 2%;
}

.kakootkup h2{
  line-height: 1.4em;
}

.maintextclass1{
    font-size: 215%;
    color: rgb(164, 132, 5);
}

.maintextclass2{
    font-size: 350%;
    margin-top: 0.5%;
}

.kakootkup{
    text-align: center;
    padding-top: 1%;
    justify-content: center;
    display: flex;
    gap: 5%;
    padding-bottom: 8%;
}

.cijena h1{
  padding-top: 7%;
}


.cijenapodtekst{
    padding-top: 3%;
    font-size: 200%;
    display: inline-block;
    color: gray;
}

.brojke{
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 5%;
  background: #000000;
  background: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 53%, rgba(164, 132, 5, 1) 100%);
  color: white;
  padding-bottom: 5%;
  position: relative;
}

.brojkeglavno{
    font-size: 215%;
    color: rgb(164, 132, 5);
}

.brojkesporedno{
    font-size: 350%;
    margin-top: 0.5%;
}

.brojkepodtekst{
    padding-top: 3%;
    font-size: 200%;
    display: inline-block;
}



.numbers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 30%;
  padding-right: 10%;
  padding-top: 8%;
  padding-bottom: 5%;
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
}

/* CARD STYLE */
.box {
  background: linear-gradient(145deg, #2a2a2a, #1f1f1f);

  width: 450px;
  height: 360px;

  border-radius: 8px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: white;

  transition: all 0.3s ease;
  cursor: pointer;
}

/* NUMBER STYLE */
.number-animation {
  font-weight: 700;
  margin-bottom: 12px;
}

/* TEXT LABEL */
.box h1 {
  font-size: 300%;
  font-weight: 600;
  letter-spacing: 0.6px;
}

/* HOVER EFFECT (LIKE YOUR IMAGE) */
.box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 18px 40px  rgb(164, 132, 5);
  background: linear-gradient(145deg, #333333, #262626);
}

.number-animation::after {
  margin-left: 4px;
}

.brojke .brojkeimg{
  display: flex;
}

.iskustva{
  font-size: 170%;
  padding-top: 11%;
  justify-content: center;
}

.otkupa{
  font-size: 170%;
  padding-top: 8%;
  justify-content: center;
}

.zadovoljnih{
  font-size: 170%;
  padding-top: 8%;
  justify-content: center;
}

.preporuka{
  font-size: 170%;
  padding-top: 8%;
  justify-content: center;
}

/* From Uiverse.io by wilsondesouza */ 
ul {
  list-style: none;
}

.example-2 {
 position: fixed;
  bottom: 20px;
  right: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  z-index: 9999;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
  padding: 0.5rem;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: 100%;
  right: 110%;
  transform: translateY(200%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 40px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #000000;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
  background-color: #24262a;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}

.prodaja{
    text-align: center;
    padding-top: 7%;
    padding-bottom: 7%;
}

.prodajaglavno{
    font-size: 250%;
    color: rgb(164, 132, 5);
}

.prodajasporedno{
    padding-top: 2%;
    font-size: 300%;
}

.button1 {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 2.5rem;
  padding-inline: 5.25rem;
  background-color: rgb(0, 0, 0);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgb(164, 132, 5);
  gap: 10px;
  font-weight: bold;
  border: 3px solid rgb(243, 227, 162);
  outline: none;
  overflow: hidden;
  font-size: 70px;
}

.button1 a{
  color: rgb(164, 132, 5);
}

.button1:hover{
  color: black;
  background-color: rgb(164, 132, 5);
}

.bttnnazovite{
  padding-top: 3%;
  padding-left: 41%;
}

.anexfooter{
    justify-content: center;
    background-color: #181818;
    color: white;
    display: flex;
    gap: 15%;
    font-size: 200%;
    padding-top: 5%;
    padding-bottom: 6%;
}

.anexfooter a{
  color: white;
}

.footerotkup a{
  color: rgb(243, 227, 162)
}

.footervrijeme{
  color: rgb(243, 227, 162)
}

.footerkontakt{
  color: rgb(243, 227, 162)
}

.footerotkupsporedno{
    padding-top: 5%;
}

.vrijemesporedno1{
    padding-top: 6%;
}

.ponpet{
    padding-top: 3%;
}

.vrijemesporedno2{
    padding-top: 6%;
}

.subota{
    padding-top: 3%;
}

.vrijemesporedno3{
    padding-top: 6%;
}

.nedjelja{
    padding-top: 3%;
}


.kontaktbrojevi{
  padding-top: 10%;
}

html {
  zoom: 0.33;
}

.car-form-container {
  max-width: 1700px; /* JOŠ ŠIRE */
  background: #ffffff;
  padding: 100px; /* OGROMAN unutarnji razmak */
  border-radius: 40px;
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
  font-family: Arial, sans-serif;
  margin: 80px auto;
}

.car-form-container h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 80px; /* MEGA NASLOV */
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px; /* VEĆI RAZMAK */
}

.form-group label {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 42px; /* VEĆI LABEL */
}

.form-group input,
.form-group select {
  padding: 45px; /* GIGANT INPUT */
  border-radius: 30px;
  border: 2px solid #ccc;
  font-size: 40px; /* VELIKI TEKST */
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 10px rgba(0, 123, 255, 0.3);
}

.porukabttn {
  width: 100%;
  padding: 50px; /* MASIVAN GUMB */
  background-color: black;
  border: none;
  border-radius: 40px;
  color: white;
  font-size: 52px; /* OGROMAN TEKST */
  font-weight: bold;
  cursor: pointer;
  margin-top: 50px;
}

.porukabttn:hover {
  background-color: rgb(164, 132, 5);
}

.result {
  margin-top: 60px;
}

.result h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.result textarea {
  width: 100%;
  height: 440px; /* OGROMNA poruka */
  padding: 36px;
  border-radius: 24px;
  border: 2px solid #ccc;
  resize: none;
  font-family: Arial, sans-serif;
  font-size: 34px; /* Masivan tekst u textarea */
}

.posaljiupit{
  background-color: black;
  padding-top: 3%;
  padding-bottom: 6%;
}

.upitnaslov{
  text-align: center;
  background-color: black;
  padding-top: 3%;
}

.manjiupit{
  font-size: 215%;
  color: rgb(164, 132, 5);
}

.veciupit{
  font-size: 350%;
  margin-top: 0.5%;
  color: white;
}

/* ================= MOBILE RESPONSIVE ================= */

/* Tablets */
@media (max-width: 1024px) {

  .backgroundimage img {
    height: auto;
  }

  .textimage,
  .textimage2,
  .textimage3,
  .textimage4 {
    font-size: 120%;
    margin-left: 5%;
    position: relative;
    text-align: center;
  }

  .kakootkup {
    flex-wrap: wrap;
    gap: 40px;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-right: 0;
  }

  .box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .anexfooter {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }

  .bttnnazovite {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}


/* Phones */
@media (max-width: 768px) {

  /* HERO */

  .button,
  .button1 {
    font-size: 26px;
    padding: 20px 30px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  /* HEADERS */

  .maintextclass1,
  .manjiupit,
  .prodajaglavno {
    font-size: 120%;
  }

  .maintextclass2,
  .veciupit,
  .prodajasporedno {
    font-size: 160%;
  }

  /* PROCESS CARDS */

  .kakootkup {
    flex-direction: column;
    padding: 40px 20px;
  }

  .cijena img,
  .vozila img,
  .lokacija img,
  .kako img {
    width: 70% !important;
  }

  .cijenapodtekst {
    font-size: 110%;
  }

  /* FORM */

  .car-form-container {
    padding: 30px;
    margin: 20px;
  }

  .car-form-container h2 {
    font-size: 34px;
  }

  .form-group label {
    font-size: 18px;
  }

  .form-group input,
  .form-group select {
    font-size: 18px;
    padding: 16px;
    border-radius: 14px;
  }

  .porukabttn {
    font-size: 22px;
    padding: 18px;
  }

  /* FLOATING ICONS */

  .example-2 .icon-content a {
    width: 70px;
    height: 70px;
  }

  .example-2 .icon-content a svg {
    width: 35px;
    height: 35px;
  }

  .example-2 .icon-content .tooltip {
    font-size: 14px;
  }

}


/* Small phones */
@media (max-width: 480px) {

  .button,
  .button1 {
    width: 100%;
  }

  .prodajasporedno h1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .brojkepodtekst h1 {
    font-size: 18px;
  }

  .box h1 {
    font-size: 22px;
  }

}
