.-top--post-cover {
    position: relative;
    --bx-shadow: #01101c3b;
    position: relative;
    padding-bottom: 0;
    padding-top: 172px;
}
.top-singular-post-cover {
    position: relative;
    z-index: 1;
}
.YC-post-context-boxed {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.-single-top-head-container {
    display: block;
    margin: 0;
    position: relative;
    max-width: 770px;
    min-width: 650px;
}

.-single-top-head-container .YC-BreadCrumb>ol {
    justify-content: center;
}
.single-post-title {
    display: block;
    margin-top: 20px;
}
.single-post-title>h1 {
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.6;
    flex: 1;
    color: var(--primary-text);
    font-weight: 600;
}
.marketing-project-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}

.project-title {
  font-size: 28px;
  color: #111;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.project-info .project-field {
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
}

.project-info .project-field strong {
  color: #000;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.project-gallery .gallery-item {
  flex: 1 1 calc(33.333% - 10px);
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.project-gallery .gallery-item img {
  width: 100%;
  display: block;
  height: auto;
}

.testimonial-box {
  background: #f4f4f4;
  border-right: 5px solid #4CAF50;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}

.testimonial-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.testimonial-box blockquote {
  margin: 0;
  font-style: italic;
  color: #555;
}

.-single-parent-flexes--content-inner-thumb {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    background: #0d0d0d;
    position: relative;
    border-radius: var(--largeradius);
    overflow: hidden;
}

.dark-gallery-item {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 290px;
    border-radius: var(--largeradius);
    overflow: hidden;
    gap: 22px;
}

.single-content-context-elements .dark-gallery-item {
    height: 540px;
    margin-bottom: 26px;
    border: var(--border-defult);
    background: #0d0d0d;
}

.dark-gallery-item.grid-item-center .dark-gallery-item.grid-item-1 {
    width: 100%;
    height: 290px;
}

.dark-gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.YC-projects-sldier-thumb--inner {
    display: flex;
    overflow: hidden;
    position: relative;
    background: var(--bgcolor);
    justify-content: center;
    height: 100%;
    align-items: center;
    border-radius: var(--largeradius);
    overflow: hidden;
}

.owl-stage-outer {
    height: 100%;
    width: 100%;
}

.--parent--trailer--button {
    position: absolute;
    right: 0;
    z-index: 2;
    min-width: 500px;
    display: flex;
    align-items: flex-start;
    top: 50%;
    transform: translateY(-50%);
    min-height: 150px;
    justify-content: center;
    left: 0;
}
.--active-trailer--trailer--button {
    --bs-white: white;
    --bs-primary: var(--uicolor);
    --el-w: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: var(--el-w);
    height: var(--el-w);
    background: #00000030;
    border-radius: 50%;
    position: relative;
}
.--active-trailer--trailer--button svg {
    transition: 180ms;
    width: var(--el-w);
    height: var(--el-w);
    border-radius: 50%;
    position: relative;
    transform: scale(1.02);
    background: #0000006e;
}
.playbtn .triangle {
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: var(--bs-white);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.playbtn .circle {
    stroke: var(--bs-white);
    stroke-dasharray: 650;
    stroke-dashoffset: 1300;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
:hover>.playbtn .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: var(--bs-primary);
    -webkit-animation: .7s ease-in-out trailorPlay;
    animation: .7s ease-in-out trailorPlay;
}
:hover>.playbtn .circle {
    stroke-dashoffset: 0;
    stroke: var(--uicolor);
}

.dark-video-thumbnail {
    width: 100%;
    background: #0d0d0d;
}
.-Yc-single-main {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}
.single-content-context-elements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    margin-inline-end: 40px;
    /* position: relative; */
    max-width: 1144px;
    overflow: hidden;
}

.single-content-context-elements > *:last-child {
    margin-bottom: 0;
}
.-single-post-content * {
    margin: revert;
    padding: revert;
    max-width: 100%;
}
.-YC-singleType-post .-secodary-single-post-bar {
    border: var(--border-defult);
}
.-secodary-single-post-bar {
}
.-single-post-content {
  max-width: 100%;
  font-size: 20px;
  line-height: 2;
  font-weight: 200;
  margin-bottom: 30px;
  color: var(--primary-text);
}
.-single-post-content table {
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  width: 100% !important;
  border-right: 1px solid var(--diver);
}
.-single-post-content table > tbody > tr > td:first-child {
  background: #1c1d22 !important;
  max-width: 250px;
}
.-single-post-content table > tbody > tr > :first-child {
  background: #1c1d22 !important;
}
.-sidebar-related-Single {
    margin-bottom: 40px;
    padding: 23px;
    border-radius: var(--largeradius);
    background: #343434;
    border: var(--border-defult);
}
.-single-post-content table td,
.-single-post-content table th {
  vertical-align: top;
  font-size: 14px;
  padding: 0.65rem !important;
}
.-single-post-content table tr {
  border-top: 1px solid var(--diver);
}
.-single-post-content table tbody tr td,
.-single-post-content table thead tr th {
  border-left: 1px solid var(--diver);
}
.-chevron-scroller-single > i,
.-single-post-content table tr:first-child,
.-single-share-header .-YC-owl-navs-items > div > i,
toggle-toc > span {
  font-weight: 400;
}
.-single-post-content table tr:last-child {
  border-bottom: 1px solid var(--diver);
}
.-single-post-content > h1,
.-single-post-content > h2,
.-single-post-content > h3,
.-single-post-content > h4,
.-single-post-content > h5,
.-single-post-content > h6 {
  padding: 16px 0 !important;
  line-height: 1.4;
}
.-single-post-content > h2 {
  font-size: 26px;
}
.-single-post-content > h3 {
  font-size: 21px;
}
.-single-post-content * {
  margin: revert;
  padding: revert;
  max-width: 100%;
}
.-single-post-content * img {
  height: auto;
  border-radius: 10px;
}
.-ThankYou-SendFeedBack,
.-single-post-content > p > img.aligncenter {
  margin: 0 auto;
  display: block;
}
.-YourColor-sticky-TocList > h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  position: sticky;
  top: 0;
  background: var(--bgcolor);
  padding: 10px 0;
}
.-YourColor-sticky-TocList > ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.-YourColor-sticky-TocList > ul > li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.-YourColor-sticky-TocList > ul > li.active-now > a {
  background: var(--uicolor2);
  color: #fff;
}
.-YourColor-sticky-TocList > ul > li > ul {
  display: block;
  list-style: none;
  width: 100%;
  padding: 5px 15px;
}
.-YourColor-sticky-TocList > ul > li > ul > li {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.-YourColor-sticky-TocList > ul > li > ul > li > a {
  display: inline-block;
  padding: 8px 0;
  color: var(--secondarytext);
  max-width: 100%;
  font-size: 15px;
}
.-TitleContent-section > a:hover,
.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title > h2 > a,
.-YourColor-sticky-TocList > ul > li.selected > a,
.-YourColor-sticky-TocList > ul > li > ul > li.selected > a,
.-references-post ul > li a:hover > em,
.-single-more-read-btn > a:hover,
.Bottom-comment-bar > ul > li.active {
  color: var(--uicolor);
}
.-YourColor-sticky-TocList > ul > li > a {
  display: inline-block;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 400;
  width: 100%;
  color: var(--secondarytext);
}
.-YourColor-sticky-TocList > ul > li > a > .-em-toc__number {
  margin-inline-end: 8px;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
}
.-YourColor-sticky-TocList > ul > li > ul > li > a > .-em-toc__number {
  margin-inline-end: 6px;
  font-size: 18px;
  display: inline-block;
}
.-single-title-top-bar {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
}
.-single-title-top-bar > ul > li > a {
  display: block;
  padding: 10px;
  min-width: max-content;
  color: var(--secondarytext);
  font-size: 16px;
}
.-single-post-content.single-projects-post-content {max-width: 100%;font-size: 18px;line-height: 1.7;font-weight: 400;border-radius: 20px;position: relative;}
.-single-bottom-title-list>ul>li>span {color: var(--primary-text);font-size: 15px;font-weight: 400;}
.-single-bottom-title-list>ul>li {
    color: var(--secondarytext);
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    position: relative;
    background: #121517;
    padding: 10px 21px;
    border-radius: 20px;
    margin-inline-end: 14px;
    justify-content: center;
    text-align: center;
    gap: 8px;
}

.-single-bottom-title-list>ul>li>p {
    font-size: 14px;
    font-weight: 300;
}


.-single-bottom-title-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-project-info {
  background: #1e1e2f;
  border-radius: 12px;
  padding: 30px;
  margin: 20px 0;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.dark-project-info h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #00adb5;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.dark-field {
  margin-bottom: 12px;
  font-size: 16px;
}

.dark-field span {
  color: #bbbbbb;
  font-weight: 600;
  display: inline-block;
  width: 160px;
}

.dark-field a {
  color: #00adb5;
  text-decoration: none;
}

.dark-field a:hover {
  text-decoration: underline;
}
hidemenu .single-content-context-products, body.hidemenu .-first-single-post-bar, body.hidemenu .-third-single-post-bar {
    top: 30px;
}
.-first-single-post-bar {
    display: block;
    min-width: 440px;
    max-width: 505px;
    position: sticky;
    top: 110px;
    transition: 180ms;
}
.-secodary-single-post-bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    padding: 30px;
    position: relative;
    border-radius: var(--largeradius);
    margin-bottom: 40px;
    background: #ffffff0d;
    color: var(--primary-text);
    min-width: 100%;
    max-width: 100%;
}
.project-card {
  max-width: 800px;
  margin: 0 auto;
  background: #343434;
  color: #f5f5f5;
  padding: 23px;
  border-radius: 20px;
  font-family: "Segoe UI", sans-serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border: var(--border-defult);
}

.project-card h2 {
  font-size: 28px;
  margin-bottom: 25px;
  border-left: 5px solid var(--uicolor);
  padding-left: 15px;
  z-index: 1;
  position: relative;
}
.project-field {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
.project-field i {
  color: var(--uicolor);
  margin-right: 12px;
  font-size: 18px;
  width: 24px;
  text-align: center;
}
.project-field span {
  font-weight: 600;
  margin-right: 10px;
  min-width: 140px;
  display: inline-block;
  color: var(--secondarytext);
}
.project-field a {
  color: #00ffc6;
  text-decoration: none;
  word-break: break-word;
}
.project-field a:hover {
  text-decoration: underline;
}
.-sidebar-related-Single {
  margin-bottom: 50px;
}

.-Post-sidebar-box-single-item:last-child {
    margin-bottom: 0;
}
.-sidebar-related-title-section {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.-sidebar-related-title-section > span {
  font-size: 22px;
  font-weight: 400;
}
.-sidebar-related-title-section > p {
  display: block;
  margin-inline-start: 5px;
}
.-sidebar-related-title-section > p > a {
  display: block;
  color: var(--uicolor);
}
.-sidebar-related-title-section > i {
  margin-inline-end: 15px;
  font-weight: 900;
  color: var(--secondarytext);
  font-size: 22px;
  width: 44px;
  height: 44px;
  border: 2px solid var(--diver);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.-secodary-single-products-bar:empty,
span.ez-toc-title-toggle {
  display: none;
}
.-sidebar-related-title-posts-items .-Post-box-single-item {
  margin: 0 0 20px;
  padding: 15px;
}
.YC-BreadCrumb.-BreadCrumb-PT-post {
  margin-bottom: 25px;
}
.-single-parent-flexes--content-inner-thumb--inner {
  display: block;
  overflow: hidden;
  border-radius: var(--largeradius);
  position: relative;
  padding-bottom: 60%;
  background: var(--bgcolor);
}
.-single-parent-flexes--content-inner-thumb--inner > img {
  position: absolute;
  max-height: 100%;
  max-width: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.image-wrapper {position: relative;width: 100%;height: 100%;}

.image-wrapper:before {
    /* content: ''; */
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    border-radius: inherit;
    background: rgb(0 0 0 / .4);
    border: 0;
    transition: all 0.1s ease;
    transform: scale(0);
}

.image-wrapper:hover:before {
    opacity: 1;
    transform: scale(1);
}

.-single-parent-flexes--content-inner-thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

body[mode=light] .-single-parent-flexes--content-inner-thumb {
    background: #313131;
    position: relative;
    box-shadow: 0 0 0;
    border-radius: 20px;
    border-radius: var(--largeradius);
    border: var(--border-defult);
}
.-single-post-content #ez-toc-container {
  border: 0;
  background: rgba(6, 6, 50, 0);
  border-radius: var(--largeradius);
  padding: 0px 0 !important;
  min-width: 100%;
  transition: 180ms;
  position: relative;
  max-width: 100%;
  direction: rtl;
  float: none !important;
  box-shadow: 0 0 0;
  margin-bottom: 30px;
}
#ez-toc-container.showin::before {
  height: var(--tableofcontentH);
  transition-delay: 0.1s;
}
#ez-toc-container::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: 103px;
  border-radius: var(--largeradius);
  top: 0;
  left: 50%;
  transition: 180ms;
  background: rgb(255 255 255 / 3%);
  z-index: 0;
  transform: translateX(-50%);
}
.-Chevrons--NextPrev-poster {
  border-radius: var(--largeradius);
}
#ez-toc-container .ez-toc-title-container {
  display: flex !important;
  place-content: center space-between;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 23px;
  margin: 0;
  justify-content: space-between;
  padding: 30px;
}


.-sidebar-related-title-section {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.-sidebar-related-Single {
    margin-bottom: 40px;
    padding: 23px;
    border-radius: var(--largeradius);
    =: var(
    --bgcolor);
    border: var(--border-defult);
}

.-secodary-single-post-bar:after, .-secodary-single-post-bar:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -1px;
    top: 0;
    background: linear-gradient(0deg, transparent, var(--diver), transparent);
    opacity: 0;
    visibility: hidden;
}
-singular-comments-post {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.-YC-FaqsSimple-vsingle-Title, .-post-tag-items > a, .-singular-comments-post, .ReplyCommentPreview > h2 {
    display: flex;
    align-items: center;
    align-content: center;
}
.-comments-titlecontext-inner > .comments-title-h4 {
    display: block;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-weight: 500;
}
.-comments-titlecontext-inner > p {
    font-weight: 200;
    color: var(--secondarytext);
    font-size: 17px;
    line-height: 1.5;
}
.single-post-parent-container-comments > form {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}
.single-post-parent-container-comments > form > .alerts {
    min-width: 100%;
    flex: 1;
    margin: 0 0 30px;
}
.-comments-form-inputs-area {
}
.-comments-form-Button-area {
    min-width: 500px;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    /* margin: 0 15px; */
}
.-comments-form-Button-area > button {
    display: flex
;
    justify-content: space-between;
    padding: 13px;
    border-radius: var(--miniradius);
    background: var(--uicolor);
    border: 2px solid var(--uicolor);
    color: var(--bgcolor);
    font-size: 15px;
    align-items: center;
}
.-comments-form-Button-area > button > i {
    margin-inline-start: 10px;
}
comments--textarea {
    min-width: 350px;
    margin: 0 15px;
}
.-comment-contentarea {
    position: relative;
    min-width: 100%;
    margin-bottom: 0px;
    display: block;
}
.-comments-form-inputs-area {
    flex: 1;
    display: flex;
    margin: 0 15px 30px;
    min-width: 280px;
}
.-comments-form-inputs-area.-comments--textarea > textarea {
    min-height: 160px;
}
.-TitleContent-section {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    align-items: center;
    color: var(--primary-text);
    font-weight: 500;
    font-size: 23px;
}
h2.-TitleContent-section  span {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: var(--secondarytext);
    font-weight: 500;
    margin-inline: 9px;
}

body[mode=light] h2.-TitleContent-section span {
    color: var(--primary-text);
}
.-TitleContent-section p {
    margin-inline-start: 8px;
    color: var(--uicolor);
    font-size: 28px;
    font-weight: 500;
}
.-TitleContent-section  a {
    display: flex;
    color: var(--primary-text);
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-inline-start: auto;
}
.-TitleContent-section > a > i {
    font-weight: 600;
    margin-inline-start: 9px;
}

.seccontent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--primary-text);
    font-weight: 500;
    font-size: 23px;
}

.-Posts-RelatedBoxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.single-post-parent-container-comments {
    display: block;
    position: relative;
}
.dark-testimonial {
  margin-top: 30px;
  background: #1a1a1a;
  border-left: 5px solid var(--uicolor);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 39px;
}

.dark-testimonial h3 {
  margin-bottom: 10px;
  color: var(--uicolor);
  font-size: 20px;
}

.dark-testimonial blockquote {
  font-size: 15px;
  color: #ddd;
  margin: 0;
  font-weight: 400;
  border-left: 0;
  float: unset;
  line-height: 1.5;
}
.RateComment>.RatingReview>i.active {
    color: #ffa700;
}
.RateComment>.RatingReview>i.fixedactive {
    color: #ffa700;
    font-weight: 600;
}
.RateComment>.RatingReview {
    direction: ltr;
    font-size: 21px;
    color: #e1e1e1;
    cursor: pointer;
    margin-inline-end: 10px;
    margin-top: -4px;
}
.RateComment {
    position: absolute;
    bottom: 47px;
    left: 30px;
    padding: 10px;
}
.RateComment, .priced-to-area {
    align-items: center;
    display: flex;
}
.RateComment>.RatingReview>i.active {
    color: #ffa700;
}

.-single-share-posts-area {
    min-width: 100%;
    max-width: 100%;
}
.-YC-singleType-post .-single-share-posts-area {
    border: var(--border-defult);
}
.-single-share-posts-area {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    padding: 40px;
    position: relative;
    border-radius: var(--largeradius);
    margin-bottom: 40px;
    /* background: white; */
}
.-single-share-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.-single-share-posts-area {
    display: block;
    padding: 28px;
    border-radius: var(--largeradius);
    overflow: hidden;
    background: #ffffff0d;
}
.-single-share-header > h2 {
    font-size: 26px;
    font-weight: 400;
}
.-single-share-header .-YC-owl-navs-items {
    display: flex;
    direction: rtl;
}
copy>button, .-single-share-header .-YC-owl-navs-items>div {
    padding: 10px;
    display: flex
;
    color: var(--secondarytext);
    transition: 180ms;
    align-content: center;
}
.-single-share-header .-YC-owl-navs-items>div {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: 44px;
    font-size: 22px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--diver);
    margin-inline-start: 10px;
    position: relative;
    background: transparent;
    transform: translate(0);
}
.-single-share-header .-YC-owl-navs-items > div {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: 44px;
    font-size: 22px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--diver);
    margin-inline-start: 10px;
}
.-single-share-header .-YC-owl-navs-items > div {
    padding: 10px;
    display: flex
;
    color: var(--secondarytext);
    transition: 180ms;
    align-content: center;
}
.-YC-owl-navs-items>.-YC-owl-Slides-next, .-YC-owl-navs-items>.-YC-owl-Slides-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid var(--uicolor);
    --chev-w: 45px;
    width: var(--chev-w);
    height: var(--chev-w);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 21px;
    color: white;
    transition: 180ms;
    cursor: pointer;
    background: var(--uicolor);
    transition: all 0.5s ease;
}
.-YC-owl-navs-items>.-YC-owl-Slides-prev {
    right: 0;
}
.-share-icons-list {
    margin-bottom: 40px;
    flex-direction: column;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
}
.-itemslist-share-icons-list {
    list-style: none;
    position: relative;
    width: 64px;
    direction: rtl;
    opacity: 0;
}
.-itemslist-share-icons-list .owl-stage, .-post-reviews-buttons, .-single-share-header .-YC-owl-navs-items {
    display: flex;
}
.-itemslist-share-icons-list .--sp-social-item {
    min-width: 100%;
}
.-itemslist-share-icons-list .--sp-social-item>a {
    transition: 180ms;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.-itemslist-share-icons-list .--sp-social-item>a>i {
    display: flex;
    height: 60px;
    border-radius: 70px;
    color: var(--sociaTextColor);
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 10px;
    width: 60px;
    border: 2px solid var(--sociaColor);
    transition: 180ms;
    background: var(--sociaColor);
}
.-itemslist-share-icons-list .--sp-social-item>a>span {
    white-space: nowrap;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
    transition: 180ms;
}
.-share-popover-boxed-copy {
    display: flex;
    border-radius: var(--miniradius);
    overflow: hidden;
    align-items: center;
}
.-share-popover-boxed-copy>input {
    flex: 1;
    min-height: auto;
    direction: ltr;
    font-size: 14px;
    text-overflow: ellipsis;
    background: 0 0;
    border: 0;
    font-weight: 300;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    margin-inline-end: 10px;
}
.-share-popover-boxed-copy > input {
    direction: ltr;
    border: 0 !important;
    background: #ffffff0a !important;
    text-transform: lowercase !important;
}
.-share-popover-boxed-copy > button {
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    border-radius: var(--miniradius);
    margin-inline-start: 20px;
    font-weight: 400;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid var(--secondarytext);
    overflow: hidden;
    position: relative;
    padding: 13px 20px;
    color: var(--secondarytext);
    display: flex;
}
.-share-popover-boxed-copy > button > em {
    position: relative;
    display: block;
    visibility: visible;
    transition: 180ms;
    opacity: 1;
    font-style: normal;
    transform: translateX(0);
}
.-share-popover-boxed-copy > button > em {
    position: relative;
    display: block;
    visibility: visible;
    transition: 180ms;
    opacity: 1;
    font-style: normal;
    transform: translateX(0);
}
.-share-popover-boxed-copy > button > span {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 180ms;
    color: #fff;
    transform: translateX(-100px);
}
.-share-popover-boxed-copy.active > button > span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.-share-popover-boxed-copy.active > button {
  background: var(--success-color);
  border-color: var(--success-color);
  background: var(--positive);
  border-color: var(--positive);
}
.-share-popover-boxed-copy:not(.active) > button:hover {
  color: var(--primary-text);
  background: var(--uicolor);
  border-color: var(--uicolor);
}
.-share-popover-boxed-copy.active > button > em {
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
}
.ChildComments > li, ul.CommentsListInner > li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    flex-direction: column;
}

ul.CommentsListInner > li.NoComments {
    flex-direction: inherit !important;
    gap: 10px;
    align-items: center;
}
.CommentContent {
    display: block;
    padding: 30px;
    border: 1px solid var(--diver);
    border-radius: var(--largeradius);
}
.-comments-head-area {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.-comments-head-area > .UserAvatar {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin-inline-end: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    border: 1px var(--border-defult-hover);
    color: var(--secondarytext);
}
.-comments-head-area > .UserAvatar > img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: auto;
    max-width: unset;
    max-height: 100%;
}
.-comment-user-area > .NameArea {
    display: flex;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 1px;
    font-weight: 400;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-transform: capitalize;
    flex: 1;
}
.-comment-user-area > .NameArea > verified {
    line-height: 14px;
}
verified {
    width: 16px;
    height: 16px;
    background: #2c86fd;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    line-height: 18px;
}
.comment-status {
    display: block;
    font-weight: 200;
    font-size: 13px;
}
.yc-projects-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 16px; /* adjust gutter */
  align-items: stretch;
}

/* place each “cell” by name */
.grid-item-1      {grid-area: 1 / 1 / 2 / 2;}  /* top-left */
.grid-item-center { grid-area: 1 / 2 / 3 / 3; }  /* spans both rows in center */
.grid-item-2      { grid-area: 1 / 3 / 2 / 4; }  /* top-right */
.grid-item-3      { grid-area: 2 / 1 / 3 / 2; }  /* bottom-left */
.grid-item-4      { grid-area: 2 / 3 / 3 / 4; }  /* bottom-right */

/* optional: make sure images/videos fill their cell */
.yc-projects-grid .dark-gallery-item,
.yc-projects-grid .dark-video-thumbnail {
  width: 100%;
}

.dark-gallery-item.grid-item-center {
    flex-direction: column;
    height: auto;
}

.single-content-context-elements .dark-gallery-item.grid-item-center {
}
.img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.1s ease;
  pointer-events: none;
  font-size: 2rem;
  color: rgba(255,255,255,.9);
}

.dark-gallery-item:hover .img-overlay {
  opacity: 1;
}

.-Related-Single {
    margin-top: 60px;
}

.show-more-btn{display:inline-block;padding: 11px 20px;cursor:pointer;background: var(--uicolor);color: #000;border-radius: 10px;margin-inline: auto;display: flex;width: max-content;font-size: 16px;align-items: center;gap: 10px;font-weight: 600;}


body[mode=light]  .-comments-form-Button-area > button {
    color: var(--primary-text);
}