.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  background: transparent !important;
  max-width: 1200px !important;
}

/* new theme design css */
.blur-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* adjust height of blur */
  background: linear-gradient(to top, white, transparent);
}

/* sp-testimonial-content */

.sp-testimonial-content p {
  font-family: "DM Sans", Sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
  color: #111827 !important;
}
.sp-testimonial-client-name {
  font-family: "Inter", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  color: #111827 !important;
}

.sp-testimonial-client-designation {
  font-family: "Inter", Sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  color: #4b5563 !important;
}
.swiper-pagination-bullet-active {
  background: #4b5563 !important;
  width: 40px !important;
  border-radius: 5px !important;
  height: 8px !important;
}
.elementor .sp-testimonial-free-wrapper .swiper-wrapper {
  margin-bottom: 30px !important;
}

.testimonial-pagination {
  display: flex !important;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .sp-testimonial-content p {
    font-size: 28px !important;
    line-height: 26px !important;
  }
  .sp-testimonial-client-name {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

.DUP_topBtn {
  position: fixed;
  bottom: 100px;
  right: 10vw;
  cursor: pointer;
}

.DUP_topBtn {
  border: 1px solid #2c4f85;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  align-items: center;
  padding: 0px;
}

.DUP_topBtn svg {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  left: 9px;
  top: 9px;
}

.DUP_topBtn:hover {
  background: #2c4f85;
}

.DUP_topBtn:hover svg path {
  fill: #ffffff !important;
}

/* image-box */
.image-box {
  transition: box-shadow 0.3s ease-in-out;
}
.image-box:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.blog-card {
  transition: all 0.3s ease-in-out;
}

.bg_white {
  border: 1px solid #e5e7eb;
}

/* cu_icons */

.cu_icons:hover svg path {
  fill: #ffff;
}
.cu_icons:hover p {
  color: #4778c4;
}
/******************blog page */

.blog_list .post_details {
  color: #4b5563 !important;
}
.blog_list .blog_category-list {
  list-style: none !important;
  padding: 0 !important;
}

.blogs_loop .elementor-loop-container {
  border-bottom: 1px solid #0000001a !important;
  padding-bottom: 50px;
}

.elementor-pagination {
  margin-top: 50px !important;
}

.elementor-pagination .page-numbers {
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-decoration: none;
  margin: 0 10px !important;
}

.elementor-pagination .page-numbers.prev {
  color: #6b7280 !important;
}

.elementor-pagination .page-numbers.next {
  color: #111827 !important;
}

.elementor-pagination .page-numbers {
  color: #111827 !important;
}
.elementor-pagination .page-numbers:hover {
  color: #1f3a63 !important;
}
.elementor-pagination .page-numbers.current {
  padding: 8px 15px;
  opacity: 1;
  border-radius: 8px;
  background: #1f3a63 !important;
  color: #ffffff !important;
  font-weight: 400;
}

.page-numbers.prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  right: 10px;
  position: relative;
}

.page-numbers.next::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  left: 10px;
  position: relative;
}

.blog_horizontal_loop {
  display: flex;
  flex-direction: column-reverse;
  margin: 0px !important;
}

.blog_horizontal_loop .page-numbers.prev::before {
  border: 1px solid #d1d5db !important;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  right: 10px;
  position: relative;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 43px;
  transition: all 0.3s ease-in-out;
}

.blog_horizontal_loop .page-numbers.next::after {
  border: 1px solid #d1d5db !important;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  left: 10px;
  position: relative;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 43px;
  transition: all 0.3s ease-in-out;
}

.blog_horizontal_loop .page-numbers.next:hover::before {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.blog_horizontal_loop .page-numbers.next:hover::after {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.blog_horizontal {
  border: 1px solid #d1d5db !important;
  border-radius: 15px !important;
}

.blog_horizontal img {
  min-height: 280px !important;
  max-width: 280px !important;
  object-fit: cover !important;
}

.blog_horizontal p {
  padding: 0px !important;
}
.blog_category-list {
  list-style: none !important;
  padding: 0 !important;
}

.blog_category-list li {
  background: #ffffff !important;
  font-family: "Inter", Sans-serif;

  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
  line-height: 16px;
  text-transform: capitalize;
  padding-block-start: 10px;
  padding-block-end: 10px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  border-radius: 50px;
  border-width: 1px;
  border-color: #d1d5db;
  border-style: solid;
  background-clip: text;
  display: block;
}
.single_blog_show .blog_category-list li {
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  border-width: 1px;
}

#single_post_page .blog_category-list li {
  background: transparent !important;
  margin: 0 auto;
  width: fit-content;
}

/* list-icon */
.list-icon:hover .e-svg-base {
  background: #e5e7eb !important;
}
.list-icon:hover .e-svg-base svg path {
  fill: #4778c4 !important;
}

/* service_card */

.service_card .elementor-icon-list-item {
  transition: transform 0.3s ease;
}

.service_card
  .elementor-list-item-link-full_width:hover
  .elementor-icon-list-item {
  transform: scale(1.08);
}

.service_card
  .elementor-list-item-link-full_width:hover
  .elementor-icon-list-text {
  color: #2c4f85 !important;
}
.single_blog_show {
  overflow: hidden;
}
.single_blog_show::before {
  transition: transform 0.4s ease;
}

.single_blog_show:hover::before {
  transform: scale(1.1);
}

.mail_btn a {
  padding: 10px 30px 10px 30px !important;
  line-height: 24px !important;
}

.mail_btn a:hover svg path {
  fill: #ffffff;
}

.mail_btn svg {
  height: 25px;
  width: 30px;
}

/* singel_blog_content   */

.singel_blog_content * {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #4b5563 !important;
}
.singel_blog_content h3 {
  font-family: "DM Sans", Sans-serif !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 30px;
  color: #111827 !important;
  margin-bottom: 30px;
}

.singel_blog_content ul {
  padding-left: 20px !important;
  margin: 30px 0px;
}

.singel_blog_content ul li {
  padding: 5px 0px;
}

._icon_list .elementor-icon {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

/* post-navigation */

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prev-post a,
.next-post a {
  color: #d1d5db !important;
  background: #ffff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.prev-post a:hover,
.next-post a:hover {
  color: #1f3a63 !important;
  border: 1px solid #d1d5db;
}
/* quote */
.quote-box {
  max-width: 850px;
  padding: 30px 40px;
  background: #f5f5f5 !important;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  text-align: center;
  position: relative;
  margin: 50px 0px;
}

.quote-box .quote-icon {
  position: absolute;
  top: 10px;
  left: 20px;
}

.quote-box p {
  font-family: "Playfair Display", serif !important;
  font-size: 33px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  color: #111827;
  position: relative;
  z-index: 1;
}

/* .blog-listing {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: auto auto auto;
}

.blog-listing .post-item {
  max-width: 380px;
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
}

.blog-listing .post-item:hover {
  border-color: #ffff;
  background-color: #e5e7eb;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
}

.blog-listing .post-thumbnail {
  width: 100%;
  border-start-start-radius: 15px;
  border-start-end-radius: 15px;
}

.blog-listing .post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-listing .post-title {
  font-family: "DM Sans", Sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #111827 !important;
  line-height: 35px;
}

.post-summary {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4b5563;
  line-height: 20px;
}

.post-categories a {
  font-family: "Inter", Sans-serif;
  background: #ffffff;
  font-weight: 500;
  font-size: 12px;
  color: #4b5563;
  line-height: 18px;
  border: 1px solid #d1d5db;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 5px 15px;
} */
