@media (min-width: 1023.99px) {
  body {
    --keydesign-h1-font-size: 57px;
    --keydesign-h2-font-size: 47px;
    --keydesign-h3-font-size: 32px;
    --keydesign-h4-font-size: 24px;
    --keydesign-h5-font-size: 21px;
  }
  .keydesign-widget .widget-title:not(:empty) {
    font-size: var(--keydesign-h5-font-size);
    font-weight: var(--keydesign-h5-font-weight);
  }
  .blog-layout-grid .keydesign-card .post-title {
    line-height: var(--keydesign-h4-line-height);
    font-size: var(--keydesign-h4-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
  }
  .entry-meta,
  .category-meta {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-size: 13px;
  }
  .blog-layout-horizontal .keydesign-card .entry-wrapper .post-title {
    font-size: var(--keydesign-h4-font-size);
    line-height: var(--keydesign-h4-line-height);
  }
}

@media (max-width: 1024px) {
  .breadcrumbs ul,
  .page-header .entry-title + p,
  .ekit-wid-con .ekit-breadcrumb {
    --font-size-paragraphs: var(--keydesign-h5-font-size);
  }
  .woocommerce #content .product_list_widget li a,
  .widget_recent_entries .recent-posts-thumb a .recent-post-title {
    font-size: var(--keydesign-h5-font-size);
  }
  .ekit-wid-con
    .ekit-post-list-wrapper
    .ekit_post_list_content_wraper
    .elementor-icon-list-text,
  .blog-layout-grid .keydesign-card .post-title {
    font-size: var(--keydesign-h4-font-size);
  }
}

.woocommerce .wc-style-detailed ul.products li.product:hover .woo-entry-image {
  background: var(--e-global-color-light);
}

.site-content
  .keydesign-portfolio-item-design-1
  .keydesign-portfolio-grid-item__wrapper {
  background-color: transparent;
}

.related-posts .keydesign-card.type-keydesign-portfolio .medium-size-thumb {
  aspect-ratio: 1.06;
}

.elementor-widget-elementskit-heading
  .ekit-wid-con
  .elementskit-section-title
  > span {
  transition: none !important;
}

.elementor-location-header .site-logo-wrapper img {
  height: 115px !important;
  width: 115px !important;
}
/* .elementskit-navbar-nav li a {
  font-family: Arial !important;
} */

.mb-12 {
  margin-bottom: 12px !important;
}
.dialog-wrap {
  padding: 20px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}
.flex-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dialog-content {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  background-image: linear-gradient(130deg, #dc1918 0%, #ab1d1c 100%);
}
.dialog-content:before {
  width: 100%;
  height: 100%;
  background-image: url("https://www.doofinancial.com/wp-content/uploads/2025/06/Grid-Desk.png");
  --background-overlay: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.close-wrap {
  text-align: right;
}
.close-icon {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
.dialog-content-wrap {
  display: flex;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 10px;
}

.content-left {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.content-right {
  width: 30%;
  position: relative;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.phone-img {
  width: 70%;
  height: 100%;
}
.abs-img {
  position: absolute;
  top: 10%;
  left: -10%;
}
.down-title {
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
  line-height: 1.3em;
  padding: 5px 10px 5px 10px;
  color: #eb4d4c;
  font-family: "Avenir LT Std", Sans-serif;
  border-radius: 4px;
  margin-bottom: calc(0.3em + 10px);
}
.big-title {
  font-size: 32px;
  width: 70%;
  font-family: "Avenir LT Std", Sans-serif;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 12px;
}
.qr-code-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.qr-code-wrap img {
  width: 25%;
  height: 25%;
}

.sec-title {
  width: 90%;
  font-size: 17px;
  margin-bottom: 12px;
  color: #fff;
  font-family: "Avenir LT Std", Sans-serif;
}

@media (max-width: 1440px) {
}

@media (max-width: 1024px) and (min-width: 880px) {
}
@media (max-width: 880px) and (min-width: 768px) {
  .content-right {
    display: none;
  }
  .big-title {
    width: 100%;
  }
  .sec-title {
    width: 100%;
  }
  .content-left {
    padding-left: 10px;
  }
  .dialog-content-wrap {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .content-right {
    display: none;
  }
  .big-title {
    width: 100%;
  }
  .sec-title {
    width: 100%;
  }
  .content-left {
    padding-left: 10px;
  }
  .big-title {
    font-size: 24px;
  }

  .sec-title {
    font-size: 13px;
  }
  .dialog-content-wrap {
    justify-content: space-around;
  }
}
