@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    background-color: #e7f6ff
    
    
}



header {
      background: linear-gradient(135deg, #0066cc, #00cc99);
      color: white;
      padding: 5rem 3rem;
      text-align: center;
      border-bottom: 4px solid #ffffff20;
      height: 10em;
    }
    

    header h1 {
      font-size: 2.8rem;
      margin-top: 2em;
      letter-spacing: 1px;
    }

    header p {
      font-size: 1.2rem;
      margin-top: 0.5rem;
      color: #e0f7f7;
    }

    .section-injectables {
      padding: 4rem 2rem;
      max-width: 1000px;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .section-injectables h2 {
      font-size: 2.2rem;
      margin-bottom: 1rem;
      color: #004d66;
    }

    .section-injectables p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #444;
      max-width: 700px;
    }

    .injectable-image {
      background-image: url(images/34037743.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;

      margin-top: 2rem;
      max-width: 400px;
      width: 100%;
      height: 17em;
      border-radius: 1rem;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
     
      
    }
  
  

    @media (min-width: 768px) {

     
      .section-injectables {
        flex-direction: row;
        text-align: left;
        gap: 3rem;
      }

      .section-injectables p {
        text-align: left;
      }
    }
    @media  (max-width: 768px) {
      header{
        height: 40vh;
      }
      .text-content{
          text-align-left;
      }
      
    }
  



.navbar {
  position: fixed;
  top: 0;
  width: 95%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 999;
}

.logo {
  font-size: 1.8em;
  font-weight: bold;
  color: #e63946;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5em;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  padding: 8px 10px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #e63946;
}

/* Dropdown styles */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  list-style: none;
  padding: 10px 0;
  z-index: 1000;
  min-width: 160px;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #222;
  transition: background 0.2s;
}

.dropdown-menu li a:hover {
  background-color: #f4f4f4;
  color: #e63946;
}

/* ОПРАВЕНО DROPDOWN МЕНЮ */
.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%; /* веднага под бутона */
  left: 0;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  list-style: none;
  padding: 10px 0;
  z-index: 1000;
  min-width: 160px;
  display: none;
}

/* За да не изчезва, когато курсорът е върху него */
.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

/* Responsive menu toggle */
.menu-toggle {
  display: none;
  font-size: 1.8em;
  cursor: pointer;
}

@media (max-width: 768px) {

   

  .navbar {
  position: fixed;
  top: 0;
  width: 82%;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .nav-links li {
    text-align: center;
  }

  .menu-toggle {
    display: block;
    color: #222;
    
  }

  .nav-active {
    display: flex;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: none;
  }

}

.section-main{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
    padding: 4em;
    padding-bottom: 8em;
}
.products{

    height: 12em;
 object-fit: contain;
margin-bottom: 4em;
   
  
}
.products:hover{
box-shadow: 5px 5px 15px 5px rgba(0 ,0 ,0, 0.4);
transform: scale(1.2);

}




.product-link{

    color:#ff6347;
    font-weight: 500;
    margin-left: 7em;
    margin-bottom: -10em;
   
 
    
    
    
}

h5{
    text-align: center;
    color: #ff6347;
    margin-top: 15em;
}

.injectables-info{
    width: 70%;
    font-size: 1em;
    margin: 0 auto;

}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #f4f4f4;
}

.catalog {
  padding: 3em 1em;
  max-width: 1200px;
  margin: auto;
}

.catalog-title {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 2em;
  color: #333;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2em;
}

.product-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 1em;
}

.product-card h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #222;
}

.product-card p {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 1em;
}

.product-btn {
  text-decoration: none;
  background-color:  #2f80ed;
  color: white;
  padding: 0.7em 1.2em;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.product-btn:hover {
  background-color: #e5533c;
}



#lottie{
  width: 300px;
  height: 300px;
}

footer {
  background-color: #111;
  color: #ccc;
  padding: 4em 2em 2em;
  font-family: "Montserrat", sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3em;
}

.footer-col h4 {
  color: #ff6347;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 0.8em;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ff6347;
}
.newsletter {
  display: flex;
  margin-top: 1em;
}

.newsletter input {
  padding: 0.5em;
  flex: 1;
  border: none;
  border-radius: 4px 0 0 4px;
}

.newsletter button {
  padding: 0.5em 1em;
  background: #ff6347;
  border: none;
  color: white;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.socials {
  margin-top: 1.5em;
}

.socials a img {
  width: 24px;
  margin-right: 1em;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.socials a img:hover {
  opacity: 1;
}

.footer-bottom {
  margin-top: 2em;
  text-align: center;
  font-size: 0.8em;
  border-top: 1px solid #333;
  padding-top: 1em;
  color: #777;
}


