input,
select,
textarea,
button {
  font-family: "Roboto", sans-serif;
  outline: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
.underline {
  border-bottom: 1px solid;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.contact-links a:not(.primary-btn) .icon,
.contact-links address .icon,
.footer-col .pages-links a:after,
.footer-col .pages-links a,
.footer-col a:not(.primary-btn),
.footer-col address,
#back-to-top,
.read-more:after,
.secondary-btn img,
.secondary-btn svg,
.secondary-btn,
.primary-btn img,
.primary-btn svg,
.primary-btn,
a {
  transition: all 0.35s ease-in-out;
}
.read-more {
  position: relative;
  z-index: 1;
}
.wrap-contents {
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
}
.wrapper {
  background-color: #f1f5fa;
  /*overflow: hidden;*/
}

.container {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1599.98px) {
  .container {
    max-width: 1366px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1365.98px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
.link-blue {
  display: inline-block;
  color: #00a8d0;
}
.link-blue a {
  display: inline-block;
  color: #00a8d0;
}
.link-salmon {
  display: inline-block;
  color: salmon;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.link-salmon:hover {
  border-bottom: 1px solid;
}
.primary-btn {
  background: salmon;
  color: #fff;
  border: 0;
  font-size: 1.375rem;
  line-height: 1;
  padding: 21px 42px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-family: "Futura Md BT";
  cursor: pointer;
}
@media only screen and (max-width: 1599.98px) {
  .primary-btn {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1365.98px) {
  .primary-btn {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 766.98px) {
  .primary-btn {
    font-size: 1.1rem;
  }
}
.primary-btn:after {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(35deg);
  z-index: 1;
}
.primary-btn img,
.primary-btn svg {
  vertical-align: middle;
  margin-left: 5px;
  width: 17px;
  height: 8px;
}
.primary-btn:hover {
  background: #f87465;
box-shadow: 0px 10px 30px rgba(249,125,159,.7607843137);
}
.primary-btn:hover:after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}


.mb-0 {
  margin-bottom: 0;
}
.read-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #00a8d0;
  opacity: 0;
  transform: rotate(-45deg);
}
.read-more:hover::after {
  opacity: 1;
  right: -15px;
}

.svg-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.svg-responsive > div,
.svg-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.svg-responsive:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.site-footer {
  padding-top: 100px;
  background-color: #265369;
/*   background-image: url(https://info.qasource.com/hubfs/footer-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
    z-index: 9;
}
@media only screen and (max-width: 1599.98px) {
  .site-footer {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1365.98px) {
  .site-footer {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 574.98px) {
  .site-footer {
    padding-top: 45px;
  }
}
.footer-top {
  padding-bottom: 70px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1599.98px) {
  .footer-top {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .footer-top {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1365.98px) {
  .footer-top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 574.98px) {
  .footer-top {
    margin-bottom: 30px;
  }
}
.footer-logo {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 990.98px) {
  .footer-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1365.98px) {
  .footer-logo a {
    max-width: 200px;
    display: inline-block;
  }
}
.footer-info {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 120px;
}
@media only screen and (max-width: 1365.98px) {
  .footer-info {
    padding-left: 80px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-info {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 990.98px) {
  .footer-info {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 766.98px) {
  .footer-info {
    margin-top: 20px;
  }
}
.footer-info p {
  margin-top: 0;
  line-height: 2;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.66);
}
@media only screen and (max-width: 766.98px) {
  .footer-info p {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.footer-info .link-blue {
  color: #00a8d0;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1439.98px) {
  .footer-info .link-blue {
    font-size: 1.1rem;
  }
}
.footer-links {
  margin: 0 -15px;
}
.footer-col {
  width: 33.33%;
  padding: 0 15px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-col:nth-child(1) {
    width: 27%;
  }
  .footer-col:nth-child(3) {
    width: 39%;
  }
}
@media only screen and (max-width: 990.98px) {
  .footer-col:nth-child(1) {
    width: 50%;
  }
  .footer-col:nth-child(3) {
    width: 100%;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-col:nth-child(3) > div {
    width: 50%;
    margin-top: 40px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 990.98px) {
  .footer-col {
    width: 50%;
  }
}
@media only screen and (max-width: 574.98px) {
  .footer-col {
    width: 100%;
  }
  .footer-col:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-col:nth-child(3) {
    flex-wrap: wrap;
  }
  .footer-col:nth-child(3) > div {
    width: 100%;
    margin-top: 20px;
  }
}
.footer-col h3 {
  font-size: 1.563rem;
  color: #fff;
  font-family: "Futura Md BT";
  font-weight: 500;
  margin-top: 0;
}
@media only screen and (max-width: 1599.98px) {
  .footer-col h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1365.98px) {
  .footer-col h3 {
    font-size: 1.3rem;
  }
}
.footer-col a:not(.primary-btn),
.footer-col address {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
}
.footer-col a:not(.primary-btn):hover,
.footer-col address:hover {
  color: #fff;
}
@media only screen and (max-width: 1599.98px) {
  .footer-col a:not(.primary-btn),
  .footer-col address {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .footer-col a:not(.primary-btn),
  .footer-col address {
    font-size: 1rem;
  }
}
.footer-col ul {
  margin-bottom: 0;
}
.footer-col li + li:not(.social-items) {
  margin-top: 15px;
}
@media only screen and (max-width: 1439.98px) {
  .footer-col li + li:not(.social-items) {
    margin-top: 10px;
  }
}
.footer-col .pages-links a {
  position: relative;
}
.footer-col .pages-links a:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 8px;
  height: 8px;
  opacity: 0;
  border-width: 0 2px 2px 0px;
  border-style: solid;
  transform: rotate(-45deg);
}
.footer-col .pages-links a:hover {
  padding-left: 15px;
}
.footer-col .pages-links a:hover:after {
  opacity: 1;
  left: -4px;
}

.contact-links ul {
  margin-bottom: 50px;
}
.about-links, .rating {
  margin-top: 35px;
}
.rating>div {
  background: #fff;
  display: inline-block;
  max-width: 155px;
  padding: 10px 10px 6px;
  border-radius: 4px;
}
@media only screen and (max-width: 990.98px) {
  .contact-links ul {
      margin-bottom: 28px;
  }
}

@media only screen and (max-width: 766.98px) {
  .contact-links .primary-btn {
    padding: 18px 16px;
    font-size: 1rem;
  }
  .contact-links .primary-btn img {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-links, .rating {
      margin-top: 20px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .contact-links li + li {
    margin-top: 15px;
  }
}


.contact-links a:not(.primary-btn),
.contact-links address {
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-left: 45px;
}
@media only screen and (max-width: 766.98px) {
  .contact-links a:not(.primary-btn),
  .contact-links address {
    padding-left: 38px;
  }
}
.contact-links a:not(.primary-btn) .icon,
.contact-links address .icon {
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background: #00a8d0;
}
.contact-links a:not(.primary-btn) .icon svg,
.contact-links address .icon svg {
  width: 100%;
  height: 100%;
}
.contact-links a:not(.primary-btn):hover .icon,
.contact-links address:hover .icon {
  background: #fff;
}
.contact-links .primary-btn {
  display: inline-flex;
}
.contact-links .primary-btn img {
  margin-left: 10px;
}
.contact-links .primary-btn a {
  padding-left: 0;
  color: #fff;
  font-size: 1.375rem;
}
.contact-links .primary-btn:hover{
 color:#fff; 
}
@media only screen and (max-width: 1599.98px) {
  .contact-links .primary-btn a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 766.98px) {
  .contact-links .primary-btn a {
    font-size: 1.05rem;
  }
}
.social-link {
  margin-top: 35px;
}
@media only screen and (max-width: 1439.98px) {
  .social-link {
    margin-top: 40px;
  }
}
.social-link ul {
  margin-left: -4px;
  margin-right: -4px;
}
.social-link li {
  padding-left: 4px;
  padding-right: 4px;
}
/* .social-link li:nth-child(2) a{
 padding:6px; 
} */

 .social-link li:last-child a{
   padding:5px;
  }

@media only screen and (max-width: 766.98px) {
  .social-link li {
    padding-bottom: 8px;
  }
}
.social-link a {
  display: block;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  background: #00a8d0;
  border: 1px solid #00a8d0;
}
.social-link a svg {
  width: 100%;
  height: 100%;
}
.social-link a:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  background: #fff;
  transform: translateY(-4px);
}

.clutch-wrapper .clutch-link{
 background:transparent;
  border:none;
  width:145px;
  height: 42px;
}
.clutch-wrapper .clutch-link:hover{
      background: transparent;
    box-shadow: none;
    transform: none;
  
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1599.98px) {
  .footer-bottom {
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-bottom .container {
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-bottom {
    margin-top: 30px;
  }
}
.footer-bottom .copyright {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.66);
}

@media only screen and (max-width: 1199.98px) {
  .footer-bottom .copyright {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.footer-bottom .site-info-links {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-bottom .site-info-links {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.footer-bottom .site-info-links ul {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 990.98px) {
  .footer-bottom .site-info-links ul {
    justify-content: center;
    margin-top: 0;
  }
}
.footer-bottom .site-info-links li {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 990.98px) {
  .footer-bottom .site-info-links li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.footer-bottom .site-info-links li + li {
  border-left: 1px solid rgba(170, 181, 191, 0.36);
}
.footer-bottom .site-info-links a {
  font-size: 1rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.66);
}
/*
.footer-bottom .site-info-links .hs-web-interactive-inline a {
  background-color: transparent;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: inherit;
  line-height: 1.42857143;
  padding: inherit;
  vertical-align: middle;
}
.footer-bottom .site-info-links .hs-web-interactive-inline a:hover {
  background-color: transparent;
  box-shadow: none;
}
.footer-bottom .site-info-links .hs-web-interactive-inline a:before {
  display: none;
}
*/
.footer-bottom .site-info-links a:hover {
  color: #fff;
}

#back-to-top {
	opacity: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: salmon;
	position: fixed;
	z-index: 998;
	right: 30px;
	bottom: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px 0 rgba(250, 128, 114, .5);
	animation: move 1.7s infinite alternate
}

#back-to-top.show {
	opacity: 1
}

@media only screen and (max-width: 990.98px) {
  #back-to-top {
    width: 35px;
    height: 35px;
  }
}


#back-to-top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50px;
	pointer-events: auto;
	animation: simple-pulse 1.5s linear infinite
}

#back-to-top:hover {
	background: #f87465;
	box-shadow: 0 0 0 10px rgba(250, 128, 114, .2);
	transform: scale(0.95)
}

#back-to-top:after {
	content: "";
	width: 15px;
	height: 15px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-135deg) translate(-3px, -3px)
}

@media only screen and (max-width: 990.98px) {
	#back-to-top:after {
	width: 10px;
		height: 10px;
		transform: rotate(-135deg) translate(-2px, -2px)
	}
}

@media only screen and (max-width: 766.98px) {
	#back-to-top:after {
		width: 10px;
		height: 10px
	}
}

@media only screen and (max-width: 990.98px){
.footer-col:nth-child(3) {
    width: 100%;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
}
}
@media only screen and (max-width: 990.98px){
.footer-col:nth-child(3)>div {
    width: 50%;
    margin-top: 40px;
    padding: 0 15px;
}
}
@media only screen and (max-width: 574.98px){
.footer-col:nth-child(3)>div {
    width: 100%;
    margin-top: 20px;
}
}

.social-link li:nth-child(5) a {
    display: block;
    padding: 5px;
}

.post-body .cta-primary-button{
    background: salmon;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Md BT", 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    padding: 15px 18px;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
  text-decoration:none;
}

.post-body .cta-primary-button:hover, .post-body .cta-primary-button:active, .post-body .cta-primary-button:active:hover, .post-body .cta-primary-button:focus{
    background: #f87465;
    color:#fff;
    box-shadow: 0px 10px 30px #f97d9fc2;
}

/* Cookies Bar Updates */
.cookies-bar {position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    background: #fff;}
      
.cookies-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 -3px 30px rgba(95,150,162,.55);
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform .5s linear;
  transform: translateY(100%);
}
.cookies-bar.active {
  transform: translateY(0);
}
.cookies-bar .container {
  max-width: 1100px;
    display: flex;
}
  .cookies-bar .cookies-content {
  max-width: 650px;
  padding-right: 40px;
}



@media only screen and (max-width: 766.98px) {
    .cookies-bar .container {
        justify-content: center;
    }
}
@media only screen and (max-width: 990.98px) {
    .cookies-bar .cookies-content {
        max-width: 480px;
    }
}

@media only screen and (max-width: 766.98px) {
    .cookies-bar .cookies-content {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
  .cookies-bar .cookies-content {
    text-align:center;
  }
}



/* =========================================================
   FIXED VISIBILITY
========================================================= */
:root {
  --smooth-ease: ease-in-out;
}


body.ai-visible .ask-ai-fixed {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ask-ai-fixed {
  position: fixed;
  bottom: 70px;
  left: 10px;
  z-index: 990;
  opacity: 0;
  transform: translateY(28px);
  pointer-events: none;
  transition:
    opacity 0.5s var(--smooth-ease),
    transform 0.5s var(--smooth-ease);
  font-family: Arial, sans-serif;
}

/* =========================================================
   CONTAINER
========================================================= */
.ask-ai-container {
  position: relative;
  max-width: 273px;
  background: linear-gradient(304deg, #F3FEFF8C 0%, #CEF2F5 100%);
  box-shadow: 0px 16px 73px #45738a66;
  border: 1px solid #fa8072;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  overflow: hidden;
  max-height: 72px;
  transition:
    max-height 0.7s var(--smooth-ease),
    width 0.7s var(--smooth-ease),
    border-radius 0.7s var(--smooth-ease);
}

.ask-ai-container.expanded {
  max-height: 400px;
}

/* =========================================================
   TRIGGER
========================================================= */
.ask-ai-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* ICON */
.ask-ai-trigger img {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  z-index: 3;
  flex-shrink: 0;
  transition:
    transform 0.4s var(--smooth-ease),
    margin 0.4s var(--smooth-ease),
    width 0.4s var(--smooth-ease);
}

.ask-ai-container.expanded .ask-ai-trigger img {
  transform: rotate(360deg);
}

.ask-ai-trigger::before,
.ask-ai-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.7s var(--smooth-ease);
}

.ask-ai-trigger::before {
  background: linear-gradient(279deg, #E7F1F3 0%, #FFFFFF 100%);
}

.ask-ai-trigger::after {
  background: linear-gradient(304deg, #F3FEFF8C 0%, #CEF2F5 100%);
  opacity: 0;
}

.ask-ai-container:not(.expanded) .ask-ai-trigger:hover::after {
  opacity: 1;
}

.ask-ai-container.expanded .ask-ai-trigger::before,
.ask-ai-container.expanded .ask-ai-trigger::after {
  opacity: 0;
}

/* =========================================================
   TRIGGER TEXT
========================================================= */
.ask-ai-trigger span {
  font-size: 17px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  font-family: "Futura Md BT";
  text-align: left;
  opacity: 1;
  color: #1d1d1d;
  transform: translateY(0);
  transition:
    opacity 0.6s var(--smooth-ease),
    transform 0.6s var(--smooth-ease);
}

/* =========================================================
   CONTENT PANEL
========================================================= */
.ask-ai-content {
  opacity: 0;
  transform: translateY(82px);
  transition:
    opacity 0.7s var(--smooth-ease),
    transform 0.7s var(--smooth-ease);
}

.ask-ai-container.expanded .ask-ai-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.ask-ai-content-inner {
  padding: 0 15px 15px;
}

/* =========================================================
   BUTTONS (UNCHANGED STYLES)
========================================================= */
.llm-buttons {
  width: 100%;
  box-shadow: 5px 5px 20px #45738A1A;
  border: 2px solid #FFFFFF;
  border-radius: 29px;
  padding: 8px 0 8px 23px;
  font-size: 15px;
  font-family: 'Futura Bk BT';
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0.9;
  position: relative;
  overflow: hidden;
}

.llm-buttons:hover { color: #fff; }

.llm-buttons:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: opacity 0.6s var(--smooth-ease);
}

.llm-buttons:hover:before { opacity: 0; }

.hs-web-interactive-inline + .hs-web-interactive-inline {
  margin-top: 7px;
}

.llm-buttons img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.llm-buttons.chat-gpt { background: #3B8F79; border-color: #ACFFE9; }
.llm-buttons.perplexity { background: #21808D; border-color: #7CE1EE; }
.llm-buttons.grok { background: #000; border-color: #787878; }
.llm-buttons.google-ai { background: #4081ED; border-color: #81AFFE; }

/* =========================================================
   STAGGER – LEFT → RIGHT DRAW (SYNCED)
========================================================= */
.ask-ai-content-inner .hs-web-interactive-inline {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 0.45s var(--smooth-ease),
    opacity 0.25s ease-out;
}

.ask-ai-container.expanded .hs-web-interactive-inline {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

/* Open Delays */
.ask-ai-container.expanded .hs-web-interactive-inline:nth-child(1) { transition-delay: 0.15s; }
.ask-ai-container.expanded .hs-web-interactive-inline:nth-child(2) { transition-delay: 0.2s; }
.ask-ai-container.expanded .hs-web-interactive-inline:nth-child(3) { transition-delay: 0.25s; }
.ask-ai-container.expanded .hs-web-interactive-inline:nth-child(4) { transition-delay: 0.3s; }

/* =========================================================
   MOBILE FIXES (CIRCLE TO BOX)
========================================================= */
@media (max-width: 767px) {

  .ask-ai-fixed {
    bottom: 66px;
  }

  .ask-ai-container {
    width: 48px;
    max-height: 48px;
    border-radius: 24px;
  }

  .ask-ai-container.expanded {
    width: 230px;
    max-height: 249px;
    border-radius: 20px;
  }

  .ask-ai-container:not(.expanded) .ask-ai-trigger span {
    opacity: 0;
    width: 0;
    margin: 0;
    visibility: hidden;
    position: absolute;
  }

  .ask-ai-container.expanded .ask-ai-trigger span {
    opacity: 1;
    margin-left: 10px;
    visibility: visible;
    font-size: 15px;
    position: relative;
    transition: opacity 0.5s var(--smooth-ease) 0.3s;
  }

  .ask-ai-trigger {
    padding: 6px;
  }

  .ask-ai-container.expanded .ask-ai-trigger {
    padding: 10px 8px;
  }

  .ask-ai-trigger img {
    width: 34px;
    height: 34px;
    margin-right: 0;
  }

  .ask-ai-container.expanded .ask-ai-trigger img {
    margin-right: 0px;
  }

  .llm-buttons {
    padding: 6px 0 6px 15px;
    font-size: 14px;
  }

  .llm-buttons img {
    width: 22px;
    height: 22px;
  }


.ask-ai-container {
  transition:
    max-height 0.4s var(--smooth-ease),
    width 0.4s var(--smooth-ease),
    border-radius 0.4s var(--smooth-ease);
}


.ask-ai-trigger::before,
.ask-ai-trigger::after {
  transition: opacity 0.4s var(--smooth-ease);
}


}


/* Ask AI CTA Popup to delete css */

:root {
  --smooth-ease: ease-in-out;
}

.qsai-widget .hs-web-interactive-inline + .hs-web-interactive-inline {
  margin-top: 0;
}

body.qsai-visible .qsai-widget {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.qsai-widget {
  position: fixed;
  bottom: 70px;
  left: 10px;
  z-index: 990;
  opacity: 0;
  transform: translateY(28px);
  pointer-events: none;
  transition:
    opacity 0.5s var(--smooth-ease),
    transform 0.5s var(--smooth-ease);
  font-family: Arial, sans-serif;
}

/* =========================================================
   CONTAINER
========================================================= */
.qsai-panel {
  position: relative;
  max-width: 466px;
  background: linear-gradient(304deg, #F3FEFF8C 0%, #CEF2F5 100%);
  box-shadow: 0px 16px 73px #45738a66;
  border: 1px solid #fa8072;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  overflow: hidden;
  max-height: 72px;
  transition:
    max-height 0.7s var(--smooth-ease),
    width 0.7s var(--smooth-ease),
    border-radius 0.7s var(--smooth-ease);
}

.qsai-panel.qsai-open {
  max-height: 400px;
}

/* =========================================================
   TRIGGER
========================================================= */
.qsai-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* ICON */
.qsai-toggle img {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  z-index: 3;
  flex-shrink: 0;
  object-fit: contain;          /* ← keeps the 100×120 animated icon from squishing */
  transition:
    transform 0.4s var(--smooth-ease),
    margin 0.4s var(--smooth-ease),
    width 0.4s var(--smooth-ease);
}

.qsai-panel.qsai-open .qsai-toggle img {
  transform: rotate(360deg);
}

.qsai-toggle::before,
.qsai-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.7s var(--smooth-ease);
}

.qsai-toggle::before {
  background: linear-gradient(279deg, #E7F1F3 0%, #FFFFFF 100%);
}

.qsai-toggle::after {
  background: linear-gradient(304deg, #F3FEFF8C 0%, #CEF2F5 100%);
  opacity: 0;
}

.qsai-panel:not(.qsai-open) .qsai-toggle:hover::after {
  opacity: 1;
}

.qsai-panel.qsai-open .qsai-toggle::before,
.qsai-panel.qsai-open .qsai-toggle::after {
  opacity: 0;
}

/* =========================================================
   TRIGGER TEXT
========================================================= */
.qsai-toggle span {
  font-size: 17px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  font-family: "Futura Md BT";
  text-align: left;
  opacity: 1;
  color: #1d1d1d;
  transform: translateY(0);
  transition:
    opacity 0.6s var(--smooth-ease),
    transform 0.6s var(--smooth-ease);
}

/* =========================================================
   CONTENT PANEL
========================================================= */
.qsai-drawer {
  opacity: 0;
  transform: translateY(82px);
  transition:
    opacity 0.7s var(--smooth-ease),
    transform 0.7s var(--smooth-ease);
}

.qsai-panel.qsai-open .qsai-drawer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

/* 2-COLUMN GRID */
.qsai-grid {
  padding: 0 15px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

/* =========================================================
   BUTTONS
========================================================= */
.qsai-btn {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 5px 5px 20px #45738A1A;
  border: 2px solid #FFFFFF;
  border-radius: 29px;
  padding: 8px 0 8px 23px;
  font-size: 15px;
  font-family: 'Futura Bk BT';
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0.9;
  position: relative;
  overflow: hidden;
}

.qsai-btn:hover { color: #fff; }

.qsai-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: opacity 0.6s var(--smooth-ease);
}

.qsai-btn:hover:before { opacity: 0; }

.qsai-btn img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
  object-fit: contain;          /* ← no distortion; all icons render equal */
  object-position: center;
  display: block;
}
.qsai-panel .llm-buttons.chat-gpt img{
  width: 30px; height: 30px;
}
.qsai-btn.qsai-btn--chatgpt    { background: #3B8F79; border-color: #ACFFE9; }
.qsai-btn.qsai-btn--perplexity { background: #21808D; border-color: #7CE1EE; }
.qsai-btn.qsai-btn--grok       { background: #000;    border-color: #787878; }
.qsai-panel .llm-buttons.google-ai {
  background:
    linear-gradient(90deg, #FC413D 1%, #E1B813 36.94%, #34A853 72.1%, #4285F4 97.6%) padding-box,
    linear-gradient(90deg, #FE797A 0%, #F5C340 30.29%, #67C54E 69.71%, #509CF5 100%) border-box;
  border: 2px solid transparent;
}
.qsai-panel .llm-buttons.google-ai img{
 width: 25px;
  height: 25px;
}
.qsai-btn.qsai-btn--claude     { background: #D97757; border-color: #F4C2B0;  }
.qsai-btn.qsai-btn--gemini     { background: linear-gradient(135deg, #FFA43D 0%, #FF5C4D 100%); border-color: #FFC98A; }
.qsai-btn.qsai-btn--claude img{
width: 26px; height; 26px;
}

/* =========================================================
   STAGGER – LEFT → RIGHT DRAW (SYNCED)
========================================================= */
.qsai-grid .hs-web-interactive-inline {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition:
    clip-path 0.45s var(--smooth-ease),
    opacity 0.25s ease-out;
}

.qsai-panel.qsai-open .hs-web-interactive-inline {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

/* Open Delays (6 buttons) */
.qsai-panel.qsai-open .hs-web-interactive-inline:nth-child(1) { transition-delay: 0.12s; }
.qsai-panel.qsai-open .hs-web-interactive-inline:nth-child(2) { transition-delay: 0.17s; }
.qsai-panel.qsai-open .hs-web-interactive-inline:nth-child(3) { transition-delay: 0.22s; }
.qsai-panel.qsai-open .hs-web-interactive-inline:nth-child(4) { transition-delay: 0.27s; }
.qsai-panel.qsai-open .hs-web-interactive-inline:nth-child(5) { transition-delay: 0.32s; }
.qsai-panel.qsai-open .hs-web-interactive-inline:nth-child(6) { transition-delay: 0.37s; }

/* =========================================================
   MOBILE FIXES (CIRCLE TO BOX)
========================================================= */
@media (max-width: 767px) {

  .qsai-widget {
    bottom: 66px;
  }

  .qsai-panel {
    width: 48px;
    max-height: 48px;
    border-radius: 24px;
    transition:
      max-height 0.4s var(--smooth-ease),
      width 0.4s var(--smooth-ease),
      border-radius 0.4s var(--smooth-ease);
  }

  .qsai-panel.qsai-open {
    width: 300px;
    max-height: 260px;
    border-radius: 20px;
  }

  .qsai-panel:not(.qsai-open) .qsai-toggle span {
    opacity: 0;
    width: 0;
    margin: 0;
    visibility: hidden;
    position: absolute;
  }

  .qsai-panel.qsai-open .qsai-toggle span {
    opacity: 1;
    margin-left: 10px;
    visibility: visible;
    font-size: 15px;
    position: relative;
    transition: opacity 0.5s var(--smooth-ease) 0.3s;
  }

  .qsai-toggle {
    padding: 6px;
  }

  .qsai-panel.qsai-open .qsai-toggle {
    padding: 10px 8px;
  }

  .qsai-toggle img {
    width: 34px;
    height: 34px;
    margin-right: 0;
  }

  .qsai-panel.qsai-open .qsai-toggle img {
    margin-right: 0px;
  }

  .qsai-btn {
    padding: 6px 0 6px 15px;
    font-size: 14px;
  }

  .qsai-btn img {
    width: 22px;
    height: 22px;
  }
  .qsai-panel .llm-buttons.chat-gpt img{
  width: 24px; height: 24px;
}
  
  .qsai-btn.qsai-btn--claude img{
width: 24px; height; 24px;
}

  .qsai-panel .llm-buttons.google-ai img {
    width: 21px;
    height: 21px;
}

  .qsai-toggle::before,
  .qsai-toggle::after {
    transition: opacity 0.4s var(--smooth-ease);
  }
}