/*!
Theme Name: United Health Care Pro
Theme URI: http://unitedhealthcarepro.com/
Author: Visionet Systems Inc.
Author URI: https://visionet.com/
Description: Hi. I'm a starter theme called <code>United Health Care Pro</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: United Health Care Pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL..h1-sidebar-menu .sidebar-menu li a:hover, .hpt-footer-social-content ul li a:hover, .hpt-footer-widget .menu-widget li a:hover, .hpt-search-btn-1:hover, .hpt-testimonial-1-slider-1-content .left .parson-wrap .parson-content .name:hover
Use it to make something cool, have fun, and share what you've learned.
United Health Care Pro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Common Section Title Styling */
/* banner */
/* Global */
/* =========================
   HERO BACKGROUND WRAPPER
========================= */

body {
  color: #111827;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family:
    Lexend Deca,
    system-ui,
    -apple-system,
    sans-serif;
}

header {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
}

.blog-hero-wrapper {
  position: relative;
  min-height: 75vh;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(22, 26, 67, 0.52) 0%,
      rgba(28, 37, 108, 0.68) 30%,
      rgba(36, 51, 196, 0.52) 100%
    ),
    url("https://unitedhealthcarepro.com/blog/wp-content/themes/unitedhealthcarepro/assets/images/blog-page-banner.webp")
      no-repeat top center;
  background-size: 102%;
  transition: background-size 0.8s ease;
  background-blend-mode: multiply;
}

.blog-hero-wrapper:hover {
  background-size: 112%;
}

.blog-hero {
  position: relative;
  z-index: 2;
}

.blog-heading h1 {
  font-size: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}

/* ======================================
   WHITE CURTAIN PANELS
====================================== */

/* COMMON CURTAIN STYLE */
.blog-hero-wrapper::before,
.blog-hero-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0; /* 👈 invisible initially */
  transition:
    transform 0.8s ease,
    opacity 0.7s ease;
}

/* TOP CURTAIN */
.blog-hero-wrapper::before {
  top: 0;
  transform: translateY(0);
}

/* BOTTOM CURTAIN */
.blog-hero-wrapper::after {
  bottom: 0;
  transform: translateY(0);
}

/* HOVER EFFECT (curtain opens) */
.blog-hero-wrapper:hover::before {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-100%);
  opacity: 1;
}

.blog-hero-wrapper:hover::after {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(100%);
  opacity: 1;
}

.main-logo {
  max-height: 50px;
  margin-left: 0;
}

/* =========================
   TRANSPARENT NAVBAR
========================= */

.blog-navbar {
  background: transparent !important;
  position: static;
  top: 0;
  z-index: 999;
  width: 100%;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.navbar-brand img {
  height: 55px;
  object-fit: contain;
}

.blog-navbar .container {
  max-width: 1400px !important;
  width: 100%;
  padding-left: 20px;
  padding-right: 0;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar,
.navbar-expand-lg {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border: none !important;
}
.navbar-nav {
  gap: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

/* NAV LINKS */
.blog-nav-link,
.navbar-nav .menu-item a {
  padding: 8px 0px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  transition: 0.2s;
  justify-content: flex;
  flex-direction: row;
  text-transform: uppercase;
}

.navbar-nav > li:last-child > a {
  color: #4d5ce5;
  white-space: nowrap;
  background: #fff;
  border-radius: 25px;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar-nav {
  gap: 68px;
}

/* CONTACT BUTTON */
.blog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #4268d2;
  padding: 8px 24px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

/* =========================
   HERO CONTENT
========================= */

.blog-hero {
  position: relative;
  z-index: 5;
  padding: 100px 0 100px;
  color: white;
}

.hero-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.blog-title {
  font-size: 82px;
  font-weight: 700;
  color: white;
}

.blog-text {
  font-size: 18px;
  margin-top: 20px;
  max-width: 500px;
  opacity: 0.9;
}

/* =========================
    BREADCRUMB WRAPPER
========================= */

.blog-breadcrumb {
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}

/* LINKS */
.blog-breadcrumb a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

/* SEPARATOR */
.blog-breadcrumb span {
  color: rgb(255, 255, 255);
}

/* CURRENT PAGE */
.blog-breadcrumb .current {
  font-weight: 300;
}

/* =========================
    BREADCRUMB WRAPPER
========================= */

.divider-blog {
  width: 125px;
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 96px;
  margin-top: 20px;
  margin-left: 710px;
  height: 1.8px;
  align-items: center;
  justify-content: center;
  background-color: #4268d2;
}

/* ======================================
   BLOG PAGE FIRST SECTION
====================================== */

/* ======================================
   BLOG SECTION
====================================== */

.blog-page-first-section {
  width: 100%;
  padding: 76px 36px;
  background: #ffffff;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* LEFT + CENTER COLUMNS */

.blog-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-column-one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 36px;
}

.blog-column-two {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* LARGE BLOG CARD */

.blog-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  width: 460px;
}

.blog-card-one {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  overflow: hidden;
  margin-left: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
}

.blog-card-two {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  overflow: hidden;
  margin-left: 14px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  margin-top: 40px;
  width: 468px;
  height: 572px;
}

.blog-card-three {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  overflow: hidden;
  margin-left: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  width: 468px;
  height: 572px;
}

.blog-card-four {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 22px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  width: 468px;
  height: 570px;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-image-one {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
}

.blog-image-two {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
}

.blog-image-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  object-position: center 20%;
}

.blog-image-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  object-position: center 20%;
}

.blog-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.6s ease;
}

.blog-content-one {
  flex-direction: column;
  padding: 28px 60px 16px 40px;
  display: flex;
}

.blog-content-one h3 {
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 700;
}

.blog-content-two {
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
}

.blog-content-three {
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
}

.blog-content-four {
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
}

.blog-content {
  padding: 28px;
}

.blog-category-one {
  font-size: 12px;
  color: #7d7d7d;
  font-weight: 600;
  color: #4268d2;
}

.blog-category-two {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 600;
  color: #4268d2;
}

.blog-category-three {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 600;
  color: #4268d2;
}

.blog-date {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
}

.blog-meta {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  align-items: center; /* vertical centering */
  justify-content: flex-start; /* spacing control */
}

.blog-meta .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5px;
  height: 2.5px;
  line-height: 1;
  font-size: 18px;
  margin-left: 0px;
}

.blog-meta-one {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  align-items: center; /* vertical centering */
  justify-content: flex-start; /* spacing control */
}

.blog-meta-one .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5px;
  height: 2.5px;
  line-height: 1;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.blog-meta-two {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center; /* vertical centering */
  justify-content: flex-start; /* spacing control */
}

.blog-meta-two .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5px;
  height: 2.5px;
  line-height: 1;
  font-size: 18px;
  margin-left: 22px;
  margin-top: 10px;
}

.blog-meta-three {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  align-items: center; /* vertical centering */
  justify-content: flex-start; /* spacing control */
}

.blog-meta-three .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5px;
  height: 2.5px;
  line-height: 1;
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.blog-meta-four {
  display: flex;
  flex-direction: row;
  align-items: center; /* vertical centering */
  justify-content: flex-start; /* spacing control */
}

.blog-meta-four .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5px;
  height: 2.5px;
  line-height: 1;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 8px;
}

.blog-date-one {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  margin-left: 24px;
}

.blog-date-two {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 16px;
}

.blog-date-three {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  margin-left: 20px;
}

.blog-date-four {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
  margin-left: 24px;
  margin-top: 14px;
}

.blog-topic-one {
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 700;
  color: #4b4747;
}

.blog-topic-two {
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 700;
  margin-top: 16px;
  color: #4b4747;
}

.blog-topic-three {
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 700;
  color: #4b4747;
}

.blog-topic-four {
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 700;
  color: #4b4747;
  margin-top: 18px;
}

.blog-category-one {
  font-size: 16px;
  font-weight: 500;
}

.blog-category-two {
  font-size: 16px;
  margin-top: 14px;
  font-weight: 500;
}

.read-more-one {
  text-decoration: none;
  color: #4268d2;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.read-more-two {
  text-decoration: none;
  color: #4268d2;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.read-more-three {
  text-decoration: none;
  color: #4268d2;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
}

.read-more-four {
  text-decoration: none;
  color: #4268d2;
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
}

.blog-topic {
  font-size: 22px;
  line-height: 1.4em;
  margin-top: 14px;
  font-weight: 700;
  color: #4b4747;
}

.blog-description {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8em;
  color: #6e6e6e;
}

.blog-description-one {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9em;
  color: #6e6e6e;
  margin-bottom: 6px;
  font-weight: 500;
  text-justify: distribute-all-lines;
}

.blog-description-one p {
  font-size: 16px;
  font-weight: 500;
}

.blog-description-two {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9em;
  color: #6e6e6e;
  margin-bottom: 6px;
  font-weight: 500;
}

.blog-description-three {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9em;
  color: #6e6e6e;
  margin-bottom: 6px;
  font-weight: 500;
}

.blog-description-four {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9em;
  color: #6e6e6e;
  margin-bottom: 6px;
  font-weight: 500;
}

/* BUTTON */

.blog-btn-read {
  margin-top: 24px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #4268d2;
  color: white;

  padding: 12px 24px;
  border-radius: 60px;

  text-decoration: none;
  font-size: 14px;
  font-weight: 600;

  transition: 0.35s ease;
}

.blog-btn-read:hover {
  background: #2f55c9;
  transform: translateY(-3px);
}

.blog-btn-read i {
  font-size: 15px;
}

/* RIGHT COLUMN */

.blog-right-column {
  width: 350px;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* SMALL CARDS */

.blog-small-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  max-width: 330px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-small-image {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.blog-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: 0.6s ease;
}

.blog-small-content {
  padding: 24px;
}

.blog-small-topic {
  font-size: 22px;
  line-height: 1.5em;
  margin-top: 12px;
  font-weight: 700;
  color: #111;
}

.contact-btn {
  background: #4268d2;
  border: none;
  padding: 11px 1px;
  font-weight: 500;
  color: white;
  width: 200px;
  border-radius: 20px;
  box-shadow: 0 12px 25px rgba(43, 192, 205, 0.25);
  transition: all 0.25s ease;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  background-color: #142349;
  box-shadow: 0 18px 40px rgba(43, 192, 205, 0.35);
}

/* Better buttons feel */
.btn-primary-custom {
  letter-spacing: 0.3px;
}

.btn-primary-custom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 60px;
  padding: 2px 1px;
  max-width: 140px;
  font-size: 12px;
  transition: 0.3s ease;
}
/* ======================================
   RESPONSIVE
====================================== */

@media (max-width: 1200px) {
  .blog-page-first-section {
    flex-wrap: wrap;
  }

  .blog-right-column {
    width: 100%;
    flex-direction: row;
  }

  .blog-small-card {
    flex: 1;
  }
}

/* @media(max-width: 991px){

    .blog-page-first-section{
        padding: 70px 30px;
        flex-direction: column;
    }

    .blog-right-column{
        flex-direction: column;
    }
} */

@media (max-width: 576px) {
  .blog-topic {
    font-size: 22px;
  }

  .blog-small-topic {
    font-size: 20px;
  }

  .blog-image {
    height: 220px;
  }
}

/* SEARCH BOX */

.blog-search-box {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 18px 16px;
  background: #fff;
  border-radius: 16px;
  min-height: 130px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  align-items: center;
}

.blog-search-box input {
  background: transparent;
  margin-top: 20px;
  display: flex;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding: 0px 20px;
  background: transparent;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgb(168, 168, 168);
}

.blog-search-box input::placeholder {
  color: #9a9a9a;
  font-weight: 500;
  margin-bottom: none !important;
}

.blog-search-box input:focus {
  border-bottom: 2px solid #4268d2;
}

.blog-search-btn {
  position: absolute;
  top: 60px;
  right: 22px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #4268d2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

/* .blog-search-btn:hover{
    background: #2f55c9;
    transform: scale(1.001);
} */

.blog-search-btn i {
  font-size: 15px;
}

.blogs-divider {
  background-color: rgb(160, 159, 159);
  display: block;
  width: 40px;
  min-height: 2px;
  margin-top: 14px;
}

.categories-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 320px;
  height: 360px;
}

.categories-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.category-content {
  align-items: center;
  padding-left: 10px;
}
.category-subtitle {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 400;
  color: rgb(65, 65, 65);
}

/* BOX */
.recent-posts-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 330px;
  height: 400px;
}

/* TITLE */
.recent-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
}

.blog-sidebar .widget_block {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  margin-bottom: 40px;
  padding: 24px;
}

.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
}

.wp-block-categories li {
  list-style-type: none;
}

/* =========================
   BLOG SEARCH WIDGET
   ========================= */

.blog-sidebar .widget_block {
  position: relative;
  width: 100%;
  max-width: 330px;
  min-height: 130px;

  padding: 18px 16px;

  background: #ffffff;
  border-radius: 16px;

  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);

  box-sizing: border-box;
}

/* SEARCH INPUT */

.blog-sidebar .widget_block input {
  background: transparent;
  display: block;

  width: 100%;
  height: 40px;

  border: none;
  border-bottom: 2px solid rgb(168, 168, 168);

  outline: none;

  padding: 0 50px 0 20px;

  font-size: 15px;

  color: rgba(0, 0, 0, 0.4);

  box-sizing: border-box;
}

/* PLACEHOLDER */

.blog-sidebar .widget_block input::placeholder {
  color: #9a9a9a;
  font-weight: 500;
}

/* INPUT FOCUS */

/* .widget_block input:focus {
  border-bottom: 2px solid #4268d2;
} */

/* SEARCH BUTTON */

.blog-sidebar .widget_block button,
.blog-sidebar .widget_block .blog-search-btn {
  position: absolute;

  top: 50px;
  right: 22px;

  width: 38px;
  height: 38px;

  border: none;
  border-radius: 10px;

  color: #4268d2;
  background: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  transition:
    background 0.25s ease,
    transform 0.25s ease,
    color 0.25s ease;
}

/* SEARCH BUTTON HOVER */

.widget_block button:hover,
.widget_block .blog-search-btn:hover {
  background: #4268d2;
  color: #ffffff;
  transform: scale(1.05);
}

/* SEARCH ICON */

.blog-sidebar .widget_block button i,
.blog-sidebar .widget_block .blog-search-btn i {
  font-size: 15px;
}

.wp-block-latest-posts a,
.wp-block-categories a {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 1.6em;
  text-decoration: none;
}

/* ITEM */
.recent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

/* IMAGE LEFT */
.recent-left-img img {
  width: 105px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

/* CONTENT */
.recent-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

/* TITLE */
.recent-post-title {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 1.6em;
}

/* DATE (right aligned inside content area) */
.recent-date {
  font-size: 12px;
  color: #777;
}

/* LAST BORDER REMOVE */
.recent-item:last-child {
  border-bottom: none;
}

.img-curtain {
  position: relative;
  overflow: hidden;
  display: block;
}

/* CURTAIN LAYERS */
.img-curtain::before,
.img-curtain::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.35);
  z-index: 2;

  transform: translateY(0);
  opacity: 0;

  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

/* TOP */
.img-curtain::before {
  top: 0;
}

/* BOTTOM */
.img-curtain::after {
  bottom: 0;
}

/* HOVER ANIMATION */
.img-curtain:hover::before {
  transform: translateY(-100%);
  opacity: 1;
}

.img-curtain:hover::after {
  transform: translateY(100%);
  opacity: 1;
}

/* =========================
   IMAGE WRAPPER
========================= */

.blog-image-one,
.blog-image-two,
.blog-small-image,
.recent-left-img {
  position: relative;
  overflow: hidden;
}

/* IMAGE ZOOM EFFECT */
.blog-image-one img,
.blog-image-two img,
.blog-small-image img,
.recent-left-img img {
  transition: transform 0.8s ease;
  will-change: transform;
}

/* ======================================
   IMAGE ZOOM ONLY ON IMAGE HOVER
====================================== */

/* MAIN BLOG IMAGES */
.blog-image-one:hover img,
.blog-image-two:hover img {
  transform: scale(1.12);
}

/* SMALL SIDEBAR IMAGE */
.blog-small-image:hover img {
  transform: scale(1.12);
}

/* RECENT POSTS IMAGE */
.recent-left-img:hover img {
  transform: scale(1.12);
}
/* For Arrows */
/* READ MORE BUTTON */

.read-more-one,
.read-more-two,
.blog-btn-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ARROW */

.arrow {
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  margin-top: 2px;
}

/* ======================================
   BLOG PAGINATION
====================================== */

.blog-pagination-section {
  width: 100%;
  padding: 30px 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

/* WRAPPER */
.blog-pagination {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* BUTTONS */
.page-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d7e1f2;
  border-radius: 4px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;

  color: #2e3192;
  background: #fff;

  transition: all 0.35s ease;
}

/* ACTIVE PAGE */
.page-btn.active {
  background: #2e3192;
  color: #fff;
  border-color: #2e3192;
}

/* HOVER */
.page-btn:hover {
  background: #2e3192;
  color: #fff;
  border-color: #2e3192;

  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(47, 47, 174, 0.18);
}

/* DOTS */
.pagination-dots {
  color: #2e3192;
  font-size: 24px;
  font-weight: 300;
  margin: 0 6px;
  letter-spacing: 3px;
}

/* NEXT BUTTON ICON */
.next-btn i {
  font-size: 16px;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .blog-pagination {
    gap: 12px;
  }

  .page-btn {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .pagination-dots {
    font-size: 18px;
  }
}

/* REMOVE UNDERLINE FROM COMPLETE BLOG CARD LINKS */

.blog-card-link,
.blog-card-link:hover,
.blog-card-link:focus,
.blog-card-link:active,
.blog-card-link:visited {
  text-decoration: none !important;
  color: inherit;
  display: block;
	margin-bottom: 30px;
}

.blog-detail-hero-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  background:
    linear-gradient(90deg, #161a43eb 0%, #1c256cfa 30%, #2433c4eb 100%),
    url(../media/blog-details.0025u.9b5neb-.webp);
  background-size: 102%;
  background-blend-mode: multiply;
  transition: background-size 0.8s ease;
}

.blog-detail-hero {
  position: relative;
  z-index: 2;
}

.blog-detail-hero .row {
  align-items: center;
}

/* ======================================
   HERO TITLE WRAPPER
   ====================================== */

.blog-detail-hero .hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;

  /* Remove old spacing */
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-detail-hero-wrapper::before,
.blog-detail-hero-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0; /* 👈 invisible initially */
  transition:
    transform 0.8s ease,
    opacity 0.7s ease;
}

.blog-hero {
  position: relative;
  z-index: 3;
  padding: 140px 0 100px;
  color: white;
}

.hero-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-detail-hero-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15em;
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: white;
  text-align: center;
}

.blog-text {
  font-size: 18px;
  margin-top: 20px;
  max-width: 500px;
  opacity: 0.9;
}

.blog-detail-breadcrumb {
  color: #fffc;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  text-align: center;
}

/* LINKS */
.blog-detail-breadcrumb a {
  color: white !important;
  text-decoration: none !important;
  transition: 0.3s;
}

/* SEPARATOR */
.blog-breadcrumb span {
  color: rgb(255, 255, 255);
}

/* CURRENT PAGE */
.blog-breadcrumb .current {
  font-weight: 500;
}

.blog-page-first-section {
  padding: 75px 50px;
  padding-bottom: 4px !important;
  background: #fff;
}

.quote-box {
  display: flex;
  flex-direction: row;
}
.quote-line {
  display: flex;
  height: 110px;
  width: 3px;
}
.quote-commas {
  display: flex;
  height: 46px;
  width: 58px;
  margin-left: 40px;
  margin-top: 10px;
}

.quote-author {
  color: #4268d2;
  margin-left: 140px;
  font-size: 13px;
  font-weight: 400;
  margin-top: -20px;
  margin-bottom: 40px;
}

/*
**** Footer Section
*/
.footer-section {
  color: #fff;
  z-index: 1;
  background: #4268d2;
  width: 100%;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  flex-direction: row;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo img {
  max-width: 260px;
}

.footer-section p,
.footer-section li,
.footer-section span,
.footer-section h5,
.footer-section h4,
.footer-section h3 {
  color: #fff !important;
}

/* =========================================
   FOOTER DIVIDERS
========================================= */

.footer-section .divider-horizontal {
  display: block !important;
  width: 90px !important;
  height: 2px !important;
  background-color: #ffffff !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}



.footer-text {
  max-width: 300px;
  
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-section p {
  color: #ffffff;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1em;
}

.footer-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}

.footer-links {
  padding: 10px;
  list-style: none;
}

.footer-links li {
  opacity: 0.85;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 18px;
  transition: all 0.3s;
  position: relative;
}

.footer-links li:before {
  content: "";
  opacity: 0.8;
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
}

.footer-links a,
.footer-links a:hover,
.footer-links a:visited,
.footer-links a:active,
.footer-links a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  bottom: 0;
  text-align: center !important;
  z-index: 999 !important;
  color: #fff !important;
  background: #2d50b1 !important;
  width: 100% !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: block !important;
  position: relative !important;
}
.footer-bottom p {
  text-align: center;
  margin-bottom: 0px;
}

.column-two {
  margin-left: 10px;
  padding-left: 100px;
  max-width: 300px;
}

.scroll-top-btn {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background: #000;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all 0.3s;
  display: flex;
  position: fixed;
  bottom: 94px;
  right: 30px;
  transform: translateY(20px);
  box-shadow: 0 8px 20px #0003;
}

/* =========================================================
   CONTACT INFO / NEWSLETTER COLUMN
   ========================================================= */

.footer-section .contact-info {
  margin-left: 70px;
  padding-left: 128px;
  min-width: 500px;
  position: relative;
}

/* Newsletter title */
.footer-section .contact-info .footer-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}

/* Title divider */
.footer-section .contact-info .divider-horizontal {
  width: 90px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  background: #fff;
}

.footer-section .column-two.links > .divider-horizontal {
  display: block !important;
  width: 90px !important;
  height: 2px !important;
  background-color: #ffffff !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Newsletter wrapper */
.footer-section .contact-info .newsletter-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin: 30px 0;
  gap: 0;
}

/* Email input */
.footer-section .contact-info .newsletter-input {
  flex: 1;
  max-width: 220px;
  width: 220px;
  height: 42px;

  padding: 0 12px;

  border: 1px solid #d8d8d8;
  border-radius: 4px;

  background: #fff;
  color: #122148;
  font-size: 15px;
  font-weight: 500;

  outline: none;
  transition: all 0.3s ease;
}

.footer-section .contact-info .newsletter-input::placeholder {
  color: #9a9a9a;
  font-weight: 400;
}

.footer-section .contact-info .newsletter-input:focus {
  border-color: #4268d2;
  box-shadow: 0 0 0 4px rgba(66, 104, 210, 0.08);
}

/* Subscribe button */
.footer-section .contact-info .newsletter-btn {
  width: 100px;
  height: 42px;

  margin-left: 8px;
  padding: 0;

  border: none;
  border-radius: 6px;

  background: #122148;
  color: #fff;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-section .contact-info .newsletter-btn:hover {
  background: #1b2f63;
}

/* Social icons */
.footer-section .contact-info .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  margin-top: 18px;
  padding: 0;

  gap: 12px;
}

.footer-section .contact-info .social-icons img {
  width: 28px;
  height: auto;
  margin: 0;

  cursor: pointer;
  opacity: 0.85;

  transition: 0.3s ease;
}

.footer-section .contact-info .social-icons img:hover {
  opacity: 1;
  transform: scale(1.2);
}
/* ================= CTA BAR ================= */

.cta-bar {
  position: relative;
  z-index: 10;
  background: #0f1f44;
  padding: 20px 80px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  transform: translateY(50%);
  width: calc(100% - 10px);
  height: 150px;
  max-width: 1350px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.cta-bar .container {
  height: 100%;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.cta-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.small-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.sub-texts {
  color: #ffffff9a;
  font-weight: 300;
  font-size: 14px;
}

.clock,
.phone {
  width: 40px;
}

.divider-cta {
  width: 2px;
  height: 62px;
  background: white;
  align-self: center;
}

.btn-appointment {
  position: relative;
  display: inline-block;
  background: #4a6cf7;
  overflow: hidden;
  color: #fff;
  padding: 12px 26px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  z-index: 1;
  transition: color 0.4s ease;
}

.btn-appointment:hover {
  background: #2f54eb;
  color: #4a6cf7;
}

.btn-appointment::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: #ffffff;
  z-index: -2;
  transition: width 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-appointment::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.btn-appointment:hover::before {
  width: 100%;
}

.btn-appointment:hover::after {
  transform: translateX(100%);
}

.btn-appointment:active {
  transform: scale(0.97);
}

/* ======================================
   BLOG SIDEBAR
====================================== */

.blog-sidebar {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}

/* ======================================
   SMALL SIDEBAR CARDS
====================================== */

.blog-small-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  max-width: 330px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-small-image {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.blog-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.blog-small-content {
  padding: 24px;
}

.blog-small-topic {
  font-size: 22px;
  line-height: 1.5em;
  margin-top: 12px;
  font-weight: 700;
  color: #111;
}

/* ======================================
   SIDEBAR SEARCH BOX
====================================== */

/* ======================================
   BLOG SIDEBAR SEARCH BOX
====================================== */

.blog-sidebar .blog-search-box {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 18px 16px;
  background: #fff;
  border-radius: 16px;
  min-height: 130px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  align-items: center;
  box-sizing: border-box;
}

/* SEARCH INPUT */

.blog-sidebar .blog-search-box input {
  background: transparent;
  margin-top: 20px;
  display: flex;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgb(168, 168, 168);
  box-sizing: border-box;
}

/* PLACEHOLDER */

.blog-sidebar .blog-search-box input::placeholder {
  color: #9a9a9a;
  font-weight: 500;
}

/* INPUT FOCUS */

.blog-sidebar .blog-search-box input:focus {
  border-bottom: 2px solid #4268d2;
}

/* SEARCH BUTTON */

.blog-sidebar .blog-search-btn {
  position: absolute;
  top: 60px;
  right: 22px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #4268d2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

/* SEARCH ICON */

.blog-sidebar .blog-search-btn i {
  font-size: 15px;
}

.blog-search-box {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 18px 16px;
  background: #fff;
  border-radius: 16px;
  min-height: 130px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  align-items: center;
}

.blog-search-box input {
  background: transparent;
  margin-top: 20px;
  display: flex;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgb(168, 168, 168);
}

.blog-search-box input::placeholder {
  color: #9a9a9a;
  font-weight: 500;
}

.blog-search-box input:focus {
  border-bottom: 2px solid #4268d2;
}

.blog-search-btn {
  position: absolute;
  top: 60px;
  right: 22px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #4268d2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

.blog-search-btn i {
  font-size: 15px;
}

/* ======================================
   SIDEBAR DIVIDER
====================================== */

.blogs-divider {
  background-color: rgb(160, 159, 159);
  display: block;
  width: 40px;
  min-height: 2px;
  margin-top: 14px;
}

/* ======================================
   CATEGORIES BOX
====================================== */

.categories-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 320px;
  height: 360px;
}

.categories-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.category-content {
  align-items: center;
  padding-left: 10px;
}

.category-subtitle {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 400;
  color: rgb(65, 65, 65);
}

/* ======================================
   RECENT POSTS BOX
====================================== */

.recent-posts-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 330px;
  height: 400px;
}

.recent-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
}

/* ======================================
   WORDPRESS SIDEBAR WIDGETS
====================================== */

.blog-sidebar .widget_block {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  margin-bottom: 40px;
  padding: 24px;
}

.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
}

.wp-block-categories li {
  list-style-type: none;
}

.wp-block-latest-posts a,
.wp-block-categories a {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 1.6em;
  text-decoration: none;
}

/* ======================================
   RECENT POST ITEM
====================================== */

.recent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

.recent-left-img {
  position: relative;
  overflow: hidden;
}

.recent-left-img img {
  width: 105px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.8s ease;
  will-change: transform;
}

.recent-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.recent-post-title {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 1.6em;
}

.recent-date {
  font-size: 12px;
  color: #777;
}

.recent-item:last-child {
  border-bottom: none;
}

/* ======================================
   SIDEBAR IMAGE HOVER
====================================== */

.blog-small-image img,
.recent-left-img img {
  transition: transform 0.8s ease;
  will-change: transform;
}

.blog-small-image:hover img {
  transform: scale(1.12);
}

.recent-left-img:hover img {
  transform: scale(1.12);
}

/* ======================================
   SIDEBAR RESPONSIVE OVERRIDE
   Desktop/laptop is the priority
====================================== */

@media (max-width: 1200px) {
  .blog-page-first-section {
    flex-wrap: wrap;
  }

  .blog-sidebar {
    width: 100%;
    flex-direction: row;
  }

  .blog-small-card {
    flex: 1;
  }
}

@media (max-width: 576px) {
  .blog-small-topic {
    font-size: 20px;
  }
}

/* =========================================================
   BLOG PAGINATION SECTION
   ========================================================= */

.blog-pagination-section {
  width: 100%;
  padding: 30px 0 90px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgb(255, 255, 255);
}

/* =========================================================
   PAGINATION WRAPPER
   ========================================================= */

.blog-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  width: auto;

  flex-wrap: nowrap;
}

/* =========================================================
   PAGINATION DOTS
   ========================================================= */

.pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  height: auto;

  padding: 0 6px;

  font-size: 18px;
  font-weight: 600;

  color: #2e3192;

  border: none;
  background: transparent;

  pointer-events: none;
  user-select: none;
}

/* =========================================================
   PAGINATION BUTTONS
   ========================================================= */

.page-btn {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1.5px solid #d7e1f2;
  border-radius: 4px;

  text-decoration: none;

  font-size: 24px;
  font-weight: 300;

  color: #2e3192;
  background: #fff;

  transition: all 0.35s ease;
}

/* Prevent pagination items from shrinking */

.blog-pagination span,
.blog-pagination button {
  flex-shrink: 0;
}

/* =========================================================
   ACTIVE PAGE
   ========================================================= */

.page-btn.active {
  background: #2e3192;
  color: #fff;
  border-color: #2e3192;
}

/* =========================================================
   HOVER
   ========================================================= */

.page-btn:hover {
  background: #2e3192;
  color: #fff;
  border-color: #2e3192;

  transform: translateY(-3px);

  box-shadow: 0 12px 30px rgba(47, 47, 174, 0.18);
}

/* =========================================================
   NEXT / PREVIOUS BUTTON ICONS
   ========================================================= */

.next-btn i {
  font-size: 16px;
  font-weight: bold;
}

.prev-btn i {
  font-size: 16px;
  font-weight: bold;
}

/* =========================================================
   DISABLED PAGINATION BUTTON
   ========================================================= */

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* ======================================
BLOG DETAILS LAYOUT
====================================== */

.blog-page-first-section {
  width: 100%;
  padding: 75px 70px;
  padding-bottom: 4px !important;
}

/* MAIN WRAPPER */
.blog-details-layout {
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

/* FORCE LEFT SIDE FLOW */
.blog-details-image,
.blog-description-box {
  flex: 1 1 auto;
  max-width: 980px;
}

.first-description {
  margin-left: 1px;
}

.second-description {
  margin-top: 26px;
  margin-left: 1px;
}

.third-description {
  margin-top: 32px;
  margin-left: 1px;
}

.second-last-description {
  font-size: 15px;
  margin-left: 36px;
  margin-top: 10px;
  line-height: 2.4em !important;
}

.last-description {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 2em !important;
}

.quote-box {
  display: flex;
  flex-direction: row;
}

.quote-line {
  display: flex;
  height: 110px;
  width: 3px;
}

.quote-commas {
  display: flex;
  height: 46px;
  width: 58px;
  margin-left: 40px;
  margin-top: 10px;
}

.quote-author {
  color: #4268d2;
  margin-left: 140px;
  font-size: 13px;
  font-weight: 400;
  margin-top: -20px;
  margin-bottom: 40px;
}

.blog-description-box {
  margin-left: 16px;
}

.caption {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.author-name {
  width: 40%;
  color: #414141;
  font-weight: 600;
}

.caption .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
  width: 100%;
  color: #414141;
  font-weight: 400;
  padding-bottom: 10px;
}

.blog-description-box p {
  line-height: 1.8em;
  text-justify: distribute;
}

.blog-description-box h2 {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: rgb(65, 65, 65);
}

.blog-detail-image-one,
.blog-detail-image-two {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
}

.below-image-heading {
  margin-top: 40px !important;
}

blockquote {
  position: relative;
  margin: 30px 0;
  padding: 15px 0px 15px 120px;
  border-left: 2px solid #4169e1;
  background: #fff;
}

blockquote::before {
  content: "";
  position: absolute;

  left: 28px;
  top: 0px;

  width: 66px;
  height: 60px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 60'%3E%3Cpath d='M31.5 1.5C21.2 5.2 13.6 10.9 8.8 18.4C4.7 24.8 3.3 31.1 4.5 37.3C5.8 44.5 10.5 49.5 17.3 50.6C24.4 51.8 30.9 48.1 33.1 41.7C35.5 34.7 32.2 27.8 25.5 25.2C22.6 24.1 19.7 24.1 17.1 25.1C18.2 19.4 23.7 13.7 32.9 9.5L31.5 1.5Z' fill='none' stroke='%234169E1' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M70.5 1.5C60.2 5.2 52.6 10.9 47.8 18.4C43.7 24.8 42.3 31.1 43.5 37.3C44.8 44.5 49.5 49.5 56.3 50.6C63.4 51.8 69.9 48.1 72.1 41.7C74.5 34.7 71.2 27.8 64.5 25.2C61.6 24.1 58.7 24.1 56.1 25.1C57.2 19.4 62.7 13.7 71.9 9.5L70.5 1.5Z' fill='none' stroke='%234169E1' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}

blockquote p {
  margin: 0;
}

blockquote strong {
  font-weight: 600;
}

/* ======================================
RIGHT SIDEBAR
====================================== */

.blog-right-column {
  width: 340px;
  flex-shrink: 0;
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.blog-details-image {
  width: 100%;
/*   height: 568px; */
  min-height: 300px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-bottom: 44px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.blog-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
}

.blog-details-image:hover img {
  transform: scale(1.08);
}

.blog-category-one {
  font-size: 16px;
  font-weight: 500;
}

.blog-category-two {
  font-size: 16px;
  margin-top: 14px;
  font-weight: 500;
}

/* RIGHT COLUMN */

.blog-right-column {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* SMALL CARDS */

.blog-small-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  max-width: 330px;
  margin-left: 20px;
}

/* ======================================
RESPONSIVE
====================================== */

@media (max-width: 1200px) {
  .blog-page-first-section {
    flex-wrap: wrap;
  }

  .blog-right-column {
    width: 100%;
    flex-direction: row;
  }

  .blog-small-card {
    flex: 1;
  }
}

@media (max-width: 576px) {
  .blog-image {
    height: 220px;
  }
}

/* ======================================
SEARCH BOX
====================================== */

.blog-search-box {
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 18px 16px;
  background: #fff;
  border-radius: 16px;
  min-height: 130px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  align-items: center;
}

.blog-search-box input {
  background: transparent;
  margin-top: 20px;
  display: flex;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgb(168, 168, 168);
}

.blog-search-box input::placeholder {
  color: #9a9a9a;
  font-weight: 500;
}

.blog-search-box input:focus {
  border-bottom: 2px solid #4268d2;
}

.blog-search-btn {
  position: absolute;
  top: 60px;
  right: 22px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  color: #4268d2;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

.blog-search-btn:hover {
  background: #2f55c9;
  transform: scale(1.05);
}

.blog-search-btn i {
  font-size: 15px;
}

.blogs-divider {
  background-color: rgb(160, 159, 159);
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 14px;
  opacity: 0.6;
}

.categories-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 320px;
  height: 360px;
}

.categories-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.category-content {
  align-items: center;
  padding-left: 10px;
}

.category-subtitle {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 400;
  color: rgb(65, 65, 65);
}

/* ======================================
RECENT POSTS
====================================== */

.recent-posts-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 330px;
  height: 400px;
}

/* TITLE */

.recent-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
}

/* ITEM */

.recent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

/* IMAGE LEFT */

.recent-left-img img {
  width: 105px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

/* CONTENT */

.recent-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

/* TITLE */

.recent-post-title {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin: 0;
  line-height: 1.6em;
}

/* DATE */

.recent-date {
  font-size: 12px;
  color: #777;
}

/* LAST BORDER REMOVE */

.recent-item:last-child {
  border-bottom: none;
}

/* ======================================
IMAGE CURTAIN
====================================== */

.img-curtain {
  position: relative;
  overflow: hidden;
  display: block;
}

/* CURTAIN LAYERS */

.img-curtain::before,
.img-curtain::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.35);
  z-index: 2;
  transform: translateY(0);
  opacity: 0;
  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

/* TOP */

.img-curtain::before {
  top: 0;
}

/* BOTTOM */

.img-curtain::after {
  bottom: 0;
}

/* HOVER ANIMATION */

.img-curtain:hover::before {
  transform: translateY(-100%);
  opacity: 1;
}

.img-curtain:hover::after {
  transform: translateY(100%);
  opacity: 1;
}

/* ======================================
IMAGE WRAPPER
====================================== */

.recent-left-img {
  position: relative;
  overflow: hidden;
}

/* IMAGE ZOOM EFFECT */

.recent-left-img img {
  transition: transform 0.8s ease;
  will-change: transform;
}

/* ======================================
IMAGE ZOOM ONLY ON IMAGE HOVER
====================================== */

/* MAIN BLOG IMAGES */

.blog-image-one:hover img,
.blog-image-two:hover img {
  transform: scale(1.12);
}

/* SMALL SIDEBAR IMAGE */

.blog-small-image:hover img {
  transform: scale(1.12);
}

/* RECENT POSTS IMAGE */

.recent-left-img:hover img {
  transform: scale(1.12);
}

/* READ MORE BUTTON */

.blog-btn-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ======================================
FINAL IMAGE ANIMATION FIX
====================================== */

/* FORCE ALL WRAPPERS */

.blog-details-image,
.recent-left-img,
.img-curtain {
  position: relative;
  overflow: hidden;
}

/* FORCE ALL IMAGES */

.blog-details-image img,
.recent-left-img img,
.img-curtain img {
  transition: transform 0.8s ease !important;
  will-change: transform;
  display: block;
}

/* SMOOTH ZOOM */

.blog-details-image:hover img,
.blog-image-one:hover img,
.blog-image-two:hover img,
.blog-small-image:hover img,
.recent-left-img:hover img,
.img-curtain:hover img {
  transform: scale(1.1);
}

/* CURTAIN PANELS */

.blog-details-image::before,
.blog-details-image::after,
.blog-image-one::before,
.blog-image-one::after,
.blog-image-two::before,
.blog-image-two::after,
.blog-small-image::before,
.blog-small-image::after,
.recent-left-img::before,
.recent-left-img::after,
.img-curtain::before,
.img-curtain::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.28);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition:
    transform 0.75s ease,
    opacity 0.45s ease;
}

/* TOP */

.blog-details-image::before,
.blog-image-one::before,
.blog-image-two::before,
.blog-small-image::before,
.recent-left-img::before,
.img-curtain::before {
  top: 0;
  transform: translateY(0);
}

/* BOTTOM */

.blog-details-image::after,
.blog-image-one::after,
.blog-image-two::after,
.blog-small-image::after,
.recent-left-img::after,
.img-curtain::after {
  bottom: 0;
  transform: translateY(0);
}

/* OPEN EFFECT */

.blog-details-image:hover::before,
.blog-image-one:hover::before,
.blog-image-two:hover::before,
.blog-small-image:hover::before,
.recent-left-img:hover::before,
.img-curtain:hover::before {
  transform: translateY(-100%);
  opacity: 1;
}

.blog-details-image:hover::after,
.blog-image-one:hover::after,
.blog-image-two:hover::after,
.blog-small-image:hover::after,
.recent-left-img:hover::after,
.img-curtain:hover::after {
  transform: translateY(100%);
  opacity: 1;
}

/* ======================================
TWO BOTTOM IMAGES ONLY
====================================== */

/* WRAPPER */

.image-container {
  display: flex;
  align-items: center;
}

/* INDIVIDUAL IMAGE BOX */

.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* IMAGES */

.image-box img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
  will-change: transform;
  transform: scale(1) translateZ(0);
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* IMAGE ONLY */

.image-box img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transform-origin: center center;
}

/* SCALE IMAGE ONLY */

.image-box:hover img {
  transform: scale(1.06);
}

/* CURTAIN PANELS */

.image-box::before,
.image-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.28);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition:
    transform 0.75s ease,
    opacity 0.45s ease;
}

/* TOP */

.image-box::before {
  top: 0;
  transform: translateY(0);
}

/* BOTTOM */

.image-box::after {
  bottom: 0;
  transform: translateY(0);
}

/* OPEN EFFECT */

.image-box:hover::before {
  transform: translateY(-100%);
  opacity: 1;
}

.image-box:hover::after {
  transform: translateY(100%);
  opacity: 1;
}

/* KEEP ORIGINAL SPACING */

.image-box:first-child {
  margin-right: 34px;
}

/* PREVENT RIGHT IMAGE FROM CROSSING LEFT */

.image-box {
  transform: translateZ(0);
}

/* SCALE FROM CENTER CLEANLY */

.image-container {
  display: flex;
  gap: 34px;
  width: 100%;
}

.image-box {
  position: relative;
  flex: 1 1 0;
  max-width: calc(50% - 17px);
  height: 440px;
  overflow: hidden;
  border-radius: 16px;
}

/* IMPORTANT: IMAGE HAS NO MARGIN AND NO BORDER-RADIUS */

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: transform 0.8s ease;
  transform-origin: center center;
}

.wp-block-search__inside-wrapper {
  border: none;
}

.wp-block-search__label {
  font-size: 18px;
  font-weight: 500;
}

/* =========================
   QUOTE STYLING
========================= */

.second-last-description {
  position: relative;
  margin: 30px 0 40px 0;
  padding: 5px 0 5px 70px;

  font-size: 16px;
  line-height: 2em !important;
  font-weight: 400;
  color: #414141;
}

/* Small vertical line */
.second-last-description::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #4268d2;
  border-radius: 3px;
}

/* Two inverted commas */
.second-last-description::after {
  content: "“";
  position: absolute;
  left: 38px;
  top: -5px;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  color: #4268d2;
}

.blog-description-box h2,
h4,h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #414141;
}

.blog-description-box p {
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
}

.blog-description-box h3 strong{
  font-weight: 500;
}

.wp-block-categories-list {
  padding-left: 0px;
}

.cat-item a {
  font-size: 14px;
  font-weight: 450;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.cat-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #a09f9f;
  margin-top: 10px;
  margin-bottom: 6px;
  opacity: 0.6;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-top: 18px;
}

/* =========================================================
   TABLE STYLING — ONLY INSIDE BLOG DESCRIPTION BOX
   ========================================================= */

/* TABLE */
.blog-description-box table {
  width: 100%;
  max-width: 840px;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
  border: 3px solid #7070709a;
}

/* =========================================================
   TABLE BODY
   ========================================================= */

.blog-description-box table tbody {
  width: 100%;
}

/* =========================================================
   TABLE ROW
   ========================================================= */

.blog-description-box table tbody tr {
  background: transparent;
}

/* Keep hover behavior same as previous table */
.blog-description-box table tbody tr:hover {
  background: transparent;
}

/* =========================================================
   TABLE CELLS
   ========================================================= */

/* All normal cells */
.blog-description-box table tbody tr td {
  background: transparent;
  border: 2px solid #7070708a;
  color: #122148;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 8px 10px;
  height: 62px;
  vertical-align: middle;
}

/* =========================================================
   STRONG TEXT INSIDE CELLS
   ========================================================= */

.blog-description-box table tbody tr td strong {
  font-weight: 700;
}

/* =========================================================
   PARAGRAPHS INSIDE TABLE CELLS
   Prevent the existing .blog-description-box p styling
   from changing the table appearance.
   ========================================================= */

.blog-description-box table tbody tr td p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* =========================================================
   IF THE TABLE CONTAINS TH IN THE FUTURE
   ========================================================= */

.blog-description-box table thead {
  width: 100%;
}

.blog-description-box table thead tr {
  background: transparent;
}

.blog-description-box table thead tr th {
  background: transparent;
  border: 2px solid #7070706a;
  color: #122148;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  height: 42px;
  padding: 10px 20px;
  vertical-align: middle;
}

/* Also support tables that use TH directly inside TR */
.blog-description-box table tr th {
  background: transparent;
  border: 2px solid #7070706a;
  color: #122148;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  height: 42px;
  padding: 10px 20px;
  vertical-align: middle;
}

/* =========================================================
   TABLE LINKS
   ========================================================= */

.blog-description-box table td a,
.blog-description-box table th a {
  color: inherit;
  text-decoration: none;
}

.menu-item a{
  text-decoration: none;
  color: white;
  column-gap: 10px;
}

#nav_menu-2{
  margin-top: 36px;
}

.menu{
  display: flex;
  flex-direction: column; /* Use 'row' for horizontal lists */
  gap: 10px;             /* Controls the space between the items */

}

/* =========================================
   BLOG NAVBAR - SPECIALITY DROPDOWN
   Matches the existing UHC Pro dropdown
========================================= */

/* Parent menu item */
.menu-item-has-children {
  position: relative;
  z-index: 100000;
}

/*
 * Invisible hover bridge.
 * Prevents the dropdown from disappearing while
 * moving the mouse from "Speciality" to "Dentists".
 */
.menu-item-has-children::after {
  content: "";

  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;

  height: 20px;

  background: transparent;

  z-index: 99999;
}

/* =========================================
   DROPDOWN PANEL
========================================= */

.menu-item-has-children > .sub-menu {
  position: absolute;

  top: calc(100% + 12px);
  left: 50%;

  width: 190px;

  margin: 0;
  padding: 7px;

  list-style: none;

  background: #ffffff;

  border: 1px solid rgba(66, 104, 210, 0.12);
  border-radius: 10px;

  box-shadow:
    0 18px 45px rgba(20, 35, 73, 0.12),
    0 4px 12px rgba(20, 35, 73, 0.05);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateX(-50%) translateY(-6px);

  z-index: 100001;

  transition:
    opacity 0.22s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.25s ease;
}

/* =========================================
   TOP BLUE ACCENT
========================================= */

.menu-item-has-children > .sub-menu::before {
  content: "";

  position: absolute;

  top: 0;
  left: 16px;
  right: 16px;

  height: 2px;

  background: #4268d2;

  border-radius: 0 0 4px 4px;
}

/* =========================================
   OPEN DROPDOWN ON HOVER
========================================= */

.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateX(-50%) translateY(0);
}

/* =========================================
   DENTISTS LINK
========================================= */

.menu-item-has-children > .sub-menu > li > a {
  position: relative;

  display: flex;
  align-items: center;

  width: 100%;

  box-sizing: border-box;

  padding: 12px 14px 12px 17px;

  border-radius: 7px;

  background: transparent;

  color: #142349;

  text-decoration: none;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: 0.1px;

  white-space: nowrap;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    padding-left 0.2s ease;
}

/* =========================================
   BLUE HOVER INDICATOR
========================================= */

.menu-item-has-children > .sub-menu > li > a::before {
  content: "";

  width: 3px;
  height: 16px;

  position: absolute;

  left: 7px;
  top: 50%;

  border-radius: 4px;

  background: #4268d2;

  opacity: 0;

  transform: translateY(-50%) scaleY(0.5);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

/* =========================================
   DENTISTS HOVER
========================================= */

.menu-item-has-children > .sub-menu > li > a:hover {
  color: #4268d2;

  background: #f2f6ff;

  padding-left: 20px;
}

.menu-item-has-children > .sub-menu > li > a:hover::before {
  opacity: 1;

  transform: translateY(-50%) scaleY(1);
}

/* =========================================
   SPECIALITY PARENT LINK
========================================= */

.menu-item-has-children > a {
  position: relative;

  display: flex;
  align-items: center;

  z-index: 100001;
}

.widget-title {
    position: relative;
    padding-bottom: 12px;
    font-size: 12px;
}

.widget-title::after {
    content: "";
    display: block;
    width: 96px;
    height: 2px;
    background-color: #fff;
    margin-top: 24px;
}