main section {
  padding: 80px 0px;
}

.services.v1 .services-card {
  height: 100% !important;
}

.work-process.v1 .work-process-cards {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}

@media screen and (max-width: 1024px) {
  .work-process.v1 .work-process-cards {
    display: block;
  }
}

.work-process.v1 .work-process-cards li {
  width: 100%;
  padding: 18px;
}

.ai-development.v1 .categories-list h5 {
  font-size: 16px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

#phone {
  padding-left: 60px !important;
}

.iti__selected-flag {
  padding-left: 20px !important;
}

.form-box .error-message {
  color: red;
  margin-left: 20px;
}

.founder-writeup {
  font-size: 20px !important;
}

.cus-list-number {
  color: #fff;
  border: 2px solid rgba(0, 0, 255, 0.685);
  padding: 5px;
  border-radius: 20px;
}

.anime-bubble.v1.anime-type-1.right {
  right: 0 !important;
  height: 600px;
  width: 600px;
}

.anime-bubble.v1.anime-type-1.right.services {
  right: 2% !important;
  top: 100%;
  height: 750px;
  width: 750px;
}

.anime-bubble.v1.anime-type-1.left.services {
  right: -2% !important;
  top: 100%;
  height: 750px;
  width: 750px;
  background: #f500564b;
}

.anime-bubble.v1.anime-type-1.left.kogni-tool-enigneering {
  right: -2% !important;
  top: 100%;
  height: 750px;
  width: 750px;
  background: #f500564b;
}

.anime-bubble.v1.anime-type-1.right.kogni-tool-enigneering {
  right: -2% !important;
  top: 100%;
  height: 750px;
  width: 750px;
  background: rgba(0, 0, 255, 0.479);
}

.anime-bubble.v1.anime-type-1.left {
  left: 0;
  height: 600px;
  width: 600px;
  background: blue;
}

.hover-item.active {
  background-color: aqua !important;
}

.fixed-height {
  max-height: 600px;
  height: 100%;
  object-fit: contain;
}

.logo-img {
  /* height: 200px; */
  object-fit: contain;
}

.engagement-model .glass-bg {
  /* border: 1px solid rgba(0, 0, 255, 0.411); */
  border: none !important;
  border-radius: 20px;
}

.engagement-model .list-number {
  border: 1px solid blue !important;
}

.engagement-model-point {
  font-size: 20px !important;
}

.engineering-ai-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}

@keyframes bBollcus {
  0%,
  100% {
    opacity: 1;
    transform: scale(1.02);
  }

  50% {
    opacity: 0.5;
    transform: scale(1);
  }
}

.hero-img {
  animation: bBollcus 4s ease-in-out infinite;
}

.work-process-cards.kognitool-ai-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
}

.work-process-cards.kognitool-ai-point li {
  padding: 16px !important;
}

.work-process-cards.kognitool-ai-point li h4 {
  font-size: 18px !important;
}

.terms-conditions-wrapper {
  margin-top: 100px;
  padding: 100px 0px;
  color: white;
}

.terms-conditions-wrapper h1 {
  margin-bottom: 20px;
}

.terms-conditions-wrapper h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .terms-conditions-wrapper {
    padding: 50px 20px;
  }
}

.services-card {
  height: max-content !important;
  position: relative;
  overflow: hidden;
  /* Ensure card remains same size */
  transition: all 0.5s ease-in-out;
}

.more-content {
  display: none;
}

.services-card.expanded {
  overflow: visible;
  /* Allow the expanded content to be visible */
  max-height: none;
  /* Remove height restriction */
}

/* =============================================  */
/* =============================================  */
.anime-bubble.v1,
.anime-bubble.v2 {
  display: block;
  position: absolute;
  opacity: 0.4;
  filter: blur(140px);
  border-radius: 800px;
  background: #fc010e60;
  z-index: -2;
}

.anime-bubble.v1 {
  width: 420px;
  height: 420px;
}

.anime-bubble.v2 {
  width: 230px;
  height: 230px;
}

.anime-bubble.anime-type-1 {
  animation: 3.2s infinite bubbleAnime;
}

.anime-bubble.anime-type-2 {
  animation: 3.2s infinite bubbleAnime2;
}

.anime-bubble.anime-type-3 {
  animation: 3.2s infinite bubbleAnime3;
}

@keyframes bubbleAnime {
  0%,
  100% {
    -webkit-transform: scale(1.3) translate(-20%, -10%);
    -moz-transform: scale(1.3) translate(-20%, -10%);
    -o-transform: scale(1.3) translate(-20%, -10%);
    transform: scale(1.3) translate(-20%, -10%);
  }

  50% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes bubbleAnime2 {
  0%,
  100% {
    -webkit-transform: scale(1.4) translateX(-50%);
    -moz-transform: scale(1.4) translateX(-50%);
    -o-transform: scale(1.4) translateX(-50%);
    transform: scale(1.4) translateX(-50%);
  }

  50% {
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}

@keyframes bubbleAnime3 {
  0%,
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .anime-bubble.v1.anime-type-1.left.last {
    display: none !important;
  }

  .engagement-model .glass-bg,
  .contact-box {
    border: none !important;
  }

  main section {
    padding: 40px 0px;
  }

  h4 {
    font-size: 18px !important;
  }
}

.icon-location-dot,
.icon-envelope,
.icon-phone {
  /* background: blue; */
  /* color: rgba(0, 0, 255, 0.733) !important; */
  color: #f50106 !important;
}
.services-card {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1); /* Default scale for all cards */
  background: linear-gradient(
    30.6deg,
    rgba(255, 255, 255, 0) 50.4%,
    rgba(122, 2, 22, 0.274) 100.2%
  ) !important;
  /* border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(161, 7, 7, 0.568), rgba(255, 255, 255, 0.555)) 1;
  border-radius: 20px !important;
  overflow: hidden; */
  border: 1px solid #ff000017;
}

/* Specific rule if the issue is with rounded background inside the card */
.services-card::before,
.services-card::after {
  border-radius: inherit; /* Inherit border-radius if you have pseudo-elements */
}

/* Keep the second card (center card) scaled by default */
.services-card:nth-child(2) {
  transform: scale(1.1) !important;
}

/* On hover, scale the hovered card */
.services-card:hover {
  transform: scale(1.1); /* Scale hovered card */
}

/* Scale the second card down when hovering on the first or third card */
.services-card.one:hover ~ .services-card:nth-child(2),
.services-card:nth-child(3):hover ~ .services-card:nth-child(2) {
  transform: scale(1); /* Scale down the second card */
}

/* Scale the second card down when hovering the third card (fixing the order issue) */
.services-card:nth-child(3):hover {
  transform: scale(1.1); /* Scale hovered third card */
}

/* Scale down second card when the first or third card is hovered */
.services-card:nth-child(1):hover ~ .services-card:nth-child(2),
.services-card:nth-child(3):hover ~ .services-card:nth-child(2) {
  transform: scale(1); /* Scale down the second card */
}
.services-two .services-card {
  transform: scale(1.1);
}
.services-one:hover ~ .services-two .services-card {
  transform: scale(1);
}
.services-three:hover ~ .services-two .services-card {
  transform: scale(1) !important;
}
/* Optional styling for the read more button */
.read-more-btn {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.linear-background {
  /* background: linear-gradient(200.6deg, rgba(255, 255, 255, 0) 50.4%, rgba(122, 2, 22, 0.274) 100.2%) !important; */
}
.banner {
  position: relative;
  overflow: hidden;
  /* min-height: 400px;  */
}

.banner-background {
  position: absolute;
  top: 0;
  right: -40%;
  width: 100%; /* Adjust width as needed */
  height: 100%;
  background-image: url("/assets/img/bnrkiimg.png"); /* Update with your correct path */
  background-size: contain;
  background-position: center;
  opacity: 0.75;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5); Optional overlay */
  pointer-events: none;
}

.main-banner-content {
  position: relative;
  z-index: 1;
}

.banner-left,
.banner-right {
  position: relative;
  z-index: 2;
}

.anime-bubble.top-bnr {
  top: -45% !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .services-heading,
  .association-heading,
  .engagement-model-title-two {
    font-size: 35px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-heading,
  .association-heading,
  .engagement-model-title-two {
    font-size: 30px !important;
  }
  /* 30 */
}
@media screen and (max-width: 767px) {
  .services-heading,
  .association-heading,
  .engagement-model-title-two {
    font-size: 24px !important;
  }
  .founder-writeup {
    font-size: 14px !important;
  }
  /* 24 */
}
@media screen and (max-width: 992px) {
  .founder-writeup {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
  .about-content {
    text-align: center !important;
  }
  .banner-background {
    right: 0 !important;
    opacity: 0.3 !important;
  }
}
.engagement-model li span {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .services-content,
  .association-content,
  .engagement-content {
    font-size: 14px !important;
  }

  .founder-writeup ~ h2 {
    font-size: 18px;
  }
  .founder-writeup ~ h2 span {
    font-size: 14px;
  }
  .founder-writeup ~ h2 span ~ a {
    font-size: 14px !important;
  }
  .engagement-model li h5 {
    font-size: 18px !important;
  }
  .engagement-model li {
    padding: 10px 20px !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .faq-section.v1 .faq-img {
    max-width: 600px;
    margin-bottom: 25px;
  }
  /* .engagement-model-title-one{
  display: none;
}  
.engagement-model-title-two{
  display: block;
  margin-bottom: 20px;
}   */
  .founder-img {
    max-width: 600px !important;
    width: 100% !important;
  }
}
/* @media screen and (min-width: 1200px) {
  .engagement-model-title-one{
    display: block;
  }  
  .engagement-model-title-two{
    display: none;
  }  
} */

/* @media screen 
  
} */

.navbar-bg {
  background: white !important;
}
.navbar-bg .mobile-menu-btn span {
  background: #222 !important;
}

.navbar-bg a {
  color: #222 !important;
}
.navbar-bg .mobile-menu-bar {
  background: white !important;
}
.navbar-bg .icon-close {
  color: #222 !important;
}

#accelerator li h4 {
  font-size: 16px !important;
}
.patient-care.v1 .categories li a {
  padding-bottom: 10px 0px !important;
  font-size: 16px !important;
}
.patient-care.v1 .categories li ~ li a,
.pt-xl-30 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.patient-care.v1 .categories li a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.patient-care.v1 .categories li:nth-child(1) {
  border-top: 1px solid #fd010e69;
}

@media screen and (min-width: 1550px) {
  .banner-background {
    background-size: cover !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1303px) {
  .banner-background {
    right: -40%;
    width: 100%;
    top: -7%;
  }
}
@media screen and (max-width: 992px) {
  .large-screen-img {
    display: none;
  }
  .hide-small {
    display: none !important;
  }
}
@media screen and (min-width: 993px) {
  .small-screen-img {
    display: none;
  }
  .large-screen-img {
    display: block;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Partner logos */
.logos-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.microsoft-logo {
  padding: 8px 2px;
  border-radius: 4px;
  background-color: #fff;
}
.microsoft-logo-img {
  max-width: 500px !important;
  width: 100% !important;
}
.nvidia-img {
  background-color: #fff !important;
  border-radius: 4px;
}
@media (min-width: 460px) and (max-width: 768px) {
  .nvidia-img {
    width: 400px !important;
  }
  .microsoft-logo {
    width: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .nvidia-img {
    width: 500px !important;
    max-width: 500px !important;
  }
  .microsoft-logo {
    width: 500px !important;
    max-width: 500px !important;
  }
}
@media screen and (min-width: 990px) {
  .nvidia-img {
    width: 400px !important;
    max-width: 400px !important;
  }
  .microsoft-logo {
    width: 400px !important;
    max-width: 400px !important;
  }
}
