.header-text p{
	margin-bottom : 0px !important;
}

.easy-notification-bar-container {
    justify-content: center;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.easy-notification-bar-message {
    font-size: 16px;
    color: #fff;
}

.easy-notification-bar-button__link {
    display: inline-block;
    padding: 8px 16px;
    background-color: #000000; 
    color: #fff; 
    text-decoration: none; 
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.easy-notification-bar-button__link:hover {
    background-color: #005bb5; 
}

.easy-notification-bar-button__link:focus {
    outline: 2px solid white; 
    outline-offset: 2px;
}

@media (max-width: 768px) {
  ol,
  ul {
    padding-left: 0;
  }
}

.site-content:has(.livechat-form-wrapper) {
  flex-direction: column;
}

.pricing_page img , 
.pricing_page iframe{
	border-radius : 8px;
}

@media only screen and (max-width: 600px) {
  .pricetable {
    font-size: 12px;       /* overall table font */
  }
  .pricetable caption {
    font-size: 14px;       /* caption a bit larger */
  }
  .pricetable th,
  .pricetable td {
    padding: 6px 4px;      /* tighten cell padding */
  }
}


.wp-block-list li{
	font-size : 15px !important;
}

@media (max-width: 768px) {
    .wp-block-list {
        font-size: 14px;
    }
}


@media screen and (max-width: 480px) {
    .entry-content h2 {
        font-size: 26px !important;
    }
}

.footer a{
	font-weight : 350;
}
.screenshot-wrapper {
  perspective: 1200px;
  padding: 2rem 0;
  position: relative;
  background: white;
}

.screenshot-wrapper .jetpack-boost-guide {
  display: none !important;
}

.screenshot-wrapper figure {
  transform: rotateX(-5deg) rotateY(8deg) rotateZ(-1deg);
  transform-style: preserve-3d;
  position: relative;
  overflow: visible;
  border-radius: 12px;
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.15), 
              0 30px 60px -10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 0;
  background: #f6f6f6;
  padding-top: 40px; 
}

.screenshot-wrapper figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, 
    #f6f6f6 0%, 
    #f1f1f1 50%, 
    #e8e8e8 100%);
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #d1d1d1;
  z-index: 3;
  background-image: 
    radial-gradient(circle at 6px 6px, #ff5f57 5px, transparent 5px),
    radial-gradient(circle at 6px 6px, #ffbd2e 5px, transparent 5px),
    radial-gradient(circle at 6px 6px, #28ca42 5px, transparent 5px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
  
  background-position: 
    16px 14px,
    36px 14px,
    56px 14px,
    0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
  background-size: 12px 12px, 12px 12px, 12px 12px, 100% 20px;
}

.screenshot-wrapper figure::after {
  content: 'accessibilitytracker.com/dashboard';
  position: absolute;
  top: 8px;
  left: 80px;
  right: 16px;
  height: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 24px;
  padding: 0 10px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.screenshot-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 0 0 12px 12px;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0;
}

@media (max-width: 768px) {
  .screenshot-wrapper figure {
    transform: rotateX(-3deg) rotateY(4deg) rotateZ(-0.5deg);
    padding-top: 36px;*/
  }
  
  .screenshot-wrapper {
    perspective: 800px;
    padding: 20px;
  }
  
  .screenshot-wrapper figure::before {
    height: 36px;
  }
  
  .screenshot-wrapper figure::after {
    top: 6px;
    left: 70px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
  }
}
}
/* ===========================================
   NAVIGATION UPDATE - LINEAR.APP STYLE
   Using system fonts for clean, modern look
   =========================================== */

/* Fix GeneratePress dropdown parent styling */
.main-navigation .menu-item-has-children > a::after {
    color: #cbd5e1 !important; /* Match dropdown arrow color to text */
}

header a:focus,
header button:focus {
  outline: 3px solid #fff !important;
  outline-offset: 4px;
  border-radius: 2px;
  transition: outline 0.1s ease-in-out;
}

/* NUCLEAR OPTION: Force all navigation links to use correct styling */
header.site-header nav li a,
#site-navigation li a,
.main-navigation li a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* TARGET BUTTON ELEMENTS - Services dropdown button */
.main-navigation button,
.main-navigation .menu-item-has-children > button,
.main-navigation .dropdown-menu-toggle,
.main-navigation button.menu-item-has-children,
header.site-header nav button,
#site-navigation button {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    border: none !important;
    padding: 8px 20px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Button hover states */
.main-navigation button:hover,
.main-navigation .menu-item-has-children > button:hover,
.main-navigation .dropdown-menu-toggle:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}

/* If Services uses both button and link together */
.main-navigation .menu-item-has-children > a + button,
.main-navigation .menu-item-has-children > button + a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* =========================================== 
   SITE-WIDE TYPOGRAPHY - INTER FONT SYSTEM
   =========================================== */

/* Base font for entire site */
body , a{
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Apply Inter to all elements by default */
* {
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* IMPORTANT: Preserve icon fonts - do not override */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-brands,
.fa-solid,
.fa-regular,
.fa-light,
.fa-duotone,
[class^="fa-"],
[class*=" fa-"],
.dashicons,
[class^="dashicons-"],
[class*=" dashicons-"],
.genericons,
[class^="genericon-"],
[class*=" genericon-"],
.social-icon,
.icon,
[class^="icon-"],
[class*=" icon-"] {
    font-family: inherit !important;
}

/* Specifically preserve Font Awesome */
.fa:before,
.fas:before,
.far:before,
.fal:before,
.fad:before,
.fab:before {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', FontAwesome !important;
}

/* Preserve any other icon fonts you might be using */
.social-links a:before,
.social-links a::before,
.social-icons a:before,
.social-icons a::before,
a[href*="linkedin"]:before,
a[href*="youtube"]:before,
a[href*="twitter"]:before,
a[href*="facebook"]:before {
    font-family: inherit !important;
}

/* Heading styles with Inter */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    line-height: 1.2;
    color: #0a0e27;
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.005em;
    margin-bottom: 0.875rem;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

/* Paragraphs */
p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

/* Paragraph spacing consistency */
.entry-content p,
.site-main p {
    margin-bottom: 20px !important;
    line-height: 1.7 !important;
}

/* Links */
a {
    font-family: inherit;
    font-weight: 500;
    transition: all 0.2s ease;
}

/* Strong and bold */
strong, b {
    font-weight: 600;
}

/* Lists */
ul, ol {
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

li {
    margin-bottom: 0.5rem;
}

/* Responsive typography */
@media (max-width: 768px) {
    h1 {
        font-size: 36px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 16px;
    }
    
    body, p {
        font-size: 15px;
    }
}

/* Remove any conflicting font declarations from entry content */
.entry-content * {
    font-family: inherit !important;
}

/* Specific overrides for GeneratePress elements */
.gb-headline,
.wp-block-heading,
.entry-title,
.widget-title {
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Override table fonts to use Inter */
table, table * {
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Form elements */
input, textarea, select, button {
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* =========================================== 
   END TYPOGRAPHY SYSTEM
   Note: Some elements below have specific font overrides
   Comment them out if you want everything in Inter
   =========================================== */

/* Hide mobile header on screens wider than 768px */
@media (min-width: 1080px) {
  #mobile-header {
    display: none !important;
  }
}

/* Optionally, show it on smaller screens */
@media (max-width: 1080px) {
  #mobile-header {
    display: block;
  }
}

.site-footer .gp-custom-search-form{
	padding-top: 30px;
	padding-bottom: 30px;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
.archivo_bold_button a{
  font-family: 'Archivo Black', sans-serif;
}

.card-buttons {
  max-width: fit-content;
  transition: outline 0.3s ease, outline-offset 0.3s ease;
}

.card-buttons:hover {
  outline: 2px solid #000;          /* Black outline */
  outline-offset: 4px;              /* Distance between element and outline */
  border-radius: 6px;               /* Optional: rounded corners */
}

.video-container iframe,
.author-image-contianer img{
    border-radius: 12px;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
.page-id-5016438,
.page-id-5016309{
	font-family: Space Mono, monospace;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
h2.gb-headline {
  font-family: 'Archivo Black', sans-serif;
}


.stk-fdbba79-inner-blocks {
  min-width: max-content;
}

.ab-author-box .consultation-button{
	color: white !important;
}

.ab-link-social-container .consultation-button{
	color: white !important;
}

/* Target site-content when it contains a product */
.site-content:has(.product) {
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
	display:grid;
}

.site-content:has(.product) .site-main {
  margin: 0 auto;
	
}

/* Article containing product */
article.product {
  margin: 0;
  padding: 0;
}

/* Inside article for product pages */
.product .inside-article {
  padding: 0;
  margin: 20px 0;
}

/* Product layout improvements */
@media (min-width: 768px) {
  .product .woocommerce-product-gallery {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  
  .product .summary.entry-summary {
    width: 48%;
    float: left;
  }
  
  .product .woocommerce-tabs {
    clear: both;
    padding-top: 30px;
  }
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
  .site-content:has(.product) {
    padding: 0 15px;
  }
  
  .product .woocommerce-product-gallery,
  .product .summary.entry-summary {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .product .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
  }
  
  .product .product_title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 0;
  }
  
  .product .quantity {
    padding-bottom: 20px;
  }
  
  .product .single_add_to_cart_button {
		margin-top: 20px;
    width: 100%;
  }
}



.grunion-label-required{
	color: #333333 !important;
}

.promo-box{
	margin-top: 70px !important;
}


.contact-form__error a {
  color: #DBDBDB !important;
  text-decoration: underline;
}

/* SPECIFIC FONT OVERRIDE - Updated to use Inter as base */
.category-blog h1,
.category-blog h2,
.category-blog h3,
.category-blog h4,
.category-blog h5,
.category-blog h6,
.category-news h1,
.category-news h2,
.category-news h3,
.category-news h4,
.category-news h5,
.category-news h6 {
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    letter-spacing: 0.025em !important;
    margin: 0;
    padding: 0; 
		font-weight: 600;
}

.category-blog h1,
.category-news h1 {
    font-size: 55px !important;
    margin-bottom: 25px; 
}

.category-blog h2,
.category-news h2 {
    font-size: 35px !important;
    margin-bottom: 20px;
}

.category-blog h3,
.category-news h3 {
    font-size: 25px !important;
    margin-bottom: 18px;
}

.category-blog h4,
.category-news h4 {
    font-size: 20px !important;
    margin-bottom: 16px;
}

.category-blog h5,
.category-news h5 {
    font-size: 16px !important;
    margin-bottom: 14px;
}

.category-blog h6,
.category-news h6 {
    font-size: 14px !important;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .category-blog h1,
    .category-news h1 {
        font-size: 44px !important;
    }

    .category-blog h2,
    .category-news h2 {
        font-size: 28px !important;
    }

    .category-blog h3,
    .category-news h3 {
        font-size: 22px !important;
    }

    .category-blog h4,
    .category-news h4 {
        font-size: 18px !important;
    }

    .category-blog h5,
    .category-news h5 {
        font-size: 14px !important;
    }

    .category-blog h6,
    .category-news h6 {
        font-size: 12px !important;
    }
}



.entry-summary .woocommerce-Price-amount.amount {
    color: #006400;
}

.entry-meta .byline{
	border-bottom: none;
}

.entry-meta .byline a {
    text-decoration: none; 
    border-bottom: 2px solid #002d78;
    transition: all 0.2s ease;
}

.entry-meta .byline a:hover {
		text-decoration: none !important; 
    border: 2px solid #002d78;
    transition: all 0.2s ease;
    border-radius: 5px;
}
.woocommerce-cart .entry-content .alignwide, 
.woocommerce-cart body:not(.no-sidebar) .entry-content .alignfull,
.woocommerce-checkout .entry-content .alignwide, 
.woocommerce-checkout body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
	padding-left: 20px !important;
	padding-top: 0 !important;
}

.wc-blocks-components-select__container {
    margin-top: 30px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    top: -28px !important;
    left: 0px !important;
}

@media (max-width: 480px) {
    .wc-blocks-components-select .wc-blocks-components-select__label {
        top: -25px !important; /* Adjust top further for mobile */
        left: 0px !important;
    }
}

.wc-block-components-address-form__address_2-toggle{
	color: white !important;
}

/* Text strike-through styles */
.text_strike {
    color: #76748A;
    text-decoration: line-through;
}
h1{
	padding-bottom: 10px;
}

/* Blog , news and search page styles */

body.search-results h1{
	max-width: 1000px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
}

body.search-results article {
    margin: 0 auto !important;
    max-width: 1000px;
}
article.category-blog, 
article.category-news {
    margin: 0 auto !important;
    max-width: 1200px;
}

article.category-blog .inside-article, 
article.category-news .inside-article, 
body.search-results article .inside-article {
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 2px solid #e0e0e0;
}

article.category-blog:has(h2.entry-title),
article.category-news:has(h2.entry-title) {
    max-width: 1000px;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* Entry title and meta styles */
article.category-blog .inside-article .entry-title a, 
article.category-news .inside-article .entry-title a, 
body.search-results article .inside-article .entry-title a {
    font-size: 21px;
    font-weight: 600;
    color: #002d78;
    text-decoration: none;
    letter-spacing: 0px;
}

article.category-blog .inside-article .entry-title a:hover, 
article.category-news .inside-article .entry-title a:hover, 
body.search-results article .inside-article .entry-title a:hover {
    text-decoration: underline;
}

article.category-blog .inside-article .entry-meta, 
article.category-news .inside-article .entry-meta, 
body.search-results article .inside-article .entry-meta {
    margin: 10px 0;
    color: #000;
}

.category-blog a, .category-news a{
	color : #002d78;
}

article.category-blog .inside-article .entry-meta a, 
article.category-news .inside-article .entry-meta a, 
body.search-results article .inside-article .entry-meta a {
    color: #002d78;
    text-decoration: none;
}

article.category-blog .inside-article .entry-meta a:hover, 
article.category-news .inside-article .entry-meta a:hover, 
body.search-results article .inside-article .entry-meta a:hover {
    text-decoration: underline;
}

/* Remove any conflicting bullet point font sizes from earlier */
article.category-blog .inside-article p, 
article.category-news .inside-article p, 
body.search-results article .inside-article p {
    font-size: 16px !important; /* Changed from 20px to 16px */
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* Continue reading button styles */
article.category-blog .inside-article .continue, 
article.category-news .inside-article .continue, 
body.search-results article .inside-article .continue {
    display: block;
    width: max-content;
    margin-top: 20px;
    color: #000;
    font-family: 'Space Mono', monospace;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    border: 2px solid #999;
    padding: 10px 15px;
    transition: color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
article.category-blog .inside-article .continue::after, 
article.category-news .inside-article .continue::after, 
body.search-results article .inside-article .continue::after {
    content: '→';
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #000;
    margin-left: 10px;
    position: relative;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    top: 3px;
}

article.category-blog .inside-article .continue span, 
article.category-news .inside-article .continue span, 
body.search-results article .inside-article .continue span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Continue button hover and focus effects */
article.category-blog .inside-article .continue:hover, 
article.category-news .inside-article .continue:hover, 
body.search-results article .inside-article .continue:hover {
    color: #002d78;
    background-color: #e3e1e1;
    border-color: #c9c9c9;
}

article.category-blog .inside-article .continue:focus, 
article.category-news .inside-article .continue:focus, 
body.search-results article .inside-article .continue:focus {
    outline: 2px solid #002d78;
    outline-offset: 2px;
    color: #002d78;
    border-color: #0a0a0a;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* Blog page hero and title styles */
article.category-blog .page-hero h1, 
article.category-news .page-hero h1, 
body.search-results article .page-hero h1 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: left;
    color: #222229;
}

article.category-blog h3, 
article.category-news h3 {
    font-weight: bold;
}

article.category-blog .Blog_Title, 
article.category-news .Blog_Title, 
body.search-results article .Blog_Title {
    max-width: 700px;
    line-height: 75px;
}

/* Grid column styles */
.gb-grid-column:nth-child(2n) {
    border-bottom: 1px solid #d3d3d3;
    grid-column: 1 / -1;
}

.gb-grid-column:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Service page styles */
#content:has(article[id="post-2012306"]), 
#content:has(article[id="post-2012374"]),
#content:has(article[id="post-2012588"]){
    padding: 0px;
}

.service_container > div:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.service_container > div:first-child {
    border-top: 1px solid #d3d3d3;
    padding-top: 40px;
    margin-top: 40px;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* Table of contents styles */
.wp-block-rank-math-toc-block {
    font-family: 'Archivo', sans-serif;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
	  border-bottom: 2px solid #2641b1;
}


.wp-block-rank-math-toc-block h2 {
    font-size: 24px;
    margin: 0 0 10px;
    text-align: left;
    color: #333;
    font-weight: 200;
}

.wp-block-rank-math-toc-block nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-block-rank-math-toc-block nav ul li {
    margin: 2px 0;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
.wp-block-rank-math-toc-block nav ul li a {
    font-family: 'Archivo', sans-serif;
    text-decoration: none;
    color: #2641B1;
    font-size: 19px;
    padding: 2px 0;
    transition: color 0.3s ease;
}

.wp-block-rank-math-toc-block nav ul li a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.wp-block-rank-math-toc-block nav ul li ul {
    margin: 2px 0 2px 20px;
    padding: 0;
}

.wp-block-rank-math-toc-block nav ul li ul li {
    margin: 1px 0;
}

.wp-block-rank-math-toc-block nav ul li ul li a {
    font-size: 18px;
    color: #555;
    padding: 2px 0;
}

.wp-block-rank-math-toc-block nav ul li ul li a:hover {
    color: #333;
}

.wp-block-rank-math-toc-block nav ul li::before {
    content: '→';
    color: #2641B1;
    margin-right: 6px;
}

.wp-block-rank-math-toc-block nav ul li ul li::before {
    content: '–';
    color: #555;
    margin-right: 6px;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* Promotional box styles */
.promo-box {
    max-width: 1200px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;  /* Changed from 40px to match your inline style */
    margin: 40px auto;
    margin-top: 20px;  /* Added from your inline style */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: 'Archivo', sans-serif;
}

.promo-box h2 {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 2px;
}

.promo-box p {
    font-size: 22px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.promo-button {
    display: inline-block;
    padding: 10px 20px; 
    background-color: #0073E6;
	color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.promo-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    border-width: 4px; /* Increase border size on hover */
    margin: -2px; /* Compensate for larger border to prevent layout shift */
}

/* Responsive styles */
@media (max-width: 768px) {
    .promo-box {
        padding: 20px;
    }

    .promo-box h2 {
        font-size: 1.5em;
    }

    .promo-box p {
        font-size: 1em;
    }

    .promo-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

/* Style for the regular social link */
.ab-link-social-container a {
    color: white !important;
    text-decoration: none !important;
}

/* Ensure white text on all states */
.ab-link-social-container a:hover,
.ab-link-social-container a:active,
.ab-link-social-container a:focus,
.ab-link-social-container a:visited {
    color: white !important;
}

/* Style for the consultation button specifically */
a[href*="consultation"] {
    color: white !important;
    text-decoration: none !important;
}

/* Add specific styles for the blue consultation button */
.ab-link-social-container a[href*="consultation"],
a.consultation-button,
a[href*="consultation"] {
    color: white !important;
    text-decoration: none !important;
    background-color: #0073E6; /* Blue color */
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

/* Arrow list styles */
.arrow_list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.arrow_list li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: green;
}

/* Byline styles */
.byline {
    border-bottom: 2px solid #ddd;
    font-size: 18px !important;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* Contact form button styles */
.Contact_us_button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    column-gap: 0.5em;
    font-family: 'Space Mono', monospace;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 5px;
    border: 2px solid var(--base-3);
    background-color: #7ad7e8;
    color: #16292C;
    text-decoration: none;
    transition: all 0.3s ease;
}

.Contact_us_button .wp-block-button__link:hover {
    background-color: #21ceed;
    color: black;
    border-color: black;
    text-decoration: underline;
}

/* Form paragraph styles */
form p {
    margin-bottom: 0px !important;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
/* General form input alignment */
.entry-summary {
    font-family: 'Space Mono';
}

/* Headers */
form h3 {
    font-weight: 200 !important;
}


.service_navigation ul.wp-block-list {
  list-style: none; /* Remove the default dots */
  padding-left: 0;
}

.service_navigation ul.wp-block-list li {
  position: relative;
  padding: 2px 0;
}

.service_navigation ul.wp-block-list li a {
  text-decoration: none;
  color: #2641B1; 
}

.service_navigation ul.wp-block-list li a:hover{
  text-decoration: underline;
  color: #2641B1; 
}

.service_navigation ul.wp-block-list li:before {
  content: '→'; /* Arrow icon */
  position: absolute;
  left: -25px; /* Adjust positioning to your preference */
  color: grey; /* Set the arrow color */
}

.wp-block-list.checking_toc {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.wp-block-list.checking_toc li {
    margin-left: 0 !important;
}

@media screen and (max-width: 800px) { 
.decorative_phone_image { display: none; } 
}

@media screen and (max-width: 480px) { 
.company-logo-image
	{ width: 300px;
		margin: 0 auto;
	}
	
	h1.entry-title{
		font-size:30px;
	}
	
	.entry-content h2{
		font-size:22px;
	}
}

.gb-container a .gb-button-text:hover
{
	color: black;
	text-decoration: underline;
}

/* Styline for Questions on Home Page */

.accessibilityQuestionList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accessibilityQuestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
  width: 100%; /* Set full width */
}

.accessibilityQuestion:hover {
  background-color: #f0f0f0;
  cursor: pointer;
  outline: none;
}

.questionIcon img {
  width: 60px; /* Set a fixed width */
  height: 40px; /* Set a fixed height */
  object-fit: contain; /* Ensure aspect ratio is maintained */
}


.questionText {
  flex-grow: 1;
  margin-left: 15px;
font-weight: 550;
  color: #333;
}

.arrowIcon {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 35px;
  color: #999;
}

@media only screen and (max-width: 480px) {
  .accessibilityQuestion {
    margin-left: auto;
    margin-right: auto;
    padding: 8px; /* Reduce padding for smaller screens */
    width: 90%; /* Reduce the overall width for mobile */
  }

  .questionIcon img {
    width: 30px; /* Decrease icon width */
    height: 20px; /* Decrease icon height */
  }

  .questionText {
    font-size: 12px; /* Smaller text size for mobile */
    margin-left: 8px; /* Reduce left margin */
  }

  .arrowIcon {
    font-size: 20px; /* Smaller arrow size */
  }
}

/* Styling for Service Section on Home Page */

.accessibility-wrapper {
    position: relative;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

/* Dot pattern image positioned behind everything */
.dot-pattern {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 860px;
    height: 416px;
    z-index: 0;
    opacity: 0.5;
}

/* Position the first dot pattern at the top */
.dot-pattern-top {
    top: -50px;
}

/* Position the second dot pattern at the bottom */
.dot-pattern-bottom {
    bottom: -80px;
}

/* Grey box (flexible width) */
.accessibility-services {
    position: relative;
    background-color: #f7f7f7;
    width: 90%; /* Makes the container flexible */
    max-width: 1160px; /* Prevents the container from getting too wide */
    height: auto; /* Make the height flexible */
    max-height: 300px;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 1;
    box-sizing: border-box;
}

/* Header text inside the grey box */
.services-header {
    margin-bottom: 20px;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
.services-header .service-header-text {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #30454D;
    margin: 0;
		font-weight: lighter;
	font-family: Rubik Mono One, sans-serif;
}

.services-header .main-heading {
    font-size: 2.2rem;
		text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

/* Service items in a flex container inside the grey box */
.services-container {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 20px;
    flex-wrap: wrap; /* Allows items to wrap if they don't fit */
}

/* Each service item with fixed size for images */
.service-item {
    position: relative;
    width: 300px;
}

.service-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/* Service labels with background color, only right side rounded */
.service-label {
    background-color: #fff;
    padding: 15px;
    margin-top: -20px;
    border-radius: 0 15px 0 0; /* Right side rounded */
    text-align: center;
    width: 260px;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Courier New', Courier, monospace;
    position: absolute;
    bottom: -50px;
    left: 40%;
    transform: translateX(-50%);
    box-sizing: content-box;
}

.consulting-label {
    background-color: #98d1e9;
}

.training-label {
    background-color: #c8e99e;
}

/* SPECIFIC FONT OVERRIDE - Remove if you want Inter everywhere */
.service-label h3 {
    font-size: 1.3rem;
    margin: 0;
}

.service-label p {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 5px 0 0;
}
/* Responsive design for smaller screens */
@media (max-width: 1024px) {
    .services-container {
        gap: 15px;
    }

    .service-label h3 {
        font-size: 1.3rem;
    }

    .service-label p {
        font-size: 0.85rem;
    }

    .service-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .accessibility-services {
        width: 85%;
        padding: 15px;
    }

    .services-container {
        flex-direction: column;
        gap: 90px;
    }

    .service-item {
        width: 100%;
    }

    .service-image {
        width: 85%;
        max-width: 280px;
        height: auto;
    }

    .service-label {
        margin: 0 auto;
       
    }

    .service-label h3 {
        font-size: 1.2rem;
    }

    .service-label p {
        font-size: 0.8rem;
    }

    .dot-pattern {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .services-header .main-heading {
        font-size: 1.8rem;
    }

    .services-header .subheading {
        font-size: 0.9rem;
    }

    .service-image {
        width: 100%;
        max-width: 240px;
        height: auto;
    }

    .service-label {
        width: 85%;
    }

    .service-label h3 {
        font-size: 1rem;
    }

    .service-label p {
        font-size: 0.75rem;
    }
}

.site-main:has(article.type-post) {
    margin-right: 0px !important;
}

.tick-style-for-list {
    list-style: none;
    padding-left: 0;
}

.tick-style-for-list > li::before {
    content: "✓ ";
    color: black;
    margin-right: 8px;
}

.tick-style-for-list li ul {
    list-style: disc;
    padding-left: 20px;
}

.tick-style-for-list li ul li::before {
    content: none; 
}

.side-by-side-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px; 
	column-gap: 20px; 
  list-style-type: none; 
}

.services-left-container li {
    margin-bottom: 12px;
}

.arrow-style-for-list {
    list-style-type: none; /* Remove bullet points */
    padding-left: 0;
}

.arrow-style-for-list li {
    position: relative;
    padding-left: 40px; /* Space for the SVG icon */
}

.arrow-style-for-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg aria-hidden="true" focusable="false" style="margin-right: 8px;" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cline x1="4" y1="12" x2="20" y2="12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3C/line%3E%3Cpolyline points="14 6 20 12 14 18" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3C/polyline%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-style-for-list li a {
    color: #2641b1; /* Set anchor color */
    text-decoration: none; /* Optional: Remove underline */
}

.arrow-style-for-list li a:hover {
    text-decoration: underline; /* Optional: Add underline on hover */
}








.subscription-form {
  max-width: 600px;
  margin: 20px auto;
}

.subscription-form div {
  margin-bottom: 20px;
}

.subscription-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: monospace;
}

.subscription-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

.subscription-form input:focus {
  outline: none;
  border-color: #555;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.subscription-form span[aria-hidden="true"] {
  font-size: 14px;
  color: #666;
  font-family: monospace;
}

.subscription-form span[role="alert"] {
  display: block;
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* Updated spacing for the email field container */
.subscription-form div:nth-last-child(2) {
  margin-bottom: 40px;
}


/* Button container spacing */
.subscription-form div:last-child {
  margin-bottom: 40px;
}

.subscription-form button {
  background: #000;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.subscription-form button:hover {
  background: #333;
}

/* Style for inputs marked as invalid */
.subscription-form input[aria-invalid="true"] {
  border-color: red;
  background-color: #fff;
}












/* Main Navigation Bar Styling */
.site-header {
    background-color: #0a0e27 !important; /* Dark navy background */
    padding: 20px 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Navigation Container */
.inside-header {
    padding: 0 40px;
}

/* Override style.css font settings */
.site-header .main-navigation a, 
.site-header .main-navigation .menu-toggle, 
.site-header .main-navigation .menu-bar-items,
.site-header .main-navigation .menu-item-has-children > a {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
}

/* Force override any menu item styles */
.site-header .menu-item a,
.site-header #menu-main-menu li a,
.site-header #menu-main-menu-1 li a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
}

/* Specific fix for Services dropdown parent */
.site-header .menu-item-has-children > a,
.site-header li.menu-item-has-children > a,
.site-header .main-navigation li.menu-item-has-children > a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
}

/* GeneratePress Split Button Navigation */
.main-navigation .menu-item-has-children .dropdown-menu-toggle {
    color: #cbd5e1 !important;
    background-color: transparent !important;
    padding: 8px !important;
}

/* The actual link part of split button navigation */
.main-navigation .menu-item-has-children > a.menu-item-link {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Logo/Site Title Styling */
.site-branding {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
}

.site-branding a {
    color: #ffffff !important;
    font-size: 16px; /* Smaller like Linear */
    letter-spacing: -0.02em; /* Tighter letter spacing like Linear */
}

/* Main Navigation Menu - Equal Spacing */
.main-navigation .main-nav ul {
    display: flex;
    align-items: center;
    gap: 5px; /* Consistent gap between items */
}

.main-navigation .main-nav ul li {
    margin: 0 !important; /* Remove default margins */
}

/* Main Navigation Menu Items - Including dropdown parents */
.main-navigation .main-nav ul li a,
.main-navigation .main-nav ul li.menu-item-has-children > a,
.main-navigation .menu-item-has-children > a {
    color: #cbd5e1 !important; /* Lighter gray color */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 20px; /* Equal padding for all items */
    transition: color 0.2s ease;
    display: block;
    background-color: transparent !important;
    border-radius: 0;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.menu-item-has-children > a:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}

/* Override style.css hover styles */
.site-header #menu-main-menu li a:hover, 
.site-header #menu-main-menu-1 li a:hover {
    background-color: transparent !important; /* Remove light blue background */
    color: #ffffff !important; /* White on hover */
    transform: none !important; /* Remove scale transform */
    border-radius: 0 !important;
}

/* Fix dropdown arrow color if present */
.main-navigation .menu-item-has-children .dropdown-menu-toggle {
    color: #cbd5e1 !important;
}

.main-navigation .menu-item-has-children:hover .dropdown-menu-toggle {
    color: #ffffff !important;
}

/* Active/Current Page Styling - Fixed with higher specificity */
.site-header .main-navigation .current-menu-item > a,
.site-header .main-navigation .current-menu-parent > a,
.site-header .main-navigation .current-menu-ancestor > a,
.site-header .main-navigation .current_page_item > a,
.site-header .main-navigation .current_page_parent > a,
.site-header .main-navigation .current-page-item > a,
.site-header .main-navigation .current-page-ancestor > a,
.site-header .main-navigation .menu-item-has-children.current-menu-item > a,
.site-header .main-navigation .menu-item-has-children.current-menu-parent > a,
body.home .site-header .main-navigation a[href="/"],
body.home .site-header .main-navigation a[href$="accessible.org/"] {
    color: #f1f5f9 !important; /* Very light gray for active state */
    background-color: transparent !important;
}

/* Override style.css current page styles */
.site-header #menu-main-menu .current_page_item a, 
.site-header #menu-main-menu-1 .current_page_item a,
.site-header #menu-main-menu .menu-item-has-children.current-menu-parent > a {
    color: #f1f5f9 !important; /* Override dark blue from style.css */
    text-decoration: none !important; /* Remove underline */
    text-underline-offset: 0 !important;
    transform: none !important; /* Remove scale transform */
    padding-left: 20px !important; /* Reset padding */
    font-weight: 500 !important; /* Match other nav items */
}

/* Remove special styling for last item (Contact Us) */
.main-navigation .main-nav ul li:last-child a {
    background-color: transparent !important;
    color: #cbd5e1 !important;
    border-radius: 0;
    padding: 8px 20px;
    font-weight: 500;
}

.main-navigation .main-nav ul li:last-child a:hover {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* Mobile menu toggle color */
.menu-toggle {
    color: #ffffff !important;
}

/* Dropdown menu styling (if you have submenus) */
.main-navigation ul ul {
    background-color: #0f1729 !important; /* Darker background for better contrast */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-top: 5px;
}

.main-navigation .main-nav ul ul li a {
    color: #e2e8f0 !important; /* Lighter color for better contrast */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 12px 20px !important;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Remove border from last item */
.main-navigation .main-nav ul ul li:last-child a {
    border-bottom: none;
}

.main-navigation .main-nav ul ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* Ensure submenu items don't inherit unwanted styles */
.main-navigation ul li ul li a {
    transform: none !important;
    text-decoration: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

/* Ensure proper alignment on medium screens */
@media (min-width: 769px) {
    .main-navigation .main-nav > ul {
        justify-content: flex-end; /* Aligns menu to the right */
    }
}

/* =========================================== 
   FINAL OVERRIDE - Place at very end of CSS
   This ensures Services menu displays correctly
   =========================================== */
#site-navigation .main-navigation li a,
#site-navigation .menu-item-has-children > a,
.generate-navigation-wrapper .main-navigation li a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    letter-spacing: normal !important;
}

/* Remove any inline styles or JS-added styles */
#site-navigation li[style] a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Target any span elements inside buttons or links */
.main-navigation button span,
.main-navigation a span,
.menu-item-has-children button span,
.menu-item-has-children > a span {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

/* Specific Services menu item by ID (if needed) */
#menu-item-5017081 > a,
#menu-item-5017081 > button,
#menu-item-5017081 span {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* =========================================== 
   COMPREHENSIVE SERVICES FIX
   Target all possible ways GeneratePress renders dropdown menus
   =========================================== */

/* Method 1: Direct link styling */
li.menu-item-5017081 > a,
#menu-item-5017081 > a,
.menu-item-has-children[id*="5017081"] > a {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Method 2: Button element styling */
li.menu-item-5017081 > button,
#menu-item-5017081 > button,
.menu-item-has-children[id*="5017081"] > button {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: none !important;
}

/* Method 3: Any child of Services menu item */
#menu-item-5017081 * {
    color: inherit !important;
    font-family: inherit !important;
}

/* Method 4: Using attribute selectors */
[id*="menu-item-5017081"] a,
[id*="menu-item-5017081"] button {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* ULTIMATE OVERRIDE - Maximum specificity */
html body header.site-header nav#site-navigation ul#primary-menu > li#menu-item-5017081 > a,
html body header.site-header nav#site-navigation ul#primary-menu > li#menu-item-5017081 > button,
html body header.site-header nav ul li#menu-item-5017081 > a,
html body header.site-header nav ul li#menu-item-5017081 > button {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* =========================================== 
   DEBUG: Temporary - Remove after fixing
   This will help identify what element Services is using
   =========================================== */
/* 
.menu-item-has-children > button {
    border: 2px solid red !important;
}
.menu-item-has-children > a {
    border: 2px solid blue !important;
}
*/

/* Target ALL navigation items then override */
.site-header .main-navigation * {
    color: #cbd5e1 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Last resort: inline style override */
.site-header [style*="color"] {
    color: #cbd5e1 !important;
}
.site-header [style*="font-family"] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}


/* =========================================== 
   SEARCH SECTION STYLING - UPDATED WITH REQUESTED CHANGES
   =========================================== */

/* Full-width search section background */
.header-widget-area,
.site-header-item.header-widget {
    background-color: #e2e8f0 !important; /* Darker gray background */
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    min-height: auto !important; /* Remove any minimum height */
    height: auto !important;
}

/* Search widget container - AGGRESSIVELY REDUCED HEIGHT */
.widget_search,
.gp-custom-search-form,
#text-4, /* Common widget ID */
.header-widget-area .inner-padding {
    background-color: transparent !important; /* Use parent's background */
    padding: 8px 40px !important; /* Further reduced from 12px to 8px */
    margin: 0 !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: auto !important;
}

/* Additional height reduction for the widget area */
.header-widget-area .widget {
    margin: 0 !important;
    padding: 0 !important;
}

/* Force the header widget area to have minimal height */
.site-header-item.header-widget .inside-header-widget {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin: 0 !important;
}

/* Remove any default margins/padding from GeneratePress */
.header-widget-area .widget:first-child {
    margin-top: 0 !important;
}

.header-widget-area .widget:last-child {
    margin-bottom: 0 !important;
}

/* Override GeneratePress search form */
.gp-custom-search-form form,
.widget_search form,
form.search-form,
form[role="search"] {
    display: flex !important;
    gap: 10px !important;
    max-width: 800px !important; /* Increased from 600px to make wider */
    margin: 0 auto !important;
    align-items: center !important;
}

/* Target the search input - SHORTER HEIGHT & ROUNDED CORNERS */
.gp-custom-search-form input[type="search"],
.widget_search input[type="search"],
form.search-form input[type="search"],
input#s,
input.search-field {
    flex: 1 !important;
    padding: 6px 16px !important; /* Even less padding for shorter height */
    border: 1px solid #cbd5e1 !important; /* Thinner border */
    border-radius: 6px !important; /* Properly rounded corners for rectangle shape */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 13px !important; /* Smaller font */
    background-color: #ffffff !important;
    color: #0a0e27 !important;
    height: 36px !important; /* Shorter height */
    line-height: normal !important;
    -webkit-border-radius: 6px !important; /* For Safari */
    -moz-border-radius: 6px !important; /* For Firefox */
}

/* Search button - ROUNDED RECTANGLE & SHORTER */
.gp-custom-search-form button,
.gp-custom-search-form input[type="submit"],
.widget_search input[type="submit"],
form.search-form button[type="submit"],
form.search-form input[type="submit"],
input#searchsubmit,
button.search-submit {
    background-color: #0a0e27 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important; /* Matching rounded rectangle */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    line-height: normal !important;
    margin: 0 !important;
    -webkit-border-radius: 6px !important; /* For Safari */
    -moz-border-radius: 6px !important; /* For Firefox */
}

/* Remove any default GeneratePress button styling */
.gp-custom-search-form button.wp-block-search__button {
    background-image: none !important;
    text-indent: 0 !important;
    width: auto !important;
}

/* Widget title styling - SMALLER TEXT & REDUCED MARGINS */
.widget-title,
.header-widget-area .widget-title {
    display: block !important; /* Show the title */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 12px !important; /* Even smaller text */
    color: #4a5568 !important;
    margin: 0 0 6px 0 !important; /* Minimal margin */
    padding: 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    line-height: 1.2 !important;
}

/* Focus states */
input[type="search"]:focus {
    outline: none !important;
    border-color: #0a0e27 !important;
    box-shadow: 0 0 0 2px rgba(10, 14, 39, 0.1) !important; /* Smaller shadow */
}

/* Hover states */
button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: #1a1f36 !important;
    transform: translateY(-1px) !important;
}

/* Remove any conflicting styles from your existing CSS */
.site-footer .gp-custom-search-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Mobile responsive adjustments for search */
@media (max-width: 768px) {
    .header-widget-area .inner-padding {
        padding: 6px 20px !important;
    }
    
    .gp-custom-search-form input[type="search"],
    .widget_search input[type="search"] {
        font-size: 12px !important;
        height: 32px !important;
        padding: 4px 12px !important;
    }
    
    .gp-custom-search-form button,
    .widget_search input[type="submit"] {
        font-size: 12px !important;
        height: 32px !important;
        padding: 4px 16px !important;
    }
    
    .widget-title,
    .header-widget-area .widget-title {
        font-size: 11px !important;
        margin-bottom: 4px !important;
    }
}

#gp-custom-search-field-header , 
#gp-custom-search-field-footer{
	border-radius : 5px;
	max-height : 40px;
}

.site-footer .gp-custom-search-bar-container{
	padding : 30px;}

/* COMPLETE CSS FOR PRICETABLE */
.pricetable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #333;
    overflow: hidden;
}

.pricetable caption {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.pricetable th, 
.pricetable td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px;
    text-align: left;
    border-left: 0;
    border-top: 0;
}

/* Remove double borders */
.pricetable th:last-child,
.pricetable td:last-child {
    border-right: none;
}

.pricetable tbody tr:last-child td {
    border-bottom: none;
}

.pricetable thead tr {
    background-color: #1a2238;
    color: #ffffff;
}

.pricetable thead th {
    font-weight: bold;
    color: #ffffff;
}

.pricetable tbody tr:first-child {
    background-color: #e6f2ff;
    font-weight: bold;
}

.pricetable tbody tr:nth-child(even):not(:first-child) {
    background-color: #f9f9f9;
}

.pricetable tbody tr:hover {
    background-color: #f5f5f5;
}

.pricetable tbody tr:first-child:hover {
    background-color: #d9ebff;
}

/* Round the corner cells to match table border */
.pricetable thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.pricetable thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.pricetable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.pricetable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.pricetable caption {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    caption-side: top;
    color: #333; /* Dark font color */
    padding-bottom: 10px; /* Space between caption and table */
    margin-bottom: 0; /* Remove any default margin */
}












/* COMPLETE CSS FOR INFOTABLE1 */
.infotable1 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #333;
    overflow: hidden;
}

.infotable1 caption {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    caption-side: top;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.infotable1 th, 
.infotable1 td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px;
    text-align: left;
    border-left: 0;
    border-top: 0;
}

.infotable1 th:last-child,
.infotable1 td:last-child {
    border-right: none;
}

.infotable1 tbody tr:last-child td,
.infotable1 tbody tr:last-child th {
    border-bottom: none;
}

.infotable1 thead tr {
    background-color: #1a2238;
    color: #ffffff;
}

.infotable1 thead th {
    font-weight: bold;
    color: #ffffff;
}

/* Row header styling */
.infotable1 th[scope="row"] {
    font-weight: bold;
    color: #333;
    background-color: inherit;
}

.infotable1 tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.infotable1 tbody tr:hover {
    background-color: #f5f5f5;
}

/* Round the corner cells to match table border */
.infotable1 thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.infotable1 thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.infotable1 tbody tr:last-child td:first-child,
.infotable1 tbody tr:last-child th:first-child {
    border-bottom-left-radius: 8px;
}

.infotable1 tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}



/* COMPLETE CSS FOR LINKTABLE */
.linktable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #333;
    overflow: hidden;
}
.linktable caption {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.linktable th, 
.linktable td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px;
    text-align: left;
    border-left: 0;
    border-top: 0;
}
.linktable th:last-child,
.linktable td:last-child {
    border-right: none;
}
.linktable tbody tr:last-child td {
    border-bottom: none;
}
.linktable thead tr {
    background-color: #1a2238;
    color: #ffffff;
}
.linktable thead th {
    font-weight: bold;
    color: #ffffff;
}
.linktable tbody tr:first-child {
    background-color: #ffffff;
    font-weight: bold;
}
.linktable tbody tr:nth-child(even):not(:first-child) {
    background-color: #f9f9f9;
}
.linktable tbody tr:hover {
    background-color: #f5f5f5;
}
.linktable tbody tr:first-child:hover {
    background-color: #ffffff;
}
/* Round the corner cells to match table border */
.linktable thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.linktable thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}
.linktable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.linktable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.linktable caption {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    caption-side: top;
    color: #333; /* Dark font color */
    padding-bottom: 10px; /* Space between caption and table */
    margin-bottom: 0; /* Remove any default margin */
}










/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Wrapper for alignfull */
.a11y-promo-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    background: transparent;
}

.a11y-promo-wrapper .a11y-promo-card {
    max-width: 600px !important;
    width: 100%;
    margin: 30px 20px;
}

/* Accessibility Tracker Promo Card Styles */
.a11y-promo-card {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafe 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 16px;
    padding: 32px 36px;
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06),
        0 20px 40px -8px rgba(59, 130, 246, 0.15),
        0 0 0 1px rgba(59, 130, 246, 0.05);
}

.a11y-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05),
        0 30px 60px -12px rgba(59, 130, 246, 0.25),
        0 0 0 1px rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
}

/* Gradient accent bar */
.a11y-promo-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
}

/* Animated shimmer effect - very subtle */
.a11y-promo-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(59, 130, 246, 0.01),
        transparent,
        rgba(139, 92, 246, 0.01),
        transparent
    );
    animation: a11y-shimmer 6s infinite ease-in-out;
    pointer-events: none;
}

@keyframes a11y-shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* Decoration pattern */
.a11y-promo-decoration {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    opacity: 0.05;
    background-image: 
        radial-gradient(circle at 25% 25%, #3b82f6 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, #8b5cf6 2px, transparent 2px);
    background-size: 20px 20px;
}

/* Typography */
.a11y-promo-heading {
    font-size: 26px !important;
    font-weight: 700;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    color: #1e40af; /* Fallback for high contrast mode */
    background: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    line-height: 1.2 !important;
}

.a11y-promo-tagline {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

/* Feature chips list */
.a11y-promo-features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.a11y-promo-chip {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 !important;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(124, 58, 237, 0.08) 100%);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-radius: 6px;
    font-size: 14px;
    color: #1e40af;
    font-weight: 500;
    transition: all 0.2s ease;
    list-style: none !important;
}

.a11y-promo-chip::before {
    display: none !important;
}

.a11y-promo-chip:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(124, 58, 237, 0.15) 100%);
    border-color: rgba(37, 99, 235, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.15);
}

/* Footer and CTA */
.a11y-promo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

.a11y-promo-cta {
    background: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);
    color: white !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
}

.a11y-promo-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.a11y-promo-cta:hover {
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 
        0 10px 25px rgba(59, 130, 246, 0.3),
        0 5px 10px rgba(139, 92, 246, 0.2) !important;
}

.a11y-promo-cta:hover::before {
    left: 100%;
}

/* Screen reader only text */
.a11y-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive design */
@media (max-width: 540px) {
    .a11y-promo-card {
        width: 100%;
        padding: 20px 24px;
    }
    
    .a11y-promo-heading {
        font-size: 22px !important;
    }
    
    .a11y-promo-footer {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .a11y-promo-cta {
        text-align: center;
        width: 100%;
    }
}

/* Focus styles for keyboard navigation */
.a11y-promo-cta:focus {
    outline: 3px solid #1e40af;
    outline-offset: 2px;
}

.a11y-promo-cta:focus:not(:focus-visible) {
    outline: none;
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
    .a11y-promo-card::before {
        animation: none;
    }
    .a11y-promo-card,
    .a11y-promo-chip,
    .a11y-promo-cta,
    .a11y-promo-cta::before {
        transition: none !important;
    }
    .a11y-promo-card:hover {
        transform: none;
    }
    .a11y-promo-chip:hover {
        transform: none;
    }
    .a11y-promo-cta:hover {
        transform: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .a11y-promo-heading {
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    .a11y-promo-card {
        border: 2px solid;
    }
    .a11y-promo-chip {
        border: 2px solid;
    }
    .a11y-promo-cta {
        border: 2px solid !important;
    }
}