/*!
Theme Name: AppVertical
Theme URI: https://appverticals.com/
Author: AppVerticals
Author URI: https://appverticals.com/
Description: AppVerticals custom WordPress theme — child of _s (Underscores). Dynamic header and footer based on the exported AppVerticals HTML design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: _s
Text Domain: appvertical
Tags: custom-header, custom-footer, mega-menu, responsive-layout
*/

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

#ez-toc-container {
  display: none !important;
}
.soc-mob {
  display: none;
}
.ez-toc-sticky {
  display: none;
}

.left-sidebar #ez-toc-container .ez-toc-title-toggle {
  display: none;
}

a.btn--red,
button.btn--red {
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 155.656% */
  letter-spacing: 4.8px;
  text-transform: capitalize;
  border-radius: 39.366px;
  background: #e80101;
  box-shadow: 0px 2.41px 11.247px 0px rgba(232, 1, 1, 0.34);
  padding: 18px 35px;
  border: 1px solid #e80101;
  outline: none;
}

a.btn--red:hover,
button.btn--red:hover {
  background: #fff;
  color: #e80101 !important;
}

.max-con {
  margin: auto;
  width: 90%;
}

/* AI Buttons */
.aiButtonWrapper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.aiButtonWrapper .ai-summary-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.aiButtonWrapper .ai-label {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.aiButtonWrapper .ai-summary-buttons .ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

.aiButtonWrapper .ai-summary-buttons .ai-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Brand colors */
.chatgpt {
  background: #74aa9c;
}
.chatgpt img {
  width: 17px;
  height: auto;
}
.perplexity {
  background: #31b8c6;
}
.perplexity img {
  width: 17px;
  height: auto;
}
.claude {
  background: #de7356;
}
.claude img {
  width: 17px;
  height: auto;
}
.google {
  background: #2e87ff;
}
.google img {
  width: 17px;
  height: auto;
}

/* BLOG MAIN START */

.blog-home-banner {
  padding: 30px 0 50px;
}
.blog-home-banner .content {
  text-align: center;
  background: #ffd4d4;
  border-radius: 20px;
  padding: 120px 50px;
  position: relative;
}
.blog-home-banner .content::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/12/Vector-5.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  top: 0;
  background-size: contain;
  pointer-events: none;
}
.blog-home-banner .content::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/12/Vector-5.png);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  top: 0;
  background-size: contain;
  background-position: right;
  pointer-events: none;
}

.blog-home-banner .content h1 {
  font-size: 70px;
  font-weight: 600;
  color: #000;
  padding: 0;
}
.blog-home-banner .content h1 strong {
  color: #e80101;
}

.blog-home-banner .content p {
  color: #333333;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  width: 50%;
  margin: auto;
}
.blog-home-banner .content .tnp-subscription {
  max-width: 40%;
  margin-top: 30px;
}
.blog-home-banner .content .tnp-subscription label {
  display: none;
}

.blog-home-banner .content .tnp-subscription label {
  display: none;
}
.blog-home-banner .content .tnp-subscription form {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid #b8b8b8;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-email {
  margin: 0;
  width: 100%;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-email input {
  background: #fff;
  outline: none;
  font-size: 16px;
  color: #a6a6a6;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-button {
  margin: 0;
}
.blog-home-banner .content .tnp-subscription form .tnp-field-button input {
  background: #e80101;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}
.feature-blog-wrapper .feature-grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 100px;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-image {
  position: relative;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-image img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-image h4 {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  background: #fff;
  padding: 10px 12px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-content h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
.feature-blog-wrapper .feature-grid .feature-left .featured-article-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
}

.feature-blog-wrapper .feature-grid .feature-right .latest-image img {
  border-radius: 8px;
  width: 190px;
  height: 118px;
  object-fit: cover;
}
.feature-grid .feature-right .featured-sidebar-articles h4 {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-main {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid #e4e4e4;
  padding: 6px;
  border-radius: 10px;
  gap: 20px;
  margin-top: 18px;
}
.feature-grid .feature-right .featured-sidebar-articles .latest-content h3 {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.search-and-marquee {
  padding: 80px 0;
}
.search-and-marquee .marquee-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.search-and-marquee .marquee-grid .left-side .category-grid-list a {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-right: 0px;
  text-transform: capitalize;
}
.search-and-marquee .marquee-grid .right-side .cus--search {
  position: relative;
  display: flex;
  align-items: center;
}
.search-and-marquee .marquee-grid .right-side .cus--search svg {
  position: absolute;
  top: 10px;
  left: 16px;
  margin: auto;
}
.search-and-marquee .marquee-grid .right-side {
  margin-left: auto;
}
.search-and-marquee .marquee-grid .right-side .cus--search input {
  border-radius: 40px;
  width: 280px;
  height: 40px;
  border: 1px solid #d2d2d2;
  padding-left: 45px;
  padding-right: 10px;
  outline: none;
}
.category-blogs {
  padding: 50px 0 70px;
  border-bottom: 1px solid #d7d7d7;
}
.category-blogs:first-child {
  padding-top: 0;
}
.category-blogs:last-child {
  border-bottom: 0px;
}
.category-blogs .cat-blogs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.category-blogs .cat-blogs-head h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  text-transform: uppercase;
}
.category-blogs .cat-blogs-head a {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid #e80101;
}
.blog-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.blog-cards-grid .blog--cards {
  box-shadow: 0px 4px 25px 0px #0000001f;
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
}
.blog-cards-grid .blog--cards:hover {
  box-shadow: 0px 4px 25px 0px #6f6b6bd6;
}
.blog-cards-grid .blog--cards img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blog-cards-grid .blog--cards .card--content {
  padding: 20px;
}
.blog-cards-grid .blog--cards .tag,
.blog-cards-grid .blog--cards h6 {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  background: #fff;
  padding: 10px 12px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.blog-cards-grid .blog--cards .card--content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.blog-cards-grid .blog--cards .card--content p {
  font-size: 18px;
  font-weight: 500;
  color: #616161;
}
.blog-cards-grid .blog--cards .card--content .author-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-cards-grid .blog--cards .card--content .author--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-cards-grid .blog--cards .card--content .author--wrapper p {
  font-size: 18px;
  color: #a3a3a3;
  margin-bottom: 0;
}

.blog-cards-grid .blog--cards .card--content .author-info span {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0px;
}
.blog-cards-grid .blog--cards .card--content .author-info .author-img {
  width: 50px;
  height: 50px;
}
.blog-cards-grid .blog--cards .card--content .author-info .author-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
/* BLOG MAIN END */

/* SINGLE CATEGORY START */
.category-banner {
  padding: 60px 0;
}
.category-banner .content {
  text-align: center;
}
.category-banner .content p {
  color: #333333;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  width: 50%;
  margin: auto;
}
.category-banner .content h1 {
  font-size: 70px;
  font-weight: 600;
  color: #333333;
  padding: 0;
  width: 80%;
  margin: auto;
}
.category-banner .content h1 span {
  color: #e80101;
}
/* SINGLE CATEGORY END */

/* SEARCH PAGE START */
.cus-search-sec {
  padding-bottom: 50px;
}
.cus-search-sec #searchform {
  padding-top: 60px;
  padding-bottom: 30px;
}
.cus-search-sec .search--content .search-text {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 50px;
}
.cus-search-sec .cus--search {
  position: relative;
  display: flex;
  align-items: center;
  width: 70%;
  margin: auto;
}
.cus-search-sec .cus--search svg {
  position: absolute;
  top: 16px;
  left: 16px;
  margin: auto;
}
.cus-search-sec .cus--search input {
  border-radius: 40px;
  width: 100%;
  height: 50px;
  border: 1px solid #d2d2d2;
  padding-left: 45px;
  padding-right: 10px;
  outline: none;
}
/* SEARCH PAGE END */

/* SINGLE BLOG START */
.single-main {
  width: 90%;
  margin: auto;
}

.single-main .banner-wrapper {
  /*   background-size: cover;
	background-repeat: no-repeat; */
  margin: 50px 0;
  border-radius: 20px;
  padding: 20px 100px;
  position: relative;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #0e2846 0%, #000105 100%);
  position: relative;
  z-index: 10;
}
/* .single-main .banner-wrapper::before {
	content: "";
	position: absolute;
	background-color: #000000b5;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 20px;
  } */

.single-main .banner-wrapper h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  width: 65%;
}

.single-main .banner-wrapper .author-details {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-main .banner-wrapper .author-details .author-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.single-main .banner-wrapper .author-details .author-image img {
  height: 45px;
  width: 45px;
  border-radius: 55px;
  overflow: hidden;
}

.single-main .banner-wrapper .author-details .author-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: 15px;
}
.single-main .banner-wrapper .author-details .author-name a {
  color: #fff;
}

.single-main .banner-wrapper .author-details .post-date {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.single-main .banner-wrapper .author-details .reading-time-bubble {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-main .banner-wrapper .author-details .post-views {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-main .banner-wrapper .author-details .last-updated {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.breadcrumb-wrapper .custom-breadcrumb a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-wrapper .custom-breadcrumb span {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-wrapper .custom-breadcrumb .separator {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin: 0 5px;
}

.single-main .left-sidebar {
  position: sticky;
  top: 100px;
}

.single-main .left-sidebar .soc p,
.soc-mob p {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-main .left-sidebar .soc .heateor_sss_svg {
  padding: 5px 8px !important;
}

.single-main .left-sidebar .soc .heateor_sss_sharing_ul {
  display: flex;
  gap: 5px;
}

.single-main .left-sidebar #ez-toc-container {
  background: transparent;
  border: 0px;
  border-radius: 4px;
  display: block !important;
}
.ez-toc-title-container {
  margin-bottom: 20px;
}
.single-main .left-sidebar #ez-toc-container .ez-toc-title {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.single-main .left-sidebar #ez-toc-container ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-main .left-sidebar #ez-toc-container .ez-toc-list li a {
  padding-left: 12px;
  transition: 0s;
  color: #000;
}

.single-main .left-sidebar #ez-toc-container .ez-toc-list li a.active {
  color: #e80101;
  border-left: 2px solid #e80101;
}
.single-main .blog-content-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}
.single-main .blog-content-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}

.single-main .blog-content-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.single-main .blog-content-wrapper h8 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.single-main .blog-content-wrapper table {
  min-width: unset !important;
  margin-bottom: 15px;
}
.single-main .blog-content-wrapper p {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.single-main .blog-content-wrapper ul {
  padding-left: 20px;
  margin: 20px 0;
}
.single-main .blog-content-wrapper ul li {
  color: #666666;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  list-style: disc !important;
}

.single-main .blog-content-wrapper img.aligncenter {
  margin: auto;
  display: block;
}

.faqSection {
  margin-top: 40px;
}

.faqSection h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.faqSection .card-header {
  padding: 10px 0px;
}

.faqSection .card-header h5 {
  font-size: 24px;
  font-weight: 600;
}
.faqSection .card {
  border-bottom: 1px solid #cacaca !important;
  border: 0px;
}
.faqSection .card-header {
  background-color: transparent !important;
}

.faqSection .card-header button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
  gap: 10px;
}
.faqSection .card-header button i {
  color: #e80101;
}

.faqSection .card-body ul {
  margin: 10px 0;
  padding-left: 20px;
}
.faqSection .card-body ul li {
  list-style: disc !important;
}

.author-details-bottom {
  background-color: #f8f8fb;
  padding: 25px 30px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
}

.author-details-bottom h3 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.author-details-bottom .img-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.author-details-bottom .img-info .author-image img {
  height: 75px;
  width: 75px;
  border-radius: 55px;
  overflow: hidden;
}

.author-details-bottom .img-info .author-name {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.author-details-bottom .img-info .author-name a {
  color: #333333;
}
.author-details-bottom .img-info .autherInfo i {
  color: #e80101;
}

.author-details-bottom .content p {
  font-size: 18px;
  color: #333333;
  margin: 0;
}

.related-insights {
}
.related-insights .related-posts-grid .blog-content img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 10px;
}
.related-insights .related-posts-grid .blog-content .short-cont h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.related-insights
  .related-posts-grid
  .blog-content
  .short-cont
  .author-details
  .author-name {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}

.single-main .blog-content-wrapper p a,
.single-main .blog-content-wrapper ul li a {
  color: #e80101 !important;
}

.single-main .cta-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}

.single-main .cta-section.red {
  background-image: url("/wp-content/uploads/2025/09/Frame-169.png") !important;
}

/* .single-main .cta-section:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 190px;
	width: 170px;
	background-image: url("/wp-content/uploads/2024/02/cta-shape.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
  } */

.single-main .cta-section h4 {
  font-size: 32px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  padding-bottom: 15px !important;
  font-weight: bold !important;
  letter-spacing: -0.4px !important;
  position: relative !important;
  z-index: 1;
}
.single-main .cta-section h2 {
  font-size: 32px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  padding-bottom: 15px !important;
  font-weight: bold !important;
  letter-spacing: -0.4px !important;
  position: relative !important;
  z-index: 1;
}

.single-main .cta-section p {
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 30px;
  position: relative !important;
  z-index: 1;
}

.single-main .cta-section a,
.single-main .cta-section button {
  background-color: #fff !important;
  display: inline-block;
  position: relative !important;
  color: #e80101 !important;
  text-transform: capitalize;
  padding: 12px 25px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-left: auto;
  display: block;
  width: fit-content;
}

.highlighted-box {
  border-radius: 8px;
}

.right-sidebar .we-are-appverticals img {
  border-radius: 10px;
  width: 100%;
}
.right-sidebar .we-are-appverticals span {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
  color: #333333;
  display: block;
}
.right-sidebar .we-are-appverticals p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}
.right-sidebar .we-are-appverticals a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #e80101;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  line-height: normal;
}

.right-sidebar-cta {
  background-color: #000;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  position: sticky;
  top: 100px;
}

.right-sidebar-cta::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/09/image-239.png");
  width: 94px;
  height: 140px;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 10px;
  bottom: -30px;
  right: 0px;
}
.right-sidebar-cta span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70%;
}
.right-sidebar-cta a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #e80101;
  color: #fff !important;
  border-radius: 20px;
  display: inline-block;
  line-height: normal;
}

.testimonial-cta {
  background-color: #e80101;
  padding: 20px;
  border-radius: 18px;
  position: relative;
}
.testimonial-cta::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/09/Mask-group-1.png");
  width: 103px;
  height: 68px;
  background-size: cover;
  background-position: center;
  right: 20px;
}
.testimonial-cta-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-cta-info-img img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
}
.testimonial-cta-info h4 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}
.testimonial-cta-info p {
  margin: 0;
  font-size: 14px !important;
  color: #fff !important;
}
.testimonial-cta-content {
  margin-top: 20px;
}
.testimonial-cta-content p {
  font-weight: 500;
  font-size: 20px !important;
  color: #fff !important;
  margin: 0;
}
.content-cta-wrapper {
  background-image: url("/wp-content/uploads/2025/09/Frame-168.png");
  padding: 25px 20px;
  border-radius: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-cta-wrapper .content-cta-info {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  gap: 50px;
}
.content-cta-wrapper .content-cta-info h4 {
  font-size: 200px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.content-cta-wrapper .content-cta-info p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.author-popover {
  position: absolute;
  top: 100%; /* Position below the author name/image */
  left: 0; /* Align with the left edge of .author-info */
  z-index: 100; /* Ensure it appears above other content */
  width: 550px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 15px;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  margin-top: 0px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.single-main .author-details .author-info:hover .author-popover {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.author-popover .popover-triangle {
  position: absolute;
  top: -8px; /* Place it above the popover box */
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; /* Match background color */
  z-index: 101;
}
.author-popover .popover-grid {
  display: flex;
  gap: 10px;
}
.author-popover .popover-grid .popover-info hr {
  margin: 10px 0;
  width: 70%;
  border-style: dashed;
  border-color: #33333338;
  border-width: 1px;
}
.author-popover .popover-grid .popover-info .popover-bio-wrapper a {
  margin-left: auto;
  display: block;
  text-align: end;
  font-size: 12px;
  color: #333333;
  text-decoration: underline !important;
  text-underline-position: under;
}
.author-popover .title-wrapper .title-verified-wrapper h2 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.author-popover .popover-grid .popover-info .popover-job-title {
  font-size: 12px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
}
.author-popover .popover-grid .popover-info .popover-bio {
  font-size: 12px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0;
}
.author-popover .title-wrapper .title-verified-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author-popover .title-wrapper .title-verified-wrapper .verified {
  display: flex;
  align-items: center;
  gap: 5px;
}

.author-popover .title-wrapper .title-verified-wrapper .verified img {
  width: 15px;
  height: 15px;
}

.author-popover .title-wrapper .title-verified-wrapper .verified span {
  margin: 0;
  line-height: 1;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 600;
}

.author-popover .popover-grid .popover-image img {
  border-radius: 50%;
  width: 80px;
  height: auto;
}

.author-popover .popover-grid .popover-info .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-popover .title-wrapper .social-links-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}

.author-popover .title-wrapper .social-links-wrapper a {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.author-details-bottom .autherInfo .author-info-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.author-details-bottom .autherInfo .author-info-wrapper h4 {
  /* margin-bottom:0px; */
}
.author-details-bottom .autherInfo .author-info-wrapper .verified {
  display: flex;
  align-items: center;
  gap: 5px;
}

.author-details-bottom .autherInfo .author-info-wrapper .verified img {
  width: 24px;
}

.author-details-bottom .autherInfo .author-info-wrapper .verified span {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.author-details-bottom .autherInfo {
  width: 100%;
}
.author-details-bottom .autherInfo p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 0px;
  font-weight: 500;
}
.author-details-bottom .autherInfo .author-info-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.author-details-bottom .autherInfo .author-info-main .social-links-wrapper a {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.author-details-bottom .autherInfo .author-info-main .social-links-wrapper a i {
  color: #000;
}
.author-blogs .blog-content-list h3 {
  font-size: 42px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 50px;
}
/* SINGLE BLOG END */

/* AUTHOR PAGE START */
.author-wrapper {
  background: linear-gradient(180deg, #0e2846 0%, #000105 100%);
  padding: 30px 50px;
  border-radius: 20px;
}

.author-banner {
  margin: 50px 0;
}
.author-blogs {
  padding: 50px 0px;
}
.author-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  align-items: center;
}

.author-grid .profile-image-wrapper img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.author-grid .author-right-content h4 {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.author-grid .author-right-content h4::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
}
.author-grid .author-right-content h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.author-grid .author-right-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
}
.author-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.author-title-wrapper .title-verified-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.author-title-wrapper .title-verified-wrapper h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
}

.author-title-wrapper .title-verified-wrapper .verified {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author-title-wrapper .title-verified-wrapper .verified img {
  width: 24px;
  height: 24px;
}
.author-title-wrapper .title-verified-wrapper .verified h5 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-position: under;
}
.author-title-wrapper .social-links-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author-title-wrapper .social-links-wrapper a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.author-wrapper .info-grid {
  display: flex;
  justify-content: center;
  gap: 0px;
  width: 92%;
  margin: auto;
  margin-top: 20px;
}

.author-wrapper .info-grid .info-item {
  width: 30%;
  border-right: 1px dashed #d3d3d3;
  padding: 0 50px;
}
.author-wrapper .info-grid .info-item h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
.author-wrapper .info-grid .info-item ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.author-wrapper .info-grid .info-item ul li {
  padding: 4px 16px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
}
.author-wrapper .info-grid .info-item ul li:hover {
  background: #fff;
  color: #000;
}
.author-wrapper .info-grid .info-item p {
  font-size: 13px;
  color: #fff;
  line-height: 19px;
  font-weight: 500;
}
.author-wrapper .info-grid .info-item h5 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}
.author-wrapper .info-grid .info-item:nth-child(1) {
  padding-left: 0px;
}
.author-wrapper .info-grid .info-item:nth-child(2) {
  width: 40%;
}
.author-wrapper .info-grid .info-item:nth-child(3) {
  padding-right: 0px;
  border: 0px;
}
#author-post-list {
  grid-template-columns: 1fr 1fr !important;
}
/* AUTHOR PAGE END */

/* RELATED POSTS STYLING */
.related-insights {
  margin-top: 40px;
  padding: 30px 0;
}

.related-insights h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.related-post-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.related-post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.related-post-thumbnail {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-item:hover .related-post-thumbnail img {
  transform: scale(1.05);
}

.related-post-content {
  padding: 20px;
}

.related-post-content h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.related-post-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-content h3 a:hover {
  color: #007cba;
}

.related-post-meta {
  margin-bottom: 15px;
}

.related-post-meta .post-date {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.related-post-meta .post-date i {
  color: #007cba;
}

.related-post-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.formMain .gridWrapper .right.gcc-gmb::before {
  content: "";
  position: absolute;
  background-image: url("/appverticals/wp-content/uploads/2026/05/gcc-gmb.webp");
  width: 240px;
  height: 426px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  right: -12%;
  bottom: 0;
  pointer-events: none;
}
.formMain .gridWrapper .right.us-gmb::before {
  content: "";
  position: absolute;
  background-image: url("/appverticals/wp-content/uploads/2026/05/us-gmb.webp");
  width: 298px;
  height: 411px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  right: -12%;
  bottom: 0;
  pointer-events: none;
}

/* Privacy policy page */
.terms {
    padding: 80px 0
}

.terms h3 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -.04em;
    line-height: 1.2;
    color: #101010;
    position: relative
}

.terms p {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -.02em;
    line-height: 1.8;
    color: #313131;
    position: relative
}

.terms p a {
    color: #e80101
}

.terms ul.content-list li {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -.02em;
    line-height: 1.8;
    color: #313131;
    position: relative;
    list-style: disc
}

/* Privacy policy end */

/* THANK YOU PAGE */
.thankYou {
  padding: 150px 0px;
}
.thankYou .mobileAppBanner__main {
  grid-template-columns: auto;
  text-align: center;
  grid-gap: 0;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1 {
  font-size: 60px;
}
.thankYou .mobileAppBanner__main .mobileAppBanner__left h1 span {
  color: #e80101;
}

.thankYou .mobileAppBanner__main .mobileAppBanner__left .mobileAppBanner__btnWrapper{
	display:none;
}
/* THANK YOU END */

/* RESPONSIVE START */
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
}
@media screen and (max-width: 1600px) {
  .author-wrapper .info-grid {
    width: 95%;
  }
  .author-blogs .blog-content-list h3 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .blog-home-banner .content h1 {
    font-size: 60px;
  }
  .blog-home-banner .content p {
    width: 70%;
  }
  .blog-home-banner .content .tnp-subscription {
    max-width: 50%;
  }
  .feature-blog-wrapper .feature-grid {
    grid-template-columns: 1fr 0.6fr;
    gap: 60px;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    p {
    font-size: 18px;
    line-height: 1.5;
  }
  .feature-grid .feature-right .featured-sidebar-articles .latest-content h3 {
    font-size: 16px;
  }
  .blog-cards-grid .blog--cards .card--content h4 {
    font-size: 20px;
  }
  .blog-cards-grid .blog--cards .card--content p {
    font-size: 16px;
  }
  .author-title-wrapper .title-verified-wrapper h2 {
    font-size: 32px;
  }
  .author-blogs .blog-content-list h3 {
    font-size: 34px;
  }
  .author-blogs {
    padding: 20px 0px 50px;
  }
  .category-banner .content h1 {
    font-size: 60px;
  }
  .category-banner .content p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .single-main .banner-wrapper h1 {
    font-size: 40px;
  }
	.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
		font-size:50px;
	}
}

@media (max-width: 1200px) {
  .blog-home-banner .content h1 {
    font-size: 50px;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    h4 {
    font-size: 16px;
  }
  .feature-grid .feature-right .featured-sidebar-articles h4 {
    font-size: 16px;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    p {
    font-size: 16px;
    line-height: 1.5;
  }
  .feature-grid .feature-right .featured-sidebar-articles .latest-content h3 {
    font-size: 14px;
  }
  .feature-grid .feature-right .featured-sidebar-articles .latest-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .feature-blog-wrapper .feature-grid .feature-right .latest-image img {
    width: 100%;
  }
  .blog-cards-grid {
    gap: 20px;
  }
  .blog-cards-grid .blog--cards .card--content h4 {
    font-size: 18px;
  }
  .blog-cards-grid .blog--cards .card--content p {
    font-size: 16px;
  }
  .blog-cards-grid .blog--cards img {
    height: 200px;
  }
  .blog-cards-grid .blog--cards .card--content .author-info span {
    font-size: 14px;
  }
  .blog-cards-grid .blog--cards .card--content .author--wrapper p {
    font-size: 14px;
  }
  .blog-cards-grid .blog--cards .card--content .author-info {
    gap: 5px;
  }
  .blog-cards-grid .blog--cards .card--content .author-info .author-img {
    width: 40px;
    height: 40px;
  }
  .category-blogs {
    padding: 30px 0 50px;
  }
  .search-and-marquee {
    padding: 60px 0;
  }
  .category-blogs .cat-blogs-head h3 {
    font-size: 22px;
  }
  .category-banner .content h1 {
    font-size: 50px;
    line-height: 1.2;
    width: 70%;
  }
  .category-banner .content p {
    font-size: 16px;
    width: 70%;
    line-height: 1.5;
  }
  .search-and-marquee .marquee-grid .left-side .category-grid-list a {
    font-size: 14px;
  }
  .blog-home-banner .content .tnp-subscription {
    max-width: 70%;
  }

  .single-main .banner-wrapper h1 {
    font-size: 35px;
    width: 80%;
  }
  .single-main .cta-section h4 {
    font-size: 28px;
  }
  .right-sidebar-cta h4 {
    width: 100%;
  }
  .author-title-wrapper .title-verified-wrapper h2 {
    font-size: 28px;
  }
  .author-grid .author-right-content h3 {
    font-size: 18px;
  }
  .author-grid .author-right-content p {
    font-size: 16px;
  }
  .author-wrapper .info-grid .info-item h3 {
    font-size: 18px;
  }
  .author-wrapper .info-grid .info-item h5 {
    font-size: 22px;
  }
  .author-wrapper .info-grid .info-item {
    padding: 0px 30px;
  }
  .author-blogs .blog-content-list h3 {
    font-size: 30px;
  }
	.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
		font-size:45px;
	}
}
@media (max-width: 1024px) {
  .single-main .banner-wrapper h1 {
    font-size: 30px;
    width: 100%;
  }
  .single-main .cta-section h4 {
    font-size: 24px;
  }
  .single-main .left-sidebar #ez-toc-container .ez-toc-title {
    font-size: 24px;
  }
  .ez-toc-sticky {
    display: none;
  }
  #ez-toc-container {
    display: block !important;
    position: sticky !important;
    top: 50px;
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
    z-index: 10;
  }
  #ez-toc-container .ez-toc-link.active {
    color: #e80101 !important;
  }
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e10101;
    padding: 10px;
  }
  div#ez-toc-container .ez-toc-title {
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  #ez-toc-container ul.ez-toc-list {
    padding: 10px;
    background: #f9f9f9;
  }
  #ez-toc-container ul li {
    font-weight: 500;
    margin-bottom: 10px;
  }
  #ez-toc-container a {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444 !important;
  }
  #ez-toc-container .ez-toc-js-icon-con {
    border: 1px solid #fff !important;
  }
  #ez-toc-container .ez-toc-js-icon-con svg {
    fill: #fff !important;
    color: #fff !important;
  }
  #ez-toc-container .ez-toc-pull-right {
    margin: 0px !important;
  }

  /* 	.custom-left-sidebar{
		  display:none;
	  } */
  .content-cta-wrapper {
    background-size: 100% 100%;
  }
  .soc-mob {
    display: block;
    margin-bottom: 40px;
  }
  .soc {
    display: none;
  }
  .single-main .author-details .author-info .author-popover {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .blog-home-banner .content h1 {
    font-size: 40px;
  }
  .blog-home-banner .content p {
    width: 100%;
    font-size: 18px;
  }
  .feature-blog-wrapper .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid .feature-right .featured-sidebar-articles .latest-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .feature-grid .feature-right .featured-sidebar-articles .latest-main {
    margin-top: 0;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    h2 {
    font-size: 22px;
  }
  .blog-cards-grid {
    grid-template-columns: 1fr;
  }
  .blog-cards-grid .blog--cards img {
    height: 350px;
  }
  .blog-home-banner .content .tnp-subscription {
    max-width: 100%;
  }

  .custom-left-sidebar {
    display: none;
  }
  .author-grid {
    grid-template-columns: 1fr;
  }
  .author-wrapper .info-grid {
    width: 100%;
  }
  .author-wrapper .info-grid .info-item {
    padding: 0px 20px;
  }
  .author-wrapper .info-grid .info-item h3 {
    font-size: 16px;
  }
  .author-title-wrapper .title-verified-wrapper h2 {
    font-size: 26px;
  }
  .author-grid .author-right-content h3 {
    font-size: 16px;
  }
  .author-blogs .blog-content-list h3 {
    font-size: 26px;
  }
  .author-details-bottom .img-info .author-name {
    font-size: 16px;
  }
  .author-details-bottom .autherInfo .author-info-wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }
  #author-post-list {
    grid-template-columns: 1fr !important;
  }
  .category-banner .content h1 {
    font-size: 40px;
    width: 100%;
  }
  .category-banner .content p {
    font-size: 16px;
    width: 100%;
  }
  .cus-search-sec .cus--search {
    width: 100%;
  }
  .search-and-marquee .marquee-grid {
    gap: 50px;
  }
  .search-and-marquee .marquee-grid .left-side .category-grid-list {
    gap: 15px;
  }
	.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
		font-size:40px;
	}
}

/* Responsive design for related posts */
@media screen and (max-width: 768px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .related-insights h3 {
    font-size: 24px;
  }

  .related-post-content {
    padding: 15px;
  }

  .related-post-content h3 {
    font-size: 16px;
  }
  .featured-main-article .featured-article-image img {
    height: 200px;
  }

  .mainContactForm .headContent h3 {
    text-align: center;
  }
  .mainContactForm .headContent p {
    width: 100%;
    text-align: center;
  }
  .blog-home-banner .content p {
    font-size: 18px;
  }
  .blog-home-banner .content br {
    display: none;
  }
  .blog-home-banner .content h1 {
    font-size: 30px;
  }
  .blog-home-banner {
    padding: 50px 0;
  }
  .blog-category-tab-wrapper .blog-content-list .blog-posts .blog-img {
    height: 170px;
  }
  .blog-category-tab-wrapper .blog-content-list .short-cont h3 {
    font-size: 18px;
  }
  .blog-category-tab-wrapper .blog-content-list .author-details .author-name {
    font-size: 16px;
  }
  .view-article-btn {
    font-size: 16px;
  }
  .single-main .banner-wrapper h1 {
    font-size: 28px;
    text-align: center;
  }
  .single-main .cta-section.red {
    text-align: center;
  }
  .single-main .cta-section a {
    margin: auto;
  }
  .faqSection .card-header button {
    font-size: 16px;
  }
  .content-cta-wrapper {
    background: #e80101;
  }
  .content-cta-wrapper .content-cta-info {
    grid-template-columns: 1fr;
  }
  .content-cta-wrapper .content-cta-info h4 {
    display: none;
  }
  .content-cta-wrapper .content-cta-info p {
    text-align: center;
  }
  .single-main .banner-wrapper {
    padding: 20px;
  }
  .single-main .banner-wrapper .author-details {
    justify-content: center;
    flex-wrap: wrap;
  }
  .right-sidebar-cta h4 {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .single-main .cta-section a,
  .single-main .cta-section button {
    margin: auto;
  }
  .author-grid {
    gap: 30px;
  }
  .author-wrapper .info-grid {
    flex-direction: column;
    gap: 20px;
  }
  .author-wrapper .info-grid .info-item ul {
    margin-bottom: 20px;
  }
  .author-wrapper .info-grid .info-item {
    width: 100% !important;
    padding: 0px;
    border-right: 0px;
    border-bottom: 1px dashed #d3d3d3;
  }
  .author-wrapper .info-grid .info-item h3 {
    font-size: 16px;
  }
  .author-title-wrapper .title-verified-wrapper h2 {
    font-size: 22px;
  }
  .author-grid .author-right-content h3 {
    font-size: 14px;
    margin-top: 15px;
  }
  .author-grid .author-right-content p {
    font-size: 14px;
  }
  .author-wrapper {
    padding: 30px;
  }
  .author-title-wrapper .title-verified-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .author-blogs .blog-tab-content {
    grid-template-columns: 1fr;
  }
  .author-blogs .blog-content-list h3 {
    font-size: 22px;
  }
  .author-blogs {
    padding-top: 0px;
  }
  .author-details-bottom h3 {
    font-size: 22px;
  }
  .author-details-bottom .content p {
    color: #333333;
  }
  .feature-grid .feature-right .featured-sidebar-articles .latest-post-wrapper {
    grid-template-columns: 1fr;
  }
  .blog-home-banner .content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .feature-blog-wrapper
    .feature-grid
    .feature-left
    .featured-article-content
    h2 {
    font-size: 20px;
  }
  .blog-home-banner .content {
    padding: 80px 20px;
  }
  .search-and-marquee .marquee-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .search-and-marquee .marquee-grid .right-side .cus--search input {
    width: 100%;
  }
  .search-and-marquee .marquee-grid .right-side {
    width: 100%;
  }
  .blog-cards-grid .blog--cards img {
    height: 260px;
  }
  .category-banner .content h1 {
    font-size: 30px;
  }
  .category-banner .content p {
    font-size: 14px;
  }
  .search-and-marquee .marquee-grid .left-side .category-grid-list {
    gap: 15px;
    justify-content: center;
  }
  .category-blogs .cat-blogs-head h3 {
    font-size: 20px;
  }
  .category-blogs .cat-blogs-head a {
    font-size: 16px;
  }
  .blog-home-banner .content .tnp-subscription form .tnp-field-email input {
    font-size: 14px;
  }
  .blog-home-banner .content .tnp-subscription form .tnp-field-button input {
    font-size: 14px;
    padding: 10px;
  }
	.thankYou .mobileAppBanner__main .mobileAppBanner__left h1{
		font-size:30px;
	}
}

@media (max-width: 576px) {
  .blog-category-tab-wrapper .blog-content-list {
    grid-template-columns: 1fr;
  }
  .blog-category-tab-wrapper .blog-tab-category {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blog-category-tab-wrapper .blog-tab-category li {
    width: fit-content;
  }

  .single-main .banner-wrapper {
    padding: 30px 20px;
    height: auto;
  }
  .single-main .banner-wrapper h1 {
    font-size: 24px;
    padding-top: 0px;
  }
  .single-main .banner-wrapper .author-details {
    flex-direction: column;
  }
  .footer .grid .right .btnWrapper {
    flex-direction: column;
  }
  .content-cta-wrapper .content-cta-info p {
    font-size: 16px;
  }
  .single-main .blog-content-wrapper p {
    font-size: 16px;
  }
  .testimonial-cta::before {
    width: 90px;
    height: 60px;
  }
  .testimonial-cta-info-img img {
    width: 55px;
    height: 55px;
  }
  .mainContactForm .headContent h3 br {
    display: none;
  }
  .author-details-bottom .img-info {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .category-banner .content h1 {
    font-size: 26px;
  }
}

/* RESPONSIVE END */
