/* ============================================
   WIDGETS & SIDEBAR STYLES
   Converted from SCSS to CSS
   ============================================ */

/* ---- Widget Base ---- */
.widget {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .widget {
    margin-bottom: 40px;
  }
}

.widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}

.widget-title .title {
  margin-bottom: 0;
}

.widget-title .title {
  line-height: 40px !important;
}

/* ---- Widget Post ---- */
.widget_post ul li {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.widget_post ul li:last-child {
  padding-bottom: 0;
}

.widget_post ul .dz-media {
  width: 60px;
  height: 60px;
  border-radius: 0;
  margin-right: 12px;
}

.widget_post ul .dz-media img {
  border-radius: 0;
}

.widget_post ul .dz-content .name {
  margin-bottom: 0;
  font-weight: 500;
}

.widget_post ul .dz-content .time {
  font-size: 13px;
  font-weight: 400;
}

/* ---- Search Box ---- */
.search-bx .form-control {
  height: 60px;
  border: 1px solid #BEBEBE;
  background-color: #fff;
}

.search-bx .input-group-prepend {
  border-right: 0;
  top: 50%;
}

.search-bx .input-group-prepend .input-group-text i {
  color: #828282;
}

.search-bx button {
  position: absolute !important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  padding: 0px;
  z-index: 99 !important;
  width: 48px;
  border: 0;
}

.search-bx button i {
  color: var(--color-primary);
  font-size: 24px;
}

.search-bx button svg path {
  fill: var(--color-primary);
}

.search-bx.style-1 {
  padding: 30px;
  background-color: var(--color-secondary);
  border-radius: var(--border-radius-base);
}

.search-bx.style-1 .input-group {
  margin-bottom: 0;
}

.search-bx.style-1 button {
  border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
  padding: 0px 10px;
}

/* ---- Download File ---- */
.download-file {
  background-image: var(--gradient);
  color: #fff;
  padding: 25px 25px 20px 20px;
  border-radius: 4px;
}

.download-file .title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.download-file ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-file ul li a {
  background-color: #fff;
  color: #000;
  display: flex;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}

.download-file ul li a i {
  width: 18px;
  height: 18px;
  position: relative;
}

.download-file ul li a i::after,
.download-file ul li a i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.download-file ul li a i::before {
  -webkit-animation: download1 2s ease infinite;
  animation: download1 2s ease infinite;
}

.download-file ul li a .text {
  display: inline;
  position: relative;
}

.download-file ul li a:hover .text {
  color: var(--color-primary);
}

@-webkit-keyframes download1 {

  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes download1 {

  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* ---- Contact Widget ---- */
.widget_contact {
  position: relative;
  padding: 50px 30px;
  border-radius: 6px;
  background-size: cover;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.widget_contact::after {
  background: var(--gradient-sec);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -1;
  background-size: 200%;
}

.widget_contact img {
  margin-bottom: 20px;
}

.widget_contact h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

.widget_contact .phone-number {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 11px;
}

.widget_contact .phone-number a {
  color: #fff;
}

.widget_contact .email {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.widget_contact .email a {
  color: #fff;
}

.service-carouse .item {
  overflow: hidden;
  border-radius: 6px;
}

/* ---- WP Widget Lists ---- */
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #5E626F;
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_services ul li {
  padding-bottom: 1.125rem;
  margin-bottom: 0.8125rem;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 1.125rem;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.25rem;
}

.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
  color: var(--color-title);
  transition: all 0.2s ease;
  display: inline-block;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives-list li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_services ul li a:hover {
  color: var(--color-primary);
}

.wp-block-latest-posts li li,
.wp-block-categories-list li li,
.widget_categories ul li li {
  border-bottom: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.375rem;
}

.wp-block-latest-posts li li:last-child,
.wp-block-categories-list li li:last-child,
.widget_categories ul li li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.widget_categories ul ul {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  margin-left: -0.9375rem;
}

/* ---- Widget Categories ---- */
.widget_archive li ul,
.wp-block-page-list li ul,
.wp-block-categories-list li ul,
.wp-block-archives-list li ul,
.wp-block-latest-posts li ul,
.widget_categories li ul {
  margin-bottom: -0.625rem;
}

.wp-block-page-list li,
.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.625rem 0rem 0.625rem 1.625rem !important;
  line-height: 1.3 !important;
}

.wp-block-page-list li::before,
.wp-block-categories-list li::before,
.wp-block-archives-list li::before,
.wp-block-latest-posts li::before {
  content: none !important;
}

.wp-block-page-list li a,
.widget_archive li a,
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
  float: left;
  text-transform: capitalize;
  text-align: left;
}

.wp-block-page-list,
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
  margin-bottom: 2.5rem;
  padding: 0 !important;
}

/* icon */
.wp-block-page-list li a:before,
.wp-block-latest-posts li a:before,
.wp-block-categories-list li a:before,
.wp-block-archives-list li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_recent_comments ul li a:before,
.widget_nav_menu ul li a:before,
.widget_recent_entries ul li a:before,
.widget_servdzes ul li a:before,
.widget_services ul li a:before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

/* ---- Widget Recent Comments ---- */
.widget_recent_comments ul {
  margin-top: -0.625rem;
}

.widget_recent_comments ul li {
  padding-left: 1.875rem;
  line-height: 1.625rem;
}

.widget_recent_comments ul li a {
  font-weight: 500;
}

.widget_recent_comments ul li a::before {
  content: none;
}

.widget_recent_comments ul li::before {
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0.625rem;
  font-size: 1.125rem;
}

/* ---- Widget Meta ---- */
.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none;
}

/* ---- Widget Calendar ---- */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
  border: 0.0625rem solid rgba(var(--rgb-primary), 0.1);
  padding: 0.4em;
}

.widget_calendar th,
.widget_calendar tfoot td {
  border-color: rgba(0, 0, 0, 0.05);
}

.widget_calendar th:last-child,
.widget_calendar tfoot td:last-child {
  border: 0;
}

.widget_calendar tr {
  border-bottom: 0.0625rem solid rgba(var(--rgb-primary), 0.1);
}

.widget_calendar tr:nth-child(2n+2) {
  background-color: rgba(var(--rgb-primary), 0.07);
}

.widget_calendar table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
  color: #fff;
  background: var(--color-primary);
}

.widget_calendar .calendar_wrap td a {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}

.widget_calendar caption {
  text-align: center;
  font-weight: 600;
  caption-side: top;
  background: rgba(var(--rgb-primary), 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}

footer:not(.style-4) .widget_calendar th,
footer:not(.style-4) .widget_calendar td {
  border-color: rgba(255, 255, 255, 0.1);
}

footer:not(.style-4) .widget_calendar tr {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

footer:not(.style-4) .widget_calendar tr:nth-child(2n+2) {
  background-color: rgba(255, 255, 255, 0.05);
}

.wp-block-calendar table th {
  font-weight: 400;
  background: var(--color-primary);
  color: #fff;
}

.wp-calendar-nav {
  background: var(--color-title);
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
}

.wp-calendar-nav span {
  padding: 0.3125rem 1.25rem;
  width: 44%;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.wp-calendar-nav span a {
  color: #fff;
}

.textwidget img {
  border-radius: var(--border-radius-base);
}

/* ---- Widget Archive ---- */
.widget_archive select {
  width: 100%;
  padding: 12px 20px;
  border: 0.0625rem solid #CCC;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: var(--border-radius-base);
  appearance: none;
}

/* ---- Widget Text ---- */
.widget_text select {
  width: 100%;
  border: 0.0625rem solid #CCC;
}

.widget_text select option {
  width: 100%;
}

.widget_text p {
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

/* ---- Widget RSS ---- */
.rsswidget img {
  display: inherit;
}

.widget-title .rsswidget {
  display: inline-block;
}

ul a.rsswidget,
ul cite {
  font-weight: 600;
  color: var(--color-title);
}

ul a.rsswidget {
  font-size: 1.125rem;
  transition: all 0.4s ease;
}

ul a.rsswidget:hover {
  color: var(--color-primary);
}

.rssSummary {
  margin: 1.25rem 0;
  line-height: 1.7;
  font-size: 15px;
}

.rss-date {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 400;
}

.widget_rss ul li {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-top: 0;
}

.widget_rss ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/* footer:not(.style-4) ul a.rsswidget,
footer:not(.style-4) ul cite {
  color: #fff;
} */
footer:not(.style-4) .widget_rss ul li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

/* ---- Widget Gallery ---- */
.widget_gallery ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.widget_gallery.gallery-grid-2 li {
  width: 50%;
}

.widget_gallery.gallery-grid-4 li {
  width: 25%;
}

.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  transition: all 0.4s ease;
  padding: 0.125rem;
}

.widget_gallery li img {
  display: inline-block;
  width: 100%;
}

.widget_gallery li:nth-child(3n-3) {
  margin-right: 0;
}

.widget_gallery li:hover {
  opacity: 0.7;
}

.widget_gallery li a {
  display: inline-block;
}

/* ---- Tag Cloud ---- */
.wp-block-tag-cloud,
.tagcloud {
  clear: both;
  display: table;
}

.wp-block-tag-cloud a,
.tagcloud a {
  position: relative;
  border: 1px solid #F1F1F1;
  border-radius: 0;
  padding: 8px 15px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  font-size: 14px;
  background-color: #F1F1F1;
  color: var(--color-title);
  line-height: 1.4;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

/* ---- Service Menu Nav ---- */
.service_menu_nav {
  background: #F9F9F9;
  padding: 30px 15px;
  border-radius: 10px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .service_menu_nav {
    padding: 15px;
  }
}

.service_menu_nav ul li {
  padding: 0;
}

.service_menu_nav ul li a {
  display: block;
  border-radius: 6px;
  padding: 15px 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  transition: all 0.4s ease;
  background-size: 200%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .service_menu_nav ul li a {
    padding: 15px;
  }
}

.service_menu_nav ul li a::before {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 50px;
  left: auto;
  top: 50%;
  font-size: 18px;
  transition: all 0.4s ease;
  transform: translateZ(0) translateY(-50%);
}

@media (max-width: 1199px) {
  .service_menu_nav ul li a::before {
    font-size: 22px;
  }
}

.service_menu_nav ul li a::after {
  background: var(--color-secondary);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  content: "";
  background-size: 200%;
  opacity: 0;
  z-index: -1;
}

.service_menu_nav ul li:hover a,
.service_menu_nav ul li.current-menu-item a,
.service_menu_nav ul li.active a {
  padding-left: 20px;
  border-color: transparent;
  transform: translateX(0);
  color: #000;
  background-color: #fff;
}

.service_menu_nav ul li:hover a::before,
.service_menu_nav ul li.current-menu-item a::before,
.service_menu_nav ul li.active a::before {
  opacity: 1;
  right: 10px;
  color: #000;
}

@media (max-width: 1199px) {

  .service_menu_nav ul li:hover a::before,
  .service_menu_nav ul li.current-menu-item a::before,
  .service_menu_nav ul li.active a::before {
    font-size: 22px;
    right: 5px;
  }
}

.service_menu_nav ul li:hover a::after,
.service_menu_nav ul li.current-menu-item a::after,
.service_menu_nav ul li.active a::after {
  opacity: 1;
}

.dz-related-post {
  margin-bottom: 30px;
}

/* ---- Search Info ---- */
.search-info {
  border-bottom: 1px solid rgba(94, 98, 111, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.search-info .title {
  display: flex;
}

.search-info .search-name {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 15px;
  display: inline;
}

.search-info .search-result {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  display: inline;
}

.search-info .found-posts {
  color: var(--color-primary);
  font-weight: 500;
}

/* ---- Widget Profile ---- */
.widget_profile .dz-media {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.widget_profile .dz-media img {
  border-radius: var(--border-radius-base);
}

.widget_profile.style-1 .dz-media {
  height: 200px;
  min-width: 200px;
  width: 200px;
  border-radius: 50%;
}

.widget_profile.style-1 .dz-media img {
  height: 100%;
  object-fit: cover;
}

/* ---- Clients Box ---- */
.clients-box {
  border-radius: var(--border-radius-base);
  padding: 30px 30px;
  position: relative;
}

.clients-box::after {
  position: absolute;
  background-color: var(--color-primary);
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100% - 60px);
  z-index: -1;
  border-radius: inherit;
}

.clients-box .clients-logo {
  padding: 0 25px;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s;
  position: relative;
}

.clients-box .clients-logo img {
  margin: auto;
  transition: all 0.5s;
}

.clients-box .clients-logo .logo-hover {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 25px;
}

.clients-box .clients-logo:hover .logo-main {
  opacity: 0;
}

.clients-box .clients-logo:hover .logo-hover {
  opacity: 1;
}

@media (max-width: 575px) {
  .clients-box {
    padding: 0;
  }
}

/* ---- Pagination ---- */
.pagination.style-1 li {
  margin: 0;
}

.pagination.style-1 li .page-link {
  padding: 10px 15px;
  width: 38px;
  height: 38px;
  color: var(--color-title);
  line-height: 1;
  font-weight: 400;
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  margin-left: 10px;
  text-transform: uppercase;
}

.pagination.style-1 li .page-link img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: var(--border-radius-base);
}

.pagination.style-1 li .page-link i {
  font-size: 40px;
}

.pagination.style-1 li .page-link.prev img {
  margin-right: 15px;
}

.pagination.style-1 li .page-link.prev i {
  margin-right: 5px;
}

.pagination.style-1 li .page-link.next img {
  margin-left: 15px;
}

.pagination.style-1 li .page-link.next i {
  margin-left: 5px;
}

@media (max-width: 575px) {
  .pagination.style-1 li .page-link {
    padding: 10px 0;
  }

  .pagination.style-1 li .page-link img {
    width: 60px;
    height: 60px;
  }
}

.pagination.style-1 li .page-link.active,
.pagination.style-1 li .page-link:hover {
  background-color: var(--color-primary);
  color: var(--color-title);
}

/* ---- Social Buttons ---- */
.btn-social {
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  border-radius: var(--border-radius-base);
}

.btn-social i {
  margin-right: 8px;
}

.btn-social.facebook {
  color: #fff;
  background: #3b5998;
}

.btn-social.instagram {
  color: #fff;
  background: #c32aa3;
}

.btn-social.youtube {
  color: #fff;
  background: #e52d27;
}

.btn-social.twitter {
  color: #fff;
  background: #07acde;
}

/* ---- Widget Row ---- */
.widget-row .grid-item {
  width: 33.33%;
}

@media (max-width: 991px) {
  .widget-row .grid-item {
    width: 50%;
  }
}

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

/* ---- Sidebar Headings ---- */
.side-bar h1 {
  font-size: 2rem;
}

.side-bar h2 {
  font-size: 1.625rem;
}

.side-bar h3 {
  font-size: 1.5rem;
}

.side-bar h4 {
  font-size: 1.25rem;
}

.side-bar h5 {
  font-size: 1.125rem;
}

.side-bar h6 {
  font-size: 1rem;
}

.sidebar-widget .wp-block-woocommerce-attribute-filter>h1,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h2,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h3,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h4,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h5,
.sidebar-widget .wp-block-woocommerce-attribute-filter>h6,
.sidebar-widget .wp-block-group__inner-container>h1,
.sidebar-widget .wp-block-group__inner-container>h2,
.sidebar-widget .wp-block-group__inner-container>h3,
.sidebar-widget .wp-block-group__inner-container>h4,
.sidebar-widget .wp-block-group__inner-container>h5,
.sidebar-widget .wp-block-group__inner-container>h6,
.shop-widget .wp-block-woocommerce-attribute-filter>h1,
.shop-widget .wp-block-woocommerce-attribute-filter>h2,
.shop-widget .wp-block-woocommerce-attribute-filter>h3,
.shop-widget .wp-block-woocommerce-attribute-filter>h4,
.shop-widget .wp-block-woocommerce-attribute-filter>h5,
.shop-widget .wp-block-woocommerce-attribute-filter>h6,
.shop-widget .wp-block-group__inner-container>h1,
.shop-widget .wp-block-group__inner-container>h2,
.shop-widget .wp-block-group__inner-container>h3,
.shop-widget .wp-block-group__inner-container>h4,
.shop-widget .wp-block-group__inner-container>h5,
.shop-widget .wp-block-group__inner-container>h6 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {

  .sidebar-widget .wp-block-woocommerce-attribute-filter>h1,
  .sidebar-widget .wp-block-woocommerce-attribute-filter>h2,
  .sidebar-widget .wp-block-woocommerce-attribute-filter>h3,
  .sidebar-widget .wp-block-woocommerce-attribute-filter>h4,
  .sidebar-widget .wp-block-woocommerce-attribute-filter>h5,
  .sidebar-widget .wp-block-woocommerce-attribute-filter>h6,
  .sidebar-widget .wp-block-group__inner-container>h1,
  .sidebar-widget .wp-block-group__inner-container>h2,
  .sidebar-widget .wp-block-group__inner-container>h3,
  .sidebar-widget .wp-block-group__inner-container>h4,
  .sidebar-widget .wp-block-group__inner-container>h5,
  .sidebar-widget .wp-block-group__inner-container>h6,
  .shop-widget .wp-block-woocommerce-attribute-filter>h1,
  .shop-widget .wp-block-woocommerce-attribute-filter>h2,
  .shop-widget .wp-block-woocommerce-attribute-filter>h3,
  .shop-widget .wp-block-woocommerce-attribute-filter>h4,
  .shop-widget .wp-block-woocommerce-attribute-filter>h5,
  .shop-widget .wp-block-woocommerce-attribute-filter>h6,
  .shop-widget .wp-block-group__inner-container>h1,
  .shop-widget .wp-block-group__inner-container>h2,
  .shop-widget .wp-block-group__inner-container>h3,
  .shop-widget .wp-block-group__inner-container>h4,
  .shop-widget .wp-block-group__inner-container>h5,
  .shop-widget .wp-block-group__inner-container>h6 {
    margin-bottom: 15px;
  }
}

/* ---- Form Select ---- */
.form-select,
select {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  border: 1px solid #ced4da;
  border-radius: var(--border-radius-base);
}

/* ---- Comments & Blog Titles ---- */
.comments-title,
.blog-title,
.comment-reply-title,
.wp-block-search .wp-block-search__label {
  position: relative;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--color-title);
  font-size: 1.125rem;
  font-family: var(--font-title);
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.comments-area .comment-list>.comment>.children {
  padding-left: 50px;
}

/* ---- WooCommerce ---- */
.wc-block-components-price-slider__range-input-progress {
  background: rgba(var(--rgb-primary), 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--color-primary);
}

/* ---- Get In Touch Widget ---- */
.widget_getintouch-pro-details {
  margin-bottom: 0;
}

.widget_getintouch-pro-details .pro-details {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.widget_getintouch-pro-details .pro-details .icon-box {
  background-color: #f5f5f5;
  height: 53px;
  min-width: 53px;
  width: 53px;
  color: #000;
  line-height: 53px;
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
}

.widget_getintouch-pro-details .pro-details .icon-box::before {
  content: none;
}

.widget_getintouch-pro-details .pro-details .icon-box i {
  font-family: 'feather' !important;
  font-style: normal;
}

.widget_getintouch-pro-details .pro-details .icon-content .dz-title {
  margin-bottom: 5px;
}

.widget_getintouch-pro-details .pro-details .icon-content p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .widget_getintouch-pro-details .pro-details .icon-box {
    margin-right: 10px;
  }
}

/* ---- Pro Details Columns ---- */
@media only screen and (max-width: 1200px) {
  .pro-details-col-5 .col {
    width: 25%;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  .pro-details-col-5 .col {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .pro-details-col-5 .col {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .pro-details-col-5 .col {
    width: 100%;
  }
}

.tutorial-data div {
  scroll-margin-top: 100px;
}

/* ============================================
   NEW CODE - AMARA THEME
   ============================================ */

/* ---- Widget Author ---- */
.widget.widget-author .author-profile-info .author-profile-inner {
  padding: 30px;
  border: 1px solid #D9D9D9;
  text-align: center;
}

.widget.widget-author .author-profile-info .author-profile-inner .author-profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.widget.widget-author .author-profile-info .author-profile-inner .author-profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.widget.widget-author .author-profile-info .author-profile-content .title {
  font-size: 22px;
  margin-bottom: 5px;
}

.widget.widget-author .author-profile-info .author-profile-content .position {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  display: block;
}

.widget.widget-author .author-profile-info .author-profile-content p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 230px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 25px;
}

.widget.widget-author .author-profile-info .author-profile-content .dz-social-icon {
  margin-bottom: 25px;
}

.widget.widget-author .author-profile-info .author-profile-content .dz-social-icon ul {
  gap: 20px;
}

.widget.widget-author .author-profile-info .author-profile-content .dz-social-icon ul li {
  margin: 0;
}

.widget.widget-author .author-profile-info .author-profile-content .dz-social-icon ul li a {
  line-height: 1;
}

/* ---- Widget Categories (Amara) ---- */
.widget_categories ul li,
.wp-block-categories li{
  line-height: 1.3 !important;
  padding: 17px 20px !important;
  background-color: #EFEFEF;
  margin-bottom: 10px;
  border-radius: 4px;
}
.widget_categories ul li .children li{
  background-color: #dddddd;
}
.widget_categories ul li a:before,
.wp-block-categories li a::before{
  content: "";
}
.widget.widget_categories.style-1 .cat-item {
  padding: 17px 20px !important;
  background-color: #EFEFEF;
  margin-bottom: 10px;
  border-radius: 4px;
}

.widget.widget_categories.style-1 .cat-item .count {
  font-size: 14px;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}

/* ---- Recent Posts Entry ---- */
.recent-posts-entry .widget-post-bx .widget-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media {
  width: 100%;
  min-width: 100%;
  height: 145px;
  position: relative;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-info {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-info .badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 5px 12px;
  margin-bottom: 5px;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta {
  margin-bottom: 0;
  margin-top: auto;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta li {
  font-size: 14px;
  color: #fff;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta li.post-date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.recent-posts-entry .widget-post-bx .widget-post .title {
  font-size: 20px;
}

.recent-posts-entry .widget-post-bx .widget-post .title a {
  font-weight: 500;
  color: #fff;
}

/* ---- Social Icons ---- */
.dz-social-icon ul {
  display: flex;
}
.contact-address li{
  color: rgba(255,255,255,0.5);
}
.contact-address li a{
  color: rgba(255,255,255,0.5);
}
.dz-social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.dz-social-icon li a {
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.4s ease;
}

.dz-social-icon li a i {
  color: var(--color-title);
}

.dz-social-icon.style-1 {
  display: flex;
}

.dz-social-icon.style-1 li {
  margin-right: 10px;
  color: #000;
}

.dz-social-icon.style-1 li a {
  color: var(--color-primary);
  background-color: rgba(255, 255, 255, 0.1);
  width: 44px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  font-size: 20px;
  display: block;
}

.dz-social-icon.style-1 li a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

@media (max-width: 1191px) {
  .dz-social-icon.style-1 {
    justify-content: center;
  }
}

/* ---- Media ---- */
.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

.dz-media img,
.dz-post-media img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* ---- Form Box ---- */
.form-box {
  background-color: #fafafa;
  padding: 45px 50px 50px 50px;
}

@media (max-width: 767px) {
  .form-box {
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 575px) {
  .form-box {
    margin-top: 40px;
  }
}

.form-box .form-div .dz-form .input-group {
  margin-bottom: 40px;
}

.form-box .form-div .dz-form .input-group .form-control {
  text-align: start;
  font-size: 18px;
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 2px solid #000;
  font-weight: 300;
}

.form-box .form-div .dz-form .input-group .form-control::placeholder {
  color: #999999 !important;
}

.form-box .form-div .dz-form .input-group .form-control.textarea {
  border-bottom: 2px solid var(--color-secondary);
}

.form-box .form-label {
  margin-bottom: 10px;
}

.form-box .form-head {
  margin-bottom: 55px;
}

@media (max-width: 575px) {
  .form-box .form-head {
    margin-bottom: 20px;
  }
}

.form-box .form-head h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  color: #191B1D;
  margin-bottom: 10px;
  font-family: var(--font-title);
}

@media (max-width: 1199px) {
  .form-box .form-head h2 {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .form-box .form-head h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
  }
}

.form-box .form-head p {
  font-weight: 300;
  margin: 0px;
  color: #999999;
}

@media (max-width: 1040px) {
  .form-box .form-head p {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .form-box .form-head p {
    font-size: 15px;
  }
}

/* ---- Post Text ---- */
.dz-post-text h1,
.dz-post-text .h1,
.dz-post-text h2,
.dz-post-text h3,
.dz-post-text h4,
.dz-post-text h5,
.dz-post-text h6,
.dz-post-text .h2,
.dz-post-text .h3,
.dz-post-text .h4,
.dz-post-text .h5,
.dz-post-text .h6 {
  font-family: var(--font-base);
}

.recent-posts-entry .widget-post-bx .widget-post .title a {
  font-family: var(--font-base);
}

.side-bar h1,
.side-bar .h1,
.side-bar h2,
.side-bar h3,
.side-bar h4,
.side-bar h5,
.side-bar h6,
.side-bar .h2,
.side-bar .h3,
.side-bar .h4,
.side-bar .h5,
.side-bar .h6 {
  font-family: var(--font-base);
}

/* ---- Blog Single ---- */
.blog-single {
  margin-bottom: 3.125rem;
}

@media (max-width: 575px) {
  .blog-single {
    margin-bottom: 2rem;
  }
}

.blog-single h1 {
  max-width: 625px;
  margin-bottom: 10px;
}

.blog-single h1.dz-title {
  font-size: 60px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .blog-single h1.dz-title {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .blog-single h1.dz-title {
    font-size: 38px;
    line-height: 1.1;
  }
}

@media (max-width: 575px) {
  .blog-single h1.dz-title {
    font-size: 28px;
  }
}

.blog-single .dz-post-meta {
  margin-bottom: 1.25rem;
}

.blog-single .dz-post-text {
  padding-bottom: 5px;
}

.blog-single .dz-post-text::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.blog-single .dz-post-tags {
  margin-top: 1.25rem;
}

.blog-single .dz-post-media {
  border-radius: 0.25rem;
}

.blog-single.dz-blog .post-tags {
  margin-bottom: 0;
}

.blog-single .dz-media,
.blog-single .dz-post-media {
  text-align: center;
}

.blog-single .dz-media img,
.blog-single .dz-post-media img {
  width: 100%;
}

.dz-blog.blog-single .dz-meta {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .dz-blog.blog-single .dz-meta {
    margin-bottom: 20px;
  }
}

.dz-blog.blog-single .dz-meta ul li {
  font-size: 16px;
}

.dz-blog.blog-single .dz-meta ul li a {
  font-size: 16px;
  color: var(--bs-body-color);
}

@media (max-width: 575px) {
  .dz-blog.blog-single .dz-meta ul li {
    font-size: 13px;
    margin-right: 0;
    padding-right: 0;
  }

  .dz-blog.blog-single .dz-meta ul li a {
    font-size: 13px;
  }
}

.side-bar.right.my-sticky,
.side-bar.left.my-sticky {
  width: 100%;
  max-width: 100%;
}

/* ---- Blog Single Style 1 ---- */
.blog-single.style-1 {
  margin: 130px 0 100px 0;
}

.blog-single.style-1 .dz-title {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 30px;
  max-width: 1000px;
}

@media (max-width: 1199px) {
  .blog-single.style-1 .dz-title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .blog-single.style-1 {
    margin: 80px 0 60px 0;
  }

  .blog-single.style-1 .dz-title {
    font-size: 50px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .blog-single.style-1 {
    margin: 60px 0 25px 0;
  }

  .blog-single.style-1 .dz-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .blog-single.style-1 .dz-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.blog-single.style-1 .dz-info .dz-meta ul li {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-single.style-1 .dz-info .dz-meta ul li i::before {
  color: #fff;
}

@media (max-width: 575px) {
  .blog-single.style-1 .dz-info .dz-meta ul li {
    font-size: 14px;
  }
}

.blog-single.style-1 .dz-info .dz-meta ul li a {
  color: #fff;
}

.blog-single.style-1 .dz-info .dz-meta ul li.meta-divider {
  transform: rotate(15deg);
}

.blog-single.style-1 .dz-media+.dz-info {
  text-align: unset;
  border: 0;
  padding: 30px 0 0 0;
  margin-top: 0;
}

/* ---- Blog Slideshow ---- */
.blog-slideshow img {
  width: 100%;
}

/* ---- Swiper Pagination ---- */
.swiper-pagination-two {
  position: absolute;
  left: 35px !important;
  z-index: 1;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 99;
  width: auto !important;
}

@media (max-width: 1199px) {
  .swiper-pagination-two {
    top: auto !important;
    bottom: 10px !important;
    display: flex;
    justify-content: center;
    transform: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .swiper-pagination-two:not(.style-2) {
    position: unset;
  }
}

@media (max-width: 575px) {
  .swiper-pagination-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.swiper-pagination-two.style-2 {
  top: auto !important;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50% !important;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 0px;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}

.swiper-pagination-two.style-2 .swiper-pagination-bullet {
  margin: 6px 10px !important;
}

.swiper-pagination-two .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.9);
  width: 6px;
  height: 6px;
  margin: 17px 0 !important;
  display: block;
  text-align: center;
  position: relative;
}

.swiper-pagination-two .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent;
  left: -4px;
  top: -4px;
}

@media (max-width: 1199px) {
  .swiper-pagination-two .swiper-pagination-bullet {
    margin: 6px 10px !important;
  }
}

@media (max-width: 575px) {
  .swiper-pagination-two .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 10px !important;
  }
}

.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: 1px solid rgba(255, 255, 255, 1);
}

/* ---- Gallery Swiper ---- */
.galley-swiper-box .galley-thumb-swiper .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .galley-swiper-box .galley-thumb-swiper .swiper-slide.swiper-slide-thumb-active::after {
    border: 10px solid rgba(255, 255, 255, 0.5);
  }
}

/* ---- Post Text Media ---- */
.dz-post-text .dz-media,
.dz-post-text .post-link,
.dz-post-text .post-audio {
  border-radius: 8px;
}

.dz-post-text .dz-media img,
.dz-post-text .post-link img,
.dz-post-text .post-audio img {
  border-radius: 8px;
}

.dz-post-text img {
  border-radius: 8px;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media {
  border-radius: 8px;
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media img {
  border-radius: 8px;
}


.wp-block-group .wp-block-heading {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-sidebar-1 .footer-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.sidebar-widget .wp-block-group__inner-container>h2 {
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  padding-left: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.substitute-class .widget-title h3 {
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group {
  justify-content: space-between;
}

.contact-sidebar .form-group .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.dz-load-more[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
.common-page-dz-load-more[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
.latest-post-dz-load-more[disabled] {
    pointer-events: none;
    opacity: 0.5;
}