html {
  scroll-behavior: smooth;
}

/* Extra from globals.css */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #111827;
}
p {
    color: #4B5563;
    line-height: 1.6;
}
    
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.animate-blink {
  animation: blink 1s step-start infinite;
}
.book-ademo{
    color: #fff !important;
} 
.d-none {
    display: none;
}

@media screen and (max-width: 767px) {
   #hero {
       height: auto !important;
   } 
   .responsive-fullwidth {
       max-width: 100% !important;
   }
   .responsive-scale {
       transform: none !important;
   }
   @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
                
    .animate-scroll {
        animation: scroll-left 30s linear infinite;
    }
                
    .carousel-track:hover {
        animation-play-state: paused;
    }
    .show-mobile {
        display:  block !important;
    }
    body .grid-cols-3, body .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .solutions-cta {
            font-size: 14px;
    }
    .rotate-mobile {
        transform: rotate(90deg);
    }
    .rotae-wrap {
        display: flex ;
        justify-content: center;
    }
    .mobile-automargin {
        margin-left: auto;
        margin-right: auto;
    }
    .d-none-mobile {
        display: none;
    }
    .mobile-gap {
        gap: 1rem;
    }
    #testimonial-carousel > div {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    #testimonial-carousel > div > div:first-child,
    #testimonial-carousel > div > div:last-child {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobile-gaps {
        margin-bottom: 15px;
    }
    .custom-responsive span, .mobile-date  {
        font-size: 11px !important;
    }
	.responsive-wrap {
		flex-wrap: wrap;
	}
	.mob-fullw {
		    width: 100%;
	}
}

.faq-button .icon-rotate {
    transform: rotate(180deg); 
  transition: transform 0.3s ease;
}
.faq-button svg {
  transition: transform 0.3s ease; /* so both rotate in/out animate */
}
 
    .book-ademo-blue {
       color: rgb(79 70 229 / var(--tw-text-opacity, 1)) !important;
   } 
   .container.top_footer {
        display: none;
    }
    body .footer_9 .footer-links { 
    padding: 100px 0 20px;
    margin-top: 0 !important;
}
 