/* ============ Home ceo quote ============ */
.quote-bio a {
    text-decoration: underline;
    font-weight: bold;
}
.quote-bio a:hover {
    color: #ffffffd1 !important;
}
section.testimonials .container .section-title {
    font-family: 'Nuckle Regular';
}

span.font-regular {
    font-family: 'Nuckle regular';
    font-weight: 400;
}
.cta-banner h2 {
    font-family: Nuckle Regular !important;
}
/* ============ Form css ============ */
.form-ctm-field input {
    border-radius: 20px !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
}
.form-ctm button {
    border-radius: 20px !important;
}

/* ============ TEAM SECTION ============ */
.team-grid-outter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.team-section{
  background: linear-gradient(90deg, #C93629 0%, #621C15 100%);
  color: #fff;
  padding: 90px 0;
  text-align: center;
}
.team-heading{
  font-family: var(--font-display, Oswald, sans-serif);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  max-width: 930px;
  margin: 0 auto 50px;
  color: #fff;
}

.team-grid{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.team-card{
  width: 315px;
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
}
.team-photo{
  padding: 24px;
}
.team-photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}
.team-info {
    background: #b2493d;
    padding: 20px 24px 28px;
    text-align: center;
}
.team-name{
  font-size: 15px;
  color: #f0d9d9;
  margin-bottom: 4px;
}
.team-role{
  font-family: var(--font-display, Oswald, sans-serif);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
.team-socials{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.team-socials a{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-socials img{
  width: 16px;
  height: 16px;
}
.team-info .quote-socials {
    align-items: center;
    justify-content: center;
}


/* ============ SERVICES BANNER ============ */
.banner{
  background: var(--black);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* .services-banner {
    background-image: url("../images/service-banner.png");
} */
.services-provide .blueprint-cards {
    gap: 30px;
}
.services-banner-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 320px;
}
.services-banner-inner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-banner-inner-content h1{
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 10px;
}
.services-banner-inner-content p{
  color: #ccc;
  font-size: 18px;
}
.services-banner-media{
  height: 320px;
  align-self: stretch;
}
.services-banner-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ SERVICES WE PROVIDE ============ */
.services-provide{
  padding: 90px 0;
  background: #fff;
}
.services-subtitle{
  text-align: center;
  color: var(--grey);
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 50px;
}
.services-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card{
  border: 1px solid var(--red);
  border-radius: 12px;
  padding: 32px;
}
.service-icon{
  width: 56px;
  height: 56px;
  background: var(--red-dark);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon img{
  width: 26px;
  height: 26px;
}
.service-card h4{
  font-size: 22px;
  margin-bottom: 12px;
}
.services-provide .blueprint-cards .blueprint-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
}
.services-provide .blueprint-cards .blueprint-card p {
    margin-bottom: 10px;
}
.service-card p{
  color: var(--grey);
  font-size: 15px;
  margin-bottom: 14px;
}
.read-more{
  color: var(--black);
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}


/* ============ RESULT BANNER ============ */
.result-banner{
  background: var(--black) url('chart-red-banner.jpg') center/cover no-repeat;
  padding: 70px 0;
}
.result-banner-inner{
  max-width: 500px;
  color: #fff;
}
.result-label{ color: #ccc; font-size: 15px; margin-bottom: 8px; }
.result-headline{
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 32px;
}
.result-percent{ color: var(--red-bright); }
.result-meta{ display: flex; flex-direction: column; gap: 20px; }
.result-meta-label{ color: #ccc; font-size: 14px; margin-bottom: 2px; }
.result-meta-value{ font-size: 20px; font-weight: 700; }

/* ============ BRANDS TRUST ============ */
.brands-trust {
    padding: 90px 0 90px 0;
    background: #f7f7f7;
    text-align: center;
}
.brands-subtitle {
    color: #000;
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.brands-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  justify-items: center;
}
.brands-grid .brand-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.brands-grid .brand-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.brands-grid .brand-item:hover::after {
    opacity: 1;
}

.brands-grid .brand-item img {
    display: block;
    height: 150px;
    width: auto;
    object-fit: cover;
}

/* ============ INTRO ============ */
.cs-intro{ padding: 20px 0 60px; }
.cs-intro-grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}
.cs-intro-copy p {
    color: var(--text);
    font-size: 16px;
    margin-bottom: 10px;
}
.cs-intro-copy p{ color: var(--text); font-size: 16px; }
.cs-intro-copy p a {
    font-weight: 600;
}
.cs-intro-media img{ border-radius: 12px; width: 100%; }

/* ============ ARTICLE BODY ============ */
.cs-article{ padding: 20px 0 80px; background: var(--light-grey); }
.cs-article-inner h2{ font-size: 30px; margin: 50px 0 18px; }
.cs-article-inner h2:first-child{ margin-top: 0; }
.cs-article-inner h3{ font-size: 22px; margin: 32px 0 14px; }
.cs-article-inner h4{ font-size: 18px; margin: 24px 0 10px; }
.cs-article-inner p{ font-size: 16px; color: var(--text); margin-bottom: 16px; }
.cs-article-inner ul,
.cs-article-inner ol{
  margin: 0 0 20px 0px;
}
.cs-article-inner li{
  font-size: 16px;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.5;
}
.cs-article-inner a{ color: var(--red); text-decoration: underline; }
.cs-article-inner strong{ color: var(--black); }
.cs-related-links{ list-style: none; margin-left: 0; }
.cs-related-links a{ font-weight: 700; }

/* ============ BLOG HEADINGS ============ */
.blog-heading{ font-size: 34px; margin-bottom: 30px; }

/* ============ CATEGORY ARCHIVE HEADER ============ */
.category-archive-header{ padding: 60px 0 0; }
.category-archive-header .blog-heading{ margin-bottom: 0; }
.category-archive-header + .blog-featured{ padding-top: 20px; }
.category-archive-header + .blog-listing{ padding-top: 20px; }

/* ============ FEATURED BLOG ============ */
.blog-featured{ padding: 60px 0 20px; }
.featured-card{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: stretch;
  border: 1px solid var(--border-grey);
  border-radius: 12px;
  overflow: hidden;
  color: inherit;
}
.featured-media img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-copy{ padding: 40px 40px 40px 0; display: flex; flex-direction: column; justify-content: center; }
.blog-read-time{ color: var(--grey); font-size: 14px; margin-bottom: 12px; }
.featured-copy h3{ font-size: 26px; line-height: 1.3; margin-bottom: 16px; }
.featured-copy p{ color: var(--grey); font-size: 15px; line-height: 1.6; }

/* ============ BLOG GRID ============ */
.blog-listing{ padding: 40px 0 90px; }
.blog-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-card{
  display: block;
  color: inherit;
}
.blog-card-media{
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 16/9;
}
.blog-card-media img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--grey);
  font-size: 13px;
  margin-bottom: 10px;
}
.blog-dots{ font-size: 18px; line-height: 1; }
.blog-tag{
  display: inline-block;
  background: var(--light-grey);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-decoration: none;
}
.blog-card-title-link{ display: block; color: inherit; text-decoration: none; }
.blog-card h4{ font-size: 19px; line-height: 1.3; margin-bottom: 10px; }
.blog-card p{ color: var(--grey); font-size: 14px; line-height: 1.5; }

/* ============ PAGINATION ============ */
.blog-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.blog-pagination button,
.blog-pagination a{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  cursor: pointer;
}
.blog-pagination button.active{
  background: var(--black);
  color: #fff;
  font-weight: 700;
}
.blog-pagination button:hover,
.blog-pagination a:hover{ background: var(--light-grey); }

/* ============ NEWSLETTER CTA ============ */
.newsletter-cta {
    background: linear-gradient(90deg, #C93629 0%, #621C15 100%);
    border-radius: 24px;
    max-width: 1150px;
    margin: 0 auto 90px;
    padding: 0px 40px;
    color: #fff;
    overflow: hidden;
}
.newsletter-cta .newsletter-copy {
    padding: 60px 0px;
}
.newsletter-cta .newsletter-copy .newsletter-form {
    padding: 0 40px;
}
.newsletter-cta .newsletter-form form input {
    height: 36px !important;
    padding: 0 10px !important;
}
.newsletter-cta .newsletter-form form input::placeholder {
    color: #fff !important;
    opacity: 1!important;
}
.newsletter-cta .newsletter-form form button {
    font-size: 16px !important;
    background-color: #191919 !important;
    height: 41px !important;
    border-radius: 16px !important;
}
.newsletter-cta .newsletter-form form button:hover {
    background-color: #ffffff !important;
    color: #000;
}
.newsletter-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.newsletter-copy h2{
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  margin-bottom: 32px;
}
.newsletter-form .wpforms-field input::placeholder {
    color: #ffffff !important;
    opacity: 1;
}
.newsletter-form {
    min-height: 160px;
    border: 0;
    border-radius: 12px;
}

.newsletter-form .wpforms-field {
    margin: 0 !important;
}

.newsletter-form .wpforms-field input {
    background-color: #ffffff33 !important;
    padding: 20px 15px !important;
    height: 40px;
}

.newsletter-dashboards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: end;
}
.newsletter-dashboards img{
  width: 100%;
  border-radius: 0px;
  display: block;
}

/* ============ BLOG HEADINGS ============ */
.blog-heading{ font-size: 34px; margin-bottom: 30px; }

/* ============ FEATURED BLOG ============ */
.blog-featured{ padding: 60px 0 20px; }
.featured-card{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: stretch;
  border: 1px solid var(--border-grey);
  border-radius: 12px;
  overflow: hidden;
  color: inherit;
}
.featured-media img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-copy{ padding: 40px 40px 40px 0; display: flex; flex-direction: column; justify-content: center; }
.blog-read-time{ color: var(--grey); font-size: 14px; margin-bottom: 12px; }
.featured-copy h3{ font-size: 26px; line-height: 1.3; margin-bottom: 16px; }
.featured-copy p{ color: var(--grey); font-size: 15px; line-height: 1.6; }

/* ============ BLOG GRID ============ */
.blog-listing{ padding: 40px 0 90px; }
.blog-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-card{
  display: block;
  color: inherit;
  background: #fff;
  border: 1px solid var(--border-grey);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .25s ease;
}
.blog-card:hover{
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.blog-card-media{
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.blog-card-media img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-body{
  padding: 20px 24px 28px;
}
.blog-card-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--grey);
  font-size: 13px;
  margin-bottom: 10px;
}
.blog-dots{ font-size: 18px; line-height: 1; }
.blog-tag{
  display: inline-block;
  background: var(--light-grey);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  transition: background .2s ease, color .2s ease;
  text-decoration: none;
}
.blog-card:hover .blog-tag{
  background: var(--red);
  color: #fff;
}
.blog-card-title-link{ display: block; color: inherit; text-decoration: none; }
.blog-card h4{ font-size: 19px; line-height: 1.3; margin-bottom: 10px; }
.blog-card p{ color: var(--grey); font-size: 14px; line-height: 1.5; }

/* ============ PAGINATION ============ */
.blog-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.blog-pagination button,
.blog-pagination a{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 15px;
  cursor: pointer;
}
.blog-pagination button.active{
  background: var(--black);
  color: #fff;
  font-weight: 700;
}
.blog-pagination button:hover,
.blog-pagination a:hover{ background: var(--light-grey); }

/* ============ SHARE POST MODAL ============ */
.blog-dots{
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px;
}
.share-modal-overlay{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.share-modal-overlay.open{ display: flex; }
.share-modal{
  background: #fff;
  border-radius: 16px;
  padding: 40px 50px;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 420px;
}
.share-modal h4{ font-size: 18px; margin-bottom: 24px; }
.share-modal-close{
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--black);
}
.share-modal-icons{
  display: flex;
  justify-content: center;
  gap: 16px;
}
.share-icon{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.share-facebook{ background: #1877F2; }
.share-twitter{ background: #55ACEE; }
.share-linkedin{ background: #0A66C2; }
.share-copy{
  background: var(--black);
  min-width: 46px;
}
.copied-text{
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* ============ AUTHOR BIO ============ */
.author-bio-section {
    padding: 50px 0;
    background: #f1f1f1;
}
.author-bio-section .container {
    max-width: 1050px;
}
.author-bio-card {
    display: flex;
    gap: 24px;
    background: #fdf1ee;
    border: 1px solid #8c040487;
    border-radius: 16px;
    padding: 32px;
}
.author-bio-card img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
}
.author-bio-copy h4,
.author-bio-copy h1 {
    font-family: var(--wix-font-nuckle-regular);
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
}
.author-archive-header .author-bio-copy h1 {
    font-size: 28px;
}
.author-role {
    color: var(--red);
    font-weight: 700 !important;
    font-size: 17px;
    margin-bottom: 12px;
}
.author-desc {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 14px;
}
.author-linkedin {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-share-icons{ display: flex; gap: 20px; align-items: center; }
.post-share-icons .share-icon{
  width: auto;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.post-share-icons .share-facebook,
.post-share-icons .share-twitter,
.post-share-icons .share-linkedin,
.post-share-icons .share-copy{
  background: none;
}

.audit-hero form .wpforms-field {
    margin: 0 0 20px 0 !important;
    padding: 0;
}
.audit-hero form .wpforms-field input {
    border-width: 1px !important;
    border-radius: 14px;
    color: #fff;
    height: 36px;
    font-size: 16px;
}

.audit-hero form .wpforms-field input::placeholder, .audit-hero form .wpforms-field textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.audit-hero form .wpforms-field textarea {
    border-width: 1px !important;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
}
.audit-hero form button {
    font-size: 16px !important;
    background-color: #161616 !important;
    padding: 0 50px !important;
    border-radius: 18px !important;
    height: 41px !important;
}
.audit-hero form button:hover{background-color: #000 !important; color:#fff !important;}

@media (max-width: 767px) {

.newsletter-inner {
    grid-template-columns: 1fr 1fr;
}

.newsletter-inner > * {
    direction: ltr;
}

.newsletter-inner > *:first-child {
    grid-column: 1;
}

.newsletter-inner > *:last-child {
    grid-column: 1;
}

.brands-grid .brand-item img {
    height: 100px;
}
    .cta-dashboards img:nth-child(1) {
       height: 70px;
    }
    .cta-dashboards img:nth-child(2) {
       height: 80px;
    }
    .cta-dashboards img:nth-child(3) {
       height: 80px;
    }
    .cta-dashboards img:nth-child(4) {
       height: 70px;
    }
    .cta-dashboards {
    display: block;
    column-count: 2;
    gap: 10px;
    margin-top: 20px;
    padding: 0 0px;
}

    .cta-dashboards > * {
        break-inside: avoid;
        margin-bottom: 10px;
    }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px){
.brands-trust {
    padding: 60px 0 60px 0;
}

.footer-legal {
    justify-content: space-between !important;
    width: 100%;
    padding: 0 30px;
}
.footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px 20px 20px;
}
.footer-bottom p {
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.footer-legal a {
    font-size: 16px;
    color: #808080;
}

.brands-trust h2.section-title {
    font-size: 24px !important;
}
  .team-heading{ font-size: 28px; }
  .team-card{ width: 100%; max-width: 340px; }
  .services-banner-inner{ grid-template-columns: 1fr; }
  .services-banner-media{ height: 220px; order: -1; }
  .services-banner-inner-content{ padding: 32px 0; }
  .services-banner-inner-content h1{ font-size: 40px; }
  .services-grid{ grid-template-columns: 1fr; }
  .brands-grid{ grid-template-columns: 1fr 1fr; }
  .result-meta{ flex-direction: column; gap: 40px; }
  .cs-intro-grid{ grid-template-columns: 1fr; }
  .cs-intro-media{ order: -1; }
  .featured-card{ grid-template-columns: 1fr; }
  .featured-copy{ padding: 24px; }
  .blog-grid{ grid-template-columns: 1fr; }
  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
}
  .newsletter-copy h2{ font-size: 28px; }
  .newsletter-cta {
    margin-bottom: 60px;
    max-width: 90%;
    padding: 0;
}
.newsletter-cta .newsletter-copy {
    padding: 30px 0px;
}
.page-blog-site .newsletter-cta h2 {
    font-size: 24px !important;
    text-align: center;
}
.newsletter-cta .newsletter-copy .newsletter-form {
    padding: 0 20px;
}
.newsletter-cta .newsletter-copy .newsletter-form form button {
    width: 100%;
}
  .author-bio-card{ flex-direction: column; text-align: center; align-items: center; }
  .author-linkedin{ margin: 0 auto; }
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    background-color: #ffffff !important;
}