/*
Theme Name: Kveto Theme
Theme URI: https://kvetobusiness.com/
Author: Antigravity
Author URI: https://kvetobusiness.com/
Description: Custom WordPress theme for KVETO Business, designed to match the original Laravel frontend exactly.
Version: 1.0.0
Text Domain: kveto-theme
*/

/* ==========================================================================
   Service Detail Page Styles (.sd-wrap, .sd-switcher, .sd-grid, .sd-card)
   ========================================================================== */

.sd-wrap {
  background: #030712;
  color: rgba(255, 255, 255, 0.9);
  padding: 4rem 1.5rem 6rem;
  width: 100%;
}

.sd-inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* Service Switcher Tabs */
.sd-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sd-switcher a {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.sd-switcher a:hover {
  color: #ffffff;
  background: rgba(0, 212, 255, 0.15);
  border-color: rgba(0, 212, 255, 0.45);
  transform: translateY(-2px);
}

.sd-switcher a.active {
  color: #030712;
  background: #00f2fe;
  background: linear-gradient(135deg, #00f2fe 0%, #00cfff 100%);
  border-color: #00f2fe;
  box-shadow: 0 4px 18px rgba(0, 242, 254, 0.35);
  font-weight: 700;
}

/* Service Detail Grid */
.sd-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 991.98px) {
  .sd-grid {
    grid-template-columns: 1fr;
  }
}

/* Service Card Container */
.sd-card {
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.5rem;
  backdrop-filter: blur(12px);
}

.sd-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.sd-card h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #00f2fe;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.sd-aside-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: -0.01em;
}

/* Service Lists */
.sd-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sd-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.6;
}

.sd-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00f2fe;
  font-weight: bold;
}

/* Rich Text inside Service Cards */
.sd-card .rich-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.sd-card .rich-text p {
  margin-bottom: 1.25rem;
}

.sd-card .rich-text strong {
  color: #ffffff;
}

.sd-card .rich-text ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.sd-card .rich-text ul li {
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   Modern Service Grid Bento Section (.svc-modern-section, .svc-bento, .svc-card)
   ========================================================================== */

.svc-modern-section {
  background: #030712;
  color: #ffffff;
  padding: 5rem 1.5rem;
  width: 100%;
}

.svc-modern-section__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.svc-modern-head {
  text-align: center;
  margin-bottom: 3.5rem;
}

.svc-modern-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.svc-modern-head p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Service Bento Grid */
.svc-bento {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  align-items: stretch;
}

@media (max-width: 767.98px) {
  .svc-bento {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Service Bento Card */
.svc-card {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  backdrop-filter: blur(12px);
  position: relative;
}

.svc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 212, 255, 0.4);
  background: rgba(15, 23, 42, 0.75);
  box-shadow: 0 16px 36px rgba(0, 212, 255, 0.12);
}

.svc-card .svc-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.svc-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}

.svc-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.svc-card h3 a:hover {
  color: #00cfff;
}

.svc-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  flex-grow: 0;
}

/* How We Help Points List inside Bento Card */
.svc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
  flex-grow: 1;
}

.svc-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.svc-list li:last-child {
  margin-bottom: 0;
}

.svc-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00f2fe;
  font-weight: bold;
  font-size: 0.9rem;
}

/* Service Button */
.svc-card .btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 9999px;
  align-self: flex-start;
  margin-top: auto;
  text-decoration: none;
  color: #00f2fe;
  border: 1px solid rgba(0, 242, 254, 0.4);
  background: rgba(0, 242, 254, 0.06);
  transition: all 0.25s ease;
}

.svc-card .btn-small:hover {
  color: #030712;
  background: #00f2fe;
  border-color: #00f2fe;
  box-shadow: 0 4px 16px rgba(0, 242, 254, 0.35);
  transform: translateY(-2px);
}

/* Contact Details Tiles */
.contact-details-tile {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  backdrop-filter: blur(12px);
}

.contact-details-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.4);
  background: rgba(15, 23, 42, 0.75);
  box-shadow: 0 14px 32px rgba(0, 212, 255, 0.12);
}

.contact-details-tile__value a {
  color: #00d4ff;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.contact-details-tile__value a:hover {
  color: #38bdf8;
  text-shadow: 0 0 12px rgba(0, 212, 255, 0.4);
}

/* Contact Connect Grid & Form Shell */
.contact-connect-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .contact-connect-grid {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1.2fr);
  }
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-aside__media {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.contact-aside__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.contact-detail-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-detail-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.contact-detail-card:hover {
  transform: translateX(4px);
  border-color: rgba(0, 212, 255, 0.4);
  background: rgba(15, 23, 42, 0.75);
}

.contact-detail-card__icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.contact-detail-card__label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.15rem;
}

.contact-detail-card__value a {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-detail-card__value a:hover {
  color: #00d4ff;
}

.contact-form-card--dark {
  border-radius: 1.25rem;
  padding: 2.25rem 2rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(0, 212, 255, 0.22);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.contact-form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.contact-form-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
}

.contact-form-fields-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}

.form-group--contact {
  margin-bottom: 1.25rem;
  width: 100%;
}

.form-group--contact.form-group--full {
  flex: 0 0 100%;
  width: 100%;
}

.form-group--contact.form-group--half {
  flex: 0 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}

@media (max-width: 640px) {
  .form-group--contact.form-group--half {
    flex: 0 0 100%;
    width: 100%;
  }
}

.form-group--contact label {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.4rem;
}

.form-group--contact .required-mark {
  color: #00d4ff;
  font-weight: bold;
  margin-left: 3px;
}

.form-group--contact input[type="text"],
.form-group--contact input[type="email"],
.form-group--contact input[type="tel"],
.form-group--contact input[type="number"],
.form-group--contact input[type="url"],
.form-group--contact input[type="date"],
.form-group--contact textarea,
.form-group--contact select.form-select-custom {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(3, 7, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.form-group--contact select.form-select-custom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300d4ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-group--contact select.form-select-custom option {
  background: #0f172a;
  color: #ffffff;
}

.form-group--contact input:focus,
.form-group--contact textarea:focus,
.form-group--contact select.form-select-custom:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.18);
  background-color: rgba(3, 7, 18, 0.85);
}

.form-group--checkbox {
  display: flex;
  align-items: center;
}

.contact-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.contact-checkbox-label a {
  color: #00d4ff;
  text-decoration: underline;
}

.word-captcha {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.word-captcha__image {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}

.word-captcha__refresh {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #00d4ff;
  font-size: 1.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.word-captcha__refresh:hover {
  background: #00d4ff;
  color: #030712;
}

.btn-contact-submit {
  width: 100%;
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #0b6bff 0%, #00aeea 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(0, 174, 234, 0.35);
}

.btn-contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 174, 234, 0.5);
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.site-footer a {
    color: #a0aec0;
}

.footer-social-link svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}
