@media (max-width: 1024px) {
    .footer {
        padding: 50px 30px 25px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    footer .logo-text .brand {
        font-size: 2.5rem;
    }

    .footer-brand {
        grid-column: span 2;
        text-align: center;
    }

    .footer-brand .logo-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .payment-methods {
        justify-content: center;
    }

    .footer-brand .fht {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .page-hero h1 {   
        font-size: 2rem;
    }

    .footer {
        padding: 40px 20px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-brand {
        grid-column: span 1;
    }

    footer .logo-text .brand {
        font-size: 2rem;
    }

    .footer-brand p {
        font-size: 14px;
        text-align: center;
    }

    .footer h3 {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer ul {
        text-align: center;
        padding: 0;
    }

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

    .footer-contact {
        align-items: center;
    }

    .footer-contact-item {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 8px;
    }

    .footer-contact-item span:last-child {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .payment-methods {
        font-size: 28px;
        gap: 15px;
    }

    .footer-bottom {
        padding-top: 25px;
    }

    .footer-bottom p.first {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .footer-bottom p.second {
        font-size: 0.85rem;
    }

    .header-inner {
      flex-direction: column;
      align-items: center;
      gap: 18px;
    }

    .logo {
      flex-direction: column;
      text-align: center;
    }

    .contact-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      margin-top: 10px;
    }

    .contact-left span {
      margin: 0;
    }

    .header-inner .btn {
      order: 3;
    }

    .main-nav {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 10px;
    }

    .main-nav a {
      margin: 0;
      font-size: 1.05rem;
    }

    .services-inner {
      flex-direction: column;
    }

    .services-cards {
      overflow-x: auto;
      overflow-y: hidden;
      width: 100%;
      -webkit-overflow-scrolling: touch;
    }

    .services-track {
      animation: none;
      display: flex;
      gap: 20px;
    }

    .services-track .card {
      width: 260px;
      flex-shrink: 0;
    }

    .services-cards {
      overflow-x: auto;
    }

    .services-cards {
      grid-template-columns: 1fr;
    }

    .services-left {
      max-width: 100%;
      text-align: center;
    }

    .services-left h2 {
      font-size: 1.8rem;
    }

    .services-left p.lead {
      max-width: 80%;
      margin: 0 auto 30px;
    }

    .hero {
      padding: 60px 0;
    }

    .hero-inner {
      flex-direction: column;
      text-align: center;
      gap: 40px;
    }

    .hero-title {
      font-size: 2.2rem;
      line-height: 1.2;
    }

    .hero-sub {
      max-width: 90%;
      margin: 0 auto 25px;
      font-size: 1rem;
    }

    .hero-right {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }

    .hero::after {
      height: 150%;
    }

    .hero-composition {
      width: 260px;
      height: 260px;
      top: -20px;
      right: 50%;
      transform: translateX(50%);
    }

    .blob-circle {
      width: 230px;
      top: 30px;
      right: 15px;
    }

    .blob-organic {
      width: 260px;
      top: 0;
      right: 0;
    }

    .leaf {
      width: 150px;
      top: 120px;
      right: 60px;
    }

    .hero-image-wrap-organic {
      width: 240px;
      height: 320px;
      border-radius: 120px 35px 120px 35px;
      margin-top: 20px;
    }
    
    .about {
      padding: 60px 0;
    }

    .about-inner {
      flex-direction: column;
      text-align: center;
      gap: 40px;
    }

    .rounded-x {
      /* width: 260px; */
      width: 380px !important;
      height: 260px;
      border-radius: 130px 35px 130px 35px;
    }

    .rounded-x img {
      object-fit: cover;
    }

    .about-copy h2 {
      font-size: 1.8rem;
      line-height: 1.25;
    }

    .about-copy p {
      max-width: 85%;
      margin: 0 auto 25px;
      font-size: 1rem;
    }

    .about-copy a .btn {
      margin-top: 10px;
    }
    
    .stats-quote {
      padding: 70px 0 40px;
    }

    .stats-inner {
      flex-direction: column;
      text-align: center;
      gap: 40px;
    }

    .stats-left {
      text-align: center;
    }

    .stats-left h2 {
      font-size: 1.8rem;
      line-height: 1.25;
    }

    .numbers {
      flex-direction: column;
      gap: 20px;
      margin: 25px 0;
    }

    .num strong {
      font-size: 1.7rem;
    }

    .rounded-image {
      width: 300px;
      height: 240px;
      border-radius: 120px 35px 120px 35px;
    }

    .quote {
      margin-top: 60px;
      padding: 0 20px;
    }

    .quote blockquote {
      font-size: 1.2rem;
      line-height: 1.4;
    }

    .quote-avatar img {
      width: 55px;
      height: 55px;
    }
    
    .contact {
      padding: 60px 0;
    }

    .contact-inner {
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }

    .contact-form {
      width: 100%;
    }

    .contact-form h2 {
      text-align: center;
    }

    .contact-form .muted {
      text-align: center;
      margin-bottom: 25px;
    }

    .form-grid {
      grid-template-columns: 1fr;
      gap: 18px 0;
    }

    .field.full {
      grid-column: span 1;
    }

    input, textarea {
      width: 100%;
    }

    .actions.full {
      display: flex;
      justify-content: center;
    }

    .contact-map img {
      width: 100%;
      max-width: 320px;
      border-radius: 20px;
      object-fit: cover;
    }
}

/* small phone 480px and below */
@media (max-width: 480px) {
    .footer {
        padding: 30px 15px 15px;
    }

    footer .logo-text .brand {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .footer-brand .tag {
        font-size: 0.65rem;
    }

    .footer-brand p {
        font-size: 13px;
        line-height: 1.6;
    }

    .footer h3 {
        font-size: 15px;
    }

    .footer ul li a {
        font-size: 13px;
    }

    .footer-contact-item {
        font-size: 13px;
    }

    .footer-contact span .circle-bg {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .payment-methods {
        font-size: 24px;
        gap: 12px;
    }

    .footer-bottom p.first {
        font-size: 0.85rem;
    }

    .footer-bottom p.second {
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .privacy-intro {
    padding: 60px 0 40px;
  }

  .privacy-intro h2 {
    font-size: 2.2rem;
  }

  .privacy-content {
    padding: 40px 0 80px;
  }

  .privacy-section {
    padding: 30px 25px;
  }

  .privacy-section h3 {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-number {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .contact-box h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-actions {
    width: 100%;
    flex-direction: column;
  }

  .btn-cookie {
    width: 100%;
  }

  .cookie-modal-content {
    margin: 0;
    border-radius: 20px;
    max-height: 95vh;
  }

  .cookie-modal-header {
    padding: 25px 20px 15px;
  }

  .cookie-modal-header h3 {
    font-size: 1.6rem;
  }

  .cookie-modal-body {
    padding: 20px;
  }

  .cookie-category-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-category-info {
    width: 100%;
  }

  .cookie-modal-footer {
    flex-direction: column;
    padding: 15px 20px 25px;
  }

  .cookie-modal-footer .btn-cookie {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cookie-consent {
    padding: 20px 0;
  }

  .cookie-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .cookie-text h4 {
    font-size: 1.1rem;
  }

  .cookie-text p {
    font-size: 0.85rem;
  }
}

@media (max-width: 1024px) {
  .about-intro-inner,
  .mission-inner {
    flex-direction: column;
    gap: 50px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-intro-content h2,
  .mission-content h2,
  .values-header h2,
  .team-header h2,
  .stats-content h2 {
    font-size: 2rem;
  }

  .cta h2 {
    font-size: 2.2rem;
  }

  .rounded-x,
  .rounded-image {
    width: 100%;
    height: 350px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .stats-numbers {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .treatments-intro-inner {
    flex-direction: column;
    gap: 50px;
  }

  .sub-treatments-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .treatments-intro {
    padding: 60px 0;
  }

  .treatments-intro-content h2 {
    font-size: 2rem;
  }

  .all-treatments {
    padding: 60px 0;
  }

  .treatments-header h2 {
    font-size: 2rem;
  }

  .treatment-tabs {
    flex-direction: column;
    gap: 10px;
  }

  .tab-button {
    width: 100%;
  }

  .treatment-main-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }

  .treatment-main-image {
    width: 100%;
    height: 200px;
  }

  .treatment-main-info h3 {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .accordion-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .sub-treatments-grid {
    padding: 20px;
    gap: 15px;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .why-choose {
    padding: 60px 0;
  }

  .why-choose-header h2 {
    font-size: 2rem;
  }

  .packages-intro {
    padding: 30px 20px;
  }

  .package-badge {
    font-size: 0.65rem;
    padding: 6px 35px;
  }
}

@media (max-width: 480px) {
  .treatment-main-info h3 {
    font-size: 1.3rem;
  }

  .treatment-main-price {
    font-size: 1.4rem;
  }

  .sub-treatment-card {
    padding: 20px;
  }

  .sub-treatment-card h4 {
    font-size: 1.1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .package-card {
    padding: 25px;
  }

  .package-price-main {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
    .testimonials-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .testimonial-section h2 {
        font-size: 2.2rem;
    }

    .testimonial-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .testimonials-slider {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .stars {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-section h3.subtle {
        font-size: 0.75rem;
        letter-spacing: 2px;
    }

    .testimonial-section h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 0.85rem;
        margin-bottom: 18px;
    }

    .testimonial-author img {
        width: 45px;
        height: 45px;
    }

    .author-name {
        font-size: 0.95rem;
    }

    .author-treatment {
        font-size: 0.8rem;
    }

    .stars {
        font-size: 0.9rem;
    }
}