* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
.bold-text {
  font-weight: bold; 
}

body {
  font-family: sans-serif;
  overflow-x: hidden; /* Спречува хоризонтално скролување */
}
.links{
  text-decoration: none;
  color: black;
}
.mail{
  text-decoration: none;
  color:rgb(16, 16, 16);
}
/*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; /* Размак меѓу елементите на навбарот */
}
.dropdown-menu {
  max-height: 300px; /* или висина по избор */
  overflow-y: auto;  /* скролање надоле */
}
/* Главното мени */
.main-nav {
  list-style: none;
  display: flex;
}

.main-nav li {
  margin: 0 15px;
}

.nav-links {
  text-decoration: none;
  color: black;
  font-size: 18px;
  transition: color 0.3s;
}

.nav-links:hover {
  color: black;
}
.nav-item {
  color: black;
}








/*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;
}

.social-icons a:hover {
  color: #f1c40f;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #444;
}
.footer-par2{
  margin-top: 10px;
  
}
.calendar-link{
  text-decoration: none;
}
.links{
  margin-right: 5px;
}
/* HERO */
.hero-section {
  background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
  padding: 130px 20px 80px;
  text-align: center;
}
.hero-content {
  max-width: 850px;
  margin: auto;
}
.hero-title {
  font-size: 44px;
  font-weight: bold;
  color: rgb(71, 71, 71);
  margin-bottom: 20px;
  line-height: 1.3;
}
.hero-subtitle {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.55;
  color: rgb(71, 71, 71);
}
.hero-desc {
  font-size: 17px;
  margin: 25px auto 35px;
  color: #555;
  line-height: 1.7;
  max-width: 700px;
}
 
/* BUTTONS */
.btn-green,
.btn-blue {
  background: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-green:hover,
.btn-blue:hover {
  background: #efe7dd;
  transform: translateY(-3px);
}
 
/* SERVICES SECTION */
.container-services {
  width: 88%;
  margin: 80px auto;
}
.section-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: rgb(71, 71, 71);
  margin-bottom: 55px;
}
 
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
 
.service-card {
  background: white;
  padding: 32px 26px;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.15) 0 20px 40px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-8px);
}
 
.service-card.wide {
  grid-column: span 2;
}
 
.card-icon {
  font-size: 38px;
  color: #d8b36b;
  margin-bottom: 18px;
}
 
.service-title {
  font-size: 20px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 12px;
}
 
.service-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  flex-grow: 1;
}
 
.service-sublist {
  list-style: none;
  padding: 0;
  margin: 8px 0 14px;
}
.service-sublist li {
  font-size: 14.5px;
  color: #555;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.service-sublist li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d8b36b;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 3px;
}
 
.service-btn {
  margin-top: auto;
  align-self: flex-start;
}
 
/* Alternating accent backgrounds for icon badges */
.card-icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7f1e3, #ffdfc4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card-icon-wrap i {
  font-size: 26px;
  color: #b8862f;
}
 
/* TRUST STRIP */
.trust-strip {
  background: #f8f6f3;
  padding: 55px 20px;
  text-align: center;
}
.trust-strip h3 {
  font-size: 26px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 15px;
}
.trust-strip p {
  max-width: 750px;
  margin: 0 auto;
  color: #555;
  line-height: 1.7;
}
 
/* FINAL CTA */
.final-cta {
  background: linear-gradient(to right, #f7f1e3, #f7e2ab, #ffdfc4);
  padding: 70px 20px;
  text-align: center;
}
.final-cta h2 {
  font-size: 34px;
  font-weight: bold;
  color: rgb(71, 71, 71);
}
.final-cta p {
  margin-top: 12px;
  color: #555;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
 
/* 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);
}
.footer-par2 {
  margin-top: 10px;
}
 
/* RESPONSIVE */
@media screen and (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card.wide {
    grid-column: span 2;
  }
}
 
@media screen and (max-width: 768px) {
  .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;
  }
  .footer-section {
    width: 100%;
    text-align: center;
  }
  .services-grid {
    display: flex;
    flex-direction: column;
  }
  .service-card.wide {
    grid-column: auto;
  }
  .cta-buttons {
    display: flex;
    flex-direction: column;
  }
  .btn-blue{
    width: 70%;
    font-size: 15px;
  }
  .btn-green {
    width: 100%;

    font-size: 10px;
  }
  .link {
    text-decoration: none;
  }
}










@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;
  }
  .footer-section{
    width: 100%;
    text-align: center;
    }
}