* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-family: 'Manrope', sans-serif;
 }

 body {
   background-color: #fff;
   color: #222;
   line-height: 1.6;
 }

 a {
   color: inherit;
   text-decoration: none;
 }

 .container{
   width: 90%;
   margin: auto;
}


/* navbar */
.headerNavbar{
   display: flex;
   height: 95px;
   justify-content: space-between;
   align-items: center;
}

.menuButton{
   background-color: transparent;
   border: 1px solid #F7F7F8;
   border-radius: 100px;
   padding: 14px 24px;
   color: #656567;
   cursor: pointer;
   font-size: 18px;
}
.menuButton:hover{
   color: #262626;
   background-color: #F7F7F8;
   transition: all 1s ease-out;
}
.active{
   background-color: #F7F7F8;
   color: #262626;
}
.headerMenuRight{
   display: flex;
   gap: 10px;
}
.headerMenuRight{
   display: flex;
   gap: 14px;
}

.shoppingCart{
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   width: 52px;
   height: 52px;
   background-color: #FFD400;
   border-radius: 100%
}
.containerr {
    height:100px;
    width: 1100px;
    margin: auto;
    padding: 40px 20px;
    position: relative;
  }
  
  .headerr {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .headerr h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  .subheading {
    color: gray;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
   
  }
  
  .headerr p {
    max-width: 800px;
    color: #444;
    font-size: 15px;
  }
  .img_text{
    display: flex;
    justify-content:end ;
    align-items: end;
        
    }
  
  .btn {
    background-color: #FFD700;
    color: #000;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    
  }
  
  .carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-top: 40px;
    scroll-behavior: smooth;
    margin-top: 100px;
  }
  
  .testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    min-width: 320px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
  }
  
  .profile {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .fuul_questiens {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .human_foto {
    display: flex;
    align-items: center;
  }
  
  .human_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    justify-content: center;
  }
  
  .human_text h4 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
  }
  
  .stars {
    color: #f5c518; /* Золотистий колір */
    font-size: 16px;
    margin-top: 5px;
  }
  
  .human img.fotoo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fce48e; /* Легкий жовтий фон */
    padding: 5px;
  }
  
  .lapku {
    width: 40px;
    height: 40px;
  }
  
  .lapku img.img_text {
    width: 100%;
    height: auto;
  }
  
  .review-text {
    font-size: 14px;
    margin-top: 10px;
    color: #555;
  }
  

 .logo {
   max-width: 120px;
 }

 .cart-icon {
   margin-right: 5px;
   max-width: 30px;
 }
   /* navbar */
 .hero {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   padding: 40px 20px;
   background-color: #fafafa;
 }

 .hero-content {
   flex: 1 1 400px;
   max-width: 600px;
   margin-bottom: 30px;
 }

 .hero-content h1 {
   font-size: 32px;
   font-weight: 700;
 }

 .hero-content span {
   color: #fdd835;
 }

 .hero-content p {
   margin: 20px 0;
 }

 .hero-buttons {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   margin-bottom: 30px;
 }

 .btn {
   padding: 12px 24px;
   border: none;
   border-radius: 25px;
   font-size: 16px;
   cursor: pointer;
 }

 .btn.yellow {
   background-color: #fdd835;
   color: #000;
 }

 .btn.white {
   background-color: #fff;
   color: #000;
   border: 1px solid #ddd;
 }

 .hero-stats {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }

 .hero-stats div {
   background-color: #fff;
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
   flex: 1 1 150px;
   text-align: center;
 }

 .hero-image {
   flex: 1 1 300px;
   text-align: center;
 }

 .hero-image img {
   border-radius: 10px;
   max-width: 100%;
   height: auto;
 }

 .product-options {
   margin-top: 10px;
   font-size: 16px;
   font-weight: bold;
 }

 .products, .experience, .testimonials {
   padding: 40px 20px;
 }

 .section-header {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
 }

 .product-filters {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   margin: 20px 0;
   gap: 10px;
 }

 .product-tags {
   display: flex;
   gap: 10px;
   margin-bottom: 20px;
   flex-wrap: wrap;
 }

 .active { 
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  font-size: 16px;
  border: none;
  transition: all 0.3s ease;
 }


 .tag.active{
  background-color: #fdd835;
  color: #000;
 }

 .product-tags .tag {
   background-color: #eee;
   padding: 8px 16px;
   border-radius: 20px;
   cursor: pointer;
 }

 .tag.active, .product-filters button.active {
   background-color: #fdd835;
   color: #000;
 }

 .product-filters button {
   background: none;
   border: none;
   padding: 10px 20px;
   cursor: pointer;
   font-size: 16px;
 }

 .product-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
   margin-top: 40px;
 }

 .product-card {
   padding: 20px;
  
   border-radius: 10px;
   max-width: 269px;
   width: 200%;
   padding: 20px;
 }

 .product-card img{
  width: 280px;
  padding: 20px;
  font-size: 1.1rem;
 }
 
 .experience-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap: 20px;
 }

 .experience-item {
   background-color: #fff;
   padding: 20px;
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
 }

 /* Testimonials Section */
.testimonials {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.testimonials-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  position: relative;
}

.testimonial-cards {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
}

.testimonial-card {
  min-width: 300px;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  scroll-snap-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.stars {
  color: gold;
  font-size: 18px;
}

.testimonial-arrow {
  background-color: #FFD400;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
}

.left-arrow {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.right-arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.view-all-btn {
  margin-top: 30px;
}

/* Footer Section */
.footer {
  background-color: #111;
  color: #eee;
  padding: 40px 20px;
  margin-top: 80px;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
}

.footer-subscribe {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.footer-subscribe input {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  width: 250px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-column {
  min-width: 150px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #eee;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #777;
}

.footer-bottom a {
  color: #777;
  margin: 0 5px;
}

.footer-bottom a:hover {
  color: #FFD400;
}

/* Adaptivity */
@media (max-width: 768px) {
  .testimonial-cards {
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}













/* BoxQuestion */


.LogoQuest{
  padding-top: 75px;
}
.LogoQuestsmall{
  padding-top: 36px;
  color: black;
}
#navbarNavDropdown{
  padding-top: 120px;
}
.question{
  padding-top: 150px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin-bottom: 20px;
  padding: 30px;
}




.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 30px;
padding-top: 80px;
}

.logo {
font-size: 24px;
font-weight: bold;
}

.nav-links {
list-style: none;
display: flex;
gap: 20px;
}

.nav-links li a {
text-decoration: none;
font-size: 16px;
color: #98989A;
}

.nav-links li a:hover {
color: #1A1A1A;
}
#active{
  color: #1A1A1A;
}
.ContainerQuest{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-top: 80px;
}

.questionBox1{
  width: 512px;
  height: 412px;
}
.questionBox2{
  width: 512px;
  height: 412px;
}
.questionBox3{
  width: 512px;
  height: 412px;
}
#hiddenText {
display: none;
margin-top: 10px;
color: #4C4C4D;
font-size: 14px;
line-height: 150%;
}

.questionBoxTitle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.questionTitleBig{
font-size: 18px;
transition: font-size 0.3s ease-in-out;
}
.question{
background-color: #FCFCFD;
border-radius: 20px;
}
@media (max-width: 1200px) {
  .ContainerQuest {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}

.testimonials {
  padding: 40px 20px;
}

.testimonials-wrapper {
  display: flex;
  justify-content: center;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.view-all-btn {
  text-align: center;
  margin-top: 30px;
}

.btn.yellow {
  background-color: #FFD700;
  color: black;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}

/* Адаптивність */
@media (max-width: 992px) {
  .testimonial-cards {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .testimonial-card {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .testimonial-cards {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    max-width: 100%;
    padding: 15px;
  }

  .btn.yellow {
    width: 100%;
    padding: 12px 0;
  }
}

/* Contact Page Styles */
.contact-container {
  max-width: 450px;
  margin: 60px auto 40px auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  padding: 40px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-container h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #262626;
  letter-spacing: 1px;
}
#contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#contact-form label {
  font-size: 1rem;
  color: #656567;
  margin-bottom: 4px;
  font-weight: 500;
}
#contact-form input,
#contact-form textarea {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 1rem;
  background: #fafafa;
  color: #222;
  transition: border 0.2s;
  resize: none;
}
#contact-form input:focus,
#contact-form textarea:focus {
  border: 1.5px solid #FFD700;
  outline: none;
}
#contact-form textarea {
  min-height: 100px;
  max-height: 200px;
}
#contact-form button[type="submit"] {
  background: #FFD700;
  color: #222;
  border: none;
  border-radius: 25px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: background 0.2s, color 0.2s;
}
#contact-form button[type="submit"]:hover {
  background: #262626;
  color: #FFD700;
}
#form-message {
  margin-top: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #27ae60;
  text-align: center;
}
@media (max-width: 600px) {
  .contact-container {
    padding: 24px 8px 20px 8px;
    max-width: 98vw;
  }
  #contact-form button[type="submit"] {
    font-size: 1rem;
  }
}
