/*-------Custom Css For Development---------*/

#archives-dropdown--1 {
  display: block !important;
}
select#cat.postform {
  display: block !important;
}
.widget_archive .nice-select {
  display: none;
}
.nice-select.postform {
display: none;
}

.widget_text form select[name="monster-widget-just-testing"] {
  display: block !important;
}
.widget_text form .nice-select {
  display: none;
}

.footer-area-monas {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.gt-footer-bottoms P{
  margin-bottom: 0px !important;
}

section.breadcrumb__area.heading-bg.p-relative.overflow-hidden {
  background: white;
}

/* unit responsive css */
.form-submit input#submit {
  background: var(--rr-heading-secondary);
  background-color: var(--rr-theme-primary);
  color: #0A0A0A;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #0A0A0A;
  border-radius: 65px;
  font-style: normal;
  padding: 17px 50px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.form-submit input#submit:hover {
  background-color: #0A0A0A;
  color: #fff;
}
.breadcrumb-wrap .page-title {
    line-height: 1.1 !important;
}
form.post-password-form p {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
}
article.blog-single-content-wrap.postbox__wrap.post-150.post.type-post.status-publish.format-standard.hentry.category-6-1.category-block .entry-content.single-wrap-content .wp-block-group.has-background {
  margin-bottom: 15px;
  padding: 0;
}
ul.wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex li::before {
  display: none;
}
article.blog-single-content-wrap.postbox__wrap.post-150.post.type-post.status-publish.format-standard.hentry.category-6-1.category-block .entry-content.single-wrap-content .wp-block-group.has-background p {
  margin-bottom: 0;
}
.has-light-green-cyan-background-color p, .has-pale-pink-background-color p {
  color: #fff;
}

.post-501.page.type-page.status-publish.hentry p {
  overflow: hidden;
}
.entry-content.single-wrap-content .wp-block-search, .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
  margin-bottom: 30px;
}
.wp-block-group__inner-container > h2, .wp-block-search__label, .widget > h1, .widget > h2, .widget > h3, .widget > h4, .widget > h5, .widget > h6, .widget .widget-headline {
  border: none;
}
.wp-block-group__inner-container > h2::before, .wp-block-search__label::before, .widget .widget-headline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--rr-theme-primary);
}
.wp-block-post-title, h2.wp-block-comments-title, .widget > h1, .widget > h2, .widget > h3, .widget > h4, .widget > h5, .widget > h6, .widget .widget-headline {
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
}

.wp-block-rss li a {
  color: var(--rr-text-body);
}

.white-margin-border {
    margin: 0 20px;
}

.h1-copyright__area p{
  margin: 0px;
  padding: 0px;
}

.work-studio__wrapper .custom-item-add{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 39px;
  padding-bottom: 35px;
}

.custom-heading-color{
  color: var(--rr-heading-primary);
}

.h2-pricing2-card__item-list ul {
  padding: 45px 0px !important;
}

.contact-us__title-wrapper {
  z-index: 1;
}

.h3-service__item .h3-service__item-link {
  color: var(--rr-common-black) !important;
  font-family: var(--rr-ff-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  display: block;
  text-decoration: underline !important;
}


.img-box-title{
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
}

.service-content .title a:hover{
  color: inherit;
}


.h1-footer__widget-social ul li a:hover {
  background-color: var(--rr-theme-primary);
  color: #000;
}

.blogpost__area .postbox__thumb {
  width: 100%;
  min-height: 500px; 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .blogpost__area .postbox__thumb {
      min-height: 320px; 
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .blogpost__area .postbox__thumb {
      min-height: 400px; 
  }
}

.portfolio__img img {
  border-radius: 10px !important;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  inset-inline-start: 0;
  min-width: 280px;
  background: var(--rr-common-white);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 35px 0 6px !important;
  color: var(--rr-common-white);
  border: 1px solid var(--rr-border-primary);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}


.navbar-nav{
  display: block !important;
}

.offcanvas__top {
  border-bottom: none;
}

.mean-container .mean-nav ul li:first-child a,
.mean-container .mean-nav ul li:first-child span {
  border-top: none;
}

.h1-copyright__area{
  padding: 0px 5px;
}
.h1-banner__content-contact .text p {
  word-break: break-word;
}
.blog-details-footer .social-icon li a:hover {
  color: var(--rr-common-black);
}
.breadcrumb-wrap .page-list li:first-child::after {
  top: 20px;
}
.breadcrumb-wrap ul.page-list li {
  line-height: 0;
  padding-top: 25px;
}
.breadcrumb-wrap.breadcrumb-wrap-icon .page-list li:first-child::after {
  font: normal normal normal 20px/1 FontAwesome;
  top: 12px;
}

.breadcrumb-wrap.breadcrumb-wrap-icon .page-list li:after {
  font: normal normal normal 18px/1 FontAwesome;
  top: 19px;
}

/*-----Demo Organized Css For Design---*/
.white-margin-border {
  margin: 0;
}
img.h3-service__item-thumb {
    border-radius: 12px;
}
.padding-none{
  padding: 0px !important;
}
.content-area.blog-content-page .padding-none{
 padding: 40px  !important;
}
.content-area.blog-content-page .parent-widget-class{
  padding: 0px !important;
  margin: 0px !important;
}
.mean-container .mean-nav ul li:not(:first-child) a,
.mean-container .mean-nav ul li:not(:first-child) span {
  border-top: 1px solid rgba(255, 255, 255, 0.079);
}
@media (min-width: 1024px) {
  .white-margin-border {
      margin: 0 20px;
  }
}

.h1-footer__widget-link h5 {
  font-size: 24px;
}

.h1-blog__item-icon img {
  border-radius: 100%;
}

@media (max-width: 560px) {
  .h2-project-card__tag {
    padding: 7px 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrap.navbar-style-02 .breadcrumb-content {
    padding: 80px 0;
  }
}

.contact-area .contact-item .contact-content h3 {
  position: relative;
  display: inline-block; 
}

.contact-area .contact-item .contact-content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}

/* ------------------------------
   Back to Top Button Base Style
-------------------------------- */
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background-color: var(--rr-common-white);
  color: var(--rr-heading-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------
   Active State - Show Button
-------------------------------- */
.backtotop-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ------------------------------
   Icon Inside Button (HTML based)
-------------------------------- */
.backtotop-wrap i {
  font-family: var(--rr-ff-fontawesome); /* Or your fallback */
  font-size: 16px;
  line-height: 1;
  transition: color 400ms linear;
  color: var(--rr-heading-primary);
}

/* ------------------------------
   Hover Effect - Change Icon Color
-------------------------------- */
.backtotop-wrap:hover i {
  color: var(--rr-theme-secondary);
}
.h1-blog__item-icon img {
  border-radius: 100% !important;
}

.navigation-content h3 a:hover {
  color: var(--rr-background-primary);
}
.navigation-cta h3 a:hover {
  color: var(--rr-background-primary);
}

.breadcrumb-wrap {
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-banner-shape-2 {
    right: -20px !important;
    bottom: 5px;
  }
}

.postbox__text2-list {
  padding-top: 30px;
  padding-bottom: 10px;
}

.blog-single-content-wrap ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rr-heading-secondary);
  left: 0;
  top: 8px;
  display: block;
  position: absolute;
  border-radius: 10px;
}



.postbox__tag-wrapper {
  padding: 25px 0px;
}


@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-page-content-area  {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}



@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .content.blog-content .h1-blog__heading-content-text h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .breadcrumb-wrap .page-title {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .page-list li span {
    line-height: 24px;
  }
}
.entry-content.single-wrap-content h3 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .entry-content.single-wrap-content h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .blog-single-content-wrap .post-meta{
    flex-wrap: wrap;
    gap: 5px !important;
  }
}
@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .postbox__tag-wrapper{
    gap: 15px !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 375px) {
  .content-area.blog-content-page .comments-area {
      padding-bottom: 70px;
  }
}

@media (max-width: 320px), (max-width: 376px), (max-width: 450px) {
  .comment-respond {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .page-list li span {
      line-height: 0;
  }
}

@media (max-width: 767px) {
  body.single-post .page-list li span {
      line-height: 1;
  }
}


@media (max-width: 767px) {
    .single-post-navigation {
        padding: 5px;
    }
}