/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
/******* Blog Css **********/

.inner-wrapper {
  padding: 0% 10% 0% 10%;
}


.blog-body-wrapper > div {
  width: 100%;
}
.blog-body-wrapper {
  display: flex;
  padding: 112px 0px 72px 0px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.gs-top-section-grp .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}

.gs-top-section-grp .container-inner .gs-blog-title h2 {
  color: #061C3D;
  text-align: center;
  font-family: "Lama Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
.gs-top-section-grp .container-inner .gs-blog-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.gs-top-section-grp .filter-grp {
  display: flex;
  align-items: center;
  gap: 15px;
}

.caategory-grp {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(29, 59, 101, 0.10);
  background: #F6F9FC;
}

div#dropdown-container select {
  color: #667085;
  text-overflow: ellipsis;
  font-family: "Lama Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 0;
  background: transparent;
  padding: 12px 18px;
  height: 48px;
}
.search-grp form {
  background: transparent;
  border: 0;
}
.search-grp form input[type=search] {
  display: flex;
  width: 300px;
  height: 48px;
  padding: 16px 50px 16px 18px!important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(29, 59, 101, 0.15);
  background: #FFF;
}

.search-grp form .hs-search-field__button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image:url('//144952270.fs1.hubspotusercontent-eu1.net/hubfs/144952270/raw_assets/public/Qoyod_Nov2024_Theme/images/SearchOutlined.png');
    border: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.search-grp form .hs-search-field__button > span {
  display: none;
}

.search-grp form input[type=search] {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  font-family: "Lama Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.hs_error_rollup {
  display: none!important;
}

ul.no-list.hs-error-msgs.inputs-list {
  display: none!important;
}


.hs-pagination {
  margin-top: 64px;
}

.hs-pagination a {
  display: flex;
  width: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: var(--spacing-md, 8px);
  color: #475467;
  text-align: center;
  font-family: "Lama Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.hs-pagination a.hs-pagination__link--active, .hs-pagination a:hover {
  border-radius: 8px;
  background: linear-gradient(0deg, #F6F9FC 0%, #F6F9FC 100%), #F9FAFB;
}!important

.blog-body-wrapper {
  padding-bottom: 8px;
}

.blog-body-wrapper ,
.gs-banner-grp {
  padding-left: 20px!important;
  padding-right: 20px!important;
}



@media (max-width:990px){
  .gs-top-section-grp .container-inner {
    flex-direction: column;
    gap: 20px;
  }
  .blog-body-wrapper {
    padding: 50px 20px 30px!important;
  }
  .gs-top-section-grp .container-inner .gs-blog-title {
    width: 100%;
  }
  .gs-top-section-grp .filter-grp {
    width: 100%;
  }
  .gs-top-section-grp .filter-grp > div {
    width: 50%;
  }
}
@media (max-width:767px) {
  .header-bg-grp {
    gap: 50px!important;
  }
  .gs-banner-grp .title h1 {
    font-size: 30px!important;
    margin-bottom: 20px!important;
    line-height: 125%!important;
    margin-top: 20px!important;
  }
  .gs-description {
    width: 100%!important;
  }
}


@media (max-width:479px) {
  .gs-top-section-grp .filter-grp {
    flex-direction: column;
  }
  .gs-top-section-grp .filter-grp > div ,
  .gs-top-section-grp .filter-grp > div > div ,
  div#dropdown-container select {
    width: 100%!important;
  }
}



.body-container--blog-post .content-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.body-container--blog-post .blog-post-image {
  height: 675px;
  margin-top: -96px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.feature-image-grp {
  padding-bottom: 48px;
}
.gs-post-content-grp .right-col-grp {

  width: 360px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position:relative
}
.gs-post-content-grp .left-col-grp {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.gs-post-content-grp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.gs-table-content, .post-author-grp, .post-tag-grp, .post-share-grp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.gs-post-content-grp .right-col-grp > div {
  width: 100%;
}

.invalid.error::placeholder {
  color: red;
}
.invalid.error {
  border-color: red !important;
}

.blog-comments {
  max-width: 100%;
  width: 100%;
}

.blog-comments form {
  background: transparent;
  border: 0;
}

.blog-comments form textarea.hs-input {
  height: auto;
}
.blog-comments form .hs-input {

  height: 56px;
  padding: 16px 20px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid rgba(29, 59, 101, 0.10);
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #0070F2;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
  color: #667085;
  font-family: "Lama Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}

.blog-comments form .hs-button {
  border-radius: 8px;
  background: var(--Highlights, #0070F2);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08), 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 12px 40px;
  color: #FFF;
  text-align: center;
  font-family: "Lama Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  border: 0;
}

.post-item {
  width: 30.333%;
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.post-item .left-image-grp {
  background: linear-gradient(180deg, rgba(114, 175, 219, 0.75) 0%, rgba(108, 157, 97, 0.75) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  display: block;
  width: 100%;
  height: 302px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
}
.post-item .post-blog-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.post-item .post-blog-content .topic-grp .blog-post__tag-link {
  color: #0070F2;
  font-family: "Lama Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  display: inline;
}
.gs-bottom-listing-grp {
  display: flex;
  padding: 80px 0px 112px 0px;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
.gs-bottom-listing-grp .top-header-section {
  padding-bottom: 32px;
  text-align: center;
}
.gs-bottom-listing-grp .top-header-section .top-title {
  color: var(--bright-orange, #E76500);
  text-align: center;
  font-family: "Lama Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.gs-bottom-listing-grp .top-header-section h2 {
  color: #061C3D;
  text-align: center;
  font-family: "Lama Sans";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
.blog-related-posts__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: var(--spacing-6xl, 48px) 40px;
  flex-wrap: wrap;
}
.gs-bottom-listing-grp {
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}
.hs-blog-post {
  overflow: hidden;
}

.qy_blog_main_wrapper * {
  font-family: "Lama Sans", Sans-serif;
}

.qy_blog_main_wrapper .blog-post__body *, .qy_blog_main_wrapper .gs-bottom-listing-grp *{
  font-family: "Lama Sans", Sans-serif !important;
}

.breadcrumb_main>ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.blog-post__body{
  width:100%;
}


.breadcrumb_main.arabic>ol>li:not(:first-child):before {
  content: "\f104";
  padding: 0 10px;
  font-family: 'Font Awesome 6 Free';
}

.breadcrumb_main.english>ol>li:not(:first-child):before {
  content: "\f105";
  padding: 0 10px;
  font-family: 'Font Awesome 6 Free';
}


.breadcrumb_main>ol>li a {
  color: #0070F2;
  font-family: "Lama Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}

.breadcrumb_main>ol>li {
  color: #475467;
  font-family: "Lama Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}


@media (max-width:1024px) and (min-width:768px){

  .post-item {
    width: 48%;
  }
  .blog-related-posts__list .post-item {
    width: 40%;
  }
  .gs-post-content-grp .left-col-grp {
    padding-right: 20px;
  }
}
@media (max-width:990px){
  .gs-post-content-grp {
    flex-wrap: wrap;
  }
  .gs-post-content-grp .left-col-grp {
    padding-right: 0;
    max-width: 100%;
    flex: auto;
    width: 100%;
  }
  .gs-post-content-grp .right-col-grp {
    width: 100%;
  }
  .sidebar-grp {
    width: 100%!important;
  }
  div#toc {
    display: none;
  }
}

@media (max-width:767px){
  .post-item{
    width: 100%;
  }

  .breadcrumb_main>ol {
    row-gap: 20px;
    flex-direction: column;
  }

  .breadcrumb_main.arabic>ol>li:not(:first-child):before,
  .breadcrumb_main.english>ol>li:not(:first-child):before{
    position: absolute;
    top: -22px;
    font-family: 'Font Awesome 6 Free';
    content: "\f107";
  }

  .breadcrumb_main>ol>li {
    position: relative;
  }
}
.post-item .left-image-grp {
  background-size: cover!important;
  background-position: bottom center!important;
}
.first-post .recent-post-item .inner .left-image-grp {
  background-position: top center!important;
}
@media (min-width:768px) {
  html[lang="ar"] .gs-post-content-grp .left-col-grp {
    padding-left: 20px;
  }
  html[lang="en"] .gs-post-content-grp .left-col-grp {
    padding-left: 0;
    padding-right: 20px;
  }
}
html[lang="en"] .blog-post__body ul {
  text-align: left;
  direction: ltr;
}
html[lang="ar"] .blog-post__body ul {
  direction: rtl;
}
html[lang="en"]  .blog-post__body ul li {
  text-align: left!important;
}
html[lang="en"] .first-post .recent-post-item .inner .left-image-grp {
  background-position: bottom!important;
}


/* /////////////////////////////////////// */


#ez-toc-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  display: table;
  margin-bottom: 1em;
  padding: 10px 20px 10px 10px;
  position: relative;
  width: 100%;
}

#ez-toc-container .ez-toc-title-container {
  display: none;
}

#ez-toc-container nav ul {
  background: 0 0;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  padding: 0;
  counter-reset: item;
}

#ez-toc-container nav ul li {
  font-weight: 500;
  font-size: 16px;
  background: 0 0;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

#ez-toc-container nav ul li a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

#ez-toc-container nav ul ul{
  margin-left: 25px;
  padding:0;
}

#ez-toc-container nav ul li:not(:last-child) a{
  margin-bottom: 5px;
}

#ez-toc-container nav>ul>li>a:before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: .2em;
  float: left;
}

#ez-toc-container nav>ul li ul li a:before {
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: .2em;
  float: left;
}