.custom-breadcumb {
  position: relative;
  z-index: 1;
}

/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
  position: absolute;
  top: 105%;
  right: 0;
  transition: all ease-in-out 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
  max-height: 3rem;
  opacity: 1;
  background: var(--warning-color-1);
  padding: 0.2rem 0.4em;
  color: var(--White);
  border-radius: var(--radius);
  z-index: 1;
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
}

.edNews__commentsWrapper .btn-submit {
  color: var(--White);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  font-weight: bold;
  background-color: green;
}

.edNews__commentsWrapper .btn-submit:hover {
  background: var(--accent-color4);
}

.edNews__commentsWrapper
  :where(input[type="text"], input[type="email"], textarea) {
  outline: unset !important;
  padding: 1rem;
  width: -webkit-fill-available;
  background-color: var(--lsilver);
  transition: all ease-in-out 0.3s;
  border: 0.1em solid var(--silverLight);
}

.edNews__commentsWrapper
  :where(input[type="text"], input[type="email"], textarea)::placeholder {
  text-align: right !important;
  font-family: IranSite;
  color: var(--Silver-Secondary-Color);
  transition: all ease-in-out 0.3s;
}

input:where([type="email"], [type="cell"]) {
  direction: ltr;
}

.edNews__commentsWrapper .form-group label {
  padding: 0.4rem 0;
}

.edNews__commentsWrapper
  :where(input[type="text"], input[type="email"], textarea):focus {
  border-color: var(--Accent-Color);
}

.edNews__commentsWrapper
  :where(input[type="text"], input[type="email"], textarea):focus::placeholder {
  letter-spacing: -0.05rem;
  font-size: 0.9rem;
}

.edNews__commentsWrapper .GDPR input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.2em;
  gap: 1rem;
}

.edNews__commentsWrapper .GDPR input[type="checkbox"] {
  display: none;
}

.edNews__commentsWrapper .GDPR input[type="checkbox"] + label:before {
  content: "\2714";
  border: 0.1em solid var(--Black-Color);
  border-radius: 0.2em;
  display: flex;
  color: transparent;
  transition: 0.2s;
  padding: 0 0.5em;
  border: 0.1rem solid var(--blgnav);
}

.edNews__commentsWrapper .GDPR input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

.edNews__commentsWrapper .GDPR input[type="checkbox"]:checked + label:before {
  background-color: #3cb371;
  border-color: #3cb371;
  color: var(--White);
}

.edNews__commentsWrapper .GDPR input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
}

.edNews__commentsWrapper
  .GDPR
  input[type="checkbox"]:checked:disabled
  + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment
  .edNews__replyingToMessage {
  opacity: 1;
  visibility: visible;
}

.edNews__commentsCollapseWrapper {
  width: 100%;
}

.edNews__commentsCollapseWrapper .load-more-button {
  position: absolute;
  top: 50%;
  left: 42rem;
}

.edNews_commentDetails .media-body {
  flex: 1 0 80%;
  border: 0.1rem solid var(--silverLight);
  border-radius: calc(var(--b-rasiud) * 2);
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
  color: green;
  font-size: 1.5rem;
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
  color: red;
  font-size: 1.5rem;
}

.edNews_commentActions span {
  color: var(--accent-color1);
}

.edNews_numberVotes {
  color: var(--accent-color1);
}

.edNews_loadMoreTriggerWrapper {
  display: flex;
  justify-content: center;
}

.edNews_loadMoreTriggerWrapper button {
  background: var(--accent-color3);
  border: 1px solid var(--accent-color2);
  padding: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
  display: none;
}

.edNews_loadMoreTriggerWrapper.loading,
.edNews__editingComment .edNews__editCommentContainer {
  display: block;
}

.edNews_loadMoreTriggerWrapper.hide,
.edNews__editCommentContainer {
  display: none;
}

.edNews_userAvatar img {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: var(--b-radius);
}

.edn_recentCommentContainer {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.ItemTitleComment svg {
  width: 1.5rem;
}

.edNews__commentContent {
  font-size: 1rem;
}

.edNews_commentDate {
  font-size: 0.8rem;
  padding-top: 6px;
}

.edNews__childCommentsContainer {
  border-right: solid 2px var(--accent-color);
  margin-bottom: 0.6rem;

  .edNews__itemCommentContainer {
    margin-right: 2rem;
    border-top: 0.1rem solid var(--dark-gray);
  }
}

.edNews_adminEdit .btn-submit {
  background: transparent !important;
  color: var(--accent-color);

  .edNews__editComment,
  .edNews__deleteComment {
    display: none;
  }
}

div#edNewsComment3424_2219_3 {
  border-bottom: 0.1em solid var(--accent-color2);
}

.article_pager {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: var(--White);
    border: solid 1px var(--secondary-main);
    border-radius: 0.4rem;
    color: var(--secondary-main);

    &.active {
      background-color: var(--secondary-main);
      color: var(--White);
    }
  }
}

/********************** End Comments ***********************/

/***************** Start Related Aritcle *******************/
.relatedBox {
  .relatedImgBox {
    width: 7rem;
    height: 7.2rem !important;
  }

  .relatedTextBox {
    strong {
      font-size: 0.8rem;
    }

    span {
      font-size: 0.7rem;
    }
  }
}

.related-articles {
  .main-title {
    font-weight: bold;
    color: var(--Black);
  }

  .related-item {
    a {
      color: #000;
    }

    .img-box {
      width: 100%;
      display: block;
      border-radius: var(--radius-12);
      -webkit-border-radius: var(--radius-12);
      -moz-border-radius: var(--radius-12);
      -ms-border-radius: var(--radius-12);
      -o-border-radius: var(--radius-12);
      aspect-ratio: 1.65 / 1;

      img {
        border-radius: var(--radius-12);
        -webkit-border-radius: var(--radius-12);
        -moz-border-radius: var(--radius-12);
        -ms-border-radius: var(--radius-12);
        -o-border-radius: var(--radius-12);
        margin-left: 1rem;
      }
    }

    .title {
      font-size: 1rem;
      font-weight: normal;
      margin: 0;
    }

    svg {
      width: 1rem;
      stroke: var(--accent-color);
      margin-left: 0.5rem;
    }

    .time {
      font-size: 0.8rem;
    }
  }
}

.blog-related-swiper {
  .swiper-slide {
    height: auto;
    border: solid 1px var(--secondary-subtle);
    border-radius: var(--radius-12);

    .img-box {
      display: block;
      position: relative;
      border-radius: var(--radius-12);
      -webkit-border-radius: var(--radius-12);
      -moz-border-radius: var(--radius-12);
      -ms-border-radius: var(--radius-12);
      -o-border-radius: var(--radius-12);
      aspect-ratio: 1.65 / 1;
      overflow: hidden;

      > a {
        display: block;
        width: 100%;
        height: 100%;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .content-box {
      p {
        color: var(--Black);
      }
    }
  }
}

/***************** End Related Aritcle *******************/

/* .article-details {
    .frame {
        background-color: var(--lightGray);
        border-radius: 0.8rem;
        -webkit-border-radius: 0.8rem;
        -moz-border-radius: 0.8rem;
        -ms-border-radius: 0.8rem;
        -o-border-radius: 0.8rem;
        padding: 1.5rem;
    }

    .title {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

    .time-box {
        font-size: 1rem;
        color: var(--Black);

        svg {
            stroke: var(--accent-color);
            width: 1rem;
            height: 1rem;
            margin-left: 0.5rem;
        }

        span {
            margin-left: 2rem;
        }
    }

    .user-avatar {
        width: 1.5rem;
        border-radius: 50%;
        margin-left: 0.5rem;
    }

    .author {
        font-size: 1rem;
        font-weight: normal;
        margin: 0;
        color: var(--Black);
    }

    img {
        border-radius: 0.4rem;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        -ms-border-radius: 0.4rem;
        -o-border-radius: 0.4rem;
    }

    .desc {
        display: block;

        p,
        strong {
            display: block;
            margin-bottom: 1rem;
        }
    }

    @media(max-width:960px) {
        .title {
            font-size: 1.1rem;
            line-height: 28px;
        }
    }
} */

.comments-frame {
  background-color: var(--lightGray);
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  padding: 1.5rem;
}

.comments-form {
  .sec-title {
    display: block;
    color: var(--Black);
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .field-holder {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid var(--secondary-subtle);

    .form-control-label {
      display: block;
      font-weight: normal;
      color: var(--texture-color-1);

      .star {
        color: var(--warning-color-1);
      }
    }

    .form-control {
      width: 100%;
      height: 3.84rem;
      border: none !important;
      outline: none;
      font-size: 1rem;
      padding: 0.5rem 0;
      resize: none;
      text-align: right;
      border: solid 1px var(--texture-color-5) !important;
      border-radius: 1.15rem;
      padding: 0.5rem 1rem;
      -webkit-border-radius: 1.15rem;
      -moz-border-radius: 1.15rem;
      -ms-border-radius: 1.15rem;
      -o-border-radius: 1.15rem;
      background-color: var(--text-light-3);

      &::placeholder {
        color: var(--secondary-darker);
        font-size: 1rem;
        font-weight: normal;
      }

      &:disabled {
        background-color: transparent;
      }
    }

    textarea {
      min-height: 11.3rem;
    }
  }

  .rating-in-comment {
    .caption {
      color: var(--Black);
    }
  }

  .submit-btn {
    font-size: 1rem;
    color: var(--White);
    border: none;
    padding: 0.3rem 6rem;
    border-radius: 0.4rem;
    background-color: var(--system-green-0);
    cursor: pointer;
  }
}

.comments-list {
  .load-more-button {
    position: absolute;
    top: 1rem;
  }

  margin: 2rem 0;

  .frame-bordered-title-container {
    border: 1px solid var(--secondary-subtle);
  }

  .avatar {
    width: 3.07rem;
    min-width: 3.07rem;
    height: 3.07rem;
    background-color: var(--accent-color);
    border-radius: var(--radius-circle);
    margin: 0.3rem 0 0 1rem;
    -webkit-border-radius: var(--radius-circle);
    -moz-border-radius: var(--radius-circle);
    -ms-border-radius: var(--radius-circle);
    -o-border-radius: var(--radius-circle);

    svg {
      width: 2rem;
      stroke: var(--White);
      fill: none;
    }
  }

  .comment-head {
    position: relative;
    width: 100%;
    min-height: 3.9rem;
    padding: 0.4rem 1rem;
    background-color: var(--bg-2);
    border-radius: 0.4rem;
    border: solid 1px var(--texture-color-7);

    &:before {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      width: 8px;
      aspect-ratio: 1 / 2;
      clip-path: polygon(0px 0, 100% 50%, 0 100%);
      background: var(--texture-color-7);
    }

    .date {
      .item {
        font-size: 0.8rem;
        color: var(--Black);

        svg {
          width: 1.25rem;
          height: 1.25rem;
          margin-left: 0.5rem;
          fill: var(--accent-color);
        }

        &:nth-child(2n) {
          margin-right: 1rem;
          padding-right: 1rem;
          border-right: solid 1px var(--texture-color-7);

          svg {
            fill: none;
            stroke: var(--accent-color);
          }
        }
      }
    }
  }

  .author {
    font-size: 1rem;
    font-weight: bold;
    color: var(--Black);
  }

  @media (max-width: 760px) {
    display: block !important;
    height: auto;

    .date {
      flex-direction: column;
    }
  }
}

.comment-body {
  padding: 1rem;

  .comment-content {
    font-size: 1rem;
    color: var(--Black);
  }

  .edNews__replyComment {
    cursor: pointer;
  }

  .action-btns {
    svg {
      cursor: pointer;
    }

    .like {
      .like-couner {
        color: var(--Black);
        margin-top: -3px;
        margin-left: 2px;
      }
    }
  }

  @media (max-width: 760px) {
    display: block !important;
    height: auto;
  }
}

/***************** Start Swiper Slider *******************/
.slider-controller {
  max-width: 100%;

  .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;

    svg {
      position: relative;
      width: 0.6rem;
      fill: var(--Black);
    }

    &.swiper-button-disabled {
      opacity: 0.5;
      cursor: default;
    }
  }

  .slide-number {
    font-weight: bold;
    font-size: 1rem;
  }

  .progressbar {
    position: relative;
    width: 122px;
    height: 2px;

    &.swiper-pagination-lock {
      display: block;
    }

    .swiper-pagination-progressbar-fill {
      background: var(--accent-color);
      transition-duration: 5000ms !important;
    }
  }

  .swiper-pagination-bullet {
    background-color: var(--accent-color);
    opacity: 0.4;

    &.swiper-pagination-bullet-active {
      opacity: 1;
    }
  }
}

/***************** End Swiper Slider *******************/

/***************** Start Home Slider *******************/
.home-slider-section {
  .home-slider {
    .swiper-slide {
      .img-box {
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .cat-content {
        color: #111111;
      }
    }

    .content-holder {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      display: flex;
      justify-content: center;

      .container {
        display: flex;
        justify-content: start;

        .box {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: baseline;
          width: max-content;
          gap: 2rem;

          .title {
            display: block;
            font-size: 1.38rem;
            font-weight: bold;
            color: var(--White);
            line-height: 3rem;
            width: 100%;
          }

          .link-btn {
            display: flex;
            width: max-content;
            padding: 0.3rem 1.53rem;
            border-radius: 1.4rem;
            justify-content: center;
            align-items: center;
            font-size: 1rem;
            color: var(--White);
            background: var(--secondary-color-dark-1);
          }
        }
      }
    }
  }

  .swiper-pagination {
    bottom: 0rem;

    .swiper-pagination-bullet {
      width: 0.6rem;
      height: 0.6rem;
      margin: 0px 2px;
      background-color: var(--White);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      transition: all 0.3s ease;
      opacity: 0.5;

      &.swiper-pagination-bullet-active {
        opacity: 1;
      }
    }
  }

  @media (max-width: 960px) {
    .img-box {
      height: 25rem;
    }
  }
}

/***************** End Home Slider *******************/

/***************** Start Article Category Slider *****************/
.article-category-section {
  .category-slider {
    .swiper-slide {
      > a {
        border-radius: 0.4rem;
        border: solid 1px #f6f6f6;
        overflow: hidden;

        .img-box {
          border-radius: 0.4rem;
          -webkit-border-radius: 0.4rem;
          -moz-border-radius: 0.4rem;
          -ms-border-radius: 0.4rem;
          -o-border-radius: 0.4rem;
          overflow: hidden;

          img {
            width: 100%;
          }

          .cat-label {
            position: absolute;
            display: block;
            bottom: 0.6rem;
            left: 0.6rem;
            min-width: 95px;
            padding: 0 1rem;
            font-size: 1rem;
            color: var(--Black);
            text-align: center;
            background-color: white;
            border-radius: 1.1rem;
            -webkit-border-radius: 1.1rem;
            -moz-border-radius: 1.1rem;
            -ms-border-radius: 1.1rem;
            -o-border-radius: 1.1rem;
          }
        }

        .desc {
          width: 100%;
          font-size: 1rem;
          height: 36px;
          color: var(--Black);
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
        }

        .count {
          font-size: 1rem;
          color: var(--Black);
        }
      }
    }
  }
}

/***************** End Article Category Slider *******************/

/***************** Start Article Category Title Slider *****************/
.article-category-title-slider {
  border-radius: 0.4rem;
  background-color: rgb(158 11 15 / 10%);
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;

  .category-title-slider {
    width: calc(100% - 56px);

    .swiper-slide {
      > a {
        font-size: 1rem;
        color: var(--accent-color);

        .cat-label {
          color: var(--Black);
        }
      }
    }
  }
}

/***************** End Article Category Slider *******************/

/***************** Start Article List Widget *****************/
.puzzle-article {
  margin: 2.5rem 0 5.5rem;

  .item {
    display: block;
    border-radius: 0.5rem;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      -moz-border-radius: 0.4rem;
      -ms-border-radius: 0.4rem;
      -o-border-radius: 0.4rem;
    }
  }

  .left-side {
    .row-sec {
      width: 100%;
    }
  }

  @media (max-width: 580px) {
    .item-col {
      margin-top: 0.8rem;
    }
  }
}

/***************** End Article List Widget *****************/

/***************** Start Category Slider Swiper *****************/
.news-slider-section {
  .category-slider {
    .swiper-slide {
      height: auto;
      border: solid 1px var(--secondary-subtle);
      border-radius: var(--radius-12);

      .img-box {
        display: block;
        position: relative;
        border-radius: var(--radius-12);
        -webkit-border-radius: var(--radius-12);
        -moz-border-radius: var(--radius-12);
        -ms-border-radius: var(--radius-12);
        -o-border-radius: var(--radius-12);
        aspect-ratio: 1.65 / 1;
        overflow: hidden;

        > a {
          display: block;
          width: 100%;
          height: 100%;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  }

  .host-cat-content {
    color: #000;
  }

  .slider-controller {
    .navigation {
      svg {
        fill: var(--Black);
      }
    }
  }
}

/***************** End Category Slider swiper *****************/

/***************** Start Article Category Slider *****************/
.article-list {
  .side-banner-img {
    img {
      width: 100%;
      object-fit: cover;
    }
  }

  .item {
    display: block;
    border-radius: 0.4rem;
    background-color: var(--White);
    border: solid 1px var(--lightGray);
    overflow: hidden;

    .img-box {
      height: 22rem;
      border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      -moz-border-radius: 0.4rem;
      -ms-border-radius: 0.4rem;
      -o-border-radius: 0.4rem;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .study {
        position: absolute;
        display: block;
        top: 0.6rem;
        right: 0.6rem;
        min-width: 95px;
        padding: 0.3rem 1rem;
        text-align: center;
        background-color: white;
        border-radius: 1.1rem;
        font-size: 0.9rem;
        color: var(--Black);

        svg {
          width: 1.2rem;
          height: 1.2rem;
          stroke: var(--Black);
        }

        span {
          font-size: 0.9rem;
          color: var(--Black);
          line-height: 0;
        }
      }

      .cat-label {
        position: absolute;
        display: block;
        bottom: 0.6rem;
        left: 0.6rem;
        min-width: 95px;
        padding: 0 1rem;
        text-align: center;
        background-color: white;
        border-radius: 1.1rem;
        -webkit-border-radius: 1.1rem;
        -moz-border-radius: 1.1rem;
        -ms-border-radius: 1.1rem;
        -o-border-radius: 1.1rem;

        a {
          font-size: 0.9rem;
          color: var(--Black);
        }
      }
    }

    .content-box {
      width: 100%;
      display: block;

      ul {
        list-style: none;

        li {
          position: relative;
          padding-right: 1.2rem;

          &::before {
            content: "â€¢";
            position: absolute;
            top: 0.5rem;
            right: 0;
            color: var(--text-dark-0);
            font-size: 1.2rem;
            line-height: 1;
          }
        }
      }

      .label {
        display: block;
        font-size: 0.9rem;
        color: var(--Black);
        min-height: 2.8rem;
        margin-bottom: 0.5rem;
      }

      .desc {
        font-size: 0.9rem;
        color: var(--Black);
        margin-bottom: 1rem;
      }

      .time {
        font-size: 0.9rem;
        color: var(--CustomColor1);

        svg {
          width: 1rem;
          height: 1rem;
          stroke: var(--CustomColor1);
        }

        span {
          font-size: 0.9rem;
          color: var(--Black);
          line-height: 0;
        }
      }
    }
  }
}

/***************** End Article Category Slider *******************/

.story-section {
  text-align: center;
  padding: 3.38rem 0;

  .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;
    white-space: normal;
    cursor: pointer;

    .img-box {
      width: 7.69rem;
      height: 7.69rem;
      max-width: 100%;
      border: solid 1px var(--secondary-color-light-1);
      border-radius: 50%;
      padding: 0.3rem;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
      }
    }

    .title {
      font-size: 0.9rem;
      font-weight: 500;
      margin-top: 0.5rem;
      line-height: 2.2;
      white-space: normal;
    }
  }

  .stroy-details {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;

    .stroy-layout {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 95%;
      height: 95%;
      max-height: 95%;
      margin: auto;

      .content-box {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        border-radius: var(--radius);
        overflow: hidden;
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        -ms-border-radius: var(--radius);
        -o-border-radius: var(--radius);

        &:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(
            0deg,
            #000 0%,
            rgba(112, 112, 112, 0) 20.75%
          );
        }

        img {
          display: block;
        }

        .close-btn {
          position: absolute;
          top: 1rem;
          right: 1rem;
          font-size: 1rem;
          color: var(--White);
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 0.5rem;

          svg {
            display: block;
            width: 0.7rem;
            height: 0.7rem;
            stroke: var(--White);
          }
        }

        .content {
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          padding: 1.8rem;

          .title {
            font-size: 1.1rem;
            color: var(--White);
          }

          .more-link {
            color: var(--White);

            .label {
              padding: 0.35rem 0.65rem;
              border-radius: 1rem;
              -webkit-border-radius: 2rem;
              -moz-border-radius: 1rem;
              -ms-border-radius: 1rem;
              -o-border-radius: 1rem;
              background: var(--accent-color);
            }

            .icon {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 2.6rem;
              height: 2.6rem;
              background: var(--accent-color);
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;

              svg {
                width: 2rem;
                height: 2rem;
                fill: var(--White);
              }
            }
          }
        }
      }
    }
  }
}

.thumbnail-links-section {
  text-align: center;
  padding: 3.38rem 0;

  .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;
    white-space: normal;

    .img-box {
      width: 7.69rem;
      height: 7.69rem;
      max-width: 100%;
      border: solid 1px var(--secondary-color-light-1);
      border-radius: 50%;
      padding: 0.3rem;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
      }
    }

    .title {
      font-size: 0.9rem;
      font-weight: 500;
      margin-top: 0.5rem;
      line-height: 2.2;
    }
  }
}

.thumbnail-links-scroll {
  text-align: center;
  padding: 3.38rem 0;

  .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;

    .img-box {
      width: 7.69rem;
      height: 7.69rem;
      max-width: 100%;
      border-radius: 50%;
      padding: 0.3rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
      }
    }

    .title {
      font-size: 0.9rem;
      font-weight: 500;
      margin-top: 0.5rem;
      line-height: 2.2;
    }
  }
}

.full-banner {
  margin-bottom: 3rem;

  > a {
    margin-bottom: 1rem;
  }
}

.half-banner {
  .item {
    margin-bottom: 1rem;

    &:last-child {
      margin-bottom: 0rem;
    }
  }
}

.socialnetwork-four-col-section {
  .row {
    margin: 0 -0.4rem !important;
  }

  .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.9rem 1.8rem;
    border-radius: var(--radius);

    .img-box {
      display: flex;
      align-items: center;
      width: 5.5rem;
      height: 5rem;
      padding-left: 2rem;
      margin-left: 1rem;
      border-left: solid 1px var(--White);
    }

    img {
      width: 100%;
    }

    .title {
      font-size: 1.2rem;
      font-weight: bold;
      color: var(--White);
    }
  }
}

.discount-banner {
  .item {
    .mini-img {
    }

    .full-img {
    }

    &:nth-child(even) {
      flex-direction: row-reverse;
    }
  }
}

/***************** Start Article Category Slider *****************/
.article-category-section {
  .module-head {
    width: 100%;
    padding: 1.6rem 1.5rem;
    margin-bottom: 1rem;

    .title {
      font-size: 1.3rem;
      color: var(--Black);
    }

    .more-link {
      color: var(--Black);
      font-size: 1rem;

      svg {
        width: 1.9rem;
        height: 1.9rem;
        fill: var(--Black);
      }
    }
  }

  .items-holder {
    li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding: 0.4rem 0.3rem;

      .item {
        display: block;
        border-radius: var(--radius);
        -webkit-border-radius: var(--radius);
        -moz-border-radius: var(--radius);
        -ms-border-radius: var(--radius);
        -o-border-radius: var(--radius);
        overflow: hidden;

        .img-box {
          width: 100%;

          img {
            width: 100%;
            max-width: 100%;
          }
        }

        .text-box {
          padding: 0.4rem 0.6rem;
          border-radius: 0 0 var(--radius) var(--radius);
          -webkit-border-radius: 0 0 var(--radius) var(--radius);
          -moz-border-radius: 0 0 var(--radius) var(--radius);
          -ms-border-radius: 0 0 var(--radius) var(--radius);
          -o-border-radius: 0 0 var(--radius) var(--radius);
          border: solid 1px var(--texture-color-6);
          border-top: 0;

          .title {
            font-size: 1.1rem;
            color: var(--Black);
            margin-bottom: 0.9rem;
          }

          .count {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            padding-right: 0.4rem;
            font-size: 0.9rem;
            color: var(--Black);
            font-weight: 500;

            &:before {
              content: "";
              width: 0.3rem;
              height: 0.3rem;
              background: var(--Black);
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
            }
          }
        }
      }
    }
  }

  @media (max-width: 960px) {
    .items-holder {
      li {
        width: 50%;
      }
    }
  }

  @media (max-width: 480px) {
    .items-holder {
      li {
        width: 23rem;
      }
    }
  }
}

/***************** End Article Category Slider *******************/

/***************** Start Last Article Slider *******************/
.last-article-section {
  .holder {
    overflow: hidden;

    .img-box {
      min-height: 30.7rem;
      border-radius: 2.3rem;
      -webkit-border-radius: 2.3rem;
      -moz-border-radius: 2.3rem;
      -ms-border-radius: 2.3rem;
      -o-border-radius: 2.3rem;
      overflow: hidden;

      img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      &:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.6) 0%,
          rgba(0, 0, 0, 0) 50%
        );
      }
    }

    .content-box {
      position: absolute;
      right: 10rem;
      left: 10rem;
      bottom: 1.5rem;
      z-index: 100000;
      padding-left: 15%;

      .title {
        font-size: 1.3rem;
        font-weight: bold;
        color: var(--White);
      }

      .desc {
        display: block;
        font-size: 1rem;
        color: var(--White);

        p {
          margin: 0;
        }
      }
    }

    .link-btn {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 1rem 1rem 0 0;
      background: var(--White);
      border-top-right-radius: 2.3rem;

      &:before {
        content: "";
        position: absolute;
        background-color: transparent;
        bottom: 0;
        right: -20px;
        height: 40px;
        width: 20px;
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
        -moz-transition: box-shadow 0.3s;
        -ms-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        border-bottom-left-radius: 20px;
        box-shadow: 0 20px 0 0 #fff;
      }

      &:after {
        content: "";
        display: block;
        position: absolute;
        background-color: transparent;
        left: 0;
        top: -40px;
        height: 40px;
        width: 20px;
        -webkit-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom-left-radius: 20px;
        box-shadow: 0 20px 0 0 #fff;
      }

      > a {
        position: relative;
        width: 5.6rem;
        height: 5.6rem;
        background: var(--accent-color);
        border-radius: 1.3rem;
        z-index: 1;
      }
    }
  }

  .slider-controller {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 2rem 2rem 0;
    gap: 1rem;

    .navigation {
      width: 2.3rem;
      height: 2.3rem;
      margin: 0;
      background: var(--secondary-color-light-1);
      border-radius: var(--radius-5);
      -webkit-border-radius: var(--radius-5);

      svg {
        width: 2rem;
        height: 2rem;
        fill: var(--White);
        stroke: none;
      }

      &.prev-btn {
        svg {
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
        }
      }
    }
  }

  @media (max-width: 990px) {
    .holder {
      .img-box {
        &:after {
          background-color: rgba(0, 0, 0, 0.6);
        }
      }

      .content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        right: 0rem;
        left: 0rem;
        bottom: 0;
        padding: 2rem 2rem 7rem;
      }
    }
  }
}

/***************** End Last Article Slider *******************/

/***************** Start Article Categories *******************/
.Category-list {
  gap: 1rem;

  .label {
    font-size: 1.1rem;
    margin-left: 1.8rem;
    white-space: nowrap;
  }

  .edn_moduleList {
    white-space: nowrap;
    padding: 1rem 0;

    .node {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1rem;

      .item {
        display: block;
        color: var(--texture-color-3);
        border: solid 1px var(--texture-color-6);
        background-color: var(--texture-color-7);
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
      }

      &.active {
        .item {
          color: var(--texture-color-1);
          border-color: var(--accent-color);
          background-color: var(--accent-color4);
        }
      }
    }
  }
}

/***************** End Article Categories *******************/

/***************** Start Article Search *******************/
.search_input {
  position: relative;
  width: 24.3rem;
  max-width: 100%;
  margin-right: auto;

  .input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3rem;
    width: 100%;
    background: var(--texture-color-7);
    color: #fff;
    padding: 0.25rem 3.2rem 0.25rem 1rem;
    border-radius: 3rem;

    input[type="text"] {
      border: none;
      background-color: transparent;
      height: 32px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: 2px center;
      background-size: 16px;
      outline: none;

      &::-webkit-input-placeholder {
        color: var(--texture-color-6);
      }
    }
  }

  .do_search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.6rem;
    background: url(/Portals/0/images/search.png) no-repeat center center;

    span {
      display: none;
    }
  }

  @media (max-width: 768px) {
    width: 100%;
    margin: 0;
  }
}

.EDN_search {
  background-color: var(--bg-1);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  z-index: 1;
}

.eds_subCollection_search {
  display: flex;
  justify-content: center;
}

/***************** End Article Search *******************/

/***************** Start Article List *******************/
.article-list-3-col {
  margin-top: 2rem;

  .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--secondary-subtle);
    border-radius: var(--radius-12);

    .img-box {
      display: block;
      position: relative;
      border-radius: var(--radius-12);
      -webkit-border-radius: var(--radius-12);
      -moz-border-radius: var(--radius-12);
      -ms-border-radius: var(--radius-12);
      -o-border-radius: var(--radius-12);
      aspect-ratio: 1.65 / 1;
      overflow: hidden;

      > a {
        display: block;
        width: 100%;
        height: 100%;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .cat-label {
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 2.3rem 0 0 0;
        overflow: hidden;

        a {
          display: inline-block;
          color: var(--White);
          padding: 0.5rem 1.7rem;

          &.EDNcategorycolor-orange {
            background-color: var(--secondary-color-light-1);
          }

          &.EDNcategorycolor-green {
            background-color: var(--accent-color);
          }
        }
      }

      .date-time {
        top: 11rem;
        left: 1rem;
        margin-bottom: 0.7rem;

        span {
          display: inline-block;
          vertical-align: middle;
          color: var(--secondary-main);
          line-height: 1rem;

          &:first-child {
            font-weight: 500;
            padding-left: 0.6rem;
            margin-left: 0.6rem;
          }
        }

        svg {
          fill: var(--secondary-main);
          stroke: var(--secondary-main);
        }
      }
    }

    .content-box {
      padding: 0.9rem;
      background-color: var(--bg-1);
      border-radius: 0 0 2.3rem 2.3rem;
      -webkit-border-radius: 0 0 2.3rem 2.3rem;
      -moz-border-radius: 0 0 2.3rem 2.3rem;
      -ms-border-radius: 0 0 2.3rem 2.3rem;
      -o-border-radius: 0 0 2.3rem 2.3rem;

      .title-box {
        display: block;

        .title {
          font-size: 1.2rem;
        }
      }
    }
  }
}

/***************** End Article List *******************/

/***************** Start Article List *******************/
.article-details {
  .detail-cover-image {
    width: 100%;
    aspect-ratio: 3.5 / 1;

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: var(--radius-12);
    }

    .custom-breadcumb {
      padding: 1rem 0;
      font-size: 1rem;
      white-space: nowrap;
      overflow: auto;

      a {
        color: var(--Black);
        font-size: 1rem;
      }
    }

    .text-holder {
      padding-bottom: 3rem;

      .title {
        font-size: 1.38rem;
        font-weight: bold;
        line-height: 2;
      }

      .summary {
        display: block;
        font-size: 1.07rem;
        font-weight: bold;
        margin-top: 0.9rem;

        p {
          margin: 0;
        }
      }
    }
  }

  .text-holder {
    ul {
      list-style: circle var(--text-dark-0);
    }

    .article-info {
      .item {
        span {
          color: var(--secondary-lighter);
        }

        svg {
          stroke: var(--secondary-lighter);
          width: 1.5rem;
          padding-left: 0.5rem;
        }
      }
    }
  }

  .content-box {
    .article-info {
      margin-bottom: 2.46rem;

      .item {
        padding-left: 0.6rem;
        margin-left: 0.6rem;
        border-left: solid 1px var(--accent-color);
        margin-bottom: 0.7rem;

        span {
          display: inline-block;
          vertical-align: middle;
          color: var(--accent-color);
          line-height: 1rem;

          &:first-child {
            margin-left: 0.2rem;
          }
        }

        &:last-child {
          border: none;
        }

        svg {
          width: 1rem;
          height: 1rem;
        }
      }
    }

    .desc {
      font-size: 1rem;
      color: var(--texture-color-1);

      h2,
      h3,
      h4,
      h5,
      h6 {
        font-size: 1.3rem;
        font-weight: bold;
        color: var(--texture-color-1);
        margin-bottom: 1.07rem;
      }

      p {
        font-size: 1rem;
        color: var(--texture-color-1);
        margin-bottom: 1.07rem;
      }

      img {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        margin: 0 auto 1.07rem;
        border-radius: var(--radius-8);
      }

      ul {
        padding-right: 2rem;
      }
    }
  }

  .sidebar {
    height: max-content;

    .article-heading-holder {
      border-radius: var(--radius-8);
      overflow: hidden;
      padding: 1rem;

      .main-title {
        display: block;
        align-items: center;
        justify-content: start;
        font-size: 1.1rem;
        color: var(--Black);
        margin-bottom: 1.2rem;
      }

      .article-heading {
        list-style: circle var(--text-dark-0);
        padding: 0 1rem;

        li {
          a {
            display: flex;
            align-items: center;
            padding: 0 0;
            margin-bottom: 1.2rem;
            color: var(--text-dark-0);

            &:before {
              content: "";
              width: 0.3rem;
              height: 0.3rem;
              background-color: var(--texture-color-4);
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
            }

            .title {
              font-size: 1rem;
              font-weight: normal;
              margin: 0;
            }
          }

          &.active {
            a {
              color: var(--texture-color-1);

              &:before {
                background-color: var(--accent-color);
              }
            }
          }
        }
      }
    }
  }

  @media (max-width: 990px) {
    .detail-cover-image {
      aspect-ratio: 2.5 / 1;
    }
  }

  @media (max-width: 768px) {
    .detail-cover-image {
      aspect-ratio: 1.5/1;
    }
  }

  @media (max-width: 480px) {
    .detail-cover-image {
      aspect-ratio: 1.8 / 1;

      &:after {
        display: none;
      }

      .text-holder {
        position: relative;
        margin-top: 1rem;
        padding: 0;

        .title {
          font-size: 1.2rem;
          color: var(--texture-color-1);
        }

        .summary {
          font-size: 1rem;
          color: var(--texture-color-2);
        }
      }
    }
  }
}

.edn_article_gallery {
  display: none;
}

/***************** End Article List *******************/

/* ------[Start FAQ Accordian Css]------*/
.FaqPages .accordion-second .item {
  cursor: pointer;
  list-style-type: none;
  counter-increment: item;
  transition: all ease-in-out 300ms;
  /*
    border-bottom: 0.1em solid var(--Lsilver);
    */
  border-bottom: 0.1rem solid #e0e0e2;
  padding-bottom: 1.5rem;
  gap: 1rem;
}

.FaqPages .accordion-second .item svg {
  transition: all ease-in-out 0.3s;
  width: 0.8rem;
}

.FaqPages .accordion-second .item:has(+ .answer:not(.hideanswer)) svg {
  transform: rotate(180deg);
  display: block;
}

.FaqPages .accordion-second .answer.hideanswer {
  max-height: 0;
  transition: all ease-in-out 0.3s;
  padding: 0 1em;
}

.FaqPages .accordion-second .answer {
  max-height: 14em;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 1em;
}

.backgroundart {
  box-shadow: 0 3px 3px #d8d8d8;
}

.morebuttomarticle {
  background-color: var(--accent-color);
  left: 0%;
  top: -23%;
  cursor: pointer;
  transition: 400ms ease-in-out all !important;
}

.morebuttomarticle:hover {
  background-color: var(--button-hover-color);
}

.nameart {
  left: 2%;
  bottom: 5%;
  background-color: #c24b5981;
  z-index: 21;
  pointer-events: none;
}

.iradius {
  border-radius: calc(var(--b-radius) * 3) calc(var(--b-radius) * 3) 0 0;
}

/* ------[End FAQ Accordian Css]------*/

/* .Faq-CategoryWrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
    margin-left: 0;
    margin-right: 0;
    .Faq-CategoryName{
        border-left: 1px solid red;
        border-bottom: 1px solid red;
        display: flex;
        text-align: center;
        padding:12px 8px;
        row-gap: 20px;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;

    }
  } */

/* search  faq azinpart  */

.serachFaqAzin {
  .eds_news_AzinPart {
    justify-content: right;
  }
}

/* Start Last Articles Slider */
.last-articles-list {
  padding: 4.28rem 0 1.71rem;

  .section-title-wraper {
    .title {
      font-size: 1.28rem;
      color: var(--text-dark-0);
    }

    .subtitle {
      font-size: 0.91rem;
      color: var(--text-dark-0);
    }
  }

  .swiper-slide {
    width: 24rem;
    padding: 0.5rem 0;
    max-width: 100%;

    .article-card-item {
      width: 100%;
      height: 100%;
      background: var(--White);
      border-radius: var(--radius-12);
      border: solid 1px var(--secondary-subtle);
      overflow: hidden;

      .img-box {
        aspect-ratio: 2/1.4;
        flex-shrink: 0;
        border-radius: var(--radius-12);
        overflow: hidden;

        &:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: var(--secondary-main);
          mix-blend-mode: hard-light;
          pointer-events: none;
          opacity: 0.35;
        }

        > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .date-time {
          bottom: 0;
          left: 0;
          padding: 0.5rem 1rem;
          font-size: 0.91rem;
          color: var(--secondary-main);
          cursor: pointer;

          svg {
            max-width: 1.28rem;
            max-height: 1.28rem;
            stroke: var(--secondary-main);
          }
        }
      }

      .content-box {
        padding: 0.5rem 0.91rem 1rem;
        color: var(--secondary-darker);

        .title {
          display: -webkit-box;
          -webkit-line-clamp: 1;
          font-size: 1rem;
          font-weight: 700;
          color: var(--Black);
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        .desc {
          display: -webkit-box;
          height: 7.21rem;
          font-weight: 700;
          font-size: 0.91rem;
          -webkit-line-clamp: 4;
          overflow: hidden;
          text-overflow: ellipsis;

          p {
            margin: 0;
          }
        }
      }
    }
  }
}

/* End Last Articles Slider */

/*  Begin faq  */
.faq {
  svg {
    stroke: var(--secondary-darker);
  }

  .faq-list {
    .faq-item {
      border: 1px solid var(--secondary-main);

      .acc-head {
        .icon {
          svg {
            width: 1rem;
            height: 1rem;
            stroke: var(--text-dark-0);
            fill: none;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
          }
        }
      }

      .acc-body {
        display: none;
      }

      &.open {
        .acc-head {
          .icon {
            svg {
              transform: rotate(180deg);
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
            }
          }
        }
      }
    }
  }
}

/*  End faq   */

/* Room FAQ */
.RoomFAQSide {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -10;
  pointer-events: none;
  opacity: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease-in-out;
}

.RoomFAQSide .RoomFAQSContent {
  width: 25%;
  background: rgb(245, 247, 249);
  padding: 2rem;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.RoomFAQSide .RoomFAQSContent .accordion-panel {
  background: var(--text-light-4);
}

.RoomFAQSide.show {
  z-index: 1000000;
  pointer-events: auto;
  opacity: 1;
  right: 0;
}

.RoomFAQSide.show .RoomFAQSContent {
  right: 0;
}

@media screen and (max-width: 920px) {
  .RoomFAQSide .RoomFAQSContent {
    width: 88%;
  }
}

/*  Begin Footer   */

.connection {
  color: var(--Black);

  .social-media {
    svg {
      stroke: var(--secondary-main);
      &:last-child {
        max-height: 2.6rem;
        line-height: 0;
      }
    }
  }

  .icons {
    img {
      width: 100%;
    }
  }
}

.contact-us {
  color: var(--Black);

  img {
    width: 100%;
  }
}

/*  End Footer    */

/*  Begin Be-Host   */
.host-comments {
  .swiper-slide-next,
  .swiper-slide-prev {
    filter: blur(4px);
  }

  .hostcomment-box {
    border: 1px solid var(--text-dark-4);
  }

  .host-avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--secondary-lighter);
  }

  .swiper-pagination-bullet {
    background-color: #000;
  }

  .swiper-pagination-bullet-active {
    width: 1.5rem;
    border-radius: var(--radius-24);
  }
}

/*  End Be-Host   */
.RoomDeliverySide {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}
.RoomDeliverySide.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.RoomDeliverySide .RoomFAQSContent {
  width: 50%;
  background: var(--text-light-4);
  max-height: 100%;
  padding: 2rem;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, 0);
  overflow-y: auto;
  bottom: 1rem;
  z-index: 10000;
}
.RoomDeliverySide .RoomFAQSContent::-webkit-scrollbar {
  width: 2px;
}

.RoomDeliverySide .RoomFAQSContent::-webkit-scrollbar-thumb {
  background: var(--accent-color);
}

.RoomDeliverySide .PriceTip img {
  object-fit: contain;
}

.RoomDeliverySide .MoneyBack .MoneyBackBox {
  flex: 1 0 33%;
  padding: 2rem;
  box-shadow: var(--shadow-3);
  border-radius: var(--radius-16);
}

.RoomDeliverySide .MoneyBack .MoneyBackBox .MoneyIcon {
  line-height: 0;
  padding: 1.2rem;
  border: 0.1em solid var(--accent-color);
  border-radius: 50%;
}

.RoomDeliverySide .MoneyBack .MoneyBackBox .MoneyBackBtn {
  padding: 0.5rem 2rem;
  background: var(--accent-color);
  border-radius: var(--radius-8);
  color: var(--text-light-4);
}

.RoomDeliverySide {
  p {
    margin: unset !important;
  }

  .faq-list {
    .faq-item {
      border: 1px solid var(--secondary-main);

      .Delivery-acc-head {
        .icon {
          svg {
            width: 1rem;
            height: 1rem;
            stroke: var(--text-dark-0);
            fill: none;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
          }
        }
      }

      .Delivery-acc-body {
        display: none;
      }

      &.open {
        .Delivery-acc-head {
          .icon {
            svg {
              transform: rotate(180deg);
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
            }
          }
        }
      }
    }
  }
}
@media screen and (max-width: 920px) {
  .RoomDeliverySide .RoomFAQSContent {
    width: 90%;
  }
}
