
.grecaptcha-badge { 
	visibility: hidden; 
}

.elementor-field-type-recaptcha_v3 {
    display: done;
}

.elementor-element p, .elementor-element span {
    font-family: "Poppins", Sans-serif !important;
}

.recaptcha_v3-bottomright {
		width: 0!important;
    padding: 0!important;
}

html, body {
  overflow-x: clip;
}
h1 {
	color: #fff!important;
	font-weight: 800!important;
}
.editor-visual-editor__post-title-wrapper h1 {
    color: #000 !important;
}

h2 {
		font-weight: 800!important;
}
.small-heading h1 {
    font-weight: 700!important;
}
.title-accent span {
    color: #FFDA1A;
}
.seo-template-heading h1 {
	color: #FFDA1A!important;
}
.body-link-black a {
		color: #000;
    font-weight: 600;
}
.body-link-white  a {
    color: #fff;
    font-weight: 600;
}
.seo-service-core-industries .aud-desc a {
    color: #000;
    font-weight: 600;
}

/*Photo carousel - Home Page*/



/*.elementor-element-b04e0db {*/
/*    overflow: hidden !important;*/
/*}*/

#marquee-con {
    flex-wrap: nowrap !important;
    align-items: flex-end !important; 
}

.scale-list {
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    width: auto !important;
    min-width: max-content !important;
    align-items: flex-end !important;
}

.scale-list .elementor-widget-image {
    flex-shrink: 0 !important;
}

.scale-list .elementor-widget-image img {
    object-fit: cover !important;
}

.marquee__track {
  animation: marquee-scroll 20s linear infinite;
}


@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-150%); } 
}

.words-list {
    width: fit-content!important;
}

selector .country-word:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFDA1A;
    border-radius: 100px;
    position: absolute;
    top: 25px;
    right: -45px;
}

@media (max-width: 767px) {
.country-word div {
    font-size: 34px!important;
}
selector .country-word:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFDA1A;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    right: -19px;
}
}

/*Footer form*/
.footer-form input,
.footer-form select {
    height: 54px;
}
.footer-form ::placeholder {
    color: transparent!important;
}
.footer-form textarea {
    height: 149px;
}
.footer-form select {
    height: 54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/uploads/2026/04/select-icon.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 20px;
    padding-right: 45px;
}
.footer-form .elementor-select-wrapper::before {
    display: none !important;
}
.footer-form .select-caret-down-wrapper {
    display: none !important;
}


/*Global FAQ*/
.seo-service-faq .elementor-widget-n-accordion {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 60px;
  position: relative;
  align-self: flex-start;
  margin-top: 0 !important;
}
.seo-service-faq .elementor-element-2ddac8c7 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.seo-service-faq .elementor-widget-n-accordion::before {
  content: '';
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, transparent, #ffffff);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.seo-service-faq .elementor-widget-n-accordion.is-scrolled::before {
  opacity: 1;
}
.seo-service-faq .elementor-widget-n-accordion::after {
  content: '';
  position: sticky;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  pointer-events: none;
}
.seo-service-faq .elementor-widget-n-accordion::-webkit-scrollbar {
  width: 2px;
}
.seo-service-faq .elementor-widget-n-accordion::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 2px;
  margin: 100px 0;
}
.seo-service-faq .elementor-widget-n-accordion::-webkit-scrollbar-thumb {
  background: #FFD601;
  border-radius: 2px;
}
/*Main nav + footer*/
.nav ul a,
#dropdown-item .e-n-menu-title-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}
.drp-list a {
    flex-direction: row!important;
	justify-content: flex-start!important;
}
/*Horizontal scroll carousels*/
.horizontal-scroll-carousel {
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding-bottom: 28px;
  scroll-behavior: smooth;
  width: calc(100% + ((100vw - 100%) / 2)) !important;
  max-width: none !important;
  flex-wrap: nowrap !important;
  margin-right: calc(-1 * (100vw - 1200px) / 2 + 8px) !important;
}
.horizontal-scroll-carousel > .e-child {
  min-width: 320px;
  flex-shrink: 0 !important;
}
.horizontal-scroll-carousel::-webkit-scrollbar {
  height: 6px;
  display: block !important;
}
.horizontal-scroll-carousel::-webkit-scrollbar-track {
  background: #EAEAEA;
  border-radius: 4px;
  margin-right: calc((100vw - 1200px) / 2);
}
.horizontal-scroll-carousel::-webkit-scrollbar-thumb {
  background: #FFD600;
  border-radius: 4px;
}
.horizontal-scroll-carousel::-webkit-scrollbar-thumb:hover {
  background: #e6c200;
}

.e-con-boxed:has(> .e-con-inner > .horizontal-scroll-carousel) {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
.e-con-boxed:has(> .e-con-inner > .horizontal-scroll-carousel) > .e-con-inner {
  overflow: visible !important;
}
.aud-card:hover .partner-category {
    background: #000!important;
}
.aud-card:hover .partner-category div {
    color: #fff!important;
}
/*No-expand modifier*/
.horizontal-scroll-carousel.no-expand {
  padding-bottom: 40px;
}
.horizontal-scroll-carousel.no-expand > .e-child:hover {
  flex-grow: 0 !important;
  flex-basis: auto !important;
}
.horizontal-scroll-carousel.no-expand > .e-child {
  transition: flex-grow 0s !important;
}
.horizontal-scroll-carousel.no-expand .aud-desc,
.no-expand .aud-desc {
  opacity: 1 !important;
}
.horizontal-scroll-carousel.no-expand .aud-desc,
.horizontal-scroll-carousel.no-expand .aud-desc p,
.no-expand .aud-desc p {
  color: #fff !important;
}
.horizontal-scroll-carousel.no-expand .aud-card:hover .aud-desc,
.horizontal-scroll-carousel.no-expand .aud-card:hover .aud-desc p,
.no-expand .aud-card:hover .aud-desc * {
  color: #000!important;
}
.horizontal-scroll-carousel.no-expand::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}
.horizontal-scroll-carousel.no-expand::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0;
}
.horizontal-scroll-carousel.no-expand::-webkit-scrollbar-track {
  background: #3a3a3a;
  border-radius: 4px;
  margin-right: calc((100vw - 1200px) / 2);
}
@media (max-width: 1024px) {
  .horizontal-scroll-carousel {
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .horizontal-scroll-carousel::-webkit-scrollbar-track {
    margin-right: 0 !important;
  }
  .e-con-boxed:has(> .e-con-inner > .horizontal-scroll-carousel) > .e-con-inner {
    overflow: hidden !important;
  }
}
/*Case studies loop styling*/
.cs-cards {
  display: flex;
  gap: 20px;
}
.cs-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all .4s !important;
}
.cs-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.20));
  z-index: 1;
  opacity: 1;
  transition: all .3s;
}
.cs-card:hover::after {
  opacity: 0;
}
.cs-card > * {
  position: relative;
  z-index: 2;
}
.cs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2026/02/cs-yellow-bg.png") center/cover no-repeat;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 0;
}
.cs-card > * {
  position: relative;
  z-index: 2;
}
.cs-card:hover::before {
  opacity: 1;
}
.cs-title,
.cs-title div {
  color: #fff !important;
  transition: color .4s ease;
}
.cs-desc {
  opacity: 0;
  transition: opacity .4s ease, transform .4s ease, color .4s ease;
  color: #fff;
}
.cs-card:hover .cs-title,
.cs-card:hover .cs-title div {
  color: #000 !important;
}
.cs-card:hover .cs-desc {
  opacity: 1;
  color: #000 !important;
}
.cs-icon a {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
.cs-icon {
  position: absolute;
  top: 23px;
  right: 0px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: background .4s ease, color .4s ease, border-color .4s ease;
  z-index: 5;
}
.cs-icon svg {
  width: 18px;
  height: 18px;
}
.cs-card:hover .cs-icon {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.cs-card:hover .cs-icon path {
  stroke: #000 !important;
}
.cs-title {
    border-bottom: 0.5px solid #fff!important;
}
.cs-card:hover .cs-info-box *,
.cs-card:hover .cs-title h3 {
    color: #000!important;
}
.cs-card:hover .cs-title {
    border-color: #5C5C5C!important;
}
/*Strategy*/
/* ===== SHORTCODE VERSION (ACF) ===== */
.strategy-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 30px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.strategy-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strategy-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}
.strategy-item + .strategy-item {
  border-top: 1px solid #ffda1a;
}
span.strategy-num {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffd600;
}
/* ===== ELEMENTOR VERSION ===== */
.strategy-el {
  counter-reset: strategy;
}
.strategy-el > .strategy-item-el {
  display: grid !important;
  grid-template-columns: 40px 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 0 24px !important;
  padding: 30px 0 !important;
  counter-increment: strategy;
}
.strategy-el > .strategy-item-el + .strategy-item-el {
  border-top: 1px solid #ffda1a;
}
.strategy-el > .strategy-item-el::before {
  content: counter(strategy, decimal-leading-zero);
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ffd600;
  grid-row: 1 / -1;
  grid-column: 1;
}
.strategy-el > .strategy-item-el > .elementor-widget-heading {
  grid-column: 2;
  margin-bottom: 8px !important;
}
.strategy-el > .strategy-item-el > .elementor-widget-text-editor {
  grid-column: 2;
  margin-top: 0 !important;
}
.strategy-el > .strategy-item-el .elementor-heading-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.strategy-el > .strategy-item-el .elementor-widget-text-editor p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.strategy-el > .strategy-item-el:first-child {
  padding-top: 0 !important;
}
/*Aud cards — universal (2 & 3 cards)*/
.aud-cards{
  display:flex;
  gap:20px;
  width:100%;
}
.aud-cards .aud-card{
  flex:0 1 33.333% !important;
  min-width:0 !important;
  transition:flex-basis .45s cubic-bezier(.4,0,.2,1);
}
.aud-cards:has(.aud-card:hover) .aud-card{
  flex-basis:30.25% !important;
}
.aud-cards:has(.aud-card:hover) .aud-card:hover{
  flex-basis:39.5% !important;
  padding-bottom:50px;
}
.aud-card{
  position:relative;
  overflow:hidden;
  background:#000!important;
  border-radius:22px;
  transition:all .4s!important;
}
.aud-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("/wp-content/uploads/2026/02/Frame-2087325726.png") center/cover no-repeat;
	border-radius: 20px;
  opacity:0;
  transition:opacity .4s ease;
  z-index:0;
}
.aud-card > *{
  position:relative;
  z-index:2;
}
.aud-card:hover::before{
  opacity:1;
}
.aud-title,
.aud-title div{
  color:#fff!important;
  transition:color .4s ease;
}
.aud-desc{
  opacity:0;
  transition:opacity .4s ease, transform .4s ease, color .4s ease;
  color:#fff;
}
.aud-card:hover .aud-title,
.aud-card:hover .aud-title div{
  color:#000!important;
}
.aud-card:hover .aud-desc{
  opacity:1;
  color:#000!important;
}
.aud-icon a{
  position:absolute;
  left:50%;
  top:15px;
  transform:translateX(-50%);
}
.aud-icon{
  position:absolute;
  top:30px;
  right:30px;
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #fff;
  background:transparent;
  color:#fff;
  transition:background .4s ease, color .4s ease, border-color .4s ease;
  z-index:5;
}
.aud-icon svg{
  width:18px;
  height:18px;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-icon{
  background:#fff;
  border-color:#fff;
  color:#000;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-icon path{
  stroke:#000 !important;
}
.aud-card:hover .aud-icon{
  background:#fff;
  border-color:#fff;
  color:#000;
}
.aud-card:hover .aud-icon path{
  stroke:#000!important;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active{
  flex-basis:39.5% !important;
  padding-bottom:50px;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active::before{
  opacity:1;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-title,
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-title div{
  color:#000 !important;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-desc{
  opacity:1;
  color:#000 !important;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card:not(.aud-active){
  flex-basis:30.25% !important;
}
.aud-label,
.aud-label div,
.aud-label p{
  color:transparent !important;
  transition:color .4s ease;
}
.aud-card:hover .aud-label,
.aud-card:hover .aud-label div,
.aud-card:hover .aud-label p{
  color:#000 !important;
}
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label,
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label div,
.aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label p{
  color:#000 !important;
}
/* === 2 cards auto-detect === */
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-card{
  flex:0 1 50% !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child):has(.aud-card:hover) .aud-card{
  flex-basis:42% !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child):has(.aud-card:hover) .aud-card:hover{
  flex-basis:58% !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active{
  flex-basis:58% !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card:not(.aud-active){
  flex-basis:42% !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc{
  position:relative !important;
  max-height:0;
  overflow:hidden;
  transition:opacity .4s ease, max-height .45s cubic-bezier(.4,0,.2,1), color .4s ease !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-card:hover .aud-desc,
.aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-desc{
  max-height:250px;
  opacity:1;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .add-card-text-con{
  width:100% !important;
}
/* === Scrollable text === */
.aud-cards:has(.aud-card:nth-child(2):last-child) .add-card-text-con {
  position: relative !important;
  overflow: hidden;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc {
  overflow-y: auto !important;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc::-webkit-scrollbar {
  width: 2px;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.15);
  border-radius: 2px;
  margin: 10px 0;
}
.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 2px;
}

.aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc {
  overflow-y: auto !important;
  padding-right: 12px;
}


/* === Tablet & Mobile === */
@media (max-width:1024px){
  .aud-cards {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .aud-cards .aud-card {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    padding-top: 70px !important;
  }
  .aud-cards:has(.aud-card:hover) .aud-card {
    flex-basis: auto !important;
  }
  .aud-cards:has(.aud-card:hover) .aud-card:hover {
    flex-basis: auto !important;
    padding-bottom: 70px !important;
    padding-top: 100px !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 22px !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child) .aud-desc {
    max-height: none !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child) .aud-card {
    width: 100% !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):has(.aud-card:hover) .aud-card,
  .aud-cards:has(.aud-card:nth-child(2):last-child):has(.aud-card:hover) .aud-card:hover,
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active,
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card:not(.aud-active) {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-desc,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-desc {
    opacity: 0 !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active::before,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active::before {
    opacity: 0 !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-title,
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-title div,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-title,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-title div {
    color: #fff !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label,
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label div,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-label div {
    color: transparent !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-icon,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-icon {
    background: transparent !important;
    border-color: #fff !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active .aud-icon path,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active .aud-icon path {
    stroke: #fff !important;
  }
  .aud-cards:has(.aud-card:nth-child(2):last-child):not(:has(.aud-card:hover)) .aud-card.aud-active,
  .aud-cards:not(:has(.aud-card:hover)) .aud-card.aud-active {
    padding-bottom: 30px !important;
  }
}
/*Accordion cards*/
.acc-card {
  position: relative;
  overflow: visible !important;
  height: 125px;
  transition: height .45s cubic-bezier(.4,0,.2,1);
  padding: 33px 12px;
}
.acc-card > .e-con,
.acc-card > .elementor-widget-container {
  overflow: visible !important;
}
.acc-card::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #F7D300;
  z-index: 0;
  opacity: 0;
  transition: opacity .35s cubic-bezier(.4,0,.2,1);
}
.acc-card:hover::before {
  opacity: 1;
}
.acc-card::after {
    content: "";
    background: url(/wp-content/uploads/2026/02/hover-acc-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 392px;
    height: 162px;
    position: absolute;
    left: 92px;
    top: 0;
}
.acc-card:hover::after {
  opacity: 1;
}
.acc-card > * {
  position: relative;
  z-index: 2;
}
.acc-text {
  opacity: 0;
  transition: opacity .3s ease .2s !important;
}
.acc-card:hover .acc-text {
  opacity: 1;
}
.acc-card:hover {
  height: 162px;
}
.acc-card.acc-hovered {
  height: 162px;
}
.acc-card.acc-hovered::before {
  opacity: 1;
}
.acc-card.acc-hovered::after {
  opacity: 1;
}
.acc-card.acc-hovered .acc-text {
  opacity: 1;
}
/*Case studies loop styling mobile*/
@media (max-width: 1024px) {
  .cs-cards {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
  }
  .cs-cards:has(.cs-card:hover) .cs-card:hover {
    padding-bottom: 60px !important;
  }
}


.chat-gpt-cards .aud-card:hover {
    padding-bottom: 100px !important;
}

.chat-gpt-cards .aud-card {
    padding-bottom: 80px !important;
}




