.new-module-recent {
  padding-top: 150px;
}

.new-blog-heading p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  margin-top: 6px;
  color: #fff;
  font-family: var(--font-first);
}

.recent-block {
  width: 100%;
  padding: 0 !important;
}

.head-panel {
  padding: 10px;
  color: #ffffff;
  background-color: #e31e26;
}

.panel-title {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  font-family: var(--font-first);
  letter-spacing: 0.4px;
}

.post-grid {
  display: grid;
  grid: auto / repeat(2, 1fr);
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.action-post-img-fixed {
  width: 100%;
  position: relative;
}

.action-post-img-fixed img {
  width: 100%;
}

.action-date-overlay {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.7em 1em;
  font-weight: 400;
  font-family: var(--font-first);
  -webkit-font-smoothing: antialiased;
}

.action-post-wrapp {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.action-title {
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-family: var(--font-first);
  text-align: start;
  opacity: 1;
  letter-spacing: 0.3px;
}

.action-post-head-discription p {
  display: block;
  text-align: start;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  font-style: normal;
  color: #fafafa;
  font-family: var(--font-first);
  letter-spacing: 1.3px;
  line-height: 35px;
}

.action-post-btn a {
  color: var(--advance-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--font-color);
  padding-bottom: 3px;
}

.new-blog-inner-section {
  padding: 80px 0;
}

.blog-inner-wrapper {
  padding: 0.5rem;
}

.blog-post-grid {
  width: 100%;
}

.blog-post-flex {
  display: grid;
  grid: auto / repeat(3, 1fr);
  gap: 30px;
}

.blog-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 0px 40px 0px;
  flex: 1 0 30%;
  position: relative;
}

.block-panel-text {
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #ffffff;
  background-color: #0e5fa7;
  width: 100%;
  font-family: var(--font-first);
  font-size: 15px;
  letter-spacing: 0.3px;
}

.blog-post-image {
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.blog-post-image-fixed {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.blog-post-image-fixed img {
  width: 100%;
  height: 100%;
}

.blog-date-overlay {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 12px;
  font-family: var(--font-first);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.7em 1em;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
}

.blog-post-wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  padding: 20px;
  height: 200px;
  justify-content: space-between;
}

.blog-post-title {
  text-align: start;
  font-size: 26px;
  line-height: 38px;
  font-weight: 100;
  font-style: normal;
  color: rgb(1 2 2 / 65%);
  font-family: var(--font-first);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-title a {
  text-decoration: none;
  color: rgb(1 2 2 / 65%);
}

.blog-post-title a:hover {
  text-decoration: underline;
}

.blog-post-btn a {
  color: var(--advance-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--font-color);
  padding-bottom: 3px;
}

/* --------button------- */

.explore-store-review-intelligence-button {
  display: inline-block;
  padding: 12px 17px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  width: 25%;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease;
  position: relative;
  text-align: center;
}

.explore-store-review-intelligence-button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 5px;
  border: 2px solid #e31e26;
  clip-path: polygon(
    0% 0%, 0% 0%,
    0% 0%, 0% 0%,
    0% 100%, 0% 100%,
    0% 100%, 0% 100%
  );
  transition: clip-path 0.6s ease;
}



.explore-store-review-intelligence-button:hover::before {
  clip-path: polygon(
    0% 0%, 100% 0%,
    100% 0%, 100% 100%,
    100% 100%, 0% 100%,
    0% 100%, 0% 0%
  );
}



/* video section css start */


.video-thumbnail {
        position: relative;
        cursor: pointer;
    }

    .featured-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .play-button-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background-color: #FFFFFF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-button-overlay img {
        width: 24px;
        height: 24px;
    }

    /* Modal Styles */
    .video-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
    }

    .video-modal-content {
        position: relative;
        max-width: 80%;
        margin: auto;
        padding: 0;
        background: #000;
    }

    .video-close {
        position: absolute;
        top: 10px;
        right: 5px;
        color: white;
        font-size: 30px;
        cursor: pointer;
        z-index: 1000;
    }

    .video-box {
        padding: 10px;
        margin-bottom: 50px;
        transform: translateY(-5px);
    }

    .new-videosection {
        -webkit-background-clip: text;
    }

    .gradient-links-bright-video {
        display: table;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }


/* video section css end */

