/*
 Theme Name:   The7 Child
 Theme URI:    https://the7.io/
 Description:  The7 Child Theme
 Author:       Dream-Theme
 Author URI:   https://dream-theme.com/
 Template:     dt-the7
 Version:      1.0.15
 Text Domain:  flavor-child
*/
body {
    background-image: url('https://sandragrok.com/wp-content/uploads/2026/03/bg-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footer.solid-bg {
    background: transparent !important;
}

/* Breadcrumbs Home translation */
.breadcrumbs li:first-child span[itemprop="name"] {
  font-size: 0;
}
.breadcrumbs li:first-child span[itemprop="name"]::after {
  content: 'Pradžia';
  font-size: 14px;
}

/* Contact buttons */
.contact-buttons {
  display: flex;
  gap: 24px;
}
.contact-btn {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #151544;
  transition: box-shadow 0.3s;
}
.contact-btn:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  text-decoration: none;
  color: #151544;
}
.contact-btn-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #151544;
}
.contact-btn-text span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #151544;
}
.contact-btn-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.contact-btn-icon img {
  width: 100%;
  height: 100%;
}
.follow-socials {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.follow-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-socials a svg {
  width: 28px;
  height: 28px;
}

/* Contact Form 7 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #B0BED0 !important;
  border-radius: 4px !important;
  padding: 12px 15px !important;
  font-size: 15px !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  color: #151544 !important;
  outline: none !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
}
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #00214A !important;
}
.wpcf7-form textarea {
  min-height: 100px !important;
  max-height: 100px !important;
  resize: vertical !important;
}
.wpcf7-form .cf7-bottom {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 0px !important;
}
.wpcf7-form .cf7-bottom p {
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-form .cf7-bottom .cf7-submit {
  flex-shrink: 0 !important;
}
.wpcf7-form .cf7-privacy {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: white !important;
  font-size: 14px !important;
  line-height: 100% !important;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
  margin-top: 10px !important;
}
.wpcf7-form .cf7-privacy a {
  color: #CFA952 !important;
  text-decoration: none !important;
}
.wpcf7-form .cf7-privacy a:hover {
  text-decoration: underline !important;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  border: 1px solid #8E8EAC !important;
  border-radius: 3px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  cursor: pointer !important;
  margin-right: 10px !important;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
  background: #CFA952 !important;
  border-color: #CFA952 !important;
}
.wpcf7-form input[type="submit"] {
  background: #CFA952 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 10px 25px !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 18px !important;
  line-height: 100% !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: opacity 0.3s !important;
}
.wpcf7-form input[type="submit"]:hover {
  opacity: 0.85 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #ff6b6b !important;
  font-size: 14px !important;
}
.wpcf7-form .wpcf7-response-output {
  border-color: #CFA952 !important;
  color: #fff !important;
}
.cf7-submit p {
  display: flex !important;
  flex-direction: column !important;
}

/* Footer accordion */
@media (max-width: 1024px) {
  .elementor-element-ada48f6,
  .elementor-element-142287d {
    width: 100% !important;
  }
  .footer-accordion .elementor-widget-heading {
    width: 100%;
  }
  .footer-accordion .elementor-widget-heading .elementor-widget-container {
    width: 100%;
  }
  .footer-accordion .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
  }
  .footer-accordion .elementor-heading-title .footer-toggle-icon {
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    transition: transform 0.3s;
  }
  .footer-accordion .elementor-heading-title.active .footer-toggle-icon {
    transform: rotate(180deg);
  }
  .footer-accordion .footer-accordion-content {
    display: none;
  }
  .footer-accordion .footer-accordion-content.open {
    display: block;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .contact-buttons {
    flex-direction: column;
  }
  .wpcf7-form .cf7-bottom {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: stretch !important;
  }
  .wpcf7-form .cf7-bottom .cf7-submit p {
    display: block !important;
  }
  .wpcf7-form .cf7-bottom input[type="submit"] {
    width: 100% !important;
  }
}
