* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .bold-text {
    font-weight: bold; 
    font-family: sans-serif;
  }
  .calendar-link{
    text-decoration: none;
  }
  body {
    font-family: sans-serif;
    overflow-x: hidden; /* Спречува хоризонтално скролување */
  }
  .links{
    text-decoration: none;
    color: black;
  }
  .mail{
    text-decoration: none;
    color:rgb(16, 16, 16);
  }
  /*Testimonal Section*/
  .card-carsouel {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 40px;
  }
  .icons {
    margin-top: 5px; 
  }
  .carousel-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px; 
  }
/*End Of Section*/
  /*Navbar*/
.navbar {
  font-size: 18px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.146) 0px 5px 15px;
  padding: 20px 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
}
.navbar-brand{
  font-weight: bold;
font-family: sans-serif;
}
.img-logo{
  width: 70px;
  border-radius: 100px;
}
.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .navbar-nav {
  display: flex;
  gap: 20px; /* Размак меѓу елементите на навбарот */
}

/* Главното мени */
.main-nav {
  list-style: none;
  display: flex;
}

.main-nav li {
  margin: 0 15px;
}

.nav-links {
  text-decoration: none;
  color: rgb(71, 71, 71);
  font-size: 18px;
  transition: color 0.3s;
}

.nav-links:hover {
  color: black;
}
  /*About Us/Odposle dodavano*/
  .about-us{
    padding-bottom: 20px;
  }
  .about-us-tittle{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    padding-top: 25px;
  }
  .about-us-par{
    text-align: center;
    font-size: 17px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us-par2{
    font-size: 17px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .second-about-us{
    background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-us-tittle2{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
  }
  .about-us-par22{
    text-align: center;
    font-size: 17px;
    width:80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
 /*First Div*/
 .first-div{
  padding-top:30px;
  padding-bottom: 50px;
 }
.flex-div{
  display: flex;
  flex-direction: row;
}
.flex-div-text{
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
.flex-div-text2{
margin-top: -10px;
}
.flex-div-text3{
  font-size: 18px;
}
.flex-div-image2{
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flex-div-image{
  width: 80%;
}
.flex-div-tittle{
  font-weight: bold;
  font-size: 35px;
  margin-bottom: -15px;
}
.flex-div-text2{
  font-size: 18px;
}
/*Second Div*/
.second-div{
  padding-top: 50px;
  padding-bottom: 100px;
}
.second-div-tittle{
  font-size: 35px;
  color:rgb(16, 16, 16);
  font-weight: bold;
  text-align: center;
  margin-top: 50px;

}
.t-div-cards{
  display: flex;
  flex-direction: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  
}
.three-div-cards{
  width: 33.3%;
}
.div-cards-image{
  width: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-cards-tittle{
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
.div-cards-text{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Third Div*/
.third-div{
  background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
  padding-top: 50px;
  padding-bottom: 50px;
}
.third-div-par{
  text-align: center;
  font-size: 17px;
}
.thirddiv-button{
  background: white;
  padding-left:15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  color: black;
  font-weight: bold; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.thirddiv-button:hover{
  background-color:#ffcb8c ;
  color: white;
 }
 .thirddiv-button2{
  background:linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
  padding-left:15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  color: black;
  font-weight: bold; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;

 }
 .thirddiv-button2:hover{
  background-color:#ffcb8c ;
  color: white;
 }
/*Fourth-Div*/
.fourth-div{
  padding-top: 50px;
  padding-bottom: 50px;
}
.flex-div-fourth{
  display: flex;
  flex-direction: row;
}
.flex-div-fourth-image{
  width: 50%;
}
.image-fourth{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.flex-div-fourth-text{
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tittle-fourth{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*Fifth Div*/
.fifth-div{
  background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fifth-div-tittle{
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  margin-left: 30px;
}
.fifth-div-text{
  text-align: left;
  font-size: 17px;
  margin-left: 30px;
}
/*Sixth div*/
.sixth-div{
  padding-bottom: 80px;
}
.sixth-div-tittle{
  text-align: center;
  color: black;
  font-size: 35px;
  font-weight: bold;
  padding-top: 100px;
}
.sixth-div-flex{
  width: 80%;
  display: flex;
  flex-direction: row;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.sixth-div-text{
  width: 50%;
}
.sixth-div-tittle2{
  font-size: 20px;
}
.sixth-div-images{
  width: 50%;
}
.image-sixth{
  width: 60%;
margin-top: 20px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
border-radius: 5px;
}
.image-sixth2{
  width: 80%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 5px;
}
.image-sixth3{
  width: 80%;
  margin-left: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 5px;
}
.image-sixth4{
  width: 60%;
  margin-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 5px;
}
.section{
  background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
  padding-top: 20px;
}
/*Footer*/
footer {
  background: #222;
  color: #fff;
  padding: 40px 0;

}

.container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 80px;
}

.footer-section {
  width: 25%;
  padding: 10px;
}

.footer-section h3, .footer-section h2 {
  color:rgb(16, 16, 16);
}

.footer-section p, .footer-section ul {
  font-size: 15px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.footer-section ul li {
  margin-bottom: 5px;

}

.footer-section ul li a {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}

.footer-section ul li a:hover {
  color:  rgba(245, 206, 116, 0.863)
}

.social-icons a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  transition: 0.3s;
}



.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #444;
}
.footer-par2{
  margin-top: 10px;
}
/* Responsive Design */
@media screen and (max-width: 768px) {
  .navbar-toggle {
      display: block;
      position: absolute;

      right: 20px;
  }

  .main-nav {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out;
  }

  .main-nav.show {
      max-height: 400px; /* Кога ќе се отвори менито */
  }

  .main-nav li {
      text-align: center;
      padding: 15px 0;
      width: 100%;
  }

  .logo {
      font-size:16px;
      margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex-div{
  display: flex;
  flex-direction: column;
  }
  .flex-div-text{
   text-align: center;
   padding: 0;
   width: 95%;
   display: block;
   margin-left: auto;
   margin-right: auto;

  }
  .flex-div-text2{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .flex-div-image{
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .flex-div-image2{
    width: 100%;
  }
  .t-div-cards{
    display: flex;
    flex-direction: column;
    margin-top: -5px;
  }
  .three-div-cards{
    width: 100%;
    margin-top: 15px;
  }
  .third-div-par{
    font-size: 14px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.thirddiv-button{
  font-size: 13px;
}
.flex-div-fourth{
  display: flex;
  flex-direction: column;
}
.flex-div-fourth-image{
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.image-fourth{
  width: 100%;
}
.flex-div-fourth-text{
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fifth-div{
  margin: 0;
}
.container{
  display: flex;
flex-direction: column;
align-items: center;
margin: 0;
padding-top: 30px;
width: 100%;
}
.footer-section{
width: 100%;
text-align: center;
}
.about-us-tittle{
  font-size: 30px;
}
.about-us-tittle2{
  font-size: 30px;
}
.about-us-par{
  width: 95%;
}
.about-us-par2{
  width: 95%;
}
.about-us-par22{
  width: 95%;
}
.thirddiv-button2{
  margin-bottom: 30px;
}
.sixth-div-flex{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.sixth-div-text{
  width: 95%;
}
.sixth-div-images{
  width: 95%;
}
.image-sixth{
  width: 100%;
  margin: 0;
  margin-top: 10px;
}
.image-sixth2{
  width: 100%;
  margin: 0;

  margin-bottom: 10px;
}
.image-sixth3{
  width: 100%;
  margin: 0;
}
.image-sixth4{
  width: 100%;
  margin: 0;
  margin-top: 10px;
}
.sixth-div-tittle2{
  margin-top: 10px;
}
.sixth-div-tittle{
  font-size: 25px;
}

  /* Carousel cards */
  .carousel-item .card-carsuel {
    width: 100%;
  }
}
.link{
  text-decoration: none;
  color:#363636;
}
h2{
  text-align: center;
}
.dropdown-menu {
  max-height: 300px; /* или висина по избор */
  overflow-y: auto;  /* скролање надоле */
}