
@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;
    
    
}

.header {
    height: 65vh;
    background-image: url(''), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 3em;
    animation: changingBackground 30s infinite ease-in-out
   

    
}

@keyframes changingBackground{
    0%{
        background: url(/images/AdobeStock_708786476.jpeg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

 
 25%{
    background: url(images/AdobeStock_322780364.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 }

 50%{
    background: url(images/covid-still-life-with-vaccine.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 }
 75%{
    background: url(images/shutterstock_637793932.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 }
 100%{
    background: url(images/Pharmaceutical-Peptides-Oxytocin-Vials-10mg-2mg-5mg-CAS-50-56-6-USA-Canada-Australia-UK-Spain-Germany-4091316129.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 }

}

.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-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;
}
    
    

.header-info{
    margin-top: 15em;
    
}
.header-text{
    color: #fff;
    text-align: center;
    
}


.header-title{
    font-size: 4.5em;
    font-stretch: expanded;
    color: #fff;
    text-align: center;
    
}






    .section {
      background: #0f172a;
      color: white;
      padding: 2rem;
      text-align: center;
    }

    header h1 {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }

    header p {
      font-size: 1.2rem;
      opacity: 0.8;
    }

    .hero {
      background: url('https://images.unsplash.com/photo-1581092334904-80f0555d4f2b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80') no-repeat center/cover;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    }

    .hero h2 {
      font-size: 2rem;
      background: rgba(0,0,0,0.4);
      padding: 1rem 2rem;
      border-radius: 10px;
    }

    .categories {
      padding: 3rem 1rem;
      max-width: 1200px;
      margin: auto;
    }

    .categories h3 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 2rem;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
    }

    .category-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 1.5rem;
      text-align: center;
      text-decoration: none;
      color: inherit;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

    .category-card h4 {
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      color: #0f172a;
    }


    

   .card-image{
    height: 2.4em;
   }


.section-1{
    padding: 4em;
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    background-color:#e7f6ff;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.5);

}

  
.category-image{

    height: 15em;
  
}

.category-pics{
height: 10em;
display: flex;
gap: 6em;

    
    
}

.category-link{
    color: #ff6347;
    font-weight: 600;
    margin-inline: 5.5em;
    margin-top:-3em;
    display:block;
    
    
    
}

.category-svg{
height: 2em;
}

#sarms{
height: 3em;
}
/* Targeting the specific class */
.category-link-info {
    text-decoration: none;
    color: #007BFF; /* Link color */
    font-weight: bold;
    padding: 5px 0; /* Add some padding to accommodate the underline */
    display: inline-block;
    position: relative; /* Required for positioning the pseudo-element */
}

/* Underline effect using pseudo-element */
.category-link-info::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Underline thickness */
    background-color: #FF6347; /* Underline color */
    transition: width 0.3s ease; /* Smooth transition effect */
}

/* Animation on hover */
.category-link-info:hover::after {
    width: 100%; /* Expand the underline to full width */
}
.section-2{
    background-color:  #f2f5fa;
    display: flex;
    flex-wrap: wrap;
   gap: 25em;
    padding: 4em;
}

.category-pics-2{
  height: 10em;
  width: 13em;
  margin-top: 2.2em;
  display: flex;
  gap: 6em;
    
    
    
}
.category-link-2{
    color: #ff6347;
    font-weight: 600;
    margin-inline: 5.5em;
    margin-top:-3em;
    display:block;
    
    
}


.category-image-2{
   
    width: 13em;
    
}
.category-pics-2:hover{
    box-shadow: none;
    transition: 0.5s ease-in-out;
    
}
.section-text-2{
    width:66ch
}

.section-3{
    background-color:#e7f6ff;
    display: flex;
    flex-wrap: wrap;
    gap: 5em;
    padding: 4em;
   
    
}

.category-pics-3{

    display: flex;
    gap: 5em;
    
    
    
}

.section-text-3{
    width:66ch

}


    
    
    
    
    

.category-link-3{
    color: #ff6347;
    font-weight: 600;
    margin-inline: 5.5em;
    margin-top:-3em;
    display:block;
}
    
    
    
    .section-text >h1,
    .section-text-2 >h1,
    .section-text-3 > h1{

    color: #FF6347;

    
}
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;
}



@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;
  }


  .nav-active {
    display: flex;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    background: none;
  }
  .menu-toggle{
    display: inline-block;
    
  }
}
.block {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.block.visible {
  opacity: 1;
  transform: translateY(0);
}
