@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Fugaz+One&family=Nunito:ital,wght@0,300;0,400;1,300&family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;


  
}

/* || POCETNA STRANICA */

/* glavna navigacija */

.navbar {
  height: 90px;
   padding: 0;
   background-color: #fff;
   display: flex;
   align-items: center;
   z-index: 1000;
   top: 0;
   position: sticky;
   justify-content: center;

   /* margin: 0 auto; */
   
 }
 
.nav-link {
  text-decoration: none;
  color: black;
  margin-left: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.nav-link:hover {
  color: #333333a1;
}

.nav-line {
  color: grey;
  margin-left: 20px;
  text-align: center;
}

 .navbar-toggler {
   margin-right: 15px;
   border-color: #000;
   margin-bottom: 30px;
 }
 
 .navbar-toggler-icon {
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23000"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /></svg>');
 }
 

#usluge {
  padding-top: 70px;
}

/* druga navigacija */

.card-link {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
}
.card-img-secendNav:hover {
  color: #d0c09e;
}

.card-img-secendNav {
  padding: 0.7rem;
  max-width: 200px;
  /* height: 12rem; */
}
.img-content-secendNav {
  max-width: 100%;
  max-height: 100%;
  padding: 0.5rem;
}

/* review */

.reviewMargin {
  margin: 0;
}

.carousel-control-prev-icon {
  background-color: #d0c09e;
}

.carousel-control-prev-icon:hover {
  background-color: #d0c09e95;
}

.carousel-control-next-icon {
  background-color: #d0c09e;
}

.carousel-control-next-icon:hover {
  background-color: #d0c09e;
}
.reviewSlider {
  padding: 1rem;
}


  .reviewTitle {
    font-size: 2.5rem; /* Veličina naslova */
    color: #D4AF37; /* Zlatna boja */
    text-align: center; /* Centriran tekst */
    text-transform: uppercase; /* Velika slova za naglasak */
    font-family: 'Roboto', sans-serif; /* Profesionalni font */
    font-weight: bold; /* Naglašena slova */
    letter-spacing: 2px; /* Prored između slova */
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4); /* Suptilna senka */
    padding: 20px;
    
 
  }
  


.nameReview {
  font-size: 1.5rem;
  background: linear-gradient(45deg, #D4AF37, #2C2C2C); /* Blagi zlatno-crni gradient */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
}


  

.quotationMark {
  font-size: 20px;
  /* font-style: italic; */
  color: #d0c09e;
}

.card {
  margin: 1rem;
  border: none;
  /* border-bottom: 1px solid #d0c09e ; */
  /* box-shadow: 1px 2px 8px 2px #d0c09e6b; */
}

.card-img {
  padding: 0.7rem;
  max-width: 100%;
  height: 17rem;
  display: flex;
  justify-content: center;
  /* background-image: linear-gradient(#d0c09e, white,white, white); */
}

.img-content {
  max-width: 100%;
  max-height: 100%;
  padding: 0.5rem;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(
        to right,
        #d0c09e,
        #d0c09e2c,
        #d0c09e,
        white,
        #d0c09e,
        #d0c09e2c
      )
      border-box;
  border-radius: 50%;
  border: 5px solid transparent;
}

.middle {
  background: url(img/simic/dentist4.png?v=3);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 55%; 
  width: auto;
  background-color: #fdfdfd; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  min-height: 80vh;
  max-width: 1290px;
  margin: auto;
  margin-bottom: 70px;
}


.middle-div {
  font-size: 1.2rem;
  float: right;
  background: linear-gradient(45deg, #f6ebc8, #5b5b5b); /* Blagi zlatno-crni gradient */
  background-position: center ;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  position: relative;
  z-index: 1; /* Održava sadržaj iznad zamagljene pozadine */
  color: #333; /* Prilagodi boju teksta po potrebi */
  min-width: 50%;

 

}



.middle-div p {
  font-size: 1.2rem;
  white-space: wrap;
  color:rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
 
  
}

.animated {
  animation: fadeInLeft 1.7s linear;
}

/* || usluge */

.services,
.services-bottom,
.services-top {
  /* margin: 2rem 0; */
  background-position: left;
  background-repeat: no-repeat;
  min-height: 70vh;
  width: auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.services-bottom,
.services-top {
  background-position: right;
  justify-content: flex-start;
  animation: none;
}
.services-div,
.services-bottom-div,
.services-top-div {
  width: 100%;
  float: right;
  background-color: #d0c09e;
  background-image: linear-gradient(to right, #d0c09e, #dbbb5f, #dfb011);
  color: #fdfdfd;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  border-style: groove;
}

.services-bottom-div,
.services-top-div {
  float: left;
}
.services h2,
.services-bottom h2,
.services-top h2 {
  padding: 10px;
  font-size: 1.2rem;
  white-space: wrap;
}

.services p,
.services-bottom p,
.services-top p {
  font-size: 1.2rem;
  white-space: wrap;
  padding: 0 30px;
}

.services ul,
.services-bottom ul,
.services-top ul {
  list-style-type: none;
}

.swiperSlider {
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(135deg, #f5deb3 20%, #d4af37 80%); Blagi gradient sa zlatnim tonovima */
  background-image: url('http://www.transparenttextures.com/patterns/diagmonds-light.png'); /* Suptilan patern */
  background-size: 150px 150px; /* Veličina paterna */
  background-blend-mode: overlay; /* Kombinacija paterna i gradijenta */
  margin: 0;
  min-height: 6%;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.swiper {
  width: 100%;
  max-width: 1290px; /* Ograničena širina slajdera */
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
  
}

.swiper-slide {
  background-position:center;
  background-size: cover;
  width: 400px;
  height: 400px;
  border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}



/* Paginacija - tačke */
.swiper-pagination-bullet {
  background-color: #DAB75D; /* Zlatna boja za paginaciju */
  opacity: 0.7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  margin-top: 30px!important;
}
/* Paginacija - aktivna tačka */
.swiper-pagination-bullet-active {
  background-color: #000; /* Crna boja za aktivnu tačku */
  opacity: 1;
}

/* Hover efekat na slajdovima */
.swiper-slide:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.swiper {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 400px;
  border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}




/*  || O nama stranica */


/* Stil za svaki član tima */
/* Osnovni stilovi */
.container-about-us {
  text-align: center;
  padding: 50px 20px;
}

.about-text
{
  text-align: left;
}
.team {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* Kartice ovo je i za tim i za kartice na uslugama*/
.card {
  position: relative;
  display: flex;
  justify-content: center;
  width: 300px;
  height: 400px;
  border-radius: 10px;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.card:hover img {
  opacity: 0.8;
}

.card h3 {
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  font-size: 0.8rem;
  transition: background 0.3s ease;
  text-align: center;
}

.card:hover h3 {
  background: rgba(0, 0, 0, 0.9);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

.modal-content h3 {
  margin-bottom: 10px;
  color: #2c3e50;
}

.modal-content p {
  color: #555;
  line-height: 1.6;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* Animacija za modal */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.9);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}


/* CTA stilovi */

.cta-box {
  max-width: 100%; /* Maksimalna širina */
  padding: 20px;
  background: linear-gradient(357deg, #1b1b1b, #4b4b4b); /* Blagi zlatno-crni gradient */
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column; /* Vertikalni raspored */
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Centriranje unutar containera */

}


.cta-box:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.cta-title {
  font-size: 3rem; /* Blago povećana veličina za dodatni utisak */
  font-weight: 700; /* Čini naslov upečatljivijim */
  margin-bottom: 20px;
  color: #fffdfd; /* Tamna siva za sofisticiran izgled */
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); /* Intenzivnija i mekša senka */
  letter-spacing: 0.05em; /* Suptilno povećan razmak između slova */
  line-height: 1.2; /* Smanjena visina linije za zbijeniji izgled */
  text-align: center; /* Centriran tekst, ako odgovara dizajnu */
  transition: color 0.3s ease, transform 0.3s ease; /* Glatke tranzicije */
  font-family: 'Dancing Script', cursive;
}
.cta-title:hover{
  color: #d7af2c; /* Promena boje na hover (npr. narandžasta) */
  transform: scale(1.1); /* Blago povećanje veličine */
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Pojačana senka na hover */
}

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #dddddd;

}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1e1d1d;
  text-decoration: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #d4af37, #e5c26e);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(135deg, #e5c26e, #d4af37);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


/* Modal stilovi tima*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  max-width: 400px;
  width: 90%;
}

.modal-content h3 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.modal-content p {
  color: #555;
  margin-bottom: 20px;
}

.modal-content input {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-content button {
  background: #f4b400;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.modal-content button:hover {
  background: #d49b00;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Animacija */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/*main - o nama*/
.main-container {
  font-size: 18px;
  width: 100%;
  border-radius: 6px;


  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
  margin: auto;
  text-align: center;
}
.about-section {
  background: url(/img/bg/dentist8.jpg) no-repeat left;
  background-size: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  max-width: 1290px;
  border-radius: 10px;
 
}

.about-container {
  width: 45%;
  float: right;
  background-color: #fdfdfd;
  padding: 70px;
  font-size: 1.2rem;
  border-radius: 10px;
}

.about-container h1 {
  margin-bottom: 30px;
  font-style: 30px;
  font-weight: 900;
}



.about-btn {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
}



/* Galerija */

.gallery-bg {
  margin-top: 80px;
}
/* .gallery-bg img {
  /* margin-bottom: 5px; */

.gallery-text {
  color: rgb(7, 7, 7);
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.text-color-change-on-hover:hover {
  color: #d0c09e;
  font-weight: bold; /* Change the color as desired */
}

.video-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 40px;
}

/*  || radovi stranica */
.black {
  background-color: black;
  color: white;
  font-size: 1.5rem;
}
.work {
  background-color: #fff;
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.image-comparison {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  overflow: hidden;
}

.image-comparison img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  box-shadow: 0 2px 8px 2px rgba(245, 245, 245, 0.29);
  border-radius: 8px;
}

.image-comparison .images-container {
  position: relative;
  display: flex;
}

.image-comparison .images-container .before-image {
  position: absolute;
  top: 0;
  width: 50%;
}

.image-comparison .slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.image-comparison .slider-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: rgba(245, 245, 245, 0.788);
  left: 50%;
  transform: translateX(-50%);
}

.image-comparison .slider-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  color: whitesmoke;
  transform: translate(-50%, -50%) rotateZ(90deg);
}

/* Kontakt  */

.containera {
  width: 80%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: auto;
  margin-top: 20px;
}
.containera .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containera .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  position: relative;
  background-color: #ffffff;
}
.content .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details {
  margin: 14px;
  text-align: center;
}
.content .left-side .details i {
  font-size: 30px;
  color: #d4af37;
  margin-bottom: 10px;
}
.content .left-side .details .topic {
  font-size: 25px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #818186;
  font-weight: 600;
}
.containera .content .right-side {
  width: 80%;
  margin-left: 75px;
  flex-direction: column;
}
.content .right-side .topic-text {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #d4af37;
}

.right-side p {
  font-size: 16px;
  color: #818186;
  font-weight: 600;
}
.right-side .input-box {
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #faf4e2;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box {
  min-height: 110px;
}
.right-side .input-box textarea {
  padding-top: 6px;
}
.right-side .btn {
  display: inline-block;
}
.right-side .btn input[type="submit"] {
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background:#d4af37;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn input[type="submit"]:hover {
  background:#f7cd42;
}

.btn {
  --bs-btn-padding-x: none; /* Promenite ovo na željeni padding */
  padding-left: var(--bs-btn-padding-x);
  padding-right: var(--bs-btn-padding-x);
}

.working-hours {
  font-size: 18px;
  width: 80%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

.working-hours h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #D4AF37;
}

.working-hours ul {
  list-style-type: none;
  padding: 0;
}

.working-hours li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #818186;
  font-weight: 600;
}

.icons {
  width: 80%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #818186;
  font-weight: 600;
  margin-bottom: 20px;;
}

.icons a {
  background: #ecf0f3;
  position: relative;
  height: 60px;
  width: 60px;
  margin: 0 10px;
  display: inline-flex;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px #ceced1;
}

.icons a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #ecf0f3;
  box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 5px #ceced1;
}
.icons a i {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 60px;
}
.icons a:hover i {
  transform: scale(0.9);
}
.icons a.fb i {
  color: #4267b2;
}

.icons a.insta i {
  color: #e1306c;
}
.social {
  list-style: none;
}

/*Footer back to top button */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


/*dugme za telefon mobilni br*/

.top-bar {
  /* border-bottom: 1px solid #ddd; Tanka linija ispod */
  height: 50px;
  top: 0; /* Zalepljen na vrhu */
  z-index: 1300; /* Osigurava da bude iznad drugih elemenata */
  display: flex;
  justify-content: space-between;/* Elementi na suprotnim stranama */
  align-items: center;
  max-width: 1290px;
  margin: 0 auto;
}
.top-bar-phone {
  text-decoration: none; /* Uklanja podvučen tekst */
  font-weight: bolder; /* Podebljan tekst */
  color: #000000; /* Tamno siva boja za broj telefona */
  font-size: 13px; /* Povećava veličinu fonta za broj telefona */
  display: inline-block; /* Osigurava da se stil pravilno primeni */
  padding-left: 40px; /* Precizno pomeranje ikone i broja */
  font-style: italic;

}

/* Hover efekat za desktop */
.top-bar-phone:hover {
  color: #3b3b3b; /* Tamnija boja pri prelasku */
  text-decoration: underline; /* Dodaje podvlačenje pri hover-u */
}


.adresa {
  text-align: right; /* Poravnanje adrese desno */
}

.adresa a {
  color: #262626; /* Siva boja za tekst */
  font-size: 15px; /* Veličina fonta */
  font-weight: 700; /* Podebljan font */
  text-decoration: none; /* Uklanja podvlačenje */
  padding-left: 700px;
  font-style: italic;
  font-weight: bold;
}

.adresa i {
  margin-right: 5px; /* Razmak između ikone i teksta */
}

/* Efekat hover na adresu */
.adresa a:hover {
  color: rgb(184, 184, 184); /* Plava boja pri hover-u */
}

.button-outline1 {
  display: inline-block;
  padding: 8px 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #d4af37;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button-outline2 {
  display: inline-block;
  padding: 8px 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #d4af37;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;

}

.button-outline1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #d4af37;
  z-index: 0;
  transition: width 0.3s ease;

}
.button-outline2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #d4af37;
  z-index: 0;
  transition: width 0.3s ease;

}


.button-outline1:hover::before {
  width: 100%;
  transform: scale(1.05);
}
.button-outline2:hover::before {
  width: 100%;
  transform: scale(1.05);
}

.button-outline1:hover {
  color: white;
}
.button-outline2:hover {
  color: white;
}

.button-outline1 span {
  position: relative;
  z-index: 1;
}
.button-outline2 span {
  position: relative;
  z-index: 1;
}
.center-container {
  display: flex;
  flex-direction: column; /* Postavlja dugmadi jedan ispod drugog */
  justify-content: center; /* Centriranje dugmadi vertikalno */
  align-items: center; /* Centriranje dugmadi horizontalno */
  margin: 0; /* Uklanja padding/margin */
  gap: 10px;
  margin-top: -270px;

}

/* || FOOTER */
.footer-bg {
  position: relative; /* Potrebno za overlay */
  background-image: url('img/bg/kids5.jpg'); /* Putanja do slike */
  background-size: cover; /* Pokriva ceo footer */
  background-position: center; /* Centrirana slika */
  background-repeat: no-repeat; /* Bez ponavljanja slike */
  color: #333; /* tamna boje teksta */
}

.footer-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Svetli overlay */
  color: #333; /* Tamniji tekst za bolju čitljivost na svetlom overlay-u */
  z-index: 1; /* Overlay sloj */
}

.footer-bg * {
  position: relative;
  z-index: 2; /* Sadržaj preko overlay-a */
  max-width: 1290px;
}
.footer-bg a {
  color:#000;
  text-decoration: none; /* Bez podvlačenja */
  transition: color 0.3s ease, text-shadow 0.3s ease; /* Animacija promene boje */
  font-size: 1rem;

}

.footer-bg a:hover {
  color: #555;

}

.footer-bg a:active {
  color: #a97f29; /* Tamnija zlatna na klik */
}

.footer-bg p a {
  font-weight: bold; /* Podebljan tekst za linkove u paragrafima */
}

.footer-bg ul.list-inline a {
  font-size: 1.5rem; /* Veći font za ikone društvenih mreža */
}

.footer-bg ul.list-inline a:hover {
  transform: scale(1.1); /* Blago uvećanje ikona na hover */
}

ul.list-unstyled.list-inline {
  margin-bottom: 0; /* Uklanja marginu na dnu */
  color: #000;
  font-size: larger;
  padding-left: 10px;
  
}



/* Stil za kontejner */
.boxx {
  display: flex;
   flex-wrap: wrap; /* Omogućava prelazak u kolonu na manjim ekranima */
   justify-content: space-between; 
  align-items: center;
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 20px;
  max-width: 1290px;
}


/* Sekcija sa tekstom */
.titleMetod {
  flex: 1; /* Tekst zauzima prostor proporcionalno slici */
  padding: 20px;
}



.titleMetod p {
  font-size: 1.2rem;
  color: #333; /* Tamno siva za tekst */
  line-height: 1.6;
  margin: 10px;
  text-align: left;
 
}


.handwritten strong{
  font-family: 'Dancing Script', cursive;
  font-size: 44px;
  font-weight: bold;
  color: #D4AF37; /* Zlatna boja za naglasak u tekstu */ 
  text-align: center; /* Centriranje teksta */
 


}

/* Sekcija sa slikom */
.image-section {
  flex: 1;
  text-align: center;


}

.image-section img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Senka za sliku */
  height: auto; /* Zadržite proporcije slike */
  border-radius: 15px; /* Zaobljeni uglovi */
  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.4), /* Unutrašnja senka */
              0 4px 6px rgba(0, 0, 0, 0.2); /* Spoljna senka */
  background-color: #f9f9f9; /* Pozadinska boja za efekt */
  padding: 30px; /* Dodajte malo razmaka unutar slike */
  transition: transform 0.3s ease; /* Efekat animacije */
}
.image-section img:hover {
  transform: scale(1.05); /* Blago uvećanje na hover */
  box-shadow: inset 0 12px 18px rgba(0, 0, 0, 0.5), 
              0 6px 8px rgba(0, 0, 0, 0.3);
}

@keyframes shimmer {
  0% {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 10px #d4af37, 0 0 20px #d4af37;
  }
  50% {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 15px #ead1ac, 0 0 30px #eed7b5;
  }
  100% {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 10px #d4af37, 0 0 20px #d4af37;
  }
}

.seo-title {
  font-size: 2.5rem;
  font-family: 'Dancing Script', cursive;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 20px;


  /* Gradijent sa zlatnim bojama */
  background: linear-gradient(45deg,  #D4AF37, #474747);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


  /* Blaga animacija */
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}















/* Stil za mobilne uređaje */
@media (max-width: 768px) {
  
  .boxx {
    flex-direction: column; /* Redosled u koloni */
    align-items: stretch; /* Poravnanje elemenata */

    max-width: 100%; /* Sprečava horizontalno skrolovanje */
    gap: 10px; /* Smanjuje razmak */
    margin-bottom: 50px;

  }

  .image-section {
    flex: 1;
    text-align: center;
}
.image-section {
  flex: unset; /* Onemogućava deljenje prostora na manjim ekranima */
  width: 100%; /* Element zauzima punu širinu ekrana */
  margin-bottom: 20px; /* Dodaje razmak ispod sekcije za razdvajanje */
  text-align: center; /* I dalje centrira sadržaj */
}

  .titleMetod {
    text-align: center;
    padding: 10px;
  }



  .titleMetod p {
    font-size: 1rem; /* Manji font za tekst na mobilnim uređajima */
  }


  .image-section {
    margin-top: 20px; /* Razmak između teksta i slike */
  }

  .image-section img {
    max-width: 90%; /* Smanjena širina slike za mobilne */
  }
  .reviewTitle{
    font-size: 1.4rem;
  }

 
.reviewTitle p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

.text-section p strong {
  color: #222;

}

.handwritten strong{
 
  font-size: 25px;
}

.middle{
  background-size: cover; 
  min-height: 60vh;
 


} 
.middle-div {
  color: white;
  font-weight: 800;
  font-size: 1rem;
  min-height: 60vh;
  padding: 10px;
      justify-content: center;
      align-items: center;
      text-align: center;

  
}

.video-container {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.video-container video {
  width: 100vw;
  height: 95vh;
  object-fit: cover;
}
/*za kontakt stranicu*/
.containera .content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Opcionalno, da budu centrirani */
}
.containera .content .right-side{
  width: 100%; /* Da zauzimaju punu širinu */
  margin-bottom: 20px; /* Dodaj razmak između sekcija */
  text-align: center;
  margin-left: 0;
  flex-direction: column;
}
.containera .content .left-side{
  width: 100%; /* Da zauzimaju punu širinu */
  margin-bottom: 20px; /* Dodaj razmak između sekcija */
  margin-top: 35px;

}
.content .left-side::before{
  visibility: hidden;
}


}

/*metod rada slike*/
/* Osnovne postavke za .concept-section */
/* Stil za sekciju .concept-section */
.concept-section {
  color: #333;
  margin: 0;
  min-height: 100vh; /* Visina sekcije jednaka visini ekrana */
  display: flex; /* Koristi flexbox za poravnanje */
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  padding: 20px; /* Dodatni padding za mobilne uređaje */
  margin-bottom: 70px;
}

/* Stil za .concept-container */
.concept-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
  position: relative;

}

/* Stil za svaki .concept-block */
.concept-block {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff; /* Boja pozadine svake kartice */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}

.concept-block:hover {
  transform: translateY(-10px);
}

/* Stil za naslove unutar .concept-block */
.concept-block h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2c3e50;
}

/* Stil za paragrafe unutar .concept-block */
.concept-block p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

/* Stil za slike unutar .concept-block */
.concept-block img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 8px;
}

/* ovde ide novi slider za pacijente */



.experience-wrapper {
  display: flex;
  max-width: 1290px; /* Max širina */
  width: 100%;
  margin: 0 auto;
  height: 70vh;
  border-style: inset;




  
}
.bkg-wrapper{
  background-color: #393939;
}

.left-side {
  width: 50%; /* Leva strana sa naslovom */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #393939;
  color:white;
  padding: 10px;
  text-align: center;
 

}

.left-side h3 {
  font-size: 2rem;
  color: #ddd;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Dancing Script', cursive;

  
}

.right-side {
  width: 50%; /* Desna strana sa pomerajućim tekstom */
  background-color: #ececec;
  position: relative;
  padding: 0px;
  overflow: hidden; /* Skriva sadržaj koji izlazi iz okvira */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.slider-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  animation: slideEffect 20s linear infinite; /* Usporeno na 20 sekundi */
}

.slider-item {
  display: flex;
  flex-direction: column; /* Slika i tekst u vertikalnom rasporedu */
  align-items: center;
  justify-content: center;
  width: 80%;
  flex-shrink: 0;
  padding: 20px 20px;

 
}



 /*mage-container {
  width: 100px; Slika manja od polovine
   height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
} */

.patient-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-text {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(34, 34, 34, 0.2);
}
/*video na komp.fasetama stranica usluge*/
.bg-video {
  width: 100%;   /* prilagodi širinu */
  height: 700px;
  display: block;
  margin: 0 auto; /* centriranje */
  object-fit: contain;
  z-index: -1; /* video ide iza sadržaja */

}
/*slika pre i posle komp.fasete*/

.sslider-wrapper {
  width: 500px; /* Možeš promeniti po želji */
  position: relative;
  margin: 0 auto;
}
.slider-description {
  font-size: 1.2rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6); /* tamna poluprovidna pozadina */
  padding: 12px 15px;
  border-radius: 10px;
  max-width: 400px;
  margin: 15px auto;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px); /* efekat zamagljenja iza */
  transition: transform 0.3s ease;
}

.iimage-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3; /* Prilagodi ako slike nisu u ovom odnosu */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.iimage-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aafter {
  clip-path: inset(0 0 0 50%);
  transition: clip-path 0.1s ease-out;
}

.sslider {
  width: 100%;
  margin-top: 15px;
  appearance: none;
  height: 8px;
  border-radius: 2px;
  background: #D4AF37;
  outline: none;
}

.sslider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #f5f6f8;
  border-radius: 50%;
  cursor:progress;
}

.sslider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #ff003c;
  border-radius: 70%;
  cursor: pointer;
}

@keyframes slideEffect {
  0% {
    transform: translateX(100%);
  }
  25% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-300%);
  }
}

@media (max-width: 768px) {
  .experience-wrapper {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .cta-text{
    font-size: 1rem;
  }

  .left-side,
  .right-side {
    width: 100%;
    padding: 10px;
  }

  .left-side h2 {
    font-size: 28px;
    text-align: center;
  }

  .slider-container {
    animation: slideEffectMobile 20s linear infinite; /* Mobilna verzija sa istom animacijom */
  }

  .slider-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .image-container {
    margin-bottom: 10px;
  }

  .card {
    margin: 0 auto;        /* Centriranje po horizontali */
    max-width: 90%;        /* Ograniči širinu da ne ide skroz do ivice */
    text-align: center;    /* Centriraj tekst unutar kartice */
    margin-top: 10px;
    margin-bottom: 10px;
  }



}

@keyframes slideEffectMobile {
  0% {
    transform: translateX(100%);
  }
  25% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  75% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-300%);
  }}


.workTxt {
  text-align:left
}
/*decja slika*/
.decja {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

}
.decja img{
  max-width: 100%;
      height: auto;
      border-style: ridge;
      display: block;
}


/*resposive*/
/* Globalni stilovi */

/* Navigacija na mobilnim uređajima */
@media (max-width: 991px) {

  .nav-line {
    display: none;
  }
  .navbar {
    display: flex; /* Aktivira flexbox */
    justify-content: space-between; /* Logo i toggle dugme na suprotnim stranama */
    height: 80px; /* prilagodjena visina za mobilne uređaje */
    align-items: center; 
    padding: 0 10px; /* Prostor sa strane */
    z-index: 1030;
    position: sticky;
    top: 0;

  }
  
  .navbar-brand img {
    max-height: 100px;
    width: auto;
    position: relative;
    top: -15px;
    margin-top: 0; /* Uklonite eventualne margine */
    padding-top: 0;
  
  }

  .navbar-toggler {
    padding: 8px 8px; /* Prostor oko dugmeta */
    border: none; /* Uklanja okvir dugmeta */
    margin-right:  15px; /* Uklanja margine */
    z-index: 1031; /* Osigurava da dugme bude iznad menija */
  }
   .navbar-toggler-icon {
    width: 25px; 
    height: 25px;/* Prilagodljiva veličina ikone */
   }
 
  .navbar-collapse {
    background-color: #fff !important; /* Pozadina menija */
    opacity: 1;
    color: #000;
    position: absolute; /* Postavljanje ispod navigacije */
    top: 70px; /* Pomeranje ispod navigacione trake */
    left: 50%; /* Poravnanje sa sredinom */
    transform: translateX(-50%); /* Centriranje po horizontali */
    width: 90%; /* Širina menija */
    display: none; /* Skriveno kada nije otvoreno */
    border-radius: 10px; /* Zakrivljeni uglovi */
    border: 1px solid #ddd; /* Dodaje ivicu */
    z-index: 1029; /* Ispod navigacije */
    padding: 10px 0; /* Razmak iznutra */
 
  }

  .navbar-collapse.show {
    display: block;
  }

  /* Stilovi za linkove */
  .nav-link {
    text-align: center; /* Centrirani linkovi */
    padding: 10px 15px; /* Unutrašnji razmak */
    font-size: 1rem; /* Prilagođena veličina fonta */
    color: #000;
  }

  .nav-link:hover {
    color: #555;
  }
}

/* Carousel stilovi */
.carousel-caption {
  background-color: rgba(51, 51, 51, 0.53);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 15px;
}

.carousel-caption h2 {
  font-size: 1.7rem;
}

.carousel-caption p {
  font-size: 1.2rem;
}

/* Sekcija radova i usluga */
.work {
  min-height: 25vh;
  padding: 30px;
}


/* Specifično za mobilne uređaje */
@media (max-width: 768px) {


  .navbar {
    height: 70px; /* Manja visina */
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;

  }
  
  .navbar-brand img {

    width: auto;
    position: relative;
    margin-top: 0; /* Uklonite eventualne margine */
    padding-top: 0;
    margin-top: -10px;
   
  }
  .reviewMargin {
    margin: 0;
  }


  .services,
  .services-bottom,
  .services-top {
    margin:2rem;
    
  }
 

  .services{
    border: 10px;
  }
  

  .top-bar-phone {
    color: #000000 !important; /* Osigurava boju za mobilne uređaje */
    font-size: 13px !important; 
    font-weight: 900;
   padding-left: 20px;
   letter-spacing: 0.5px; 
   font-family: 'Montserrat', 'Nunito Sans', sans-serif;

  }
  .top-bar {
    flex-direction: row; /* Redosled u jednom redu */
    padding: 5px;
}


h1 {
  font-size: 1rem; /* Manji font na mobilnim uređajima */
  letter-spacing: 1px; /* Manji razmak između slova */
  text-shadow: none; /* Uklanja senku na mobilnim uređajima */
}



.text-section p {
  font-size: 16px;
  text-align: center;
}

.image-section {
  padding: 10px 0;
}




 .middle-div p{
      font-size: 1rem;
      font-weight: 800;
      align-items: center;
      justify-content: center;
      text-align: center;

    }
  .concept-section{
    margin-bottom: 50px;
  }

/*za metod rada slike*/

  .concept-block {
    flex: 1 1 100%;

}
.concept-block p{
  font-size: 1rem;
}

/*za slajder na mobilnom*/



  /* Swiper container */
  .swiper {
    width: 100%; /* Širina slajdera da pokrije ekran */
    padding-top: 70px;
    margin-bottom: 30px;
  }

  /* Swiper slajdovi */
  .swiper-slide {
    width: 90%; /* Slajdovi skoro do ivice, ostaje mali razmak */
    height: 100%; /* Automatska visina za mobilne */
    border-radius: 8px; /* Manji zaobljeni uglovi */
  }

  /* Slike unutar slajdova */
  .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 8px;

  }
  
  .titleMetod {
    text-align: center;
    padding: 10px;
  }
  .swiperSlider{
    margin-bottom: 50px;
  }


  .titleMetod p {
    font-size: 1rem; /* Manji font za tekst na mobilnim uređajima */
    text-align: left;
  }

  .image-section {
    margin-top: 20px; /* Razmak između teksta i slike */
  }

  .image-section img {
    max-width: 90%; /* Smanjena širina slike za mobilne */
  }

  .seo-title {
    font-size: 1.5rem;
}
.button-outline1 {
  padding: 5px 10px;
  font-size: 0.8rem;}
  .button-outline2 {
    padding: 5px 10px;
    font-size: 0.8rem;}

    .cta-box {
      padding: 20px;
      margin: 0 auto; /* Centriranje unutar containera */
      max-width: 100%;


    }
    .cta-title{
      font-size: 2rem;
    }

    .adresa a{
      display: none;}

   
   ul.list-unstyled.list-inline {
        margin-bottom: 0; /* Uklanja marginu na dnu */
        padding-right: 10px;

    }

    ul.list-unstyled.list-inline a{
      font-size: 15px;
      
    }

   
    /* iskustva pacijenata */

    .experience-wrapper {
      flex-direction: column; /* Na mobilnim uređajima, postavljamo vertikalni raspored */
      height: auto;


      
    }
  
    .left-side,
    .right-side {
      width: 100%; /* Oba panela zauzimaju punu širinu */
      padding: 20px;
    }
  
    .left-side h2 {
      font-size: 28px;
      text-align: center;
    }
  
    .right-side {
      padding: 20px;
      box-shadow: none;
      border-radius: 0;
    }
  
    .slider-container {
      width: 100%;
    }
  
    .testimonial-text {
      max-width: 100%;
      height: auto;
    }
  
    .image-container {
      margin-bottom: 10px;
      width: 60px;
      height: 60px;
    }
  
    .services-top-div{
 
      font-size: 1.2rem;
      order: -1;
      width: 100%;
    }
    .services-top{
      min-height: 40vh;
      border-radius: 10px;
      border-style: inset;
      flex-direction: column;
      background-size: 100%;

    }
    

    .services-top-div p{
      font-size: 1rem;
      text-align: left!important;
  
    }
    

    /*naslov za nasi radovi mobilni*/
    .work {
      min-height: 10vh;
      padding: 20px;
      width: 100%;
      text-align: left;

    }
 /*slika pre i posle komp.fasete*/

.sslider-wrapper {
  width: 90%; /* Možeš promeniti po želji */
  position: relative;
  margin: 0 auto;
}

      
  }

  
@media (max-width: 576px) {
  .card-img-secendNav {
    max-width: 160px;
  }

  .middle,
  .services,
  .services-bottom
  .services-top
   {
    align-items: center;
   }
    .services-top-div{
  flex-direction: column;
    }


  

  .middle-div,
  .services-div,
  .services-bottom-div,
  .services-top-div {

    background-color: #DAB75D;
    opacity: 0.9;
    color: #000000;



  }
 


}

/* Stilovi za uređaje većih rezolucija */
@media (min-width: 1200px) {
  .nav_container {
    padding: 0 0px;
   }

     /* Stil za desktop i veće uređaje */
  h1 {
    font-size: 1.5rem; /* Veći font na desktopu */
    color: #333; /* Tamna boja teksta */
    font-weight: 600; /* Polu-debeli font */
    letter-spacing: 2px; /* Razmak između slova */
    text-transform: uppercase; /* Velika slova */
    transition: all 0.3s ease-in-out; /* Efekat prelaza za animaciju */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Efekat senke */
  }

}
@media (min-width: 992px) {
 
  .reviewSlider {
    display: flex;
  }

  .slide {
    flex: 0 0 calc(100% / 3);
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: right !important; /* Primer premeštanja na levu stranu */
 
  
  }
  .navbar-nav .nav-link {
    font-size: 18px; /* Povećava veličinu fonta za navigaciju */
    font-weight: 700; /* Po želji, podebljajte tekst */
  }
}

@media (max-width: 1200px) {
  .about-container {
    padding: 80px;
  }
}

@media (max-width: 1000px) {
  .about-section {
    background-size: 100%;
    padding: 100px 40px;
  }

  .about-container {
    width: 100%;
  }

  .middle-div h1,
  .services-div h1,
  .services-bottom-div h1,
  .services-top-div h1 {
    font-size: 1.8rem;
  }

    
  .services-div p,
  .services-bottom-div p {
    font-size: 1rem;
    align-items: center;
    text-align: left!important;

  }
  .services-top-div p{
    font-size: 1rem;
    text-align: left;
  }

  /* Stil za desktop i veće uređaje */
  h1 {
    font-size: 1.5rem; /* Veći font na desktopu */
    color: #333; /* Tamna boja teksta */
    font-weight: 600; /* Polu-debeli font */
    letter-spacing: 2px; /* Razmak između slova */
    text-transform: uppercase; /* Velika slova */
    transition: all 0.3s ease-in-out; /* Efekat prelaza za animaciju */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Efekat senke */
  }
}

@media (max-width: 600px) {
  .about-section {
    padding: 0;
  }

  .about-container {
    padding: 40px;
  }
}
