@media screen and (max-width: 400px) {
  .wp-block-search__inside-wrapper {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .comparePlan,
  .evalynPlan {
    display: none !important;
    min-width: 60vw !important;
  }
  .noti-box {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .evalynPlan {
    min-width: 400px !important;
  }
}

@media screen and (max-width: 800px) {
  .side-feature-menu {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .pageMainImage {
    display: none !important;
  }
}

@media screen and (max-width: 1250px) {
  .siteLogo {
    display: none !important;
  }
}

@media screen and (max-width: 1650px) {
  .new-menu {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .wp-block-navigation__responsive-container-open {
    display: none;
  }
}

:root {
  --tab-main: #041157;
  --tab-gray: #ccc;
}

.holographic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  margin: 30px;
}

.holographic-card {
  transition: all 0.5s ease;
}

.holographic-card h2 {
  color: #0ff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  background: linear-gradient(0deg, transparent, transparent 30%, rgba(0,255,255,0.3));
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.holographic-card:hover::before {
  opacity: 1;
}

.nobelUseCaseText {
  background-image: -webkit-linear-gradient(left, pink, gold, azure);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partner-banner1,
.partner-banner2 {
  display: flex;
  align-items: center;
  height: 100px;
  gap: 40px;
}

.partner-banner1 {
  margin-left: 0;
}

.partner-icon {
  width: 200px;
  height: auto;
  margin: 0 10px;
}

.custom-logo {
  min-width: 170px;
}

.red-tab,
.vertical-tab {
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid var(--tab-gray);
  background-color: black;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start !important;
  flex-direction: row;
  margin-bottom: 5px !important;
  gap: 0 !important;
}

.red-tab div,
.vertical-tab div {
  float: left;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.red-tab a.wp-block-button__link,
.vertical-tab a.wp-block-button__link {
  color: white !important;
  background-color: transparent !important;
}

.red-tab div a,
.vertical-tab div a {
  padding: 20px 20px !important;
  color: white !important;
}

.red-tab div:hover,
.red-tab div.active,
.vertical-tab div:hover,
.vertical-tab div.active {
  color: white !important;
  border-bottom: 3px solid white;
  z-index: 3;
}

.tab-content,
.vertical-tab-content {
  display: none;
  padding: 35px 15px;
  border-top: none;
  background-color: white;
}

.active {
  display: block;
}

.mega-menu-link {
  font-size: 17px !important;
  font-weight: bold !important;
}

.ai-start-btn {
  font-family: Verdana, sans-serif;
  padding: 10px 18px;
  color: black;
  background-color: #f2c500;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid black;
  margin-bottom: 20px;
}

.noti-box {
  background-color: #151822ce;
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noti-box #popspan {
  text-align: center;
  background-color: white;
  padding: 20px 30px;
  border-radius: 9px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  z-index: 1 !important;
}

.flip-box-back {
  transform: rotateY(180deg);
  z-index: 999 !important;
}

.bookADemo {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.typewritediv,
.typewrite {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 100px !important;
}

.client_logo {
  min-width: 70px;
  max-width: 100px !important;
}

.cursor-bg {
  opacity: 0.1;
  cursor: pointer;
}

.cursor-bg:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.evalynPlanColumns {
  overflow: auto !important;
}

/* 1. The Frame: Defines the visible area */
.clientImgTopWrapper {
   overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
    
    /* ADD THIS LINE TO FORCE VISIBILITY */
    min-height: 100px; /* Adjust this to match your logo height */
    display: flex; /* Helps align the track */
    align-items: center; /* Centers logos vertically */
}

/* 2. The Track: Holds both sets of logos side-by-side */
.clientImgWrapper {
    display: flex; /* Aligns the two sets horizontally */
    width: fit-content; /* Ensures the width fits all images */
    
    /* The Animation */
    animation: scroll-loop 30s linear infinite;
}

/* 3. The Sets: Just styling to make sure they sit side-by-side nicely */
.clientImgContainer {
    display: flex;
    gap: 80px; /* Space between logos */
    padding-right: 50px; /* Space between the end of Set 1 and start of Set 2 */
}

/* 4. Individual Image Styling */
.clientImg {
    height: auto; /* Or whatever size you need */
    width: 80px;
	    filter: grayscale(100%);
    opacity: 0.7; /* Optional: Makes them slightly faded/subtle */
    transition: all 0.3s ease; /* smooths the hover effect */
}

/* 5. The Magic Keyframes */
@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }
    100% {
        /* We move -50% because the track contains TWO sets. 
           Once we move 50%, the second set is exactly where the first set started. */
        transform: translateX(-50%);
    }
}


/* 2. (Optional) Bring back color when hovering */
.clientImg:hover {
    filter: grayscale(0%);
    opacity: 1; /* Makes them fully visible */
}