* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-size: cover;
}
/* Шапка */

.header {
position: absolute;
    top: 0; 
    width: 100%; 
    z-index: 1000; 
}
.background-image {
    background-image: url('faq.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 300px #000000ba;
    height: 800px;
    max-width: 100%;
    display: flex;
    margin-top: -3%;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7); /* Тінь для тексту */
  }
.hero-container {
max-width: 100%;
height: 640px;
display: flex;
justify-content: space-between;
padding: 0 50px;
padding-top: 0px;
padding-left: auto;
box-sizing: border-box;
}
.hero-banner {
max-width: 100%;
height: auto;
margin-top: 6%;
margin-left: 8%;
margin-right: 500px;
}
.hero-banner h1 {
    font-family: Arial, Helvetica, sans-serif;
font-size: 46px; 
text-align: left;
color: #ffffff;
padding-bottom: 10px;
letter-spacing: 0.01em;
}
.hero-banner p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px; 
    text-align: left;
    color: #ffffff;
    margin-bottom: 32px;
}
.hero-banner strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; 
    text-align: left;
    color: #ffffff;
}
.button  {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    background: #fdc921;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 64px;
    align-items: center;
    text-align: center;
}
.button:hover {
    background: linear-gradient(184.01deg, #ffb909 -120.46%, #cc7000 206.61%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.button:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#pain-points {
    background: linear-gradient(180deg,  #FFFFFF 0%,  #E3E0D8 100%);
    padding: 32px; 
    height: auto;

}
.pain-container {
    max-width: 75%;
    margin: 0 auto; 
    text-align: center; 
}
h2 {
    font-size: 38px;
    margin-top: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3a3a3a; 
    margin-bottom: 16px;
}
.problems-container {
    display: none;
}
.problem {
    display: inline-flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 8px 12px;
    background-color: #FFDC85;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin: 5px 0; 
    transition: background-color 0.3s ease, transform 0.2s ease;
margin-bottom: 20px;
}
.problem:hover {
    background-color: #ffefcb;
    transform: translateY(-2px); 
}
.image-container {
    display: none;
    margin-bottom: 20px;
}
.image-container img {
display: none;
margin-bottom: 20px;
}
.image-container-2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.pain-contact {
    z-index: 10;
}
    .advantages-section {
    background: #E4E1D8;
    max-width: 100%;
    min-height: auto;
    padding: 36px;
    text-align: center;
    position: relative;
    }
.advantages-section h2 {
    font-size: 38px;
    color: #333;
    margin-bottom: 16px;
    margin-top: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
 }
    .cards {
    display: flex; 
    justify-content: space-around; 
    flex-wrap: wrap; 
    }
    .card {
    background-color: rgba(255, 255, 255, 0.8); /* Напівпрозорий фон карток */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
    padding: 20px; 
    width: 300px; 
    margin: 15px; 
    margin-bottom: 32px;
    transition: transform 0.3s; 
    }
    .card:hover {
    transform: translateY(-5px); 
    }
    .card h2 {
    font-size: 24px; 
    margin-bottom: 10px; 
    font-family: Arial, Helvetica, sans-serif;
    }
    .card p {
    font-size: 1em; 
    color: #666; 
    margin-bottom: 20px; 
    font-family: Arial, Helvetica, sans-serif;
    }
    .card img {
    max-width: 100%; 
    height: auto;
    border-radius: 4px;
    }
    .state-programs {
        padding: 20px;
         background-color: #E4E1D8;
        background-image: url("images/37.png") no-repeat center center;
        background-size: cover; /* Изображение занимает весь блок */
        text-align: center;
    }
    .title,
.subtitle,
.description1,
.client-feedback, .case p, .top-offers h2 {
    color: #252424; /* Білий колір тексту */
}
.benefits-list li,
.process-list li {
    color: #444444; /* Білий колір тексту */
}
.client-feedback {
    color: #2d2d2d; /* Білий колір для відгуків */
}
      .title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      .subtitle {
 font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .description1 {
        line-height: 1.5;
        margin-bottom: 20px;
      }
      .benefits-list {
        list-style: none;
        padding: 0;
        text-align: center;
        margin: 20px 0;
      }
      .benefits-list li {
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
      }
      .process-title {
        margin-top: 20px;
      }
      .process-list {
        list-style: decimal;
        padding: 0;
        margin: 20px 0;
        text-align: left;
      }
      .client-feedback {
        margin-bottom: 20px;
      }
      .testimonials {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        padding: 40px 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 1200px;
        margin: auto;
         margin-bottom: 16px;
         margin-top: 40px;
      }
      .testimonials {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 20px;
        max-width: 900px;
        background: rgba(255, 255, 255, 0.6); /* Напівпрозорий фон */
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px); /* Розмиття для більш сучасного вигляду */
      }
      .testimonial {
        background: rgba(255, 255, 255, 0.8); /* Напівпрозорий фон карток */
        border-radius: 10px;
        padding: 15px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      .testimonial:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
      }
      .testimonial-photo {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-bottom: 10px;
        border: 3px solid rgba(255, 255, 255, 0.8);
        object-fit: cover;
      }
      .testimonial-text {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.4;
        color: #333;
      }
    .reviews-section {
        max-width: 100%;
        padding: 32px 20px; 
        background: #E4E1D8;
        text-align: center; 
    }
    .reviews-section h2 {
        font-size: 38px; 
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 32px;
        font-weight: bold; 
    }
.cases-grid, {
    background-color: #E3E0D8;
}
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 пропорція */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.social-links ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin-bottom: 32px;
}
.social-links a {
  color: #555;
  text-decoration: none;
  margin-bottom: 40px;
}
.about {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: top;
    background: linear-gradient(180deg, #E3E0D8 0%, #FFFFFF 100%);
    height: 480px;
}
.text-about {
    margin-left: auto;
    z-index: 10; 
}


.about h2 {
    color:#4d3939;
    font-size: 38px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    padding-bottom: 20px;
    margin: auto;
    margin-top: 42px;
}
.about p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    margin-left: 20px;
}
.about h4 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin-bottom: 15px;
    color:#4d3939;
    margin-left: 20px;
}
.about h3 {
    display: none;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin-bottom: 15px;
    color:#4d3939;
    margin-left: 20px;

    
}
.about .image-about {
    max-width: 28%;
    display: flex;
    justify-content: top;
    align-items: top;
    margin: auto;
    margin-bottom: 40px;
}
.about .image-about img {
    max-width: 100%;
    border-radius: 10px;
    z-index: 10;
}
.about div:first-child {
    max-width: 50%;
}
.team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(196px, 1fr)); /* 280px * 0.7 = 196px */
    gap: 21px; /* 30px * 0.7 */
    padding: 28px; /* 40px * 0.7 */
    max-width: 1050px; /* 1500px * 0.7 */
    margin: auto;
  }
  
  .member {
    position: relative;
    overflow: hidden;
    background-color: #000;
    border-radius: 0;
  }
  
  .member img {
    width: 210px; /* 300px * 0.7 */
    height: 280px; /* 400px * 0.7 */
    display: block;
    transition: transform 0.5s ease;
  }
  
  .member:hover img {
    transform: scale(1.05);
  }
  
  .member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 17), transparent 100%);
    color: #fff;
  }
  
  .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  
  .phone p {
    margin: 8px 0 0;
    font-size: 14px;
  }
  
  .phone a {
    color: #fff;
    text-decoration: underline;
  }

  @media (max-width: 400px) {
    .team {
      grid-template-columns: 1fr;
      padding: 20px 10px;
      gap: 20px;
    }
  
    .member img {
      width: 100%;
      height: auto;
    }
  
    .member-info {
      padding: 15px;
    }
  
    .name {
      font-size: 16px;
    }
  
    .role {
      font-size: 14px;
    }
  
    .phone p {
      font-size: 13px;
    }
  }


.contact-section {
    max-width: 100%;
background-color: #ffffff;
padding: 40px;
border-radius: 8px;
margin-left: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}
.contact-left, .contact-right {
    width: 45%;
    box-sizing: border-box;
}
.contact-left {
    padding: 20px;
}
.contact-right {
    margin-left: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-section h2 {
font-size: 48px;
line-height: 94%;
margin-bottom: 32px;
letter-spacing: -0.02em;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color:  #674b36;
}
.contact-section span, strong, address {
font-size: 20px;
margin-bottom: 32px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 30px;
text-align: left;
}
.contact-item {
    margin-bottom: 15px;
}
.contact-item2 {
    margin: 32px; 
}
.social-media {
    text-align: left; 
}
.social-media img {
    width: 40px;
    margin: 0 10px; 
    transition: transform 0.3s; 
}
.social-media img:hover {
    transform: scale(1.1); 
}
.map {
    flex-grow: 1;
    margin-bottom: 42px;
}
.mockup-container {
    position:relative;
    width: 620px; 
}
.mockup-container img {
    width: 100%;
    height: auto;
    border-radius: 20px; 
}
.map-container {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 580px;
    height: 400px; 
    overflow: hidden;
    border-radius: 15px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}
.footer {
    max-width: 100%;
    background-color: #f8f8f8; 
    padding: 20px;
    text-align: center; 
    border-top: 1px solid #e0e0e0; 
    font-family: Arial, Helvetica, sans-serif;
    color: #333; 
}
.partners-footer {
    display: flex;
}
.partner-logo-1 {
    width: 120px;
    margin-left: 32px;
}
.partner-logo {
    width: 80px;
    margin-left: 32px;
}
.partner-logo-2 {
   height: 30px;
    margin-left: 32px;
}
.footer a {
    display: inline-block; 
    align-items: center;
    margin-bottom: 10px; 
}
.footer p {
    margin-left: 88px;
    align-items: center;
    text-align: center;
    font-size: 14px; 
    font-family: Arial, Helvetica, sans-serif;
}
  .footer-copy {
    margin-top: 30px;
    font-size: 14px;
    color: #888;
  }
        
    @media only screen and (max-width: 320px) {
        .nav {
            display: none;
        }

        .background-image {
            background-image: url("faq1.webp"); 
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 940px; 
            box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.5);
            display: flex;
            margin-top: -80px;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            color: white;
            text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.9); 
          }
          .hero-container {
            flex-direction: column; 
            height: auto;
            padding: 0 20px;
            align-items: center;
            text-align: center;
          }
          .hero-banner {
            margin-top: 44px;
            margin-left: 0;
            margin-right: 0;
            text-align: top;
            align-items: center;
          }
          .hero-banner h1 {
            font-size: 30px;
            text-align: center;
          }
          .hero-banner p {
            font-size: 16px;
          }
          .button {
            font-size: 16px;
            padding: 8px 20px;
            margin-top: 60px;
            text-align: center;
            align-items: center;
          }
          .button:hover {
            transform: translateY(-2px);
          }
          .pain-points {
        
            height: auto;
        }
        h2 {
            font-size: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .problems-container {
            display: inline;
        }
        .problem {
            display: flex ;
            font-size: 16px;
            padding: 6px 10px; 
            margin: 9px 0; 
        }
        .image-container-2  {
            display: none;      
        }
        .image-container{
            display: inline;
            max-width: 100%;
        }
        .image-container img {
            display:inline;
            max-width: 100%;
        }
        .advantages-section {
            padding: 20px;
            height: auto; 
        }
        .advantages-section h1 {
            font-size: 20px; 
            margin-bottom: 16px; 
            margin-top: 16px; 
            text-align: center;
        }
        .cards {
            flex-direction: column; 
            align-items: center; 
        }
        .card {
            width: 90%;
            height: 70%;
            margin: 9px 0;
            padding: 15px;
        }
        .card h2 {
            font-size: 16px;
        }
        .card p {
        display: none;
        }
        .reviews-section {
            padding: 20px 10px;
        }
        .reviews-section h1 {
            font-size: 22px;
            margin-bottom: 9px;
        }
        .state-programs {
            padding: 10px;
            background-size: contain; /* Адаптуємо зображення */
        }
    
        .title, .subtitle {
            font-size: 20px;
            margin-bottom: 8px;
        }
    
        .description1, .benefits-list li, .process-list li {
            font-size: 14px;
            line-height: 1.4;
        }
    
        .testimonials {
            padding: 10px;
            gap: 10px;
        }
    
        .testimonial {
            padding: 10px;
        }
    
        .testimonial-text {
            font-size: 12px;
        }
    
        .testimonial-photo {
            width: 50px;
            height: 50px;
        }
    
        .reviews-section h2 {
            font-size: 24px;
        }
    
        .cases-grid, .offers-gallery {
            flex-direction: column; /* Переносимо на один стовпець */
            gap: 10px;
        }
    
        .case, .offer {
            max-width: 90%;
            margin: 0 auto;
        }
    
        .offer img {
            height: 150px;
        }
    
        .offer p {
            font-size: 14px;
        }
    
        .offer p span {
            font-size: 12px;
        }
    
        .social-links ul {
            flex-direction: column;
            gap: 10px;
        }
    
        .social-links a {
            font-size: 14px;
        }
        .about {
            flex-direction: column;
            height: auto;
        }
        .text-about {
            margin-left: 0; 
            text-align: center;
            z-index: 10; 
        }
        .about h2 {
            font-size: 22px;
            margin-right: 16px;
            margin-left: 16px;
            margin-top: 20px;
        }
        .about p {
            font-size: 16px;
            margin-left: 14px;
            margin-right: 9px;
            margin-bottom: 10px; 
            text-align: left;
        }
    .about h4{
        display: none;
    }
        .about h3 {
            display: inline;
            text-align: center;
            font-size: 18px; 
            margin-left: 0; 
        }
        .about .image-about {
            max-width: 70%;
        }
        .about .image-about img {
            max-width: 80%;
            border-radius: 5px; 
        }
        .about div:first-child {
            max-width: 100%; 
        }



.card-header {
    width: 100%; 
    margin-bottom: 10px; 
}
.card-header img {
    width: 100%;
    height: auto; 
}
.card-body {
    width: 100%;
    text-align: center; 
}
.card-body h3 {
    font-size: 1.5em;
}
.card-body .position,
.card-body .description {
    font-size: 0.9em; 
}
.slider-control {
    width: 100%; 
    bottom: 10px; 
}
.slider-control::-webkit-slider-thumb,
.slider-control::-moz-range-thumb {
    width: 25px; 
    height: 25px;
}
.contact-section {
    background-color: #ffffff;
text-align: center;
    border-radius: 8px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-section h2 {
    font-size: 24px; 
    line-height: 1.2; 
    margin-bottom: 16px; 
    letter-spacing: -0.02em;
    margin-top: -32px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #674b36;
}
.contact-section span, strong, address {
    font-size: 16px;
    margin-bottom: 24px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    align-items: left;
}
.contact-item {
    margin-bottom: 10px; 
}
.contact-item2 {
    margin: 16px; 
}
.social-media {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: -30px;
    text-align: center;
    align-items: center;
}
.social-media img {
    width: 40px; 
    margin: 0 5px; 
    transition: transform 0.3s;
}
.social-media img:hover {
    transform: scale(1.1);
}
.footer {
    background-color: #f8f8f8; 
    padding: 20px; 
    text-align: center; 
    border-top: 1px solid #e0e0e0; 
    font-family: Arial, Helvetica, sans-serif;
    color: #333; 
}
.partners-footer {
    display: flex;
    align-items: center;
}
.partner-logo-1 {
    width: 90px; 
    margin: 0;
}
.partner-logo{
width: 60px;
}
.partner-logo-2 {
width: 60px;
}
.footer a {
    display: block; 
    margin-bottom: 5px; 
    text-align: center;
    align-items: center;
}
.footer p {
    margin: 10px 0; 
    text-align: center;
    align-items: center;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif;
}
.footer-copy {
    margin-top: 10px; 
    font-size: 12px; 
    color: #888;
}
    }

    @media only screen and (max-width: 768px) {
        .nav {
            display: none;
        }
        .background-image {
            background-image: url("faq1.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            max-height: 935px; 
            box-shadow: inset 0 0 700px rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.9);
          }
          .hero-container {
            flex-direction: column; 
            height: auto;
            padding: 0 20px;
            align-items: center;
            text-align: center;
          }
          .hero-banner {
            margin-top: 44px;
            margin-left: 0;
            margin-right: 0;
            text-align: center;
            align-items: center;
          }
          .hero-banner h1 {
            font-size: 32px; 
            text-align: center;
          }
          .hero-banner p {
                    font-size: 20px;
                     justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); /* Тінь для тексту */
  }
        
          .button {
            font-size: 16px; 
            padding: 8px 20px; 
            margin-top: 40px;
            text-align: center;
            align-items: center;
          }
          .button:hover {
            transform: translateY(-2px);
          }
          #pain-points {
            height: auto;
        }
        h2 {
            font-size: 24px; 
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .problems-container {
            display: inline;
        }
        .problem {
            display: flex ;
            font-size: 16px; 
            padding: 6px 10px; 
            margin: 9px 0; 
        }
        .image-container-2  {
            display: none;      
        }
        .image-container{
            display: inline;
            max-width: 100%;
        }
        .image-container img {
            display:inline;
            max-width: 100%;
        }
    
        .advantages-section {
            padding: 20px; 
            height: auto; 
        }
        .advantages-section h2 {
            font-size: 24px; 
            margin-bottom: 10px;         }
        .cards {
            flex-direction: column; 
            align-items: center;
        }
        .card {
            background-color: rgba(255, 255, 255, 0.8); /* Напівпрозорий фон карток */
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);    
            max-width: 70%;      
            margin: 9px 0; 
            padding: 10px; 
        }
        .card h2 {
            font-size: 16px; 
     
        }
        
        .card img {
            border-radius: 1px;
        }
        .state-programs {
            padding: 10px;
            background-position: center;
          }
        
          .title, .subtitle {
            font-size: 24px;
            margin-bottom: 10px;
          }
        
          .description1 {
            font-size: 14px;
            margin-bottom: 15px;
            text-align: justify;
          }
        
          .benefits-list li, .process-list li {
            font-size: 14px;
            text-align: left;
          }
        
          .client-feedback {
            font-size: 14px;
            line-height: 1.4;
          }
        
          .testimonials {
            grid-template-columns: 1fr;
            padding: 10px;
          }
        
          .testimonial {
            padding: 10px;
          }
        
          .testimonial-photo {
            width: 50px;
            height: 50px;
            margin-bottom: 8px;
          }
        
          .testimonial-text {
            font-size: 12px;
          }
        
          .reviews-section {
            padding: 20px 10px;
          }
        
          .reviews-section h2 {
            font-size: 28px;
          }
        
          .cases-grid, .offers-gallery {
            gap: 10px;
          }
        
          .case, .offer {
            max-width: 100%;
            margin-top: 20px;
          }
        
          .offer p {
            font-size: 16px;
          }
        
          .offer p span {
            font-size: 14px;
          }
        
          .top-offers {
            padding: 10px;
          }
        
          .social-links ul {
            gap: 10px;
            flex-wrap: wrap;
          }
        
          .social-links a {
            font-size: 14px;
          }

        .about {
            flex-direction: column; 
            height: auto; 
        }
        .text-about {
            margin-left: 0; 
            text-align: center; 
            z-index: 10; 
        }
        .about h2 {
            font-size: 24px; 
            margin: 10px;
            margin-top: 20px; 
        }
        .about p {
            font-size: 16px; 
            margin-left: 14px; 
            margin-right: 9px;
            margin-bottom: 10px; 
            text-align: left;
        }
        .about h4    {
            display: none;
        }
        .about h3 {
            display: inline;
            font-size: 24px; 
            margin-left: 9px;
            text-align: center;
            margin-right: 9px;
            align-items: center;
            margin-left: 0; 
        }
        .about .image-about {
            max-width: 70%; 
            
        }
        .about .image-about img {
            max-width: 80%; 
            border-radius: 5px; 
        }
        .about div:first-child {
            max-width: 100%; 
        }
       .team-container {
            padding: 9px;
    }
    .team-slider {
        width: 80%; 
        height: auto;
        align-items: center;
        padding: 10px;
    }
    .team-grid {
 align-items: center;
        padding: 8px;
    }
    .team-card {
        flex: 0 0 100%; 
        flex-direction: column; 
        padding: 16px;
  align-items: center;
        margin: 10px;
        min-width: auto; 
    }
    .card-header {
        width: 80%; 
        margin-bottom: 10px; 
    }
    .card-header img {
        width: 100%;
        height: auto; 
    }
    .card-body {
        width: 90%;
        text-align: center; 
    }
    .card-body h3 {
        font-size: 1.5em;
    }
    .card-body .position,
    .card-body .description {
        font-size: 0.9em; 
    }
    .slider-control {
        width: 100%;
        bottom: 10px; 
    }
    .slider-control::-webkit-slider-thumb,
    .slider-control::-moz-range-thumb {
        width: 25px;
        height: 25px;
    }
.footer {
    background-color: #f8f8f8; 
    padding: 20px; 
    text-align: center; 
    border-top: 1px solid #e0e0e0; 
    font-family: Arial, Helvetica, sans-serif;
    color: #333; 
}
.partners-footer {
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
.partner-logo-1 {
    width: 90px; 
    margin: 0; 
}
.partner-logo{
display: none;
}
.partner-logo-2 {
display: none;
}
.footer a {
    display: block; 
    margin-bottom: 5px; 
}
.footer p {
    margin: 10px 0; 
    text-align: center;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif;
}
.footer-copy {
    margin-top: 10px; 
    font-size: 12px; 
    color: #888;
}
        .contact-section {
            flex-direction: column; 
            padding: 20px;
        }
        .contact-left, .contact-right {
            width: 100%; 
            margin: 0;
        }
        .social-media {
            text-align: center;
            width: 300px;
        }
        .social-media img {
            width: 30px; 
            margin: 0 8px; 
        }
        .contact-section p {
            font-size: 16px; 
        }
        .contact-form {
            flex-direction: column; 
            gap: 10px; 
        }
        .map-container {
            width: 93%; 
            height: 90%; 
        }
        .mockup-container {
            width: 100%; 
        }
        .about {
            flex-direction: column;
        }
        .about div:first-child,
        .about .image-about {
            max-width: 100%;
        }
        .about .image-about {
            margin-top: 20px;
        }
        .image-reviews-1 {
            display: none;}
        .image-content {
            display: none;
            }
     }