/*================================================
Blog Area CSS
=================================================*/

.widget-area .widget{
  padding: 40px;
  background: var(--whiteColor);
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-bottom: 30px;
}


.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  bottom: -1px;
  background-color: var(--mainColor);
}

.widget-area .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
}

.widget-area .widget-search form {
  position: relative;
}

.widget-area .widget-search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget-search form .screen-reader-text {
  display: none;
}

.widget-area .widget-search form .search-field {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 400;
}

.widget-area .widget-search form button {
  top: 12px;
  right: 10px;
  padding: 0;
  width: 40px;
  border: none;
  height: 37px;
  font-size: 20px;
  position: absolute;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget-catagories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget-area .widget-catagories ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-area .widget-catagories ul li:last-child{
  margin-bottom: 0px;
}
.widget-area .widget-catagories ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.widget-area .widget-catagories ul li span{
  color: var(--paragraphColor);
}


.widget-area .widget-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget-area .widget-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.widget-area .widget-list ul li:last-child{
  margin-bottom: 0px;
}
.widget-area .widget-list ul li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.widget-area .widget-list ul li span{
  color: var(--paragraphColor);
}

.widget-area .widget-list ul li .form-check label {
  display: flex;
  align-items: center;
}

.widget-area .widget-list ul li .form-check{
  padding: 0;
  margin: 0;
}

.widget-area .widget-list ul li .form-check p {
  padding-left: 8px;
}


.radio-input {
  visibility: hidden;
}
.radio-label {
  position: relative;
  padding-left: 15px;
  color: var(--paragraphColor);
  display: inline-block;
}
.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -14px;
  top: 7px;
  border-radius: 50%;
}
.radio-border {
  width: 16px;
  height: 16px;
  display: inline-block;
  outline: solid 2px var(--paragraphColor);
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 4px;
}

.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: var(--mainColor);
}


.widget-area .widget-list .radio-from ul{
  list-style: none;
  padding: 0;
}

.widget-area .widget-list .radio-from ul li {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  color: #DDDDDD;
  margin: 0;
}
.widget-area .widget-list .radio-from ul li .active{
  color: #FFC107;
}

.widget-area .widget-banner{
  background-image: url(../img/all-img/blog-banner1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.widget-banner .blog-banner-content .title {
  font-size: 30px;
  color: var(--whiteColor);
  font-weight: 800;
  position: relative;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
  margin-bottom: 175px;
}
.widget-banner .blog-banner-content .title::after{
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--whiteColor);
}
.widget-banner .blog-banner-content .price {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 30px;
}
.widget-banner .blog-banner-content .price span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.widget-banner .blog-banner-content .banner-button .default-btn{
  width: 100%;
  text-align: center;
}
.widget-tags ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget-tags ul li{
  display: inline-block;
}
.widget-tags ul li a{
  display: inline-block;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-bottom: 15px;
  color: var(--paragraphColor);
}
.widget-tags ul li a:hover{
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
}
.blog-single-card{
  box-shadow: 7px 7px 60px rgba(22, 23, 26, 0.06);
  margin-bottom: 30px;
}
.blog-single-card .content{
  padding: 30px;
}

.blog-single-card .content .meta ul{
  padding: 0;
  list-style: none;
}
.blog-single-card .content .meta ul li {
  display: inline-block;
  margin-right: 50px;
  color: var(--paragraphColor);
  position: relative;
}
.blog-single-card .content .meta ul li:last-child{
  margin-right: 0px;
}
.blog-single-card .content .meta ul li::before{
  position: absolute;
  content: '';
  top: 11px;
  right: -45px;
  background-color: #D9D9D9;
  height: 1px;
  width: 35px;
}

.blog-single-card .content .meta ul li:last-child:before{
  display: none;
}

.blog-single-card .content .meta ul li a{
  color: var(--paragraphColor);
}

.blog-single-card .content h3{
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.blog-single-card .content .butn{
  color: var(--mainColor);
  position: relative;
  font-weight: 500;
  
}

.blog-single-card .content .butn i{
  position: absolute;
  content: '';
  font-size: 25px;
  top: 0px;
  right: -25px;
  transition: var(--transition);
}

.blog-single-card .content .butn:hover i {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
}
.blog-pagi .pagination {
  justify-content: center !important;
  margin-bottom: 0;
  margin-top: 30px;
}
.blog-pagi .pagination .page-link {
  padding: 5px 25px;
  border-radius: 25px;
  background-color: var(--secounderyColor);
  margin-right: 10px;
  border: none;
  box-shadow: none;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 16px;
  transition: var(--transition);
}
.blog-pagi .pagination .page-link i{
  font-weight: 600;
  font-size: 16px;
}
.blog-pagi .pagination .page-link:hover{
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.blog-pagi .pagination .page-link.active{
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-details-desc {
  padding-right: 30px;
}

.blog-details-desc .article-image{
  margin-bottom: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.blog-details-desc .article-content .entry-meta ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li a{
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li::before {
  position: absolute;
  content: '';
  top: 11px;
  right: -45px;
  background-color: #D9D9D9;
  height: 1px;
  width: 35px;
}
.blog-details-desc .article-content .entry-meta ul li:last-child:before {
  display: none;
}
.blog-details-desc .article-content .entry-meta ul li:last-child{
  margin-right: 0px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content h3{
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px
}

.blog-details-desc .article-content p{
  margin-bottom: 30px
}

blockquote, .blockquote {
  overflow: hidden;
  padding: 0px 50px 0 30px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 40px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--mainColor);
}

blockquote p, .blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px !important;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 0px !important;
}

.blog-details-desc .article-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: -1px;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Lexend', sans-serif;
}
.blog-details-desc .article-footer .article-tags a{
  color: var(--paragraphColor);
  transition: var(--transition);
}
.blog-details-desc .article-footer .article-tags a:hover{
  color: var(--mainColor);
}

.blog-details-desc .article-footer .article-share{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
  font-family: 'Lexend', sans-serif;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border: 1px solid var(--secounderyColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
  transition: var(--transition);
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
}

    /* Force all blog card images to same size */
    .blog-single-card .image{
        width: 100%;
        height: 220px;          /* change to 240/260 if you want taller */
        overflow: hidden;
        border-radius: 8px;     /* optional, remove if not needed */
        background: #f3f3f3;    /* optional placeholder color */
    }

    .blog-single-card .image img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;      /* crop nicely */
        object-position: center;
    }