
.blog-detail-mid h1,
.key-head-class a:hover {
  color: var(--black) !important;
}
.filters,
.left-head {
  gap: 10px;
  display: flex;
}
.cat-pill,
.read-btn,
.right-head a {
  text-decoration: none;
}
.post-navigation a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:.3s;
}
::marker {
    font-weight: 600;
}
/* PREVIOUS */
.post-navigation a[rel="prev"]::before{
    content:"‹";
    width:18px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0078c8;
    color:#fff;
    font-size:24px;
    line-height:1;
    border-radius:2px;
    transition:.3s;
    padding-bottom:4px;
}

/* NEXT */
.post-navigation a[rel="next"]::after{
    content:"›";
    width:18px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0078c8;
    color:#fff;
    font-size:24px;
    line-height:1;
    border-radius:2px;
    transition:.3s;
    padding-bottom:4px;
}
.blog-detail-inner ul, .qa-testing-build-exc .left-col-ul {
    padding-bottom: 10px !important;
}
/* HOVER ANIMATION */
.post-navigation a[rel="prev"]:hover::before{
    transform:translateX(-3px);
}

.post-navigation a[rel="next"]:hover::after{
    transform:translateX(3px);
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNovaRegular.eot');
  src:
    url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
    url('../fonts/ProximaNovaRegular.woff') format('woff'),
    url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
    url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('../fonts/ProximaNovaSemibold.eot');
  src:
    url('../fonts/ProximaNovaSemibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaSemibold.woff2') format('woff2'),
    url('../fonts/ProximaNovaSemibold.woff') format('woff'),
    url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
    url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/ProximaNovaBold.eot');
  src:
    url('../fonts/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaBold.woff2') format('woff2'),
    url('../fonts/ProximaNovaBold.woff') format('woff'),
    url('../fonts/ProximaNovaBold.ttf') format('truetype'),
    url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}
h6.text-light.mb-1.fw-semibold {
  font-size: 13px;
  font-weight: 600;
  font-family: ProximaNovaRegular;
}
.blog-detail-mid img {
  height: auto;
}
.blog-detail-mid p {
  font-family: ProximaNovaRegular;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.blog-detail-mid h2,
.blog-detail-mid h3 {
  font-family: ProximaNovaSemibold;
  font-weight: 400;
}
.blog-detail-mid h2 {
  font-size: 41px;
  line-height: 48px;
  margin-top: 40px;
}
.blog-detail-mid h3 {
  font-size: 36px;
  line-height: 40px;
}
.author,
.right-head a {
  font-weight: 500;
}
.font-fami-Prox{
font-family: ProximaNovaRegular;
}
.single .blog-detail-mid ol li,
.single .blog-detail-mid ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  font-family: ProximaNovaRegular;
}
.hover-bg,
.key-head-class a {
  transition: 0.3s;
}
.blog-detail-mid b,
.blog-detail-mid strong {
  font-family: ProximaNovaBold;
}
.blog-detail-mid h1 {
  letter-spacing: 1px;
  font-size: 46px;
  line-height: 48px;
  font-family: ProximaNovaSemibold;
}
.single .breadcrumb li {
  font-size: 14px;
  line-height: 18px;
}
.blog-detail-mid ul li:before {
  opacity: 1;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #000 !important;
  border-radius: 50%;
}
.blog-detail-mid tbody,
.blog-detail-mid td,
.blog-detail-mid tfoot,
.blog-detail-mid th,
.blog-detail-mid thead,
.blog-detail-mid tr {
  font-size: 14px;
  font-family: ProximaNovaRegular;
}
.py-5 {
  padding-top: 5rem !important;
}
.search-group .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.search-group .input-group-text {
  color: #adb5bd;
}
.blog-img-box {
  aspect-ratio: 16/10;
  transition: transform 0.3s;
}
.blog-item:hover .blog-img-box {
  transform: scale(1.02);
}
.cat-pill {
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  transition: 0.2s;
  background-color: #fff;
}
.cat-pill:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  color: #000;
}
.cat-pill.active {
  background-color: #7c838e;
  color: #fff;
  border-color: #7c838e;
}
.blog-item h3 {
  transition: color 0.2s;
  cursor: pointer;
}
.blog-item h3:hover {
  color: #7c838e;
}
.custom-pagination .page-link {
  border: none;
  margin: 0;
  border-radius: 8px;
  color: #495057;
  padding: 8px 14px;
  transition: 0.25s;
  background: #f8f9fa;
}
.custom-pagination .page-link:hover {
  background: #e9ecef;
  color: #000;
}
.custom-pagination .page-link:focus {
  box-shadow: none;
}
span.page-numbers.current,
table tr:first-child td {
  color: #fff;
}
.text-secondary,
span.fw-bold {
  color: var(--secondary) !important;
}
a.next.page-link,
a.prev.page-link {
  font-size: 30px;
  padding-bottom: 5px !important;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.left-head {
  flex-direction: column;
}
.title {
  font-size: 26px;
  color: var(--secondary);
}
.filters span {
  background: #e5e7eb;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}
.filters span.active {
  background: #4b5563;
  color: #fff;
}
.right-head a {
  font-size: 14px;
  color: #374151;
}
.featured-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.featured-left {
  width: 65%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}
.featured-image {
  position: relative;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.badge,
.overlay {
  position: absolute;
}
.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, #0009, transparent);
  color: #fff;
}
.overlay h2 {
  font-size: 18px;
  font-family: ProximaNovaSemibold;
}
.overlay p {
  font-size: 12px;
  opacity: 0.9;
}
.meta {
  font-size: 12px;
  color: #666;
  margin: 8px 0;
}
.read-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #4b5563;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
}
.card h4,
.small-content {
  padding: 10px;
}
.card,
.small-card {
  border-radius: 10px;
  overflow: hidden;
}
.featured-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.small-card {
  background: #fff;
}
.small-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.card {
  background: #2a2a2a;
  padding-bottom: 10px;
}
.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.card h4 {
  font-size: 15px;
}
.badge {
  top: 10px;
  left: 10px;
  background: #6b7280;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
}
.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sidebar-post {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.thumb {
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 6px;
}
.header-nav .overlay {
  display: none;
}
.blog-banner {
  background: linear-gradient(180deg, #0d264dff 0, #000f 100%);
  min-height: 450px;
  padding: 80px 0;
}
.btn-dark-grey {
  background-color: #7c838e;
  color: #fff;
  border: none;
  transition: background-color 0.3s;
}
.btn-dark-grey:hover {
  background-color: #666d77;
  color: #fff;
}
.btn-outline-secondary {
  border-color: #9da3ab;
  color: #4a4a4a;
}
.btn-outline-secondary:hover {
  background-color: #0000000d;
  color: #000;
  border-color: #4a4a4a;
}
.blog-banner .lead {
  font-size: 1.25rem;
  color: #fff !important;
}
.btn-glass:hover,
.filter-nav a.nav-link.active {
  color: var(--secondary);
}
.btn-glass {
  transition: 0.5s ease-in-out;
  background: var(--secondary);
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-primary {
  align-items: center;
  gap: 10px;
}
.btn-glass:hover {
  background: #fff;
}
.filter-nav a.nav-link {
  color: #fff;
  padding-block: 5px;
}
.border-darkish {
  border: 1px solid #3b3b3b;
}
div.iti {
  margin-bottom: 8px !important;
}
.hover-bg:hover {
  background-color: #888;
}
.smaller {
  font-size: 12px;
}
.card.h-100.border-0.shadow-sm.overflow-hidden {
  padding: 0;
  aspect-ratio: 5/3;
}
a.card-img-placeholder.p-4.d-flex.flex-column.justify-content-end.text-white::before,
a.card.mini-card.border-0.shadow-sm.flex-grow-1.p-4.d-flex.flex-column.justify-content-center.text-white::before {
  content: "";
  background-image: linear-gradient(0deg, #000, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .card.h-100.border-0.shadow-sm.overflow-hidden {
    padding: 0;
    aspect-ratio: 5/4;
  }
  a.card.mini-card.border-0.shadow-sm.flex-grow-1.p-4.d-flex.flex-column.justify-content-center.text-white.position-relative {
    aspect-ratio: 4/3;
  }
}
.custom-pagination .page-item.active .page-link {
  background: #7c838e;
  color: #fff;
  border: 0;
  height: 30px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.sidebar-text,
p.text-secondary.mb-3 {
  color: #fff !important;
}
.main-wrapper {
  background-color: #fff !important;
}
.related-card {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
  
}
.related-card:hover {
  transform: translateY(-5px);
}
.related-card img {
  width: 100%;
  border-radius: 8px!important;
    height: 15vw!important;
    min-height: 220px;
    max-height: 380px;
    object-fit: cover;
    display: block;
}
.related-card h5 {
  font-size: 13px;
  margin: 0;
  color: #000;
  line-height: 22px;
}
.blog-row-grid {
  display: grid;
  grid-template-columns: 1.2fr 3fr 1.2fr;
  gap: 18px;
}
.blog-detail-page .flex-shrink-0:has(img) {
  display: none;
}
@media (max-width: 992px) {
  .col-lg-3 {
    width: 50%;
  }
  .blog-row-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .col-lg-3 {
    width: 100%;
  }
}
button.btn.btn-primary.md-btn-primary.custom-btn {
  background-color: #0078c8;
}
.blog-detail-page.mb-5.section p,
.iti__country-name,
.iti__flag-box {
  color: #000;
}
.author-card p {
  color: #fff !important;
  font-size: 14px;
  line-height: 24px;
}
textarea.newsletter-input {
  margin-top: 11px;
  height:50px!important;
}
.blog-detail-inner ol li b,
.tag-sty {
  font-weight: 700;
  color: #000;
}
table {
  width: 100%;
  margin-bottom: 17px;
  margin-top: 30px;
}
table tr:first-child {
  background-color: #3b3b3b;
}

.blog-detail-banner figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-sub-pages-header {
  padding-bottom: 54px;
}
.right-sidebar {
  top: 84px !important;
}
.author-linkedin {
  background: #fff !important;
  border-radius: 6px !important;
  margin-top: 4px !important;
}
.author-info a {
  background-color: transparent !important;
  border-radius: none !important;
}
.author-info {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
}
.left-content .sticky-top {
  top: 84px;
}
@media screen and (max-width: 767px) {
  .inner-sub-pages-header figure .rounded-5 {
    height: 144px !important;
    object-fit: cover;
  }
  .blog-detail-mid h1 {
    font-size: 2rem;
    line-height: 39px;
  }
  .blog-detail-mid h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .blog-detail-mid h3 {
    font-size: 26px;
    line-height: 28px;
  }
  
}
.sticky-top {
  z-index: 1 !important;
}
.inner-sub-pages-header.no-banner-blog {
  padding: 54px 0 12px;
}
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaRegular.eot");
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaRegular.eot")
      format("embedded-opentype"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaRegular.woff2")
      format("woff2"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaRegular.woff")
      format("woff"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaRegular.ttf")
      format("truetype"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaRegular.svg#ProximaNovaRegular")
      format("svg");
}

@font-face {
  font-family: "ProximaNovaSemibold";
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaSemibold.eot");
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaSemibold.eot")
      format("embedded-opentype"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaSemibold.woff2")
      format("woff2"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaSemibold.woff")
      format("woff"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaSemibold.ttf")
      format("truetype"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold")
      format("svg");
}

@font-face {
  font-family: "ProximaNovaBold";
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaBold.eot");
  src: url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaBold.eot")
      format("embedded-opentype"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaBold.woff2")
      format("woff2"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaBold.woff")
      format("woff"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaBold.ttf")
      format("truetype"),
    url("<?php echo get_template_directory_uri(); ?>/assets/fonts/ProximaNovaBold.svg#ProximaNovaBold")
      format("svg");
}
h6.text-light.mb-1.fw-semibold {
  font-size: 13px;
  font-weight: 600;
  font-family: "ProximaNovaRegular";
}
.blog-detail-mid img {
  height: auto;
}
.blog-detail-mid p {
  font-family: "ProximaNovaRegular";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.blog-detail-mid h2 {
  font-size: 41px;
  font-weight: 400;
  font-family: "ProximaNovaSemibold";
  line-height: 48px;
  margin-top: 40px;
}
.blog-detail-mid h3 {
  font-size: 36px;
  font-weight: 400;
  font-family: "ProximaNovaSemibold";
  line-height: 40px;
}

.single .blog-detail-mid ol li,
.single .blog-detail-mid ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: "ProximaNovaRegular";
  line-height: 28px;
  color: #000;
}

.key-head-class a {
  transition: all 0.3s ease;
}
.key-head-class a:hover {
  color: var(--black) !important;
}

.blog-detail-mid b,
.blog-detail-mid strong {
  font-family: "ProximaNovaBold";
}
.blog-detail-mid h1 {
  letter-spacing: 1px;
  font-size: 46px;
  line-height: 48px;
  color: var(--black) !important;
  font-family: "ProximaNovaSemibold";
}
.single .breadcrumb li {
  font-size: 14px;
  line-height: 18px;
}
.blog-detail-mid ul li:before {
  opacity: 1;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: #000 !important;
  border-radius: 50%;
}
.blog-detail-mid tbody,
.blog-detail-mid td,
.blog-detail-mid tfoot,
.blog-detail-mid th,
.blog-detail-mid thead,
.blog-detail-mid tr {
  font-size: 14px;
  font-family: "ProximaNovaRegular";
}
.py-5 {
  padding-top: 5rem !important;
}
.search-group .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.search-group .input-group-text {
  color: #adb5bd;
}
.blog-img-box {
  aspect-ratio: 16 / 10;
  transition: transform 0.3s ease;
}
.blog-item:hover .blog-img-box {
  transform: scale(1.02);
}
.cat-pill {
  text-decoration: none;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  background-color: #fff;
}
.cat-pill:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  color: #000;
}
.cat-pill.active {
  background-color: #7c838e;
  color: #fff;
  border-color: #7c838e;
}
.blog-item h3 {
  transition: color 0.2s;
  cursor: pointer;
}
.blog-item h3:hover {
  color: #7c838e;
}
.custom-pagination .page-link {
  border: none;
  margin: 0;
  border-radius: 8px;
  color: #495057;
  padding: 8px 14px;
  transition: all 0.25s ease;
  background: #f8f9fa;
}
.custom-pagination .page-link:hover {
  background: #e9ecef;
  color: #000;
}
.custom-pagination .page-item.active .page-link {
  background: #7c838e;
  color: #fff;
}
.custom-pagination .page-link:focus {
  box-shadow: none;
}
span.page-numbers.current {
  color: #fff;
}
.text-secondary {
  color: var(--secondary) !important;
}
a.next.page-link,
a.prev.page-link {
  font-size: 30px;
  padding-bottom: 5px !important;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.left-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title {
  font-size: 26px;
  color: var(--secondary);
}
.filters {
  display: flex;
  gap: 10px;
}
.filters span {
  background: #e5e7eb;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}
.filters span.active {
  background: #4b5563;
  color: #fff;
}
.right-head a {
  font-size: 14px;
  text-decoration: none;
  color: #374151;
  font-weight: 500;
}
.featured-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.featured-left {
  width: 65%;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}
.featured-image {
  position: relative;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, #0009, transparent);
  color: #fff;
}
.overlay h2 {
  font-size: 18px;
  font-family: "ProximaNovaSemibold";
}
.overlay p {
  font-size: 12px;
  opacity: 0.9;
}
.meta {
  font-size: 12px;
  color: #666;
  margin: 8px 0;
}
.author {
  font-weight: 500;
}
.read-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #4b5563;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
}
.featured-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.small-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.small-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.small-content {
  padding: 10px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.card {
  background: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.card h4 {
  font-size: 15px;
  padding: 10px;
}
.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #6b7280;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
}
.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sidebar-post {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.thumb {
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 6px;
}
.header-nav .overlay {
  display: none;
}
.blog-banner {
  background: linear-gradient(180deg, #0d264dff 0%, #000f 100%);
  min-height: 450px;
  padding: 80px 0;
}
.btn-dark-grey {
  background-color: #7c838e;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-dark-grey:hover {
  background-color: #666d77;
  color: #fff;
}
.btn-outline-secondary {
  border-color: #9da3ab;
  color: #4a4a4a;
}
.btn-outline-secondary:hover {
  background-color: #0000000d;
  color: #000;
  border-color: #4a4a4a;
}
.blog-banner .lead {
  font-size: 1.25rem;
  color: #fff !important;
}
.btn-glass {
  transition: all 0.5s ease-in-out;
  background: var(--secondary);
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-primary {
  align-items: center;
  gap: 10px;
}
.btn-glass:hover {
  color: var(--secondary);
  background: #fff;
}
.filter-nav a.nav-link {
  color: #fff;
  padding-block: 5px;
}
.filter-nav a.nav-link.active {
  color: var(--secondary);
}
.border-darkish {
  border: 1px solid #3b3b3b;
}
div.iti {
  margin-bottom: 8px !important;
}
.hover-bg {
  transition: all 0.3s ease;
}
.hover-bg:hover {
  background-color: #888;
}
.smaller {
  font-size: 12px;
}
.card.h-100.border-0.shadow-sm.overflow-hidden {
  padding: 0;
  aspect-ratio: 5 / 3;
}
a.card.mini-card.border-0.shadow-sm.flex-grow-1.p-4.d-flex.flex-column.justify-content-center.text-white::before,
a.card-img-placeholder.p-4.d-flex.flex-column.justify-content-end.text-white::before {
  content: "";
  background-image: linear-gradient(0deg, black, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .card.h-100.border-0.shadow-sm.overflow-hidden {
    padding: 0;
    aspect-ratio: 5 / 4;
  }
  a.card.mini-card.border-0.shadow-sm.flex-grow-1.p-4.d-flex.flex-column.justify-content-center.text-white.position-relative {
    aspect-ratio: 4 / 3;
  }
}
.custom-pagination .page-item.active .page-link {
  background: #7c838e;
  color: #fff;
  border: 0;
  height: 30px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.text-secondary.mb-3 {
  color: #fff !important;
}
span.fw-bold {
  color: var(--secondary) !important;
}
.main-wrapper {
  background-color: #fff !important;
}
.related-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
}

.related-card:hover {
  transform: translateY(-5px);
}

.related-card img {
  width: 100%;
  border-radius: 8px;
}

.related-card h5 {
  font-size: 13px;
  margin: 0;
  color: #000;
  line-height: 22px;
}

.blog-row-grid {
  display: grid;
  grid-template-columns: 1.2fr 3fr 1.2fr;
  gap: 18px;
}

.blog-detail-page .flex-shrink-0:has(img) {
  display: none;
}

/* Responsive */
@media (max-width: 992px) {
  .col-lg-3 {
    width: 50%;
  }

  .blog-row-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .col-lg-3 {
    width: 100%;
  }
}
button.btn.btn-primary.md-btn-primary.custom-btn {
  background-color: #0078c8;
}
.blog-detail-page.mb-5.section p {
  color: #000;
}
p.sidebar-text {
  color: #ffffff !important;
}
.author-card p {
  color: #fff !important;
  font-size: 14px;
  line-height: 24px;
}

textarea.newsletter-input {
  margin-top: 11px;
}
.blog-detail-inner ol li b,
.tag-sty {
  font-weight: 700;
  color: #000000;
}
table {
  width: 100%;
  margin-bottom: 17px;
  margin-top: 30px;
}
table tr:first-child td {
  color: #fff;
}

table tr:first-child {
  background-color: #3b3b3b;
}
.blog-detail-banner figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-sub-pages-header {
  padding-bottom: 54px;
}
.iti__country-name,
.iti__flag-box {
  color: #000;
}
.right-sidebar {
  top: 84px !important;
}
.author-linkedin {
  background: #fff !important;
  border-radius: 6px !important;
  margin-top: 4px !important;
}
.author-info a {
  background-color: transparent !important;
  border-radius: none !important;
}
.author-info {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
}

.left-content .sticky-top {
  top: 84px;
}

@media screen and (max-width: 767px) {
  .inner-sub-pages-header figure .rounded-5 {
    height: 158px !important;
    object-fit: cover;
  }
  .blog-detail-mid h1 {
    font-size: 2rem;
    line-height: 39px;
  }
    .blog-detail-inner h2 {
        font-size: 29px!important;
        line-height: 37px;
    }
  .blog-detail-mid h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-detail-mid h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .table-responsive table {
table-layout: fixed!important;
}
}
.sticky-top {
  z-index: 1 !important;
}
.inner-sub-pages-header.no-banner-blog {
  padding: 54px 0 12px;
}
/*---------------19-05-2026----*/
.custom-cta-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:26px;
    border-radius:24px;
    overflow:hidden;
    margin:40px 0;
    position:relative;
}

.custom-cta-left{
    width:55%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.custom-cta-right{
    width:40%;
    text-align:center;
}

.custom-cta-right img{
    max-width:100%;
    height:auto;
    display:block;
}

.custom-cta-box h2{
    color:#fff;
    font-size:22px;
    line-height:1.3;
    margin-bottom:16px;
    font-weight:700;
}

.custom-cta-box p{
    color:#fff!important;
    font-size:12px;
    line-height:1.6;
    margin-bottom:20px;
}

.custom-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 24px;
    background:#fff;
    color:#000!important;
    border-radius:14px;
    text-decoration:none!important;
    font-size:14px;
    font-weight:700;
    line-height:1;
    width:max-content;
    transition:.3s;
    padding-top: 0px;
    padding-bottom: 11px;
}

.custom-cta-btn:hover{
    transform:translateY(-2px);
    color:#000!important;
}

@media(max-width:991px){

    .custom-cta-box{
        flex-direction:column;
        text-align:center;
        padding:24px;
    }

    .custom-cta-left,
    .custom-cta-right{
        width:100%;
    }

    .custom-cta-btn{
        width:100%;
        max-width:300px;
        margin:auto;
    }

    .custom-cta-right img{
        margin:auto;
    }

}