/**
 * Theme Name: SEOAnalyst Child
 * Template: seoanalyst
 * Description: Child theme for SeoAnalyst
 * Version: 1.0.0
 * Text Domain: seoanalyst-child
*/
.page-template-template-registration {
    background: #fff;
}
.tnp-field label{
    color:#fff !important;
}
.site-main {
    padding-top: 0;
}.sa-testimonial-carousel .owl-nav {
    position: absolute;
    top: 0px;
    right: 0px;
}.sa-testimonial-carousel {
    position: relative;
    padding-top: 100px;
}.sa-testimonial-carousel button.owl-prev {
    margin-right: 12px !important;
}.sa-testimonial-carousel .owl-nav button:hover span {
    background: #1B45B4;
}.sa-testimonial-carousel .owl-nav button:hover span svg path {
    stroke: #fff;
}.contact_form_row {
    display: flex;
}.contact_form_row input, .contact_form_row select, .contact_form_row textarea{
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
}.contact_form_fullcol {
    width: 100%;
}.contact_halfcol {
    width: 50%;
}.contact_form_leftcol {
    padding-right: 10px;
}.contact_form_rightcol {
    padding-left: 10px;
}.contact_form_row input.wpcf7-form-control.wpcf7-submit.has-spinner {
    align-items: center;
    background: linear-gradient(90deg, #FF5C37 0%, var(--secondary-color) 100%);
    color: #ffffff;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    font-size: 16px;
    gap: 15px;
    padding: 10px 22px;
    width: 100%;
    text-align: center;
    justify-content: center;
}.contact_form_row textarea{
    height:70px;
}.info {
    font-size: 16px;
    text-align: center;
}.contact_form_fullcol.contact_savebtn >p {
    margin-bottom: 0px;
}.cta-card:hover .cta-card-role {
    color: #ff6600;
}.main-menu li a:after, .sign-in a:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: 0.5s ease all;
}.main-menu li:hover a:after, .sign-in:hover a:after {
    width: 100%;
}.sign-join-wrapper ul a, .main-menu li a {
    position: relative;
}.cta-card p.cta-card-description {
    margin-bottom: 24px;
}.skils-grid ul li input, .skils-grid ul li label {
    cursor: pointer;
}
.award-card img {
    width: auto;
    height: 150px;
}
a.button:hover {
    background: #fff;
    color: var(--primary-color);
    transition: 0.5s ease all;
    border-color:var(--primary-color);
}.button:hover svg path {
    stroke: var(--primary-color);
}.button{
    transition: 0.5s ease all;}
    
    .tnp-field input[type="submit"]:hover {
    background: #fff  !important;
    color: var(--primary-color)  !important;
    transition: 0.5s ease all;
    border-color:var(--primary-color)  !important;
}
    .tnp-field input[type="submit"]{
        
    align-items: center;
    background: linear-gradient(90deg, #FF5C37 0%, var(--secondary-color) 100%) !important;
    color: #ffffff !important;
    cursor: pointer !important;
    border: 2px solid #fff !important;
    border-radius: 100px !important;
    display: flex !important
;
    font-size: 16px !important;
    gap: 15px !important;
    padding: 10px 22px !important;
    width: max-content !important;
    }
    .footer-widgets .menu li a {
    position: relative;
}
.footer-widgets .menu li a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: 0.5s ease all;
}
.footer-widgets .menu li:hover a:before {
    width: 100%;
    transition: 0.5s ease all;
}.footer-bottom p a {
    position: relative;
}.footer-bottom p a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: 0.5s ease all;
}
.footer-bottom p a:hover:before {
    width: 100%;
    transition: 0.5s ease all;
    background: #fff;
}.sign-join-wrapper ul.dropdown-menu li:hover {
    background: #0047ab;
    color: #fff;
}.sign-join-wrapper ul.dropdown-menu li:hover a{
    background: #0047ab;
    color: #fff;
}#agencymultiStepForm .agent_prev_logo.agent_prev_row .agent_prev_logo {
    width: 100px;
    overflow: hidden;
}
.tnp-field label {
    color: #ff6600 !important;
    font-family: 'Inter' !important;
    font-size: 18px !important;
	font-weight:bold !important;
}
ul.hero_btn_list li:before {
    position: absolute;
    content: "";
    right: -12px !important;
    width: 6px;
    height: 6px;
    border-radius: 32px;
}
.hero-buttons ul, .hero-buttons li {
    position: relative;
}ul.hero_btn_list li {
    padding-left: 12px;
}ul.hero_btn_list li:last-child:before {
    display: none;
}aside.top-agencies{
    display:none;
}
/* For tablets and mobile devices */
@media (max-width: 1024px) {
  .signup-row {
    flex-direction: column !important;
  }
}




/*news archive pages*/
/*
   .news-archive-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: Arial, sans-serif;
}

.news-archive-container .archive-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.news-archive-container .news-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.news-archive-container .news-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-archive-container .news-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.news-archive-container .news-excerpt {
    font-size: 16px;
    color: #333;
}

.news-archive-container .read-more {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.news-archive-container .read-more:hover {
    text-decoration: underline;
}

.news-archive-container .pagination {
    text-align: center;
    margin-top: 30px;
}
*/
.news-hero {
    background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}@media (max-width: 768px) {
    article.news-item {
        width: 100% !important;
    }
    .news-list {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}
}




  /* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 18s linear infinite;
}

/* Reverse animation */
.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
  max-width: fit-content;
}

/* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}

/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  color: white;
  background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
  margin: 2px;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  text-align: center;
}

.marquee {
  /*border: 2px dashed lightgray;*/
}
.single h4.wp-block-heading {
    color: #1F2E9A;
}.single h2.wp-block-heading {
    font-size: 32px;
    color: #f79444;
}strong {
    font-weight: bold !important;
}
.single-news .news-hero {
    border-radius: 20px;
}