:root {
  --phcreativeblog-primary: #FF0F4B;
  --phcreativeblog-primary-text: #f9ffe7;
  --phcreativeblog-background-main: #fff;
  --phcreativeblog-background-vibrant: #49dfd4;
  --phcreativeblog-background-darker: #eeeeee;
  --phcreativeblog-background-light: #fffbd5;
  --phcreativeblog-secondary: #747474;
  --phcreativeblog-secondary-dark: #B6002E;
  --phcreativeblog-secondary-text: #FFF;
  --phcreativeblog-text-dark: #111;
  --phcreativeblog-text: #555;
  --phcreativeblog-text-light: #777;
  --phcreativeblog-header-background: #fff;
  --phcreativeblog-header-global-background: #000000;
  --phcreativeblog-header-lighter: #222;
  --phcreativeblog-header-text: #FFFFFF;
  --phcreativeblog-menu-text: #232323;
  --phcreativeblog-top-bar-text: #fffdec;
  --phcreativeblog-top-bar-background: #3a3a3a;
  --phcreativeblog-mobile-header-background: #FFFFFF;
  --phcreativeblog-mobile-header-text: #222222;
}
.featured-module {
  padding: 60px 0px;
  margin-bottom: 1.5rem;
}
.featured-module .module-title-style1 {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.featured-module .module-title-style1 h2 {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: solid 2px var(--phcreativeblog-background-darker);
  font-size: 24px;
}
.featured-module .module-title-style1 span {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.featured-module .module-title-style1 span::before {
  content: "";
  width: 80%;
  position: absolute;
  height: 2px;
  background: var(--phcreativeblog-primary);
  left: 10%;
  top: 56px;
}
.featured-module .module-title-style2 {
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.featured-module .module-title-style2 h2 {
  margin-bottom: 0;
  position: relative;
  line-height: 16px;
}
.featured-module .module-title-style2 span {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.featured-module .module-title-style2 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--phcreativeblog-text-dark);
}
.featured-module .module-title-style2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: var(--phcreativeblog-text-dark);
}
.featured-module:nth-of-type(n+2) {
  margin-top: 30px;
}
.featured-module:nth-of-type(n+3) {
  margin-top: 0px;
}
.featured-module:first-child {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .featured-module {
    padding: 10px 0px;
  }
}
.feature-area-one-wrapper {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 568px) {
  .feature-area-one-wrapper {
    padding: 10px;
  }
}
.feature-area-one-wrapper .featured-module-style1 a {
  text-decoration: none;
}
.feature-area-one-wrapper .featured-module-style1 a h2 {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.feature-area-one-wrapper .featured-module-style1 img {
  width: 100%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  aspect-ratio: 1.3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.feature-area-one-wrapper .featured-module-style1 .featured-post {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-area-one-wrapper .featured-module-style1 .featured-post {
    margin-bottom: 15px;
  }
}
.feature-area-one-wrapper .featured-module-style1 .featured-post:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.feature-area-one-wrapper .featured-module-style1 .featured-post:hover a h2 {
  color: var(--phcreativeblog-primary);
}
.feature-area-one-wrapper .featured-module-style1 .featured-post .category-ribbon {
  position: absolute;
  top: 12px;
  left: 5px;
  background: var(--phcreativeblog-primary);
  color: var(--phcreativeblog-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 11px;
  left: 36px;
  line-height: 11px;
  z-index: 99;
}
.feature-area-one-wrapper .featured-module-style1 .entry-title {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
  margin-top: 10px;
  color: var(--phcreativeblog-text-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}
.feature-area-one-wrapper .featured-module-style1 .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--phcreativeblog-text-light);
}
.feature-area-two-wrapper {
  margin-bottom: 2.5rem;
  background: var(--phcreativeblog-background-light);
}
@media only screen and (max-width: 568px) {
  .feature-area-two-wrapper {
    padding: 10px;
  }
}
.feature-area-two-wrapper .featured-module-style2 .big {
  margin-bottom: 15px;
  position: relative;
}
.feature-area-two-wrapper .featured-module-style2 .big .category-ribbon {
  position: absolute;
  top: 7px;
  left: 7px;
  background: var(--phcreativeblog-primary);
  color: var(--phcreativeblog-primary-text);
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 11px;
  z-index: 1;
  text-decoration: none;
}
.feature-area-two-wrapper .featured-module-style2 .big a {
  display: block;
  color: #fff;
}
.feature-area-two-wrapper .featured-module-style2 .big .box-shadow {
  background: -webkit-gradient(linear, left top, right top, from(var(--phcreativeblog-primary)), color-stop(transparent), to(transparent));
  background: linear-gradient(90deg, var(--phcreativeblog-primary), transparent, transparent);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.feature-area-two-wrapper .featured-module-style2 .big img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 100%;
}
.feature-area-two-wrapper .featured-module-style2 .big .footer-meta {
  position: absolute;
  bottom: 0;
  z-index: 6;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
}
.feature-area-two-wrapper .featured-module-style2 .big .entry-title {
  position: absolute;
  bottom: 15px;
  z-index: 6;
  padding: 10px 10px;
  font-size: 21px;
  line-height: 27px;
}
.feature-area-two-wrapper .featured-module-style2 .big:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.feature-area-two-wrapper .featured-module-style2 .big .entry-excerpt {
  color: var(--phcreativeblog-text);
}
.feature-area-two-wrapper .featured-module-style2 .small {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-area-two-wrapper .featured-module-style2 .small .featured-image {
  max-width: 220px;
  position: relative;
}
.feature-area-two-wrapper .featured-module-style2 .small a {
  text-decoration: none;
  display: block;
  overflow: auto;
  color: var(--phcreativeblog-text-dark);
}
.feature-area-two-wrapper .featured-module-style2 .small figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 11px;
}
.feature-area-two-wrapper .featured-module-style2 .small figure img {
  max-width: 100%;
  aspect-ratio: 1.33333333;
  height: auto;
  margin-right: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}
.feature-area-two-wrapper .featured-module-style2 .small h2 {
  font-size: 19px;
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: relative;
  padding-bottom: 5px;
  font-weight: 600;
}
.feature-area-two-wrapper .featured-module-style2 .small h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phcreativeblog-secondary-dark)), to(var(--phcreativeblog-secondary-dark)));
  background-image: linear-gradient(var(--phcreativeblog-secondary-dark), var(--phcreativeblog-secondary-dark));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
  /* Change the transition timing above
				   to determine how long the animation takes.
				   Change the the timing function to adjust
				   the style of the animation. */
}
.feature-area-two-wrapper .featured-module-style2 .small h2:hover::before {
  background-size: 100% 2px;
}
.feature-area-two-wrapper .featured-module-style2 .small h2:hover {
  color: var(--phcreativeblog-secondary-dark);
}
.feature-area-two-wrapper .featured-module-style2 .small .footer-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  color: var(--phcreativeblog-text-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-area-two-wrapper .featured-module-style2 .small .footer-meta a {
  display: block;
}
.feature-area-two-wrapper .featured-module-style2 .small .footer-meta .category-text {
  color: var(--phcreativeblog-primary-text);
  font-weight: 700;
  letter-spacing: 0;
  background: var(--phcreativeblog-primary);
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 11px;
}
.feature-area-two-wrapper .featured-module-style2 .small:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.feature-area-two-wrapper .featured-module-style2 .bigger {
  overflow: hidden;
}
.feature-area-two-wrapper .featured-module-style2 .bigger .post-info {
  bottom: 40px;
  left: 40px;
  opacity: 0.9;
  margin: 20px 0px;
}
.feature-area-two-wrapper .featured-module-style2 .bigger .category-ribbon {
  margin-top: 10px;
  position: relative;
  top: 5px;
  padding-bottom: 5px;
  font-weight: bolder;
  color: var(--phcreativeblog-text-dark);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  z-index: 1;
  border-bottom: solid 4px var(--phcreativeblog-primary);
}
.feature-area-two-wrapper .featured-module-style2 .bigger .category-ribbon::after {
  content: "";
  background: var(--phcreativeblog-primary);
}
.feature-area-two-wrapper .featured-module-style2 .bigger a {
  text-decoration: none;
}
.feature-area-two-wrapper .featured-module-style2 .bigger a h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--phcreativeblog-text-dark);
  padding-bottom: 5px;
  margin-top: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.feature-area-two-wrapper .featured-module-style2 .bigger .entry-excerpt p,
.feature-area-two-wrapper .featured-module-style2 .bigger .entry-excerpt a {
  color: var(--phcreativeblog-text);
}
.feature-area-two-wrapper .featured-module-style2 .bigger .entry-excerpt p:hover,
.feature-area-two-wrapper .featured-module-style2 .bigger .entry-excerpt a:hover {
  color: var(--phcreativeblog-text);
}
.feature-area-two-wrapper .featured-module-style2 .bigger figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 11px;
}
.feature-area-two-wrapper .featured-module-style2 .bigger img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 100%;
  aspect-ratio: 1.5;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
  transition: transform 3.5s ease-in-out, -webkit-transform 3.5s ease-in-out;
}
.feature-area-two-wrapper .featured-module-style2 .bigger img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 11px;
}
.feature-area-two-wrapper .featured-module-style2 .bigger h2 {
  margin-top: 10px;
  position: relative;
}
.feature-area-two-wrapper .featured-module-style2 .bigger h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--phcreativeblog-secondary-dark)), to(var(--phcreativeblog-secondary-dark)));
  background-image: linear-gradient(var(--phcreativeblog-secondary-dark), var(--phcreativeblog-secondary-dark));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.3s ease-in;
  transition: background-size 0.3s ease-in;
  /* Change the transition timing above
				   to determine how long the animation takes.
				   Change the the timing function to adjust
				   the style of the animation. */
}
.feature-area-two-wrapper .featured-module-style2 .bigger h2:hover::before {
  background-size: 100% 2px;
}
.feature-area-two-wrapper .featured-module-style2 .bigger h2:hover {
  color: var(--phcreativeblog-secondary-dark);
}
.feature-area-two-wrapper .featured-module-style2 .bigger .read-more {
  display: none;
}
.feature-area-two-wrapper .featured-module-style2 .bigger .footer-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  color: var(--phcreativeblog-text-light);
  margin-bottom: 16px;
}
.feature-area-two-wrapper .featured-module-style2 .bigger:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.feature-area-two-wrapper .featured-module-style2 .bigger:hover a h2 {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .feature-area-two-wrapper .featured-module-style2 .bigger {
    margin-bottom: 10px;
  }
  .feature-area-two-wrapper .featured-module-style2 .bigger a h2 {
    font-size: 26px;
  }
  .feature-area-two-wrapper .featured-module-style2 .big a h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .feature-area-two-wrapper .featured-module-style2 .small img {
    max-width: 110px;
  }
  .feature-area-two-wrapper .featured-module-style2 .small .featured-image {
    max-width: 122px;
  }
  .feature-area-two-wrapper .featured-module-style2 .small h2 {
    font-size: 14px;
  }
  .feature-area-two-wrapper .featured-module-style2 .small .footer-meta {
    font-size: 9px;
  }
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 570px;
  /* Adjust height as per your design */
  margin-top: 1.75rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .swiper-container {
    height: 240px;
  }
}
.swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* Align content to bottom */
  overflow: hidden;
  background-repeat: no-repeat;
}
.swiper-container .swiper-slide .slide-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--phcreativeblog-primary), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  /* Adjust padding as needed */
}
.swiper-container .swiper-slide .slide-overlay a {
  text-decoration: none;
}
.swiper-container .swiper-slide .slide-overlay a .slide-title {
  color: #fff;
  /* Title text color */
  font-size: 2.7rem;
  /* Title font size */
  line-height: 2.8rem;
  margin: 1.2rem auto;
}
.swiper-container .swiper-slide .slide-overlay a .slide-title:hover {
  color: #fff;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media only screen and (max-width: 568px) {
  .swiper-container .swiper-slide .slide-overlay a .slide-title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.swiper-container .swiper-slide .slide-overlay .post-details-wrapper {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  bottom: inherit;
  padding: 30px 0;
  width: 60%;
  background: 0 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 568px) {
  .swiper-container .swiper-slide .slide-overlay .post-details-wrapper {
    width: 70%;
  }
}
.swiper-container .swiper-slide .slide-overlay .post-details-wrapper .post-category {
  background: var(--primary-color);
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: normal;
  margin-right: 5px;
  padding: 3px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.swiper-container .swiper-slide .slide-overlay .post-details-wrapper .post-meta {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.swiper-container .swiper-slide .slide-overlay .post-details-wrapper .post-meta .post-author {
  margin-right: 0.5rem;
}
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next:after {
  display: none;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.content-before-main-area .widgets-wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 968px) {
  .content-before-main-area .widgets-wrapper-top {
    display: block;
  }
}
.content-before-main-area .widgets-wrapper-top .widget-title {
  font-size: 1.2rem;
  margin: 1rem 0rem;
  padding: 25px 0px;
  text-transform: none;
  font-weight: 300;
  position: relative;
}
.content-before-main-area .widgets-wrapper-top .widget-title::after {
  content: '.....';
  color: var(--primary-color);
  font-size: 60px;
  line-height: 3px;
  display: block;
  width: 20%;
}
