:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Outfit", sans-serif;
  --transition: all 0.3s ease;
  --body_bg: #ffffff;
  --globalColor: #FFFCF4;
  --softColor: #F8F7FC;
  --borderColor: #E8E3EE;
  --bodyColor: #404A60;
  --titleColor: #222E48;
  --primaryColor: #200B56;
  --secondaryColor: #FBC91A;
  --secondaryColor1: #7061CC;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --linkColor: #200B56;
  --hoverColor: var(--primaryColor);
  --boxBorderRadius: 12px;
  --imageBorderRadius: 4px;
  --btnBorderRadius: 5px;
  --btnBgColor: #200B56;
  --btnHoverBgColor: #FBC91A;
  --btnColor: #ffffff;
  --btnHoverColor: #ffffff;
  --btnBgColor2: transparent;
  --btnHoverBgColor2: #200B56;
  --btnColor2: #200B56;
  --btnHoverColor2: #ffffff;
}

/** Blog Style CSS --------------
-----------------------------------*/
.themephi-blog-grid .image-part.yes:hover img {
  filter: grayscale(100%);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 {
  background: var(--whiteColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .image-part {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .image-part .meta-cat-abs {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--whiteColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content {
  padding: 32px;
  padding-left: 0;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-content-inner {
  padding-top: 24px;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .title {
  margin-bottom: 16px;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .btn-part a {
  display: inline-block;
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .btn-part:hover a {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 {
  background: var(--globalColor);
  border: 1.5px solid var(--borderColor);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2:hover {
  border-color: var(--secondaryColor1);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .image-part {
  position: relative;
  margin: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .image-part img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .image-part .meta-cat-abs {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  background: var(--whiteColor);
  color: var(--titleColor);
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .image-part .meta-cat-abs .cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--secondaryColor1);
  margin-top: -2px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2:hover .image-part img {
  transform: scale(1.08);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content {
  padding: 15px 32px 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .title a {
  color: inherit;
  transition: all 0.3s ease;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .title a:hover {
  color: var(--secondaryColor1);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-excerpt {
  margin-bottom: 35px;
  color: var(--bodyColor);
  font-size: 17px;
  line-height: 1.6;
  flex-grow: 1;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer {
  border-top: 1px solid rgba(43, 43, 104, 0.15);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .author-part {
  display: flex;
  align-items: center;
  gap: 14px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .author-part .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .author-part .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .author-part .author-info {
  display: flex;
  flex-direction: column;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .author-part .author-info .author-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--titleColor);
  font-family: var(--bodyFont);
  text-transform: capitalize;
  line-height: 1.2;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .author-part .author-info .date {
  font-size: 12px;
  color: #646580;
  font-weight: 500;
  margin-top: 2px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right .comments {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right .comments i {
  font-size: 16px;
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right .btn-part a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--titleColor);
  transition: all 0.3s ease;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right .btn-part a .icon {
  font-size: 16px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right .btn-part a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-footer .footer-right .btn-part a:hover .icon {
  transform: translate(4px, -4px);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part img {
  transition: 0.3s;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part img:hover {
  transform: scale(1.1);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part.yes img:hover {
  filter: grayscale(1);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta {
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .meta_category {
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(16, 60, 59, 0.2);
  background: rgba(16, 60, 59, 0.05);
  color: var(--primaryColor);
  font-weight: 600;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 {
  padding: 12px;
  border-radius: 12px;
  background: #f4f3f1;
  border: 1px solid transparent;
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .image-part {
  border-radius: 12px;
  overflow: hidden;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li {
  display: flex;
  align-items: center;
  gap: 12px;
  gap: 8px;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .meta_category {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--primaryColor);
  font-family: var(--bodyFont);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .meta_author {
  display: flex;
  align-items: center;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .meta_author .author-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .btn-part .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: var(--primaryColor);
  font-size: 20px;
  border: 1px solid var(--primaryColor);
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .btn-part .icon:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4:hover {
  border: 1px solid var(--primaryColor);
}
.themephi-blog-grid.blog--style5 .image-part {
  position: relative;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style5 ul,
.themephi-blog-grid.blog--style5 li {
  list-style: none;
  margin: 0;
}
.themephi-blog-grid.blog--style5 .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.themephi-blog-grid.blog--style5 .blog-badge .date-2 {
  background: #ff6600;
  color: #fff;
  padding: 6px;
}
.themephi-blog-grid.blog--style5 .blog-badge .date {
  font-size: 26px;
  line-height: 26px;
}
.themephi-blog-grid.blog--style5 .blog-badge .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.themephi-blog-grid.blog--style5 .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #0c0a0a;
  padding: 4px 0;
}
.themephi-blog-grid.blog--style5 .blog-item {
  border: 1px solid #edeff3;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style5 .blog-content {
  padding: 0 30px 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .cat_list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6e777d;
  margin-top: -5px;
  text-transform: capitalize;
}
.themephi-blog-grid.blog--style5 .blog-content .title {
  line-height: 30px;
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a:hover {
  color: var(--primaryColor);
}

@media (max-width: 1199px) {
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-2) {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1) {
    padding-right: 12px !important;
    padding-left: 12px !important;
    position: relative;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1):before {
    content: none !important;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1):after {
    content: none !important;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-0) {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 880px) {
  .themephi-blog-grid.blog--style4 .row .grid-item .blog-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.tp-blog-design-card {
  background: var(--softColor);
  border: 1px solid var(--borderColor);
  border-radius: 15px;
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.tp-blog-design-card .tp-blog-img-area {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  margin: 12px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tp-blog-design-card .tp-blog-img-area img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.tp-blog-design-card:hover .tp-blog-img-area img {
  transform: scale(1.05);
}
.tp-blog-design-card .tp-blog-pill {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--whiteColor);
  color: var(--titleColor);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tp-blog-design-card .tp-blog-date-box {
  position: absolute;
  bottom: 0;
  left: 13px;
  background: var(--secondaryColor);
  color: var(--titleColor);
  padding: 7px 12px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}
.tp-blog-design-card .tp-blog-date-box .day {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.tp-blog-design-card .tp-blog-date-box .month {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}
.tp-blog-design-card .tp-blog-meta-floating {
  position: relative;
  background: #fff;
  width: calc(100% - 50px);
  margin: -12px auto 10px;
  padding: 12px 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  z-index: 2;
}
.tp-blog-design-card .tp-blog-meta-floating .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4a4b65;
}
.tp-blog-design-card .tp-blog-meta-floating .meta-item i {
  color: #7d6cf6;
  font-size: 16px;
}
.tp-blog-design-card .tp-blog-meta-floating .dot {
  width: 6px;
  height: 6px;
  background: #7d6cf6;
  border-radius: 50%;
}
.tp-blog-design-card .tp-blog-info {
  padding: 15px 25px 25px;
  text-align: left;
}
.tp-blog-design-card .tp-blog-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1b4b;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
.tp-blog-design-card .tp-blog-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tp-blog-design-card .tp-blog-title a:hover {
  color: var(--secondaryColor1);
}
.tp-blog-design-card .tp-blog-excerpt {
  font-size: 15px;
  color: #646580;
  line-height: 1.6;
  margin-bottom: 20px;
}
.tp-blog-design-card .tp-blog-readmore {
  font-size: 16px;
  font-weight: 700;
  color: #1a1b4b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.tp-blog-design-card .tp-blog-readmore:hover {
  color: #7d6cf6;
}
.tp-blog-design-card .tp-blog-readmore i {
  font-size: 18px;
}/*# sourceMappingURL=blog-grid.css.map */