/**
 * Kakooti about page redesign.
 * Scoped to page ID 36.
 */

body.page-id-36 {
  --kk-about-ink: #032a2b;
  --kk-about-primary: #064143;
  --kk-about-primary-soft: #0b5554;
  --kk-about-paper: #fbf9f3;
  --kk-about-soft: #f4efe2;
  --kk-about-gold: #d4af37;
  --kk-about-gold-deep: #96741f;
  --kk-about-gold-light: #f3e2ac;
  --kk-about-muted: #667572;
  --kk-about-border: rgba(3, 42, 43, 0.13);
  --kk-about-shadow: 0 20px 48px rgba(3, 42, 43, 0.11);
  background: var(--kk-about-paper);
  color: var(--kk-about-ink);
}

body.page-id-36 .main-page-wrapper {
  overflow: hidden;
  padding-top: 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(212, 175, 55, 0.08), transparent 24%),
    var(--kk-about-paper);
}

body.page-id-36 .elementor-element-a41c9f3,
body.page-id-36 .elementor-element-db53f3d,
body.page-id-36 .elementor-element-cedc2ff,
body.page-id-36 .elementor-element-fd19678 {
  display: none !important;
}

/* Hero */
body.page-id-36 .elementor-element-5053a93 {
  position: relative;
  isolation: isolate;
  left: auto !important;
  right: auto !important;
  overflow: hidden;
  width: min(1210px, calc(100% - 32px)) !important;
  min-height: 510px;
  margin: 28px auto 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 28px;
  background: linear-gradient(120deg, var(--kk-about-primary), var(--kk-about-ink));
  box-shadow: var(--kk-about-shadow);
}

body.page-id-36 .elementor-element-5053a93 > .elementor-container {
  display: none !important;
}

body.page-id-36 .elementor-element-5053a93 > .elementor-background-overlay {
  z-index: -1;
  background-position: center !important;
  background-size: cover !important;
  opacity: 0.1 !important;
  mix-blend-mode: screen;
}

body.page-id-36 .elementor-element-5053a93::before,
body.page-id-36 .elementor-element-5053a93::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

body.page-id-36 .elementor-element-5053a93::before {
  top: -190px;
  left: -120px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(243, 226, 172, 0.18);
  box-shadow:
    0 0 0 48px rgba(243, 226, 172, 0.035),
    0 0 0 96px rgba(243, 226, 172, 0.022);
}

body.page-id-36 .elementor-element-5053a93::after {
  right: 48%;
  bottom: -180px;
  width: 440px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.17), transparent 66%);
}

body.page-id-36 .kk-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
  min-height: 508px;
  padding: clamp(38px, 6vw, 70px);
}

body.page-id-36 .kk-about-hero__copy {
  min-width: 0;
}

body.page-id-36 .kk-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--kk-about-gold-light);
  font-size: 13px;
  font-weight: 900;
}

body.page-id-36 .kk-about-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--kk-about-gold), var(--kk-about-gold-light));
}

body.page-id-36 .kk-about-hero .kk-page-intro {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}

body.page-id-36 .kk-about-hero .kk-page-intro h1 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #fff !important;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.45;
}

body.page-id-36 .kk-about-hero__lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 2.05;
}

body.page-id-36 .kk-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

body.page-id-36 .kk-about-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.page-id-36 .kk-about-btn:hover,
body.page-id-36 .kk-about-btn:focus-visible {
  transform: translateY(-2px);
}

body.page-id-36 .kk-about-btn--primary {
  background: linear-gradient(135deg, var(--kk-about-gold-light), var(--kk-about-gold));
  color: var(--kk-about-ink);
  box-shadow: 0 12px 26px rgba(150, 116, 31, 0.2);
}

body.page-id-36 .kk-about-btn--ghost {
  border-color: rgba(243, 226, 172, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.page-id-36 .kk-about-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

body.page-id-36 .kk-about-stat {
  padding: 13px 15px;
  border: 1px solid rgba(243, 226, 172, 0.18);
  border-radius: 13px;
  background: rgba(3, 42, 43, 0.3);
  backdrop-filter: blur(8px);
}

body.page-id-36 .kk-about-stat strong {
  display: block;
  margin-bottom: 2px;
  color: var(--kk-about-gold-light);
  font-size: 16px;
  line-height: 1.5;
}

body.page-id-36 .kk-about-stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.7;
}

body.page-id-36 .kk-about-hero__seal {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(243, 226, 172, 0.28);
  border-radius: 50% 50% 28px 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(3, 42, 43, 0.24)),
    rgba(6, 65, 67, 0.44);
  text-align: center;
  box-shadow: inset 0 0 0 10px rgba(243, 226, 172, 0.035);
}

body.page-id-36 .kk-about-hero__seal::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(243, 226, 172, 0.24);
  border-radius: inherit;
}

body.page-id-36 .kk-about-hero__seal small {
  position: relative;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

body.page-id-36 .kk-about-hero__seal strong {
  position: relative;
  margin: 5px 0;
  color: var(--kk-about-gold-light);
  font-size: clamp(54px, 7vw, 78px);
  line-height: 1;
}

body.page-id-36 .kk-about-hero__seal span {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

body.page-id-36 .kk-about-hero__seal em {
  position: relative;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-style: normal;
  line-height: 1.9;
}

/* Shared custom sections */
body.page-id-36 .kk-about-section {
  width: min(1210px, calc(100% - 32px));
  margin: 72px auto 0;
}

body.page-id-36 .kk-about-section__head {
  max-width: 760px;
  margin-bottom: 26px;
}

body.page-id-36 .kk-about-section__head .kk-about-eyebrow {
  color: var(--kk-about-gold-deep);
}

body.page-id-36 .kk-about-section__head h2,
body.page-id-36 .kk-about-story h2,
body.page-id-36 .kk-about-quality h2 {
  margin: 0 0 12px;
  color: var(--kk-about-ink);
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.5;
}

body.page-id-36 .kk-about-section__head p,
body.page-id-36 .kk-about-story__copy > p,
body.page-id-36 .kk-about-quality__copy > p {
  margin: 0;
  color: var(--kk-about-muted);
  font-size: 14px;
  line-height: 2;
}

/* Story */
body.page-id-36 .kk-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: stretch;
}

body.page-id-36 .kk-about-story__copy,
body.page-id-36 .kk-about-story__timeline {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid var(--kk-about-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(3, 42, 43, 0.07);
}

body.page-id-36 .kk-about-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.page-id-36 .kk-about-story__quote {
  margin-top: 22px;
  padding: 17px 18px;
  border-right: 3px solid var(--kk-about-gold);
  border-radius: 12px;
  background: var(--kk-about-soft);
  color: var(--kk-about-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.95;
}

body.page-id-36 .kk-about-story__timeline {
  display: grid;
  gap: 12px;
  background:
    linear-gradient(145deg, rgba(3, 42, 43, 0.98), rgba(6, 65, 67, 0.94)),
    var(--kk-about-primary);
}

body.page-id-36 .kk-about-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(243, 226, 172, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

body.page-id-36 .kk-about-step__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--kk-about-gold-light), var(--kk-about-gold));
  color: var(--kk-about-ink);
  font-size: 18px;
  font-weight: 900;
}

body.page-id-36 .kk-about-step h3 {
  margin: 1px 0 4px;
  color: #fff;
  font-size: 16px;
}

body.page-id-36 .kk-about-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.85;
}

/* Quality */
body.page-id-36 .kk-about-quality {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--kk-about-shadow);
}

body.page-id-36 .kk-about-quality__visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(3, 42, 43, 0.55), rgba(3, 42, 43, 0.08)),
    url("https://www.kakooti.com/ali/wp-content/uploads/2022/09/about-teaser-pic-min.jpg") center / cover no-repeat;
}

body.page-id-36 .kk-about-quality__visual::after {
  content: "انتخاب دقیق، پایه کیفیت است";
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

body.page-id-36 .kk-about-quality__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 226, 172, 0.55);
  border-radius: 50%;
  background: rgba(3, 42, 43, 0.76);
  color: var(--kk-about-gold-light);
  font-size: 26px;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(7px);
  transition: transform 180ms ease, background 180ms ease;
}

body.page-id-36 .kk-about-quality__play:hover,
body.page-id-36 .kk-about-quality__play:focus-visible {
  background: var(--kk-about-ink);
  transform: translate(-50%, -50%) scale(1.06);
}

body.page-id-36 .kk-about-quality__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 52px);
}

body.page-id-36 .kk-about-quality__list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.page-id-36 .kk-about-quality__list li {
  position: relative;
  padding: 13px 45px 13px 14px;
  border: 1px solid var(--kk-about-border);
  border-radius: 13px;
  background: var(--kk-about-paper);
  color: var(--kk-about-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

body.page-id-36 .kk-about-quality__list li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 14px;
  display: flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.18);
  color: var(--kk-about-gold-deep);
  font-weight: 900;
}

/* Values */
body.page-id-36 .kk-about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-id-36 .kk-about-value {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--kk-about-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(3, 42, 43, 0.07);
}

body.page-id-36 .kk-about-value__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--kk-about-gold-light), var(--kk-about-gold));
  color: var(--kk-about-ink);
  font-size: 19px;
  font-weight: 900;
}

body.page-id-36 .kk-about-value h3 {
  margin: 0 0 8px;
  color: var(--kk-about-ink);
  font-size: 16px;
}

body.page-id-36 .kk-about-value p {
  margin: 0;
  color: var(--kk-about-muted);
  font-size: 12px;
  line-height: 1.95;
}

/* Existing blog content becomes a compact internal-navigation section. */
body.page-id-36 .elementor-element-21a7f36 {
  left: auto !important;
  right: auto !important;
  width: min(1210px, calc(100% - 32px)) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 72px auto 0 !important;
  padding: 34px !important;
  border: 1px solid var(--kk-about-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 34px rgba(3, 42, 43, 0.07);
}

body.page-id-36 .elementor-element-21a7f36 > .elementor-container,
body.page-id-36 .elementor-element-21a7f36 .elementor-element-530ab64,
body.page-id-36 .elementor-element-21a7f36 .elementor-element-530ab64 > .elementor-widget-wrap {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-36 .elementor-element-d5f8598,
body.page-id-36 .elementor-element-acba1c8,
body.page-id-36 .elementor-element-92a5d10,
body.page-id-36 .elementor-element-8fbcfb0 {
  display: none !important;
}

body.page-id-36 .kk-about-blog-head {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

body.page-id-36 .kk-about-blog-head h2 {
  margin: 0 0 4px;
  color: var(--kk-about-ink);
  font-size: clamp(24px, 3vw, 34px);
}

body.page-id-36 .kk-about-blog-head p {
  margin: 0;
  color: var(--kk-about-muted);
  font-size: 13px;
}

body.page-id-36 .kk-about-blog-head a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  padding: 8px 17px;
  border: 1px solid rgba(150, 116, 31, 0.34);
  border-radius: 12px;
  background: var(--kk-about-soft);
  color: var(--kk-about-gold-deep);
  font-size: 12px;
  font-weight: 900;
}

body.page-id-36 .elementor-element-97792aa {
  width: 100% !important;
  margin: 0 !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post {
  display: flex !important;
  overflow: hidden;
  width: 100% !important;
  min-height: 345px;
  flex-direction: column;
  margin: 0 !important;
  border: 1px solid var(--kk-about-border) !important;
  border-radius: 17px !important;
  background: #fff;
  box-shadow: none !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail__link,
body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail {
  width: 100%;
  height: 160px !important;
  margin: 0 !important;
  overflow: hidden;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__text {
  display: flex;
  min-height: 176px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 17px !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__badge {
  position: static !important;
  align-self: flex-start;
  margin: 0 0 8px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: var(--kk-about-soft) !important;
  color: var(--kk-about-gold-deep) !important;
  font-size: 10px !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__title {
  margin: 0 0 10px !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--kk-about-ink) !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__excerpt,
body.page-id-36 .elementor-element-97792aa .elementor-post__avatar,
body.page-id-36 .elementor-element-97792aa .elementor-post-avatar,
body.page-id-36 .elementor-element-97792aa .elementor-post__meta-data span:last-child {
  display: none !important;
}

body.page-id-36 .elementor-element-97792aa .elementor-post__read-more {
  margin-top: auto !important;
  color: var(--kk-about-gold-deep) !important;
  font-size: 11px !important;
  font-weight: 900;
}

/* Final CTA */
body.page-id-36 .kk-about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  margin-bottom: 66px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(3, 42, 43, 0.99), rgba(6, 65, 67, 0.95)),
    var(--kk-about-primary);
  box-shadow: var(--kk-about-shadow);
}

body.page-id-36 .kk-about-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 38px);
}

body.page-id-36 .kk-about-cta p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.95;
}

body.page-id-36 .kk-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1024px) {
  body.page-id-36 .kk-about-hero {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
    padding: 42px;
  }

  body.page-id-36 .kk-about-hero__seal {
    min-height: 290px;
  }

  body.page-id-36 .kk-about-values__grid,
  body.page-id-36 .elementor-element-97792aa .elementor-posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-36 .kk-about-value {
    min-height: 185px;
  }
}

@media (max-width: 760px) {
  body.page-id-36 .elementor-element-5053a93 {
    width: calc(100% - 20px) !important;
    min-height: 0;
    margin-top: 14px !important;
    border-radius: 20px;
  }

  body.page-id-36 .kk-about-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 30px 20px;
  }

  body.page-id-36 .kk-about-hero .kk-page-intro h1 {
    font-size: 31px;
  }

  body.page-id-36 .kk-about-hero__stats {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-id-36 .kk-about-stat {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
  }

  body.page-id-36 .kk-about-stat strong {
    margin: 0;
  }

  body.page-id-36 .kk-about-hero__seal {
    min-height: 245px;
    border-radius: 24px;
  }

  body.page-id-36 .kk-about-section {
    width: calc(100% - 20px);
    margin-top: 42px;
  }

  body.page-id-36 .kk-about-story,
  body.page-id-36 .kk-about-quality {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-id-36 .kk-about-quality__visual {
    min-height: 270px;
  }

  body.page-id-36 .kk-about-values__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body.page-id-36 .kk-about-value {
    min-height: 0;
  }

  body.page-id-36 .elementor-element-21a7f36 {
    width: calc(100% - 20px) !important;
    margin-top: 42px !important;
    padding: 18px !important;
    border-radius: 19px;
  }

  body.page-id-36 .kk-about-blog-head {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  body.page-id-36 .kk-about-blog-head a {
    align-self: flex-start;
  }

  body.page-id-36 .elementor-element-97792aa,
  body.page-id-36 .elementor-element-97792aa .elementor-widget-container,
  body.page-id-36 .elementor-element-97792aa .elementor-posts-container {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-posts-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px !important;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 156px;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__card {
    display: grid !important;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: minmax(156px, auto);
    overflow: hidden;
    width: 100% !important;
    min-width: 0 !important;
    height: 100%;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail__link {
    grid-column: 1;
    grid-row: 1;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail__link,
  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail,
  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail img {
    width: 116px !important;
    height: 100% !important;
    min-height: 156px;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__badge {
    position: relative !important;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    margin: 13px 13px 0 !important;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__text {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    min-height: 156px;
    padding: 50px 14px 13px !important;
  }

  body.page-id-36 .kk-about-cta {
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 42px;
    padding: 26px 20px;
  }
}

@media (max-width: 380px) {
  body.page-id-36 .kk-about-hero__actions,
  body.page-id-36 .kk-about-cta__actions {
    flex-direction: column;
  }

  body.page-id-36 .kk-about-btn {
    width: 100%;
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__card {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail__link,
  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail,
  body.page-id-36 .elementor-element-97792aa .elementor-post__thumbnail img {
    width: 102px !important;
  }
}
