
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}
.reach-header .navbar-brand img {
  width: 114px;
}
.nav-link-outer {
  margin: auto;
}
/* Remove default Bootstrap hamburger icon */
.custom-toggler .navbar-toggler-icon {
  display: none;
}

/* Custom hamburger lines */
.custom-toggler .toggler-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 14px;
}
.custom-toggler .toggler-icon span {
  height: 2px;
  background-color: #9ca3af;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Transform to X when .open is added */
.custom-toggler.open .toggler-icon span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.custom-toggler.open .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open .toggler-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.custom-toggler {
  border: none;
}
.custom-logo-link img {
  width: 114px;
  height: auto;
}
.custom-toggler:focus {
  outline: none;
  box-shadow: none;
}
.reach-header nav.navbar {
padding:20px 0;
background-color: #fff;
}
.reach-header nav.navbar .dropdown-toggle::after{
display: none;
}
section.small-banner-section {
margin-top: 90px;
}
.featured-post-slider {
padding-top: 72px;
}
 #error-page-content h1 {
  font-size: 150px;
  font-weight: bold;
  color: #bf4346;
}
div#error-page-content h4 {
  font-size: 18px;
}
#error-page-content {
  width: 480px;
  margin: 10% auto 0 auto;
  text-align: center;
}
button.carousel-control-prev, button.carousel-control-next {
display: none;
}
.section-links li.active-li a {
border-bottom: 1px solid #b91c1c;
}
.reach-header nav.navbar .nav-item {
margin-right: 24px;
}
.reach-header nav.navbar .nav-link {
padding: 10px;
font-size: 16px;
color: #6B7280;
font-weight: 600;
box-shadow: none;
outline: none;
}
.reach-header nav.navbar .nav-link:focus, .reach-header nav.navbar .nav-link:active {
  box-shadow: none;
  outline: none;
}
.reach-header nav.navbar .nav-link span {
padding-left: 10px;
}
.reach-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0px 2px 10px 0px #00000029;
  border-radius: 0;
}
.reach-header .navbar-expand-lg .navbar-nav ul.dropdown-menu {
  padding: 0;
}
.mint-read span {
  position: relative;
  top: -1px;
}
.profile-info p {
  text-transform: capitalize;
}
.reach-header .navbar-expand-lg .navbar-nav ul.dropdown-menu.show li a:hover {
  background-color: #ddd;
}
.reach-header nav.navbar .nav-item a.nav-link.dropdown-toggle.show{
  color: #B91C1C;
}
.reach-header nav.navbar .nav-item a.nav-link.dropdown-toggle.show span svg {
  transform: rotate(-180deg);
}
.reach-header nav.navbar .nav-item a.nav-link.dropdown-toggle.show span svg path {
  fill: #B91C1C;
}
.reach-header .navbar-expand-lg .navbar-nav .dropdown-menu li a {
  padding: 10px;
}
.reach-header .navbar-expand-lg .navbar-nav .dropdown-menu li {
  margin-right: 0;
}
.reach-header .navbar-expand-lg .navbar-nav .dropdown-menu li a {
  padding: 14px 10px;
  font-size: 16px;
  color: #6B7280;
}
.reach-header .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
 background-color: #ddd;
}
.small-banner-image-top img {
width: 100%;
} 
.title-content {
text-align: center;
background-color: #fff;
max-width: 959px;
padding: 33px 0px;
border-radius: 16px;
position: relative;
margin: -115px auto 0;
top:auto;
margin: auto;
}
.title-content h1 {
font-size: 48px;
color: #111827;
font-weight: 600;
line-height: normal;
margin-bottom: 16px;
}
.title-content h1 span {
color: #B91C1C;
}
.title-content p {
  max-width: 895px;
  margin: auto;
  font-size: 18px;
  color: #111827;
  font-weight: 500;
  line-height: 28px;
}
.featured-slider-outer {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.featured-right-content {
width: 50%;
max-width: 642px;
}
.featured-image {
width: 50%;
max-width: 544px;
margin-right: 29px;
}
.featured-image figure {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.featured-image figure img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.featured-persion-info ul li {
display: inline-block;
margin-right: 20px;
position: relative;
}
.featured-persion-info ul li:nth-child(2):before {
  content: '';
  position: absolute;
  border-right: 1px solid #272727;
  top: 2px;
  right: -13px;
  width: 2px;
  height: 90%;
}
.featured-persion-info ul {
padding: 0;
margin-bottom: 16px;
}
.featured-image figure img {
border-radius: 10px;
}
.profile-info p span img {
margin-right: 6px;
border-radius: 50%;
}

.author-profile a img {
  border-radius: 50%;
}
.featured-persion-info ul li p {
color: #4B5563;
font-size: 14px;
font-weight: 500;
line-height: 24px;
}
.featured-persion-info ul li p {
margin-bottom: 0;
}
.featured-blog-heading h2 {
color: #B91C1C;
font-size: 24px;
font-weight: 600;
margin-bottom: 16px;
}
.featured-blog-heading p {
color: #4B5563;
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin-bottom: 0;
}
.read-more{
padding-top: 16px;
}
.reach-button {
background-color: #B91C1C;
color: #fff;
padding: 13px 20px;
text-decoration: none;
font-size: 16px;
font-weight: 600;
border-radius: 6px;
display: inline-block;
margin-top: 10px;
}
.reach-button:hover {
background-color: #991b1b;
}
.latter-content p {
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin-bottom: 0;
color: #111827;
}
.latter-content h3 {
color: #B91C1C;
font-size: 36px;
font-weight: 700;
line-height: 54px;
margin-bottom: 16px;
}
.latter-content {
width: 100%;
max-width: 697px;
}
.news-latter-outter {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.carousel-inner {
padding-bottom: 72px;
}
.carousel-indicators [data-bs-target] {
background-color: #B91C1C;
width: 10px;
height: 10px;
border-radius: 50%;
}
.blog-quick-links {
padding: 72px 0 0;
}
.padding-top-bottom-72{
padding: 72px 0;
}
.section-links {
text-align: center;
}
.section-links ul li {
display: inline-block;
margin-right: 32px;
}
.section-links ul li a {
padding: 10px;
color: #111827;
text-decoration: none;
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.section-heading h2 {
font-size: 24px;
font-weight: 600;
color: #111827;
line-height: normal;
}
.section-heading h2 span {
color: #B91C1C;
}
.top-section-heading {
display: flex;
justify-content: space-between;
width: 100%;
}
.see-all-link a {
font-size: 16px;
font-weight: 600;
color: #B91C1C;
text-decoration: none;
}
.blog-card-outer {
display: flex;
width: 100%;
align-items: flex-start;
padding: 44px 0 0;
align-items: stretch;
}
.ebook-card-section{
padding: 72px 0;
}
.e-book-form {
  box-shadow: 0px 0px 34px 0px #3737371A;
  padding: 24px;
  border-radius: 6px;
}
.e-book-form ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.e-book-form span.hs-form-required {
  color: #B91C1C;
}
.e-book-form .hs_error_rollup ul li label {
  padding-bottom: 10px;
}
.e-book-form fieldset{
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 16px !important;
}
.single-ebooks .banner-section .row {
  align-items: center;
}
.e-book-form fieldset .input input, .e-book-form fieldset .input select, .e-book-form fieldset .input textarea {
  width: 100% ;
  border: 1px solid #6B7280;
  padding: 7px;
  color: #6B7280;
  border-radius: 8px;
}
.e-book-form fieldset .input textarea{
  width: 100% !important;
}
.e-book-form .hs-richtext.hs-main-font-element p {
  color: #6B7280;
  font-size: 12px;
  margin-bottom: 0 !important;
}
.e-book-form fieldset .hs-phone .input .hs-input{
  width: 100%;
}
.e-book-form .hs_submit.hs-submit .actions .hs-button {
  background: #B91C1C;
  border: 1px solid #B91C1C;
  color: #fff;
  padding: 10px 16px;
  width: 100%;
  border-radius: 6px;
}
.e-book-form form fieldset label {
  color: #6B7280;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}
fieldset.form-columns-1 .hs-fieldtype-text .input input {
  width: 100%;
}
.card-box:nth-child(3n) {
margin-right: 0;
}
.latter-content span{
 color: #111827;
}
.card-box {
width: 100%;
max-width: 357px;
border-radius: 16px;
background: #FFF;
box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
padding: 16px;
margin-right: 60px;
}
.card-image figure {
width: 100%;
height: 247px;
overflow: hidden;
}
.card-image figure img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
p.blog-date {
position: absolute;
top: 16px;
right: 16px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.40);
backdrop-filter: blur(42px);
margin-bottom: 0;
padding: 0 8px;
font-size: 12px;
color: #111827;
font-weight: 500;
}
.author-info {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.author-image figure span {
color: #4B5563;
font-size: 14px;
font-weight: 500;
line-height: 24px;
padding-left: 4px;
}
.author-image figure{
margin-bottom: 0;
}
.blog-info p {
color: #4B5563;
font-size: 16px;
font-weight: 500;
line-height: 24px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-info a {
font-size: 16px;
color: #B91C1C;
font-weight: 600;
text-decoration: none;
}
.author-image figure img {
border-radius: 50%;
}
.mint-read p {
color: #4B5563;
font-size: 14px;
margin-bottom: 0;
font-weight: 500;
line-height: 24px;
}
.blog-info h3 {
color: #B91C1C;
font-size: 18px;
font-weight: 700;
line-height: 28px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-info h3 a{
  font-size: 18px;
font-weight: 700;
  
}
.author-image figure {
margin-bottom: 0;
}
.case-card-section {
padding-top: 72px;
}
.case-card-section .card-box {
width: 100%;
max-width: 592px;
margin-right: 32px;
}
.case-card-section .card-box:nth-child(2n) {
margin-right: 0px;
}
.case-card-section .card-image figure {
height: 300px;
}
.card-image {
position: relative;
}
footer{
background-color: #F9FAFB;
padding-top:72px;
}
.follor-linkdin {
  padding-top: 20px;
}
footer .footer-logo img{
width: 140px;
}
.footer-logo {
margin-bottom: 24px;
}
.footerlinks-outer {
display: flex;
justify-content: space-between;
width: 100%;
border-bottom: 1px solid #E5E7EB;
}

.left-footerlinks {
padding: 20px 0;
}
.footerlink-box ul {
padding: 0;
margin-bottom: 0;
}
.footerlink-box ul h4 {
font-size: 16px;
color: #9CA3AF;
font-weight: 500;
line-height: 24px;
text-transform: capitalize;
}
.left-footerlinks {
padding: 20px 0;
display: flex;
}
.left-footerlinks .footerlink-box {
margin-right: 40px;
margin-top: 10px;
}
.left-footerlinks .footerlink-box ul li {
list-style: none;
padding-bottom: 10px;
}
.left-footerlinks .footerlink-box ul li a {
padding: 10px 0;
display: inline-block;
color: #6B7280;
font-weight: 500;
text-decoration: none;
font-size: 14px;
line-height: 24px;
}
.left-footerlinks .footerlink-box ul li a:hover{
color:#111827
}
.follor-linkdin h4 {
color: #9CA3AF;
font-size: 16px;
font-weight: 500;
}
.follor-linkdin ul {
padding: 0;
list-style: none;
}
.follor-linkdin ul a {
color: #6B7280;
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-decoration: none;
}
.download-app {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
padding: 30px 0;
border-bottom: 1px solid #E5E7EB;
}
.download-app .download-app-from ul {
padding: 0;
margin-bottom: 0;
}
.download-app h4 {
color: #6B7280;
font-size: 18px;
font-weight: 700;
line-height: 28px;
margin-bottom: 0;
}
.download-app .download-app-from ul li{
list-style: none;
display: inline-block;
margin-right: 20px;
}
.download-app .download-app-from ul li:last-child{
margin-right:0;
}
.copy-right {
padding: 30px 0;
}
.copy-right p {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 0;
}
.blog-detail{
padding: 50px 0 ;
margin-top: 92px;
}
.related-blogs {
padding-top: 144px;
}
.blog-date-read ul li:last-child {
border: none;
}
.blog-date-read ul li {
display: inline-block;
color: #4B5563;
font-size: 16px;
font-weight: 500;
line-height:0 ;
border-right: 1px solid #272727;
padding-right: 15px;
margin-right: 10px;
}
.blog-date-read ul li span {
  position: relative;
  top: -2px;
}
.reviewed-author-avatar a img {
  border-radius: 50%;
}
.tags {
  display: flex;
}
.tags ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
.tags ul li {
  display: inline-block;
}
.tags ul li a {
  background: #FFF1F2;
  color: #111827;
  display: block;
  padding: 3px 12px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
    font-weight: 500;
}
.tags h4 {
  color: #111827;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.tag-section {
  padding: 72px 0;
}
.tag-section .blog-card-outer {
  flex-wrap: wrap;
}
.tag-section .blog-card-outer .card-box {
  margin-bottom: 40px;
}
.full-detail-content h1 {
color: #B91C1C;
font-size: 48px;
font-weight: 600;
padding: 24px 0 16px;
margin-bottom: 0;
}
.blog-featured-image img {
width: 100%;
margin-top: 24px;
border-radius: 10px;
}
.blog-uppar-container {
width: 100%;
max-width: 872px;
margin: auto;
}
.author-profile p {
margin-bottom: 0;
text-transform: capitalize;
}
.author-profile p a {
  text-decoration: none;
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.author-profile p a:hover {
  color: #b91c1c;
}
.blog-date-read ul{
padding: 0;
margin-bottom: 24px;
}
.case-study-featured-image {
  padding-top: 8px;
}
.company-image {
  margin-bottom: 24px;
}

.banner-heading h1{
color: #B91C1C;
font-size: 48px;
font-weight: 600;
line-height:normal;
}
.banner-section{
margin-top: 92px;
}
.collection-box h2, .collection-box  h3, .collection-box h4 {
color: #B91C1C;
font-size: 24px;
font-weight: 600;
line-height: normal;
padding-bottom: 32px;
} 
.collection-box p{
  color: #4B5563;
font-size: 16px;
  
}
.collection-box ul li {
color: #4B5563;
font-size: 16px;
}
.collection-box ul {
padding-left: 18px;
}
.collection-box {
margin-bottom: 60px;
padding-bottom: 24px;
border-bottom: 1px solid #E4E4E4;
}
.collection-box:last-child {
margin-bottom: 0;
}
.sub-detail p {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #4B5563;
}
.single-ebooks .sub-detail p {
  color: #111827;
}
.collection-center h2, .collection-center h3, .collection-center h4, .collection-center h5, .collection-center h6 {
  color: #B91C1C;
  margin-bottom: 15px;
}
.collection-center p {
  color: #4B5563;
  font-size: 16px;
  line-height: 24px;
}
 #error-page-content p a {
  color: #bf4346;
  text-decoration: none;
}
section.page_404 {
  padding: 72px 0;
}
.collection-center h2, h3 {
  color: #B91C1C;
  margin-bottom: 15px;
  font-size: 24px;
}
.case-studay-detail-page-main-content h2, .case-studay-detail-page-main-content h3, .case-studay-detail-page-main-content h4, .case-studay-detail-page-main-content h5, h6{
  color: #B91C1C;
  margin-bottom: 16px;
}
.case-studay-detail-page-main-content h2 {
  color: #B91C1C;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.case-studay-detail-page-main-content p {
  color: #4B5563;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.case-studay-detail-page-main-content {
  margin-top: 32px;
}
.case-study-featured-image figure img {
width: 100%;
border-radius: 10px;
}
.stats-table {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
padding-top: 72px;
}
.stats-box h2 {
font-size: 48px;
color: #B91C1C;
font-weight: 600;
line-height: normal;
}
.stats-box p {
color: #4B5563;
font-size: 14px;
line-height: 24px;
font-weight: 500;
}
.case-study-featured-image figure {
margin-bottom: 0;
}
.banner-section .row {
justify-content: space-between;
}
.company-info h3 {
color: #272727;
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
line-height: 28px;
}
.company-info p {
font-size: 16px;
color: #4B5563;
font-weight: 500;
line-height: 24px;
margin-bottom: 24px;
}
.company-profile {
padding: 80px 0 40px;
}
.stats-box {
width: 151px;
}



/* blog details page */
.blog-details-banner {
    background-color: #051650;
    padding: 88px 0;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    background-position: center center;
    position: relative;
}
section.blog-details-banner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #080169 0%, rgba(8, 1, 105, 0.85) 19.29%, rgba(8, 1, 105, 0.65) 38.75%, rgba(8, 1, 105, 0.55) 55.24%, rgba(8, 1, 105, 0.00) 100%);
    top: 0;
    left: 0;
    content: '';
}
.resource-part .blog-info p {
    min-height: auto;
}
.upcoming-webinar-popup.expert-advisor-popup .modal-header button.close {
    top: 14px;
}
.blog-title-info p {
    font-size: 20px;
    color: #fff;
}
.webinar-featured-image figure {
    height: 392px;
    width: 392px;
}
.webinar-featured-image figure img {
    border-radius: 24px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.upcoming-webinar-popup.expert-advisor-popup .modal-header {
    border: none;
    background-color: #fff;
}
.upcoming-webinar-popup.expert-advisor-popup .modal-body {
    padding-bottom: 30px;
    background-color: #fff;
    color: #000;
}
.details-banner-info .blog-cat {
    background-color: #D9E1FF;
    padding: 10px 24px;
    font-size: 18px;
    display: inline-block;
    color: #051650;
    border-radius: 10px;
    font-weight: 500;
}
.blog-title-info h1 {
    font-size: 40px;
    color: #ffffff;
    padding: 16px 0;
    line-height: 1.3;
}
.read-timming ul li {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-right: 16px;
}
.read-timming ul li:last-child {
    margin-right: 0;
}
.read-timming ul {
    padding: 0;
}
.read-timming span {
    background-color: transparent;
    padding: 0 6px 0 0;
}
.read-timming ul li a {
    color: #FC8E26;
    text-decoration: none;
}
.blog-featured-image figure {
    width: 100%;
    border-radius: 10px;
}
.blog-featured-image img {
    width: 100%;
    border-radius: 10px;
}
div#blog-content h2 {
  color: #B91C1C;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  border-top: 1px solid #E4E4E4;
  padding: 24px 0 15px;
}
#blog-content h2, #blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6 {
    color: #051650;
}
#blog-content h3{
    font-size: 22px;

}
#blog-content h4{
    font-size: 20px;

}
.read-timming ul li span {
    color: #fff;
}
.blog-details-banner .row{
    justify-content: space-between;
    align-items: center;
}
.blog-details-table {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 72px 0;
}
.detail-table-content {
    padding: 0;
    margin-bottom: 20px;
    width: 22%;
}
.details-table-right {
    width: 70%;
}
.details-table-right p {
  font-size: 16px;
  color: #4B5563;
  line-height: 24px;
  font-weight: 500;
}
.author-info h3 {
    color: #051650;
    font-size: 24px;
    padding-bottom: 12px;
}
.detail-table-content div#toc-container ul {
    list-style: none;
    padding-left:0;
    padding-right: 0;
}
.blog-details-table {
  flex-wrap: wrap;
}
div#toc-container ul li {
  direction: ltr;
}

div#toc-container ul {
  max-height: 255px;
  overflow: auto;
}
.detail-table-content div#toc-container ul li a {
    color: #272727;
    font-size: 16px;
    text-decoration: none;
}
.table-of-content-left .share-it h3 {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    margin-bottom: 16px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}
.detail-table-content div#toc-container ul li a.active {
  color: #B91C1C;
  font-weight: 700;
}
.detail-table-content div#toc-container ul li {
    padding-bottom: 17px;
}
.details-table-right a {
    color: #FC8E26;
    text-decoration: none;
}

.image-and-name-author{
    display: flex;
    align-items: center;
}
.author-full-detail-outer .author-image figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 0;
}
.author-full-detail-outer .author-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.author-details-right h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.author-full-detail-outer p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.author-linkdin a {
    background-color: #FC8E26;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}
.target-fliter-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 31px 0;
}
.left-filter ul {
    padding: 0;
    margin-bottom: 0;
}
.left-filter ul li {
    display: inline-block;
    margin-right: 40px;
}
.left-filter ul li a {
    color: #272727;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
.filter-by-catagories-right select {
    background-color: #F2F2F2;
    border: none;
    padding: 10px 36px 10px 16px;
    font-size: 18px;
    border-radius: 29px;
}
.blog-slider-resource {
    margin-top: 40px;
}
.single-post .blog-featured-image {
  max-width: 100%;
  height: auto;
}
.table-of-content-left {
  position: sticky;
  top: 92px;
}
.table-of-content-left h3 {
  font-size: 18px;
  color: #272727;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
}
.detail-table-content div#toc-container ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
/* blog details page end*/
.reach-header .custom-logo-link img {
  height: auto;
}
.author-image figure img {
  width: 32px;
  height: 32px;
}
.title-content {
  margin: -115px auto 0;
top:auto;
}
.featured-post-slider {
  padding-top: 72px;
}
button.carousel-control-prev, button.carousel-control-next {
  display: none;
}
.section-links li.active-li a {
  border-bottom: 1px solid #b91c1c;
}
.blog-info a:hover {
  color: #e32929;
}
.custom-quotes-block {
  background-color: #B91C1C;
  padding: 24px;
  position: relative;
}
.custom-quotes-block:before {
  content: '';
  background-image: url(/wp-content/uploads/2025/04/Dots.png);
  background-repeat: no-repeat;
  background-position: 183px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.custom-quote-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.textaera-quotes-block p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}
.custom-quotes-block {
  background-color: #B91C1C;
  padding: 24px;
  border-radius: 27.225px;
}
.reviewed-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.share-it {
  padding-bottom: 24px;
  display: inline-block;
}
.reviewed-author-avatar strong {
  color: #B91C1C;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.review-by p {
  color: #272727;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 16px;
}
.author-linkedin a {
  color: #000;
  font-size: 20px;
}
.reviewed-author-avatar img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.textaera-quotes-block {
  width: 55%;
}
.profile-sidebar {
  width: 30%;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
}
.profile-sidebar figure {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 25px;
}
.profile-sidebar figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
ul.list-unstyled.nw-author-sidebar-content li span {
  color: #4B5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
ul.list-unstyled.nw-author-sidebar-content li p {
  color: #111827;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 8px;
}
.profile-detail-info {
  width: 66%;
}
.profile-name-and-linkdin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 61px;
  margin-bottom: 60px;
}
.nw-author-full-description{
  padding-top: 40px;
}
.profile-sidebar figure img{
  width: 100%;
}
.profile-outer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
.nw-author-full-description h3 {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 16px;
}
.nw-author-full-description ul li {
  color: #6B7280;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}
.nw-author-full-description p{
  color: #6B7280;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.nw-author-section {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 85px;
  padding-bottom: 54px;
  margin-bottom: 72px;
}
.nw-author-section::before {
  content: '';
  background: #FFF1F2;
  position: absolute;
  width: 100%;
  height: 30%;
  top: 80px;
  z-index: 1;
}
.nw-author-section .nw-author-row {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.p-name-col h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}
.p-name-col p {
  font-size: 18px;
  font-weight: 700;
  color: #6B7280;
  line-height: 28px;
}
.linkdin-col span {
  color: #6B7280;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-bottom: 16px;
}
.linkdin-col p a span {
  background-color: #0077B5;
  color: #fff;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewed-author-avatar a {
  text-decoration: none;
}
more-blog-author .section-heading h3 {
  font-size: 24px;
  font-weight: 600;
}
h3.author-blog-cards-heading span {
  color: #B91C1C;
}
.breadcrumb li {
  display: inline-block;
  color: #6B7280;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.breadcrumb ul {
  padding: 0;
}
.blog-uppar-container nav {
  margin-bottom: 24px;
}
.blog-uppar-container .breadcrumb  li a {
  color: #6B7280;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #B91C1C;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
}
button#scrollTopBtn p{
  margin-bottom: 0;
  text-align: center;
}
#scrollTopBtn:hover {
  background-color: #555;
}
.breadcrumb li.breadcrumb-item.active {
  color: #b91c1c;
}
.more-blog-author {
  padding: 0 0 72px;
}
section.more-blog-author .blog-card-outer {
  flex-wrap: wrap;
}
section.more-blog-author .card-box {
  margin-bottom: 60px;
}
.listing-page {
  justify-content: center;
}
.blog-listing-page .blog-card-outer {
  flex-wrap: wrap;
}
.blog-listing-page .top-section-heading {
  justify-content: center;
}
.blog-listing-page .blog-card-outer .card-box {
  margin-bottom: 40px;
}
.pagination .page-numbers {
  padding: 3px 11px;
  border: 1px solid #6B7280;
  margin-right: 8px;
  color: #111827;
  text-decoration: none;
  border-radius: 4px;
}
.pagination {
  justify-content: center;
}
.pagination span.page-numbers.current {
  background-color: #B91C1C;
  color: #fff;
  border-color: #B91C1C;
}
.pagination .page-numbers:hover {
  background-color: #B91C1C;
  color: #fff;
  border-color: #B91C1C;
}
p.read-time {
  font-size: 14px;
  color: #4B5563;
  line-height: 24px;
  margin-bottom: 0;
}
.more-blog-author .blog-card-outer p {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
}
.reach-header nav.navbar .nav-item:hover .dropdown-menu {
  display: block;
}
.reach-header .navbar-expand-lg .navbar-nav ul.dropdown-menu.show li a:hover {
  background-color: #ddd;
}
.reach-header nav.navbar .nav-item .dropdown-menu.show {
  display: block;
}
.category-name p {
  color: #B91C1C;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}
@media (min-width:1200px) {
    .nw-author-section::before {
      height: 302px;
  }
  .container{
    max-width: 1216px;
  }
}
  @media  (max-width:991px) {
  .title-content {
    padding: 33px;
  }
  .tag-section .blog-card-outer .card-box {
    margin-right: 14px;
}
  .reach-header nav.navbar .nav-link {
    padding: 10px 0;
}
.left-footerlinks {
  flex-wrap: wrap;
}
  .nav-link-outer {
    margin: 10px auto;
}
  .blog-detail {
    margin-top: 66px;
}
  .latter-content {
    width: 70%;
}
.blog-card-section .blog-card-outer {
  flex-wrap: wrap;
  justify-content: space-between;
}
    .title-content h1 {
      font-size: 32px;
  }
  .p-name-col h1 {
    font-size: 26px;
    line-height: 24px;
}
.p-name-col p {
  font-size: 16px;
  line-height: 24px;
}
.linkdin-col span {
  font-size: 16px;
  line-height: 24px;
}
ul.list-unstyled.nw-author-sidebar-content li p {
  font-size: 14px;
}
  .title-content p {
    font-size: 16px;
    max-width: 100%;
  }
  .featured-slider-outer {
  flex-wrap: wrap;
  }
  .featured-image {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  }
  .featured-right-content {
  width: 100%;
  max-width: 100%;
  }
  .blog-card-outer {
  flex-wrap: wrap;
  }
  .card-box {
  width: 48%;
  max-width: 48%;
  margin-right: 14px;
  margin-bottom: 20px;
  }
  .banner-heading h1 {
    font-size: 30px;
}
  .card-box:nth-child(3n) {
  margin-right: unset;
  }
  .card-box:nth-child(2n) {
  margin-right: 0;
  }
  .card-box {
    margin-right: 20px;
  }
  .case-card-section .card-box {
  width: 100%;
  max-width: 48%;
  margin-right: 26px;
  }
  .full-detail-content h1 {
  font-size: 32px;
  }
  .banner-heading h1 {
    font-size: 30px;
}
.textaera-quotes-block p {
  font-size: 16px;
}
.detail-table-content {
  width: 30%;
}
.details-table-right {
  width: 65%;
}
.collection-center h3 {
  font-size: 20px;
}
.banner-section {
  margin-top: 60px;
}
  }
  @media  (max-width:767px) {
    .title-content {
      position: static;
      margin: 0;
  }
  .latter-content {
    width: 100%;
}
  .featured-persion-info ul li {
    margin-right: 10px;
}
.featured-persion-info ul li:nth-child(2):before {
  right: -8px;
}
  .e-book-form fieldset .input input, .e-book-form fieldset .input select, .e-book-form fieldset .input textarea {
    width: 100% !important;
}
.e-book-form fieldset .hs-phone .input select {
  margin-bottom: 20px;
}
  .blog-date-read ul li {
    font-size: 14px;
    border-right: none;
}
  footer {
    padding-top: 40px;
}
.case-studay-detail-page-main-content {
  margin-top: 40px;
}
.blog-date-read ul li:nth-child(2) {
  padding-left: 23px;
}
.footer-logo {
  margin-bottom: 5px;
}
.follor-linkdin {
  padding-top: 0px;
}
.left-footerlinks {
  padding: 20px 0 10px;
}
  .profile-outer {
    flex-wrap: wrap;
}
.profile-sidebar {
  width: 100%;
}
.profile-detail-info {
  width: 100%;
}
.profile-name-and-linkdin {
  flex-wrap: wrap;
}
.p-name-col {
  width: 100%;
}
.linkdin-col {
  width: 100%;
}
.profile-name-and-linkdin {
  margin-bottom: 20px;
}
.nw-author-full-description {
  padding-top: 10px;
}
.p-name-col h1 {
  font-size: 22px;
}
  .stats-box h2 {
    font-size: 30px;
}
.custom-quote-outer {
  flex-wrap: wrap;
}
.textaera-quotes-block {
  width: 100%;
}
.custom-quotes-block:before {
  background-position: top;
}
  .title-content h1 {
    font-size: 24px;
  }
  .stats-table {
    padding-top: 40px;
    flex-wrap: wrap;
}
.stats-box {
  width: 48%;
}
  .title-content {
    padding: 33px 0;
  }
  .featured-blog-heading h2 {
    font-size: 20px;
  }
  .featured-blog-heading p {
    font-size: 14px;
    line-height: 24px;
  }
  .reach-button {
    font-size: 14px;
  }
  .section-links ul {
    padding: 0;
  }
  .section-links ul li {
    margin-right: 0px;
  }
  .section-links ul li a {  
    font-size: 14px;
    padding: 8px;
  }
  .padding-top-bottom-72 {
    padding: 40px 0;
  }
  .section-heading h2 {
    font-size: 20px;
  }
  .card-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .case-card-section .card-box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .featured-post-slider {
    padding-top: 40px;
}
.case-card-section .card-box:last-child {
  margin-bottom: 0;
}
.card-box:last-child {
  margin-bottom: 0;
}
  .title-content p {
    font-size: 14px;
  }
  .blog-card-outer {
    padding: 30px 0 0;
  }
  .blog-info p {  
    font-size: 14px;
  }
  .news-latter-outter {
    flex-wrap: wrap;
  }
  .latter-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .detail-table-content {
    width: 100%;
  }
  .details-table-right {
    width: 100%;
    margin-top: 40px;
  }
  .latter-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .latter-content {
    margin-bottom: 16px;
  }
  .card-image figure {  
    height: auto;
  }
  .footerlinks-outer {
    flex-wrap: wrap;
  }
  .left-footerlinks {
    flex-wrap: wrap;
  }
  .blog-date-read ul li {
    padding-right: 10px;
    margin-right: 0px;
  }
  .blog-detail {
  padding: 40px 0;
  }
  .download-text {
    width: 50%;
  }
  .download-app-from {
  width: 50%;
  text-align: right;
  }
  .download-app {
  align-items: flex-start;
  
  }
  .download-app .download-app-from ul li{
  margin-right: 0;
  margin-bottom: 20px;
  }
  .full-detail-content h1 {
    font-size: 22px;
  }
  .blog-details-table {
    padding: 0px 0;
}
  }
  
