@font-face {
  font-family: "Yekan Bakh FaNum";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/yekan/woff/YekanBakhFaNum04Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh FaNum";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/yekan/woff/YekanBakhFaNum06Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh FaNum";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/yekan/woff/YekanBakhFaNum07Heavy.woff") format("woff");
  font-display: swap;
}

.om-blog-details {
  --om-blue: #39519c;
  --om-red: #e02e29;
  --om-text: #363636;
  --om-muted: #707070;
  --om-line: #e5e5e5;
  --om-soft: #f8f8f8;
  color: var(--om-text);
  background:
    linear-gradient(180deg, rgba(57, 81, 156, 0.1) 0%, rgba(57, 81, 156, 0) 100%) top / 100% 122px no-repeat,
    #fff;
  direction: rtl;
  font-family: "Yekan Bakh FaNum", "YekanBakh", Tahoma, Arial, sans-serif;
}

.om-blog-hero,
.om-blog-breadcrumb,
.rank-math-breadcrumb {
  display: none !important;
}

.om-blog-wrap {
  width: calc(100% - 48px);
  max-width: 1300px;
  margin: 0 auto;
}

.om-blog-layout {
  display: grid;
  grid-template-columns: 400px minmax(0, 860px);
  gap: 40px;
  align-items: start;
  padding: 56px 0 96px;
  direction: ltr;
  overflow: visible;
}

.om-blog-sidebar,
.om-blog-article {
  direction: rtl;
}

.om-blog-sidebar {
  position: relative;
  align-self: start;
  padding-top: var(--om-sidebar-start, 112px);
  overflow: visible;
}

.om-blog-sidebar-stick {
  position: sticky;
  top: var(--om-sidebar-top, 24px);
  width: 100%;
  overflow: visible;
}

.om-related-box {
  position: static;
  top: auto;
}

.om-related-box h2 {
  display: grid;
  place-items: center;
  width: 400px;
  height: 48px;
  margin: 0 0 32px;
  border-radius: 24px;
  background: rgba(57, 81, 156, 0.1);
  color: var(--om-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.om-related-list {
  display: grid;
  gap: 23px;
}

.om-related-card {
  position: static;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: start;
  min-height: 94px;
  gap: 12px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #d4d4d4;
}

.om-related-card:nth-last-child(1) {
  border-bottom: 0;
}

.om-related-thumb {
  display: block;
  width: 108px;
  height: 64px;
  min-width: 108px;
  aspect-ratio: 108 / 64;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f4f8;
}

.om-related-thumb img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: 108 / 64;
  object-fit: cover !important;
  object-position: center center !important;
}

.om-related-thumb .wp-post-image {
  border-radius: inherit;
}

.om-related-title {
  display: block;
  margin-bottom: 7px;
  color: var(--om-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.om-related-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--om-muted);
  font-size: 12px;
  font-weight: 400;
}

.om-related-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 24px;
  white-space: nowrap;
}

.om-related-date img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.om-related-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  min-height: 24px;
  padding: 0 16px;
  border-radius: 12px;
  background: #3d60cd;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.om-related-card:nth-of-type(2n) .om-related-badge {
  background: #12b873;
}

.om-related-card:nth-of-type(3n) .om-related-badge {
  background: #ea4c4c;
}

.om-sidebar-cta {
  display: grid;
  justify-items: center;
  margin-top: 24px;
  min-height: 194px;
  padding: 38px 44px 35px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.95) 0 18%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(113deg, #f9f9f9 0%, #eeeeee 100%);
  text-align: center;
}

.om-sidebar-cta-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 12px;
}

.om-sidebar-cta-head h2 {
  margin: 0;
  color: var(--om-blue);
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
}

.om-sidebar-cta-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  background: #ef2929;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}

.om-sidebar-cta-row {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: row-reverse;
  gap: 24px;
}

.om-sidebar-cta-phone-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding-bottom: 28px;
}

.om-sidebar-cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 258px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 28px;
  background: #ef2929;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  direction: ltr;
  z-index: 1;
}

.om-sidebar-cta-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ef2929;
}

.om-sidebar-cta-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.om-sidebar-cta-time {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  min-width: 112px;
  min-height: 32px;
  margin-top: 0;
  padding: 4px 18px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  color: var(--om-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.om-article-header {
  display: grid;
  justify-items: flex-start;
  margin: 0 0 22px;
  text-align: right;
  background: transparent;
  border-top: none;
}

.om-article-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  min-height: 24px;
  margin: 0;
  padding: 0 18px;
  border-radius: 12px;
  background: #12b873;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.om-article-header h1 {
  order: 1;
  width: 100%;
  margin: 0 0 20px;
  color: var(--om-text);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.om-article-meta {
  order: 2;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  min-height: 24px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--om-muted);
}

.om-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--om-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.om-article-meta .fa-eye,
.om-article-meta .fa-message-dots {
  display: none !important;
}

.om-meta-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

.om-article-meta .om-reading-time {
  min-height: 24px;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(57, 81, 156, 0.1);
  color: var(--om-blue);
  font-size: 12px;
  font-weight: 900;
}

.om-article-cover {
  margin: 0 0 40px;
  overflow: hidden;
  border-radius: 16px;
}

.om-article-cover img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
}

.om-article-content {
  color: var(--om-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.om-article-content > *:first-child {
  margin-top: 0;
}

.om-article-content p {
  margin: 0 0 24px;
  text-align: justify;
}

.om-article-content h2,
.om-article-content h3 {
  margin: 44px 0 20px;
  color: var(--om-blue);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.om-article-content h2 {
  font-size: 24px;
}

.om-article-content h3 {
  font-size: 20px;
}

.om-article-content img,
.om-article-content video,
.om-article-content iframe {
  max-width: 100%;
  border-radius: 16px;
}

.om-article-content table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--om-line);
  border-radius: 16px;
}

.om-article-content th,
.om-article-content td {
  padding: 16px;
  border-bottom: 1px solid var(--om-line);
  color: var(--om-text);
}

.om-article-content th {
  background: rgba(57, 81, 156, 0.1);
  color: var(--om-blue);
  font-weight: 800;
}

.om-article-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin: 48px 0 42px;
  padding: 16px 24px;
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  background: #eef1f8;
}

.om-share-info,
.om-share-label,
.om-share-links {
  display: flex;
  align-items: center;
}

.om-share-info {
  justify-content: flex-start;
  gap: 32px;
  margin-left: auto;
  color: var(--om-blue);
  font-size: 14px;
  font-weight: 400;
}

.om-share-date,
.om-share-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
  white-space: nowrap;
}

.om-share-date img,
.om-share-author img,
.om-share-label img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.om-share-label {
  justify-content: center;
  gap: 6px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
}

.om-share-links {
  justify-content: flex-end;
  gap: 10px;
}

.om-share-links a,
.om-share-links button {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dde3f0;
  border-radius: 50%;
  background: #fff;
  color: var(--om-blue);
  cursor: pointer;
  font-size: 0;
}

.om-share-links img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.om-share-links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 104px;
  padding: 0 14px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  white-space: nowrap;
  line-height: 0px;
}

.om-share-links button img {
  width: 18px;
  height: 18px;
}

.copy-toast {
  position: absolute;
  left: 24px;
  bottom: -38px;
  display: none;
  padding: 6px 14px;
  border-radius: 12px;
  background: var(--om-blue);
  color: #fff;
  font-size: 12px;
}

.copy-toast.show {
  display: block;
}

.om-article-tags {
  position: relative;
  margin: 0 0 64px;
  min-height: 72px;
  padding: 28px 32px 18px;
  border: 1px solid #d8dfef;
  border-radius: 16px;
  background: #fff;
}

.om-tags-label {
  position: absolute;
  top: -16px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 16px;
  background: #eef1f8;
  color: var(--om-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
}

.om-tags-label img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.om-tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 34px;
}

.om-tags-list a {
  color: var(--om-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.om-article-faq {
  margin: 0 0 64px;
}

.om-article-faq h2 {
  margin: 0 0 24px;
  color: var(--om-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  text-align: right;
}

.om-faq-list {
  display: grid;
  gap: 16px;
}

.om-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #fafafa;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.om-faq-item[open] {
  border-color: var(--om-blue);
  background: #fff;
}

.om-faq-item:not([open]) {
  height: 78px;
}

.om-faq-item summary {
  position: relative;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 0 24px;
  color: var(--om-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  list-style: none;
}

.om-faq-item summary::-webkit-details-marker {
  display: none;
}

.om-faq-question {
  display: block;
  flex: 1;
  text-align: right;
}

.om-faq-toggle {
  position: relative;
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--om-blue);
  border-radius: 50%;
}

.om-faq-toggle::before,
.om-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--om-blue);
  transform: translate(-50%, -50%);
}

.om-faq-toggle::after {
  width: 2px;
  height: 8px;
}

.om-faq-item[open] summary {
  min-height: 70px;
  font-weight: 800;
}

.om-faq-item[open] .om-faq-toggle {
  background: var(--om-blue);
}

.om-faq-item[open] .om-faq-toggle::before {
  background: #fff;
}

.om-faq-item[open] .om-faq-toggle::after {
  display: none;
}

.om-faq-divider {
  position: relative;
  height: 4px;
  margin: 0 24px;
}

.om-faq-divider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 56px;
  left: 0;
  height: 1px;
  background: #e1e1e1;
  transform: translateY(1.5px);
}

.om-faq-divider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8deef 0 30px, var(--om-blue) 30px 56px);
}

.om-faq-answer {
  max-height: 0;
  padding: 0 24px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  transition: max-height 320ms ease, padding-top 320ms ease, padding-bottom 320ms ease;
}

.om-faq-item[open] .om-faq-answer {
  max-height: var(--om-faq-height, 520px);
  padding-top: 18px;
  padding-bottom: 28px;
}

.om-faq-item.is-collapsing .om-faq-answer {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.om-faq-answer p {
  margin: 0 0 12px;
}

.om-faq-answer p:last-child {
  margin-bottom: 0;
}

.om-blog-article > .home-support {
  width: 100%;
  margin: 64px 0 72px;
}

.om-blog-article > .home-support .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.om-blog-article > .home-support .row {
  display: flex;
  /* flex-direction: row-reverse; */
  margin: 0;
}

.om-blog-article > .home-support .call-sec,
.om-blog-article > .home-support .supp-contact {
  width: 50%;
  padding: 0;
}

.om-blog-article > .home-support .call-sec-inner,
.om-blog-article > .home-support .supp-contact-inner {
  min-height: 446px;
  height: 446px;
}

.om-blog-article > .home-support .supp-contact-inner {
  border-radius: 27px 0 0 27px;
}

.om-blog-article > .home-support .call-sec-inner {
  border-radius: 0 27px 27px 0;
  overflow: hidden;
}

.om-blog-article > .home-support .call-right-box {
  top: 50%;
  right: 0 !important;
  width: 50px;
  height: 270px;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.om-blog-article > .home-support .crb-text {
  top: 0;
  width: max-content;
  transform: rotate(270deg);
  transform-origin: center;
}

.om-blog-article > .home-support .call-title {
  color: var(--om-blue);
  font-size: 44px;
  line-height: 1.55;
}

.om-blog-article > .home-support .call-left-box {
  padding: 0 92px 0 46px;
}

.om-blog-support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 446px;
  margin: 0 0 72px;
  overflow: hidden;
  border-radius: 32px 0 0 32px;
  background: linear-gradient(180deg, #6a84d4 0%, #39519c 100%);
}

.om-support-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 54px 32px;
  background: linear-gradient(90deg, #eaeaea 0%, #fafafa 100%);
  text-align: center;
}

.om-support-copy h2 {
  margin: 0;
  color: var(--om-blue);
  font-size: 48px;
  font-weight: 900;
}

.om-support-copy span {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  margin: 8px 0 28px;
  padding: 0 32px;
  border-radius: 24px;
  background: var(--om-red);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.om-support-copy p {
  margin: 0;
  max-width: 300px;
  color: var(--om-text);
  font-size: 16px;
  line-height: 30px;
}

.om-support-contact {
  display: grid;
  align-content: center;
  gap: 28px;
  padding: 64px 48px;
}

.om-support-contact a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  color: #fff;
}

.om-support-contact img {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.om-support-contact strong {
  direction: ltr;
  font-size: 18px;
}

.om-support-contact small {
  opacity: 0.78;
}

.om-blog-support {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 286px;
  margin: 0 0 72px;
  overflow: visible;
  border-radius: 16px;
  background: transparent;
  direction: ltr;
}

.om-support-contact,
.om-support-copy {
  min-height: 286px;
  direction: rtl;
}

.om-support-contact {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 14px;
  padding: 34px 50px 30px;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #4969c8 0%, #6f8ce2 100%);
  color: #fff;
}

.om-support-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 76%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.om-support-contact a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 10px;
  align-items: center;
  color: #fff;
}

.om-support-phone strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  background: #ef2929;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 28px;
  direction: ltr;
}

.om-support-contact small {
  grid-column: 2;
  display: inline-flex;
  justify-content: center;
  min-width: 96px;
  min-height: 24px;
  margin: -2px auto 0;
  padding: 0 14px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
}

.om-support-email {
  margin-top: 2px;
}

.om-support-email strong {
  font-size: 12px;
  font-weight: 900;
  direction: ltr;
}

.om-support-email small {
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
}

.om-support-icon {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.om-support-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.om-support-callback {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 242px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.28);
  text-align: center;
}

.om-support-callback h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
}

.om-support-callback p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 20px;
}

.om-support-callback form {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  height: 36px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.om-support-callback input {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border: 0;
  color: #555;
  font-size: 12px;
  direction: ltr;
  outline: 0;
}

.om-support-callback button {
  height: 30px;
  margin-right: 3px;
  border: 0;
  border-radius: 15px;
  background: #4969c8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.om-support-copy {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 46px 42px;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 36%),
    linear-gradient(113deg, #f9f9f9 0%, #eeeeee 100%);
  text-align: center;
}

.om-support-copy h2 {
  margin: 0;
  color: var(--om-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
}

.om-support-copy span {
  display: inline-grid;
  place-items: center;
  min-width: 142px;
  min-height: 42px;
  margin: 8px 0 24px;
  padding: 0 24px;
  border-radius: 21px;
  background: #ef2929;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.om-support-copy p {
  margin: 0;
  max-width: 300px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 30px;
}

.om-support-side-label {
  position: absolute;
  top: 50%;
  right: -34px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: #fff;
  color: #8b8b8b;
  font-size: 9px;
  letter-spacing: 0.06em;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
}

.om-blog-comments {
  margin-top: 56px;
  background: transparent !important;
}

.om-blog-comments .comments-area,
.om-blog-comments #comments.comments-area {
  color: var(--om-text);
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.om-blog-comments .comment-form-container {
  padding: 24px 28px;
  border-radius: 16px;
  background: rgba(57, 81, 156, 0.1);
}

.om-blog-comments .comment-area-top {
  display: flex;
  /* justify-content: flex-end; */
  margin-bottom: 16px;
}

.om-blog-comments .ca-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.om-blog-comments .ca-right img {
  width: 48px;
  height: 48px;
  /* padding: 12px; */
  border-radius: 50%;
  background: #fff;
}

.om-blog-comments .comment-title {
  margin: 0;
  color: var(--om-blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  text-align: right;
}

.om-blog-comments .comment-desc {
  margin: 0;
  color: var(--om-blue);
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.om-blog-comments .form-group {
  display: grid!important;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px!important;
  margin-bottom: 16px;
}

.om-blog-comments .om-comment-field {
  display: grid;
  gap: 2px;
  margin: 0;
}

.om-blog-comments .om-comment-field span {
  color: var(--om-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
}

.om-blog-comments input,
.om-blog-comments textarea {
  width: 100%;
  border: 1px solid #d7d7d7!important;
  border-radius: 8px;
  background: #fff;
  outline: 0;
  color: var(--om-text);
  font-size: 14px;
}

.om-blog-comments input {
  height: 40px;
  padding: 0 14px;
}

.om-blog-comments textarea {
  min-height: 80px;
  margin-top: 0;
  padding: 14px;
  resize: vertical;
}

.om-blog-comments .comment-form-bot {
  margin-top: 16px;
}

.om-blog-comments .submit-btn {
  min-width: 140px;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--om-blue);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.om-blog-comments .comment-list-bot {
  margin-top: 48px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.om-blog-comments .comment-list,
.om-blog-comments .children {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.om-blog-comments .comment-list > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.om-blog-comments .children > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.om-blog-comments .comment-list > li + li {
  margin-top: 32px !important;
}

.om-blog-comments .comment-body {
  padding: 0 0 32px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--om-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.om-blog-comments .comment-list > li:last-child > .comment-body {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.om-blog-comments .cb-top {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row-reverse !important;
  gap: 16px;
  margin-bottom: 20px !important;
  padding: 0 !important;
  border: 0 !important;
}

.om-blog-comments .cbtop-right {
  display: flex !important;
  align-items: center !important;
  /* flex-direction: row-reverse !important; */
  gap: 12px;
  margin-left: auto !important;
}

.om-blog-comments .comment-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f1f1f1;
}

.om-blog-comments .comment-header {
  display: grid !important;
  gap: 2px;
  text-align: right;
}

.om-blog-comments .comment-author {
  display: block;
  color: var(--om-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

.om-blog-comments .comment-meta {
  display: block;
  color: var(--om-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.om-blog-comments .comment-text,
.om-blog-comments .comment-text p {
  margin: 0;
  color: #505050;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
}

.om-blog-comments .comment-text {
  margin-bottom: 12px;
}

.om-blog-comments .comment-text p + p {
  margin-top: 10px;
}

.om-blog-comments .comment-actions {
  display: flex !important;
  /* justify-content: flex-end !important; */
}

.om-blog-comments .comment-reply-link {
  display: inline-flex !important;
  align-items: center !important;
  /* flex-direction: row-reverse; */
  gap: 6px;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--om-blue) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  text-decoration: none;
  box-shadow: none !important;
}

.om-blog-comments .comment-reply-link img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.om-blog-comments .children {
  margin-top: 28px;
  margin-bottom: 8px;
  gap: 16px;
}

.om-blog-comments .children .comment-body {
  position: relative;
  margin-right: 24px;
  padding: 24px !important;
  border-bottom: 0 !important;
  border-radius: 16px;
  background: #fafafa !important;
}

.om-blog-comments .children .comment-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid var(--om-line);
  border-right: 1px solid var(--om-line);
  border-radius: 0 0 8px 0;
}

.om-blog-comments .children .comment-avatar img {
  width: 48px;
  height: 48px;
}

.om-blog-comments .children .comment-text,
.om-blog-comments .children .comment-text p {
  font-size: 14px;
}

.supp-contact-field.scf-phone .supp-phone {
  direction: ltr;
}

@media (max-width: 991px) {
  .om-blog-layout {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 46px 0 64px;
  }

  .om-blog-article {
    display: grid !important;
    grid-template-areas:
      "header"
      "cover"
      "content"
      "faq"
      "share"
      "tags"
      "support"
      "comments";
    order: 1;
    width: 100%;
  }

  .om-article-header {
    display: flex;
    flex-direction: column;
    grid-area: header;
    margin: 0 0 34px !important;
    padding-bottom: 0 !important;
    align-items: stretch;
    width: 100%;
    clear: both;
    position: relative !important;
    z-index: 2;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .om-blog-sidebar {
    position: static;
    overflow: visible;
    order: 2;
    width: 100%;
    padding-top: 0;
  }

  .om-blog-sidebar-stick {
    position: static;
  }

  .om-related-box {
    position: static;
  }

  .om-related-box h2 {
    width: 100%;
    /* max-width: 366px; */
    height: 48px;
    margin-bottom: 32px;
  }

  .om-sidebar-cta {
    padding: 28px 24px 32px;
  }

  .om-sidebar-cta-head {
    flex-wrap: wrap;
    gap: 12px;
  }

  .om-sidebar-cta-row {
    gap: 16px;
  }

  .om-sidebar-cta-phone-wrap {
    padding-bottom: 28px;
  }

  .om-sidebar-cta-phone {
    min-width: min(258px, calc(100vw - 148px));
    font-size: 22px;
  }

  .om-sidebar-cta-icon {
    width: 54px;
    height: 54px;
  }

  .om-related-card {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 94px;
  }

  .om-related-title {
    max-width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .om-article-header h1 {
    font-size: 24px;
    line-height: 1.55;
    margin: 0 0 32px;
    text-align: right;
  }

  .om-article-meta {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: flex-start;
    align-items: center;
    align-content: start;
    gap: 12px 18px;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0;
    width: 100%;
    margin: 0 !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 3;
  }

  .om-article-meta span {
    gap: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .om-article-cat {
    min-height: 24px;
    padding: 0 18px;
    font-size: 12px;
  }

  .om-article-meta .om-reading-time {
    min-height: 24px;
    padding: 0 16px;
    font-size: 12px;
  }

  .om-article-cat {
    order: 1;
  }

  .om-reading-time {
    order: 2;
  }

  .om-view-count {
    order: 3;
  }

  .om-comment-count {
    order: 4;
  }

  .om-meta-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .om-article-cover {
    grid-area: cover;
    clear: both;
    margin: 0 0 42px !important;
    border-radius: 16px;
    position: relative !important;
    z-index: 1;
    transform: none !important;
  }

  .om-article-content {
    grid-area: content;
  }

  .om-article-cover img {
    width: 100%;
    height: auto;
    aspect-ratio: 366 / 206;
    object-fit: cover;
  }

  .om-article-content {
    font-size: 16px;
    line-height: 30px;
  }

  .om-article-share {
    grid-area: share;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }

  .om-share-info,
  .om-share-label,
  .om-share-links {
    justify-content: flex-start;
  }

  .om-share-info {
    flex-wrap: wrap;
    gap: 12px 24px;
  }

  .om-article-tags {
    grid-area: tags;
    margin-bottom: 48px;
  }

  .om-article-faq {
    grid-area: faq;
    margin-bottom: 48px;
  }

  .om-article-faq h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .om-faq-item summary {
    min-height: 64px;
    padding: 0 24px 0 24px;
    font-size: 14px;
    line-height: 26px;
    height: stretch;
  }

  .om-faq-answer {
    font-size: 14px;
    line-height: 30px;
  }

  .om-faq-item[open] .om-faq-answer {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .om-blog-article > .home-support {
    grid-area: support;
    margin: 48px 0;
  }

  .om-blog-article > .home-support .row {
    flex-direction: column-reverse;
  }

  .om-blog-article > .home-support .call-sec,
  .om-blog-article > .home-support .supp-contact {
    width: 100%;
  }

  .om-blog-article > .home-support .call-sec-inner,
  .om-blog-article > .home-support .supp-contact-inner {
    height: auto;
  }

  .om-blog-article > .home-support .supp-contact-inner {
    border-radius: 0 0 27px 27px;
  }

  .om-blog-article > .home-support .call-sec-inner {
    border-radius: 27px 27px 0 0;
  }

  .om-blog-article > .home-support .call-left-box {
    padding: 80px 24px 0;
  }

  .om-blog-support {
    grid-area: support;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
    border-radius: 16px;
  }

  .om-blog-comments {
    grid-area: comments;
  }

  .om-support-copy {
    min-height: auto;
    padding: 36px 24px;
    border-radius: 0 0 16px 16px;
  }

  .om-support-copy h2 {
    font-size: 32px;
  }

  .om-support-copy p {
    font-size: 14px;
  }

  .om-support-contact {
    padding: 32px 24px;
    min-height: auto;
    border-radius: 16px 16px 0 0;
  }

  .om-support-side-label {
    display: none;
  }

  .om-blog-comments .comment-form-container {
    padding: 24px;
    border-radius: 16px;
  }

  .om-blog-comments .form-group {
    grid-template-columns: 1fr;
    gap: 14px!important;
    margin-bottom: 18px;
  }

  .om-blog-comments .comment-area-top {
    justify-content: flex-start;
  }

  .om-blog-comments textarea {
    min-height: 100px;
  }

  .om-blog-comments .cb-top {
    align-items: center;
    flex-direction: row-reverse;
  }

  .call-top-box {
    height: 260px!important;
  }

  .om-blog-article > .home-support .crb-text {
    transform: rotate(0);
    top: 20px;
  }
}
