@import url("https://use.typekit.net/nkq8fly.css");

body{
  overflow-x:hidden;
}

@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-helix/en/resources/fonts/tungstenw05-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: "myriad-pro";
  src: url("/content/dam/infosys-helix/en/resources/fonts/myriad-pro.OTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/
:root {
  --primary-color: #ffffff;
  --secondary-color: #963596;
  --third-color: #dadada;
  --fourth-color: #3f3f3f;
  --fifth-color: #382261;
  --primary-font: "tungstenw05-medium", sans-serif;
  --secondary-font: "myriad-pro", Arial;
  --text-color: #333;
}
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: var(--primary-font);
  color: var(--text-color);
  background: var(--primary-color);
}
#onetrust-consent-sdk {
    font-family: 'myriad-pro';
   
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1 {
  font-size: 106px;
  line-height: 100%;
  font-weight: 500;
  margin: 0;
  color: rgba(92, 92, 92, 1);
}

h2 {
  font-size: 86px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(92, 92, 92, 1);
  margin: 2px;
}

h3 {
  font-size: 64px;
  line-height: 100%;
  font-weight: 500;
  color: rgba(92, 92, 92, 1);
  margin: 2px;
}

h4 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 500;
}

.para1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  font-family: var(--secondary-font);
}

.para2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  font-family: var(--secondary-font);
  color: rgba(63, 63, 63, 1);
}

.container {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.global-container {
  margin: 0 5.5vw;
}

hr {
  border: none;
  height: 3px;
  background: rgb(226, 226, 226);
  margin: 0;
}
/* ........................................................................................... */
@media (max-width: 1600px) {
  h1 {
    font-size: 96px;
  }
  h2 {
    font-size: 72px;
  }
  h3 {
    font-size: 53px;
  }
  /* h4 { font-size: 40px; } */
  .para1 {
    font-size: 24px;
  }
  .para2 {
    font-size: 20px;
  }
  .note h3 span {
    font-size: 53px;
  }
  .about-us-span {
    font-size: 53px;
  }
}

@media (max-width: 1440px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 64px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 36px;
  }
  .para1 {
    font-size: 22px;
  }
  .para2 {
    font-size: 18px;
  }
  .note h3 span {
    font-size: 48px;
  }
  .about-us-span {
    font-size: 48px;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 66px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 32px;
  }
  .para1 {
    font-size: 16px;
  }
  .para2 {
    font-size: 16px;
  }
  .note h3 span {
    font-size: 40px;
  }
  .about-us-span {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 32px;
  }
  .para1 {
    font-size: 16px;
  }
  .para2 {
    font-size: 14px;
  }
  .note h3 span {
    font-size: 30px;
  }
  .about-us-span {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 32px;
  }
  .note h3 span {
    font-size: 28px;
  }
  .about-us-span {
    font-size: 28px;
  }
  .para1 {
    font-size: 18px;
  }
  .para2 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  .about-us-span {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 42px;
  }
}

span {
  color: var(--secondary-color);
  font-size: 29px;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 32px;
  font-size: 24px;
  font-family: var(--secondary-font);
  border: none;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  gap: 10px;
  line-height: 100%;
  font-weight: 400;
  height: 55px;
}
.btn-outline {
  background: var(--primary-color);
  color: rgba(56, 34, 97, 1);
  border: 1px solid var(--secondary-color);
  width: fit-content;
}

.btn-outline:hover {
  background-color: #993399;
  color: #fff;
}
.btn-outline:focus-visible {
  background-color: #993399;
  color: #fff;
}

.btn-outline img.btn-icon {
  transition: filter 0.3s ease;
}

/* Change icon to white version on hover */
.btn-outline:hover img.btn-icon,
.btn-outline:focus-visible img.btn-icon {
  content: url("/content/dam/infosys-helix/en/resources/images/vector-white.svg");
}

/* .............................................................................. */
.btn-light {
  background: #e6dbe6;
  color: var(--fifth-color);
  width: fit-content;
  font-size: 22px;
}
.btn-light:hover {
  background-color: #993399;
  color: #fff;
}
.btn-light:focus-visible {
  background-color: #993399;
  color: #fff;
}
.btn-light:hover img.btn-icon,
.btn-light:focus-visible img.btn-icon {
  content: url("/content/dam/infosys-helix/en/resources/images/vector-white.svg");
}
.btn-light img.btn-icon {
  transition: filter 0.3s ease;
}
/* ............................................ */
.btn-noborder {
  color: rgba(56, 34, 97, 1);
  padding: 0;
  width: fit-content;
}
.btn-noborder:focus-visible {
  text-decoration: underline;
}
/* /////////////////////////////////////////////////////////////////// */
.btn-whiteborder {
  color: white;
  border: 1px solid white;
  width: fit-content;
}
.btn-whiteborder:hover {
  color: var(--secondary-color);
  background-color: white;
  border: 1px solid white;
}
.btn-whiteborder:focus-visible {
  color: var(--secondary-color);
  background-color: white;
  border: 1px solid white;
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
  box-shadow: none;
}
.btn-whiteborder:hover img.btn-iconwhite,
.btn-whiteborder:focus-visible img.btn-iconwhite {
  content: url("/content/dam/infosys-helix/en/resources/images/vector.svg");
}
.btn-whiteborder img.btn-icon {
  transition: filter 0.3s ease;
}
/* ............................................................... */
.btn-primary {
  background: var(--secondary-color);
  color: var(--primary-color);
  width: fit-content;
}
.btn-primary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  width: fit-content;
}

.btn-primary:focus-visible {
  background: var(--secondary-color);
  color: var(--primary-color);
  width: fit-content;
  border-color: var(--secondary-color);
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
  box-shadow: none;
}

.btn-primary:active {
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  width: fit-content;
}

.btn-secondary {
  background: var(--fifth-color);
  color: var(--primary-color);
  width: fit-content;
}

.btn-accent {
  background: var(--secondary-color);
  color: var(--primary-color);
  width: fit-content;
}
.btn-accent:hover,
.btn-accent:focus-visible {
  background: var(--secondary-color);
  color: var(--primary-color);
  width: fit-content;
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
  box-shadow: none;
}
.btn-border {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 1px solid white;
  height: 55px;
  width: fit-content;
}

.btn-ghost {
  background: var(--primary-color);
  color: #000000;
  width: fit-content;
}

.btn-muted {
  background: #dadada59;
  color: hsla(0, 0%, 25%, 1);
  width: fit-content;
}
.btn-muted-home {
  background: #dadada59;
  color: hsla(0, 0%, 25%, 1);
  width: fit-content;
  font-size: 18px;
}
.btn-muted:hover {
  background: #dadada59;
  color: hsla(0, 0%, 25%, 1);
  width: fit-content;
}
.btn-muted:focus-visible {
  background: #dadada59;
  color: hsla(0, 0%, 25%, 1);
  width: fit-content;
  outline: 2px solid #dadada59;
}
.btn-muted-home:hover {
  background: #dadada59;
  color: hsla(0, 0%, 25%, 1);
  width: fit-content;
}
.cta-filterbutton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 24px;
  font-family: "myriad-pro", sans-serif;
  color: #333;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 999px; /* fully rounded */
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-filterbutton .chevron {
  color: #a235a2;
  font-size: 16px;
}

.no-pointer {
  cursor: default !important;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .cta-filterbutton {
    padding: 8px 15px;
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .cta-filterbutton {
    padding: 8px 15px;
    font-size: 14px;
  }
}
/* ............................................................................... */

@media (max-width: 1600px) {
  .btn {
    font-size: 20px;
    height: 45px;
    padding: 9px 27px;
  }
  .btn-muted-home {
    font-size: 15px;
  }
  .btn-noborder {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .btn {
    font-size: 18px;
    height: 40px;
  }
  .btn-muted-home {
    font-size: 16px;
  }
  .btn-noborder {
    padding: 0;
  }
  .btn-ghost {
    font-size: 14px !important;
  }
}
@media (max-width: 1280px) {
  .btn {
    font-size: 16px;
    height: 40px;
    padding: 7px 16px;
  }
  .btn-muted-home {
    font-size: 12px;
  }
  .btn-noborder {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .btn {
    font-size: 12px;
    height: 40px;
  }
  .btn-muted-home {
    font-size: 10px;
  }
  .btn {
    padding: 5px 15px;
  }
  .btn-noborder {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    height: 36px;
  }
  .btn-noborder {
    padding: 0;
  }
  .btn-noborder {
    padding: 0;
  }
  .btn-noborder {
    padding: 0;
  }
}

/* === BASE BUTTON === */

.btn-transparent {
  display: inline-flex;
  padding: 13px 32px;
  align-items: center;
  font-size: 24px;
  font-family: var(--secondary-font);
  border: 2px solid white;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  gap: 10px;
  line-height: 100%;
  font-weight: 400;
  background-color: transparent;
  color: white;
  margin-top: 1vh;
}
/* === BUTTON VARIANTS === */

.btn-outlineblack {
  background-color: white;
  color: rgba(63, 63, 63, 1);
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  font-size: 18px;
  font-family: var(--secondary-font);
  border: none;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  gap: 10px;
  line-height: 100%;
  font-weight: 400;
  height: 55px;
}
.btn-outlineblack img {
  height: 0.7rem;
}
.btn img {
  vertical-align: middle;
  height: 1em;
}

.btn img:last-child {
  margin-left: 0.5em;
}

.main-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 1599.99px) {
  .main-container {
    gap: 85px;
  }
}
@media (max-width: 1439.99px) {
  .main-container {
    gap: 64px;
  }
}
@media (max-width: 1279.99px) {
  .main-container {
    gap: 33px;
  }
}
@media (max-width: 767.99px) {
  .main-container {
    gap: 64px;
  }
}
/* ..........................................navbar...................................................... */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10.3vh;
  padding: 0 5rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgb(190 190 190 / 30%);
  z-index: 1000;
}

.navbar.scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-left,
.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  flex: 1;
}
.navbar-left image {
  flex: 1;
  object-fit: contain;
}
.navbar-left img.delayed-logo {
  max-height: 100%; /* fills available navbar height */
  height: 6vh;
  width: auto;
  padding: 0; /* reset padding */
  object-fit: contain;
}

.navbar-right {
  justify-content: flex-end;
  gap: 1vw;
}

.primary-button {
  display: flex;
  gap: 0.8vw;
}
.mobile-signin-item {
  display: none;
}
.menu-items {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "myriad-pro";
}

.menu-items li {
  position: relative;
  padding: 0;
}

.menu-items a {
  text-decoration: none;
  color: rgba(63, 63, 63, 1);
  font-size: 24px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.menu-item-with-sub {
  position: relative;
}

.menu-dot {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 14.67px;
  height: 14.67px;
  background-color: rgba(150, 53, 150, 1);
  border-radius: 100%;
  margin-top: 5px;
  border: 1px solid rgba(208, 181, 213, 1);
}

.menu-item-with-sub.active .menu-dot {
  display: block;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(150, 53, 150, 1);
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  border-radius: 10px;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 12px;
  width: max-content;
  min-width: 100%;
  color: #fff;
  z-index: 999;
  text-align: left;
  border: 2px solid white;
  margin-top: 20px;
}

.submenu li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 400;
  color: white;
  padding: 0.5rem;
  white-space: nowrap;
}

.submenu li a img {
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.submenu li a:hover img {
  opacity: 1;
  transform: translateX(0);
}

.nav-toggle {
  display: none;
}
.menu-item-with-sub.active > a {
  color: #963596;
}
.menu-item:hover > a {
  color: #963596;
}
.menu-item.active > a {
  color: #963596;
}

@media (max-width: 1600px) {
  .navbar {
    padding: 0 66px;
  }
  .menu-items {
    gap: 40px;
  }
  .menu-items a {
    font-size: 20px;
  }
  .navbar-right {
    gap: 1rem;
  }
}
@media (max-width: 1440px) {
  .navbar {
    padding: 0 60px;
  }
  .menu-items {
    gap: 36px;
  }
  .menu-items a {
    font-size: 18px;
  }
  .navbar-right {
    gap: 12px;
  }
}

/* Tablet Landscape */
@media (max-width: 1280px) {
  .navbar {
    padding: 0 50px;
  }
  .menu-items {
    gap: 1.2vw;
  }
  .menu-items a {
    font-size: 16px;
  }
  .menu-items {
    gap: 30px;
  }
  .navbar-right {
    gap: 10px;
  }
}

/* Tablet Portrait */
@media (max-width: 900px) {
  .menu-items a {
    font-size: 12px;
  }
  .menu-items {
    gap: 22px;
  }
  .navbar {
    padding: 0 2rem;
    height: 5.3vh;
  }
  .primary-button {
    gap: 1vw;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .desktop-signin {
    display: none !important;
  }

  .mobile-signin-item {
    display: block;
    padding: 12px 20px;
    /* margin-top: 10px; */
  }

  .primary-button .btn-primary {
    display: inline-flex !important;
  }
  .navbar-right {
    gap: 10px;
  }

  .primary-button {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 0 1.5rem;
    height: 80px;
  }

  .navbar-right {
    flex-direction: row-reverse;
    gap: 15px;
  }

  .primary-button .btn.btn-muted {
    display: none;
  }

  .primary-button .btn.btn-primary {
    padding: 8px 16px;
    font-size: 14px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: rgba(63, 63, 63, 1);
    transition: all 0.3s ease;
  }

  .nav-toggle:checked ~ .hamburger span {
    background: var(--secondary-color);
  }

  .nav-toggle:checked ~ .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .menu-items {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    gap: 0;
  }

  .nav-toggle:checked ~ .menu-items {
    max-height: 100vh;
    padding: 0;
    border-top: 1px solid #eee;
  }

  .menu-items li {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
  }

  .menu-items a {
    font-size: 16px;
    color: #333;
  }

  .menu-item-with-sub > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/content/dam/infosys-helix/en/resources/images/menu-icon-mobile.png") no-repeat center center;
    vertical-align: middle;
    background-size: contain;
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .menu-item-with-sub.active > a::after {
    transform: rotate(180deg);
  }

  .submenu {
    position: static;
    transform: none;
    background: rgba(208, 181, 213, 0.35);
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    border-radius: 0;
    display: none;
    width: 100%;
  }

  .menu-item-with-sub.active .submenu {
    display: block;
  }

  .submenu li a {
    color: #666;
    padding: 0px 20px 0px 30px;
  }

  .submenu li a img {
    display: none;
  }

  .menu-dot {
    display: none !important;
  }
  .menu-item-with-sub.active > a {
    color: #963596;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 0 21px;
    height: 93px;
  }

  .primary-button .btn.btn-primary {
    padding: 6px 12px;
    font-size: 13px;
  }

  .hamburger span {
    width: 22px;
    height: 2px;
  }

  .menu-items a {
    font-size: 14px;
  }

  .menu-items li {
    padding: 10px 16px;
  }

  .submenu li a {
    font-size: 13px;
    padding: 0px 16px 0px 24px;
  }
}

/* Ultra small devices - up to 360px */
@media (max-width: 360px) {
  .navbar {
    padding: 0 0.8rem;
  }

  .primary-button .btn.btn-primary {
    padding: 5px 10px;
    font-size: 12px;
  }

  .hamburger {
    gap: 5.3px;
    padding: 8px;
  }

  .hamburger span {
    width: 20px;
    height: 2px;
  }

  .menu-items a {
    font-size: 13px;
  }

  .submenu li a {
    font-size: 12px;
    padding-left: 20px;
  }
}

/* .........................................demo form................................................... */
.book-demo-container-section {
  position: relative;
  top: 10vh;
  margin-bottom: 100px;
}
.demo-form {
  background-image: url("/content/dam/infosys-helix/en/resources/images/demo-back-ground-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.book-demo-section {
  z-index: 99;
  position: relative;
}
.book-demo-section h1 {
  text-align: center;
  margin: 40px 0 0 0;
  color: #963596;
}
.book-demo-section p {
  text-align: center;
  font-weight: 400;
  margin: 15px 0 0 0;
  color: rgba(63, 63, 63, 1);
  font-family: "myriad-pro";
}
.book-demo-contact-form {
  height: 487px;
  border-radius: 20px;
  margin: 20px;
}
.book-demo-contact-form-container {
  display: flex;
  flex-direction: row;
  border: 2px solid #d0b5d5;
  border-radius: 20px;
}
.book-demo-details {
  width: 50%;
  height: 100%;
}
.book-demo-details h4 {
  margin: 0;
  padding: 50px;
  color: rgba(63, 63, 63, 1);
}
.book-demo-form {
  width: 50%;
  height: 100%;
  background: rgba(230, 219, 230, 0.35); /* Use same color with lower opacity */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0 20px 20px 0;
  border-left: 2px solid #d0b5d5;
}
.book-detail-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.book-detail-list span {
  font-size: 30px;
}
.book-detail-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 29px;
  font-weight: 400;
  font-family: "myriad-pro";
}
.book-detail-list li img {
  display: block;
  height: 1em;
  object-fit: none;
}
.book-detail-list p {
  font-size: 30px;
  margin: 0;
}
.book-demo-form form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 50px;
}

.book-demo-form input {
  width: 100%;
  height: 7vh;
  border-radius: 20px;
  background: #fff;
  padding: 12px 20px;
  font-size: 30px;
  color: #000;
  box-sizing: border-box;
  border: none;
  font-family: var(--secondary-font);
}
.book-demo-form input:nth-of-type(3) {
  height: 14vh;
}

.book-demo-form input::placeholder {
  color: #aaa;
}

.book-demo-form h4 {
  margin-bottom: 10px;
  color: rgba(63, 63, 63, 1);
  margin: 0px;
}
.book-demo-form .btn {
  align-self: flex-start;
}

/* Overlay background */
.demo-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(63, 63, 63, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 35px; /* ensures spacing on small screens */
  box-sizing: border-box;
}

/* Popup box */
.demo-popup-content {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  max-width: 750px;
  width: 100%;
  text-align: center;
  background: transparent;
  animation: fadeIn 0.3s ease-in-out;
}

.demo-popup-content img {
  max-width: 350px;
  height: 350px;
  border-radius: 10px;
}

/* Close button */
.popup-close {
  position: absolute;
  top: -50px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 3.5rem;
  cursor: pointer;
  color: white;
  line-height: 1;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1600px) {
  .book-detail-list li span {
    font-size: 24px;
  }
  .book-detail-list p {
    font-size: 24px;
  }
  .book-demo-form input {
    font-size: 22px;
    height: 5vh;
  }
}
@media (max-width: 1440px) {
  .book-detail-list li span {
    font-size: 22px;
  }
  .book-detail-list p {
    font-size: 22px;
  }
  .book-demo-form input {
    font-size: 22px;
    height: 5vh;
  }
}
@media (max-width: 1280px) {
  .book-detail-list li span {
    font-size: 18px;
  }
  .book-detail-list p {
    font-size: 18px;
  }
  .book-demo-form input {
    font-size: 18px;
    height: 4vh;
  }
}
@media (max-width: 768px) {
  .book-demo-section {
    padding: 0 5.5vw;
  }
  .book-demo-contact-form-container {
    display: flex;
    flex-direction: column;
  }
  .book-demo-details {
    width: 100%;
  }
  .book-demo-form {
    width: 100%;
  }
  .book-demo-contact-form {
    height: auto;
  }
  .demo-form {
    background: none;
  }
  .demo-form {
    background-image: url("/content/dam/infosys-helix/en/resources/images/book-demobackground-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .book-demo-form {
    border: none;
    border-radius: 0 0 20px 20px;
  }
  .book-demo-section h1 {
    text-align: left;
  }
  .book-demo-section p {
    text-align: left;
  }
  .demo-popup-content {
    padding: 15px;
    max-width: 95%;
  }

  .popup-close {
    font-size: 2rem;
    top: -55px;
    right: 8px;
  }
  .book-demo-form form {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .book-detail-list li {
    font-size: 16px;
  }
  .book-detail-list {
    gap: 20px;
  }
  .popup-close {
    font-size: 1.8rem;
    top: -62px;
    right: 5px;
  }
}
/* Responsive adjustments */

/* ..............................................hero section home page .......................... */
.video-content-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-top: 15.8vh;
  position: relative;
  top: 0;
}

.video-container {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .................................................................................... */
/* Right side: scrollable content */
.content-container {
  padding: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 90%;
}

.empower-hero {
  font-family: "myriad-pro";
  font-size: 48px;
  font-weight: 400;
  color: rgba(150, 53, 150, 1);
  line-height: 53.33px;
  margin: 0 0;
}
@media (max-width: 1600px) {
  .empower-hero {
    font-size: 40px;
  }
  .empower-home {
    font-size: 40px;
  }
  .content-container {
    gap: 83px;
  }
}

@media (max-width: 1440px) {
  .content-block {
    font-size: 15px;
  }
  .empower-hero {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .content-block {
    font-size: 12px;
  }
  .empower-hero {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .empower-hero {
    font-size: 22px;
  }
}

/* .content-block p {
  font-family: "myriad-pro";
  font-size: 18px;
  font-weight: 400;
  color: rgba(63, 63, 63, 1);
} */
/* .................................................................................................. */

.values-section {
  position: relative;
  width: 80%;
}

.section-title {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  border-radius: 15px;
  background: #f3f3f3;
}

.values-list {
  position: relative;
  padding-left: 30px;
  margin-top: 26px;
}

.values-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}

.value-item {
  position: relative;
  margin: 1vh 0vw 0vh 0vw !important;
  cursor: pointer;
  height: 65px;
  transition: height 0.4s ease;
}

.value-desc {
  font-size: 30px;
  color: #2f3337;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-family: "myriad-pro";
}

.sidebar-indicator {
  position: absolute;
  left: 0;
  width: 3px;
  height: 140px;
  background: rgba(150, 53, 150, 1);
  border-radius: 3px;
  transition: top 0.4s ease;
}

.value-item.active {
  color: rgba(150, 53, 150, 1);
  height: 102px;
}

.value-item.active .value-desc {
  max-height: 80px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 1vh;
}
@media (max-width: 1600px) {
  .value-item {
    margin: 3.5vh 0vw;
    height: 60px;
  }
  .value-desc {
    font-size: 26.67px;
  }
  .value-item.active {
    height: 108px;
  }
}
@media (max-width: 1440px) {
  .value-item {
    margin: 3vh 0vw;
    height: 55px;
  }
  .value-desc {
    font-size: 18px;
  }
  .value-item.active {
    height: 90px;
  }
}
@media (max-width: 1280px) {
  .value-item {
    margin: 2.5vh 0vw;
    height: 50px;
  }
  .value-desc {
    font-size: 16px;
  }
  .value-item.active {
    height: 60px;
  }
}
@media (max-width: 900px) {
  .value-item {
    margin: 2vh 0vw;
    height: 45px;
  }
  .value-desc {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .video-content-section {
    flex-direction: column;
    top: 62px;
  }

  .video-container {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }

  .video-container video {
    height: auto;
  }

  .content-container {
    width: 100%;
    padding: 20px;
    gap: 40px;
    margin: 0 5.5vw;
  }
  .empower-hero {
    font-size: 24px;
  }
  .values-section {
    position: relative;
    width: auto;
  }
  .value-item.active {
    height: 82px;
  }
}
/* ........................................................................................... */
.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
}
.accordian-container {
  width: 100%;
}
.accordion-button {
  position: relative;
  padding-right: 2rem;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
  padding: 0;
}

.accordion-button::after {
  content: "+";
  position: absolute;
  right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  display: none;
}

.accordion-button::before {
  content: "+";
  position: absolute;
  right: 1rem;
  font-size: 2rem; /* larger size */
  line-height: 1;
  color: #963596;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
  font-size: 3rem;
}

.accordion-button:not(.collapsed) {
  color: #963596;
  background-color: none;
}
.accordion-button {
  font-size: 30px;
  font-family: var(--secondary-font);
}
.accordion-body {
  font-size: 24px;
  font-family: var(--secondary-font);
  width: 85%;
  color: rgba(63, 63, 63, 1);
}
@media (max-width: 1600px) {
  .accordion-button {
    font-size: 24px;
  }
  .accordion-body {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .accordion-button {
    font-size: 22px;
  }
  .accordion-body {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .accordion-button {
    font-size: 20px;
  }
  .accordion-body {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .accordion-button {
    font-size: 16px;
  }
  .accordion-body {
    font-size: 14px;
  }
}

@media (max-width: 786px) {
  .accordian-container {
    width: 95%;
  }
}

/* ......................................................................................... */
/* ==== Question Section Wrapper ==== */

.question-carousel,
.first-carousel,
.carousel-image img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.question-section {
  height: auto;
  padding: 0 5.5vw;
}

.questions {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 2.7vh;
  margin: 0;
}
.questions p {
  font-size: 86px;
}

.question-carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: hidden;
}
.first-carousel {
  position: relative;
  display: flex;
  width: 100%;
  height: 450px;

  background-color: hsla(0, 0%, 85%, 0.35);
  border-radius: 25px;
  border-bottom: 2px solid #963596;
  overflow: hidden;
  flex-direction: column;
}

.carousel-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: unset;
  opacity: 0.85;
}

.carousel-content {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  padding: 0vh 0vw 2vh 4vw;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.carousel-content h3 {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
  color: rgba(63, 63, 63, 1);
}

.carousel-content p {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  font-family: var(--secondary-font);
  width: 86%;
}

.carousel-content .btn-ghost {
  width: fit-content;
  font-size: 18px;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 450px;
}

.question-carousel {
  display: flex;
  gap: 2vw;
  transition: transform 0.5s ease-in-out;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10vh;
  display: none;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  background: #d5b4e7;
  transition: all 0.3s ease;
  border-radius: 2px;
  cursor: pointer;
}

.carousel-dots .dot.active {
  width: 30px;
  height: 10px;
  background: #963596;
  border-radius: 50px;
}

@media (max-width: 1600px) and (min-width: 1441px) {
  .carousel-wrapper {
    height: 430px !important;
  }
  .questions p {
    font-size: 64px;
    line-height: 1.2;
  }
  .questions {
    gap: 36px;
  }
  .first-carousel {
    height: 430px;
  }
  .carousel-content h3 {
    font-size: 55px;
  }
  .carousel-content p {
    font-size: 20px;
    width: 76%;
  }
  .carousel-content {
    top: 26px;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  .carousel-content .btn-ghost {
    font-size: 14px;
  }
  .first-carousel {
    height: 400px;
  }

  .questions p {
    font-size: 64px;
    line-height: 1.2;
  }
  .carousel-content h3 {
    font-size: 48px;
  }
  .carousel-content p {
    font-size: 19px;
  }
  .question-carousel {
    height: 100%;
  }
  .carousel-content {
    gap: 1rem;
    top: 0;
  }
}

@media (max-width: 1280px) and (min-width: 901px) {
  .questions p {
    font-size: 54px;
    line-height: 1.2;
  }
  .carousel-wrapper {
    height: 350px;
  }
  .carousel-content p {
    font-size: 15px;
  }
  .carousel-content h3 {
    font-size: 40px;
  }
  .carousel-content .btn-ghost {
    font-size: 12px;
  }
  .first-carousel {
    height: 100%;
  }
}

@media (max-width: 900px) {
  .carousel-wrapper {
    height: 350px;
  }
  .first-carousel {
    height: 100%;
  }
  .questions p {
    font-size: 40px;
    line-height: 1.2;
  }
  .carousel-content p {
    font-size: 14px;
  }
  .carousel-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .carousel-content .btn-ghost {
    font-size: 12px;
  }
  .question-section {
    padding: 0 0 0 5.5vw;
  }
  .first-carousel {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .question-section {
    height: auto;
    padding: 0 0 0 5.5vw;
  }
  .questions p {
    font-size: 40px;
    width: 95%;
    line-height: 1.2;
  }
  .question-carousel::-webkit-scrollbar {
    display: none; /* hide scrollbar */
  }

  .carousel-image img {
    object-fit: cover;
  }
  .carousel-content h3 {
    font-size: 33px;
  }
  .carousel-content p {
    font-size: 16px;
  }
  .carousel-dots {
    display: none;
  }
}

/* .......................................................................... */

.empower {
  display: flex;
  justify-content: center;
  align-items: center;
}

.empower-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
}

.empower-content {
  padding: 0 0 0 5.5vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 43%;
}

.empower-content span {
  font-size: 84px;
}

.btn-outline {
  width: fit-content;
  height: 55.33px;
}

.empower-image {
  text-align: right;
  width: 57%;
  height: 100%;
}

.empower-desktop {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.empower-mobile {
  display: none;
}
@media (max-width: 1600px) {
  .empower-content span {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .empower-home {
    font-size: 36px;
  }
  .content-container {
    gap: 75px;
  }
  .empower-content h2 {
    font-size: 64px;
  }
  .empower-content span {
    font-size: 64px;
  }
}
@media (max-width: 1280px) {
  .empower-home {
    font-size: 36px;
  }
  .content-container {
    gap: 65px;
  }
  .empower-content h2 {
    font-size: 54px;
  }
  .empower-content span {
    font-size: 54px;
  }
}

@media (max-width: 900px) {
  .empower-content {
    padding: 0 4vw;
    width: 50%;
  }
  .empower-content h2 {
    font-size: 40px;
  }
  .empower-content span {
    font-size: 40px;
  }
  .btn-outline {
    height: 50px;
    font-size: 14px;
  }
  .empower-image {
    width: 50%;
  }
}

/* ===== Tablets Portrait / Large Mobile (480px) ===== */
@media (max-width: 768px) {
  .empower {
    margin-top: 0;
  }
  .empower-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .empower-content {
    width: 86%;
    padding: 0;
    align-items: self-start;
    text-align: left;
  }
  .empower-content h2 {
    font-size: 40px;
  }
  .empower-content span {
    font-size: 40px;
  }
  .empower-desktop {
    display: none;
  }
  .empower-mobile {
    display: block;
    width: 100%;
    border-radius: 20px;
  }
  .empower-image {
    width: 100%;
    text-align: center;
  }
}

/* ===== Extra Small Mobile (360px) ===== */
@media (max-width: 360px) {
  .empower-content h2 {
    font-size: 28px;
  }
  .empower-content span {
    font-size: 28px;
  }
  .btn-outline {
    height: 42px;
    font-size: 12px;
    padding: 0 12px;
  }
  .empower-wrapper {
    gap: 12px;
  }
}
.homepage-heading {
  font-size: 85.33px;
  color: hsla(0, 0%, 25%, 1);
}
/* ............................................................................................... */
.case-studies {
  width: 98vw;
  padding: 0 5.3vw;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.homepage-heading {
  font-size: 85.33px;
  color: hsla(0, 0%, 25%, 1);
}
.case-study-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1vw;
}
.case-study-box {
  display: flex;
  flex-direction: column;
  gap: 1vh;
  width: 40%;
  height: auto;
}

.case-study-boxes {
  height: 100%;
  width: 80%;
  border-left: 4px solid rgba(150, 53, 150, 1);
  border-radius: 20px;
  background: linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.case-study-boxes p {
  margin: 0;
  font-size: 30px;
  font-family: var(--secondary-font);
  width: 75%;
}
.case-study-boxes img {
  height: 20.8px;
  width: 16px;
}

.case-study-box-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f5f5f5;
  border-radius: 20px;
  border-left: 4px solid rgba(150, 53, 150, 1);
  width: 60%;
  padding: 40px;
  box-sizing: border-box;
  overflow: visible;
  z-index: 1;
  height: 476px;
}

.case-study-content {
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  position: relative;
}
.case-study-content .home-case-studie-detail-container {
  font-size: 86px;
  margin: 0px;
  width: 62%;
  font-family: var(--primary-font);
  line-height: 1.2;
}
.case-study-content p {
  font-size: 24px;
  margin: 0px;
  font-family: var(--secondary-font);
  color: rgba(63, 63, 63, 1);
  width: 65%;
}

.case-study-img {
  position: absolute;
  right: 0px;
  top: -77px;
  max-height: 116%;
  z-index: 3;
  pointer-events: none;
}
.case-study-img-mobile {
  display: none;
}
.btn-light {
  width: fit-content;
}
@media (max-width: 1600px) {
  .homepage-heading {
    font-size: 71.11px;
    margin: 0;
  }
  .case-study-boxes p {
    font-size: 24px;
  }
  .case-study-content .home-case-studie-detail-container {
    font-size: 71.67px;
  }
  .case-study-content p {
    font-size: 20px;
    width: 57%;
  }
  .case-study-box-right {
    height: 375px;
  }
  .case-study-img {
    top: -60px;
  }
}

@media (max-width: 1440px) {
  .case-study-heading .homepage-heading {
    font-size: 64px;
  }
  .case-study-boxes p {
    font-size: 22px;
  }
  .case-study-boxes {
    height: 107px;
    width: 100%;
  }
  .case-study-box-right {
    height: 335px;
  }
  .case-study-content .home-case-studie-detail-container {
    font-size: 64px;
    width: 60%;
  }
  .case-study-content p {
    font-size: 18px;
    width: 66%;
  }
  .case-study-img {
    top: -53px;
  }
}
@media (max-width: 1280px) {
  .case-study-heading .homepage-heading {
    font-size: 54px;
  }
  .case-study-boxes p {
    font-size: 18px;
  }
  .case-study-content .home-case-studie-detail-container {
    font-size: 53px;
  }
  .case-study-content p {
    font-size: 15px;
    width: 60%;
  }
}

@media (max-width: 1280px) {
  .case-study-boxes {
    height: 95px;
  }
  .case-study-box-right {
    height: 300px;
  }
  .case-study-img {
    max-height: 116%;
  }
}
@media (max-width: 900px) {
  .case-study-boxes {
    height: 72px;
  }
  .case-study-box-right {
    height: 227px;
  }
  .case-study-img {
    max-height: 116%;
  }
  .case-study-img {
    top: -36px;
  }
  .case-study-boxes p {
    font-size: 14px;
  }
  .case-study-content .home-case-studie-detail-container {
    font-size: 40px;
  }
  .case-study-content p {
    font-size: 14px;
  }
  .case-study-heading .homepage-heading {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .case-study-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
  }
  .case-study-content .home-case-studie-detail-container {
    font-size: 40px;
  }
  .case-study-box {
    width: 100%;
    gap: 16px;
  }
  .case-study-box-right {
    height: 285px;
  }
  .case-study-img {
    display: none;
  }

  .case-study-img-mobile {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    top: 0;
    z-index: 1;
  }

  .case-study-box-right {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .case-study-boxes {
    width: 100%;
    border-left: none;
    border-bottom: 2px solid rgba(150, 53, 150, 1);
    border-radius: 20px;
  }

  .case-study-content {
    position: absolute;
    top: 15px;
    left: 0;
    width: 101%;
    padding: 11px;
    z-index: 2;
  }

  .case-study-content h2 {
    font-size: 40px;
    width: 100%;
  }
  .case-study-content p {
    font-size: 16px;
  }
}

/* ......................................................................................... */
.Introduction-section {
  width: 100%;
  padding: 0 5.3vw;
}
.introduction-component {
  padding: 0vh 0vw 0vh 10vw;
  border-left: 2px solid rgba(150, 53, 150, 1);
}
.introduction-component p {
  font-size: 30px;
  width: 95%;
  font-family: "myriad-pro";
}
@media (max-width: 1600px) {
  .introduction-component p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .introduction-component p {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .introduction-component p {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .introduction-component p {
    font-size: 16px;
  }
}
/* ................................................................................................ */
.platform-section {
  width: 100%;
  padding: 6vh 5.3vw 0;
}
.platform-container {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  width: 100%;
}
.platform-container-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
.platform-container-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
.platform-container-right h2 {
  margin: 0px;
  color: rgba(63, 63, 63, 1);
  width: 76%;
}
.platform-container-right p {
  font-size: 24px;
  font-family: "myriad-pro";
}
.platform-container-boxes {
  height: 142.67px;
  width: 80%;
  border-left: 4px solid rgba(150, 53, 150, 1);
  border-radius: 20px;
  background-color: rgba(218, 218, 218, 0.35);
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.platform-container-boxes:hover {
  border-left: none;
  border-bottom: 4px solid rgba(150, 53, 150, 1);
}
.platform-hidden-content {
  display: none;
  color: rgba(63, 63, 63, 1);
  padding: 20px;
  font-family: "myriad-pro";
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.platform-container-boxes:hover .platform-hidden-content {
  display: block;
}

.platform-container-boxes:hover .platform-main-text {
  display: none;
}

.platform-container-boxes .platform-main-text {
  margin: 0;
  font-size: 64px;
  width: 50%;
  color: rgba(150, 53, 150, 1);
}
.platform-container-boxes img {
  height: 33.33px;
  width: 33.33px;
}

.platform-container-boxes:hover img {
  display: none;
}
@media (max-width: 1600px) {
  .platform-container-boxes .platform-main-text {
    font-size: 54px;
  }
  .platform-container-right p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .platform-container-boxes .platform-main-text {
    font-size: 48px;
  }
  .platform-container-right p {
    font-size: 18px;
  }
  .platform-container-boxes {
    height: 125px;
  }
}
@media (max-width: 1280px) {
  .platform-container-boxes .platform-main-text {
    font-size: 40px;
  }
  .platform-container-right p {
    font-size: 15px;
  }
  .platform-container-boxes {
    height: 109px;
  }
}
@media (max-width: 900px) {
  .platform-container-boxes .platform-main-text {
    font-size: 30px;
  }
  .platform-container-right p {
    font-size: 14px;
  }
  .platform-container-boxes {
    height: 98px;
  }
}
@media (max-width: 768px) {
  .platform-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
  .platform-container-left {
    width: 100%;
  }
  .platform-container-boxes {
    height: 112px;
  }
  .platform-container-boxes .platform-main-text {
    font-size: 40px;
  }
  .platform-hidden-content {
    color: rgba(63, 63, 63, 1);
    font-size: 16px;
    text-align: left;
    padding: 20px;
  }
  .platform-container-right {
    width: 100%;
  }
  .platform-container-right h2 {
    width: 100%;
  }
}
/* ............................................................................................. */
.quote-section {
  margin: 2vh 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: rgba(218, 218, 218, 0.35);
}
.quote-heading {
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: start;
  padding: 7.2vh 5.3vw;
}
.quote-heading h2 {
  width: 100%;
}
.quote-heading p {
  width: 100%;
  font-size: 24px;
  font-family: "myriad-pro";
  color: rgba(63, 63, 63, 1);
}
.quote-carousel-container {
  padding: 0 5.3vw 7.1vh;
}
.quote-carousel {
  background-color: white;
  width: 100%;
  padding: 7.9vh 2.8vw;
  border-radius: 20px;
  background-image: url("/content/dam/infosys-helix/en/resources/images/quotex.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border-bottom: 4px solid rgba(150, 53, 150, 1);
}
.quote-carousel-quote {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  text-align: left;
}

.quote-carousel-quote h2 {
  width: 64%;
  font-size: 64px;
  color: rgba(150, 53, 150, 1);
  line-height: 1.1;
  margin: 0 2vw;
  text-align: left;
  width: 70%;
}

.quote-carousel-quote img {
  height: 4vh;
}

.quote-close {
  align-self: flex-end;
}

.quote-carousel p {
  color: rgba(56, 34, 97, 1);
  font-size: 24px;
  margin: 2.4vh 5vw 0;
}
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}

.quote-carousel {
  min-width: 100%;
  box-sizing: border-box;
}
.quote-carousel-dots {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  margin-top: 3vh;
}

.quote-carousel-dots .dot {
  width: 10px;
  height: 10px;
  background: #d5b4e7;
  transition: all 0.3s ease;
  border-radius: 2px;
  cursor: pointer;
}

.quote-carousel-dots .dot.active {
  width: 30px;
  height: 10px;
  background: #963596;
  border-radius: 50px;
}
.quote-footer {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin-top: 2vh;
}
.footer-cta {
  display: flex;
  gap: 2vw;
}
@media (max-width: 1600px) {
  .quote-heading p {
    font-size: 20px;
  }
  .quote-carousel-quote h2 {
    font-size: 53.33px;
  }
  .quote-carousel p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .quote-heading p {
    font-size: 18px;
  }
  .quote-carousel-quote h2 {
    font-size: 48px;
  }
  .quote-carousel p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .quote-heading p {
    font-size: 16px;
  }
  .quote-carousel-quote h2 {
    font-size: 40px;
  }
  .quote-carousel p {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .quote-heading p {
    font-size: 12px;
  }
  .quote-carousel-quote h2 {
    font-size: 30px;
  }
  .quote-carousel p {
    font-size: 14px;
  }
}

@media (max-width: 789px) {
  .quote-heading {
    flex-direction: column;
  }
  .quote-carousel {
    background-image: none;
    height: 365px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .quote-carousel-quote img {
    height: 2vh;
  }
  .quote-carousel-quote h2 {
    font-size: 32px;
    width: 90%;
    line-height: 1.1;
  }
}
/* ...................................................................... */
.technolgy-accordian-section {
  margin: 0;
  width: 100%;
}
.technolgy-accordian {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}
.technolgy-accordian-content {
  padding: 2vh 6vw 0vh 0vw;
  width: 50%;
}

.technolgy-accordian-content h2 {
  margin: 0px;
  color: rgba(63, 63, 63, 1);
  padding: 3vh 0vw;
}
.technolgy-accordian-content h4 {
  margin: 0px;
  color: rgba(150, 53, 150, 1);
}
.technolgy-accordian-content p {
  font-size: 24px;
  font-family: "myriad-pro";
  color: rgba(63, 63, 63, 1);
  width: 90%;
}
.technolgy-accordian-wrapper {
  margin-top: 2vh;
  border-top: 1px solid rgba(218, 218, 218, 0.35);
}

.technolgy-accordian-item {
  border-bottom: 1px solid rgba(218, 218, 218, 0.35);
}

.technolgy-accordian-header {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5vh 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: rgba(56, 34, 97, 1);
  font-weight: 500;
  height: 9vh;
}
.technolgy-accordian-header span {
  font-size: 22px;
  font-family: "myriad-pro";
  color: rgba(150, 53, 150, 1);
}
.technolgy-accordian-icon {
  font-size: 24px;
  color: rgba(150, 53, 150, 1);
  transition: transform 0.3s ease;
}
.technolgy-accordian-header span:first-child {
  color: rgba(63, 63, 63, 1);
  transition: color 0.3s ease;
}

.technolgy-accordian-item.active .technolgy-accordian-header span:first-child {
  color: rgba(150, 53, 150, 1);
}

.technolgy-accordian-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.technolgy-accordian-item.active .technolgy-accordian-body {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 3vh;
}
.technolgy-accordian-logo img:last-child {
  display: none;
}
.technolgy-accordian-logo {
  width: 50%;
}
.technolgy-accordian-logo img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .technolgy-accordian-content p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .technolgy-accordian-content p {
    font-size: 18px;
  }
  .technolgy-accordian-header span:first-child {
    font-size: 22px;
  }
  .technolgy-accordian-content p {
    font-size: 18px;
  }
  .technolgy-accordian-item.active .technolgy-accordian-body {
    padding-bottom: 2vh;
  }
}
@media (max-width: 1280px) {
  .technolgy-accordian-content p {
    font-size: 16px;
  }
  .technolgy-accordian-header span:first-child {
    font-size: 20px;
  }
  .technolgy-accordian-content p {
    font-size: 15px;
  }
  .technolgy-accordian-item.active .technolgy-accordian-body {
    padding-bottom: 1.6vh;
  }
}
@media (max-width: 1280px) {
  .technolgy-accordian-content p {
    font-size: 15px;
  }
  .technolgy-accordian-header span:first-child {
    font-size: 16px;
  }
  .technolgy-accordian-content p {
    font-size: 14px;
  }
  .technolgy-accordian-item.active .technolgy-accordian-body {
    padding-bottom: 1.4vh;
  }
}

@media (max-width: 768px) {
  .technolgy-accordian {
    flex-direction: column;
    align-items: center;
    gap: 4vh;
  }

  .technolgy-accordian-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .technolgy-accordian-logo img:first-child {
    display: none;
  }

  .technolgy-accordian-logo img:last-child {
    display: block;
    height: auto;
  }

  .technolgy-accordian-content {
    width: 100%;
    padding: 0 5vw;
    text-align: left;
  }

  .technolgy-accordian-content h2 {
    font-size: 28px;
    padding: 2vh 0;
  }

  .technolgy-accordian-content p {
    font-size: 18px;
    width: 100%;
  }

  .technolgy-accordian-header {
    font-size: 18px;
    height: auto;
    padding: 12px 0;
  }

  .technolgy-accordian-header span {
    font-size: 16px;
  }

  .technolgy-accordian-body p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .technolgy-accordian-content h2 {
    font-size: 40px;
  }
  .technolgy-accordian-content h4 {
    font-size: 22px;
  }

  .technolgy-accordian-content p {
    font-size: 16px;
  }

  .technolgy-accordian-header span {
    font-size: 16px;
  }

  .technolgy-accordian-body p {
    font-size: 16px;
  }
}

/* ................................................................................................ */
.scalable-section {
  margin: 5vh 5.3vw;
}
.scalable {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}
.scalable-content {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: 50%;
}
.scalable-content h1 {
  font-size: 86px;
  margin: 0;
  color: rgba(63, 63, 63, 1);
}
.scalable-content p {
  font-size: 24px;
  margin: 0;
  color: rgba(63, 63, 63, 1);
  font-family: "myriad-pro";
  width: 70%;
}
.scalable-metrix {
  display: flex;
  flex-direction: row;
  gap: 3vw;
}
.metrix-item h1 {
  margin: 0;
  font-size: 128px;
  color: rgba(150, 53, 150, 1);
}
.metrix-item p {
  margin: 0;
  font-family: "myriad-pro";
  font-size: 24px;
  width: 80%;
}
/* .......................................................................................... */
.Compliance-section {
  margin: 10vh 5.3vh 0vh 5.3vh;
}
.Compliance {
  background-color: rgba(150, 53, 150, 1);
  padding: 5vh;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 1vw;
}
.compliance-content {
  width: 50%;
}
.compliance-content h2 {
  margin: 0;
  color: white;
  width: 80%;
}
.compliance-content p {
  color: white;
  width: 80%;
  font-family: "myriad-pro";
  font-size: 30px;
}
.compliance-items {
  width: 50%;
  border-left: 1px solid white;
}
.compliance-items li img {
  margin-right: 2vw;
  vertical-align: middle;
}

.compliance-items ul li {
  font-size: 29px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-bottom: 2vh;
  font-family: "myriad-pro";
  font-weight: 400;
}
/* ........................................................................................``` */
.pitch {
  min-height: 40vh;
  margin-left: 5vw;
}

.pitch h2 {
  color: rgba(150, 53, 150, 1);
  margin-bottom: 20px;
}

.pitch a.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  padding: 12px 24px;
}
.pitch-content {
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: center;
}
.pitch-image {
  background: url("/content/dam/infosys-helix/en/resources/images/pitchimage.png") no-repeat right center;
  background-size: contain;
  min-height: 40vh;
}

/* Mobile (≤480px) */
@media (max-width: 768px) {
  .pitch {
    margin-left: 0;
    text-align: center;
    min-height: auto;
  }
  .pitch-content {
    position: relative;
    top: 12vh;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .pitch h2 {
    font-size: 64px;
  }
  .pitch a.btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* .............................................................................................. */

/* ......................................................................................................... */
.solution-accordian-section {
  margin: 5vh 5.3vh;
}
.solution-accordian {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

/* ........................................................................................................ */

.capabilitie-content-heading {
  margin: 0vh 5.3vw;
}
.capabilitie-content-heading h2 {
  color: rgba(63, 63, 63, 1);
  line-height: 1.2;
  width: 95%;
}

/* ..................................................................................... */
.capabilities-carousel {
  margin: 0 5.3vw;
}

.capabilities-questions {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 3vh;
}

.capabilities-questions p {
  font-size: 84px;
  margin: 0px;
  font-weight: 500;
}

.capabilities-first-carousel {
  position: relative;
  display: flex;
  height: 100%;
  background-color: hsla(0, 0%, 85%, 0.35);
  border-radius: 25px;
  border-bottom: 3px solid #963596;
  overflow: hidden;
  min-height: 567px;
}

.capabilities-carousel-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.capabilities-carousel-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  opacity: 0.85;
}

.capabilities-carousel-content {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  padding: 0vh 0vw 5vh 4vw;

  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2rem;
}
.capabilities-carousel-content:hover {
  display: none;
}

.capabilities-carousel-content h3 {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
  color: rgba(150, 53, 150, 1);
}

.capabilities-carousel-content p {
  font-size: 29.33px;
  color: rgba(63, 63, 63, 1);
  margin: 0;
  font-family: "myriad-pro";
}

.capabilities-question-carousel {
  transition: transform 0.5s ease-in-out;
}
/* 
.capabilities-first-carousel {
  flex: 0 0 calc(50% - 1vw);
} */

.capabilities-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15vh 0;
}

.capabilities-carousel-dots .dot {
  width: 10px;
  height: 10px;
  background: #d5b4e7;
  transition: all 0.3s ease;
  border-radius: 2px;
  cursor: pointer;
}

.capabilities-carousel-dots .dot.active {
  width: 30px;
  height: 10px;
  background: #963596;
  border-radius: 50px;
}
.capabilities-hiddencontent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.capabilities-hiddencontent h3 {
  color: white;
}
.capabilities-hiddencontent h4 {
  margin: 0;
}
.capabilities-hiddencontent p {
  font-size: 24px;
  font-family: var(--secondary-font);
}

.capabilities-hiddencontent {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 53, 150, 1); /* Red with 0.5 opacity */
  color: white;
  padding: 20px;
  z-index: 10;
  box-sizing: border-box;
  /* opacity: 0; */
}

/* Show it on hover */
.capabilities-first-carousel:hover .capabilities-hiddencontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
}

.capabilities-first-carousel:hover .capabilities-carousel-content,
.capabilities-first-carousel:hover .capabilities-carousel-image {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .capabilities-carousel-content p {
    font-size: 24px;
  }

  .capabilities-first-carousel {
    min-height: 445px;
  }
  .capabilities-hiddencontent p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .capabilities-carousel-content h3 {
    font-size: 48px;
  }
  .capabilities-carousel-content p {
    font-size: 22px;
  }

  .capabilities-first-carousel {
    min-height: 383px;
  }
  .capabilities-hiddencontent p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .capabilities-carousel-content h3 {
    font-size: 40px;
  }
  .capabilities-first-carousel {
    min-height: 350px;
  }
  .capabilities-carousel-content {
    justify-content: center;
  }
  .capabilities-hiddencontent p {
    font-size: 16px;
  }
  .capabilities-first-carousel:hover .capabilities-hiddencontent {
    padding: 20px;
  }
}
/* ............................................................................................. */

/* ............................................................................................................. */
.platform-hero-section {
  margin: 0vh 5.3vw;
}
.platform-hero {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}
.platform-image {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
.platform-image img {
  width: 100%;
  border-radius: 20px;
}

.platform-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: left;
  width: 90%;
}
.platform-content p {
  font-family: "myriad-pro";
  font-size: 24px;
  color: rgba(63, 63, 63, 1);
  margin: 0;
}
.platform-content span {
  font-family: "myriad-pro";
  font-size: 24px;
  color: rgba(150, 53, 150, 1);
}

/* 1441px – 1600px */
@media (max-width: 1600px) and (min-width: 1441px) {
  .platform-content p,
  .platform-content span {
    font-size: 18px;
  }
  .platform-content {
    gap: 18px;
  }
}

/* 1201px – 1440px */
@media (max-width: 1440px) and (min-width: 1201px) {
  .platform-content p,
  .platform-content span {
    font-size: 16px;
  }
  .platform-content {
    gap: 18px;
  }
}

/* 901px – 1280px */
@media (max-width: 1280px) and (min-width: 901px) {
  .platform-content p,
  .platform-content span {
    font-size: 14px;
  }
  .platform-content {
    gap: 15px;
  }
}

/* 769px – 900px */
@media (max-width: 900px) and (min-width: 769px) {
  .platform-content p,
  .platform-content span {
    font-size: 14px;
  }
}

/* 481px – 768px */
@media (max-width: 768px) and (min-width: 481px) {
  .platform-content p,
  .platform-content span {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .platform-content p,
  .platform-content span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .platform-content p,
  .platform-content span {
    font-size: 16px;
  }
}
/* ....................................................................................................... */

.platform-content-section {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
.platform-content-section h2 {
  color: rgba(63, 63, 63, 1);
}
.platform-content-heading {
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: center;
  padding: 2vh 5.3vw;
}
.platform-content-heading h1 {
  width: 100%;
}
.platform-content-heading p {
  width: 100%;
  font-size: 24px;
  font-family: "myriad-pro";
}
.Powers-Infosys-content {
  font-family: var(--secondary-font);
  font-size: 24px;
}
@media (max-width: 1440px) {
  .Powers-Infosys-content {
    font-size: 18px;
  }
}

/* ..................................................................................................... */
.Powers-helix-section {
  margin: 2vh 5.3vw;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.power-helix {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  width: 100%;
}

/* Common styles for both boxes */
.powers-helix-left,
.powers-helix-right {
  background-color: rgba(150, 53, 150, 1); /* Purple overlay */
  border-radius: 20px;
  padding: 5vh;
  position: relative;
  height: 293px;

  /* ✅ Add background image aligned center-right */
  background-image: url("/content/dam/infosys-helix/en/resources/images/platform-vector.png");
  background-repeat: no-repeat;
  background-position: center right 0px;
  background-size: contain;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.powers-helix-left h3,
.powers-helix-right h3 {
  color: white;
  margin: 0;
}

.powers-helix-left p,
.powers-helix-right p {
  font-size: 24px;
  color: white;
  font-family: "myriad-pro";
  margin: 0;
  width: 60%;
}
@media (max-width: 1599.99px) {
  .powers-helix-left p,
  .powers-helix-right p {
    font-size: 18px;
  }
  .powers-helix-left,
  .powers-helix-right {
    height: 216px;
  }
}
@media (max-width: 1440px) {
  .powers-helix-left p,
  .powers-helix-right p {
    font-size: 16px;
  }
  .powers-helix-left,
  .powers-helix-right {
    height: 190px;
  }
}
/* ✅ Responsive for Mobile */
@media (max-width: 480px) {
  .power-helix {
    flex-direction: column;
  }
  .powers-helix-left,
  .powers-helix-right {
    width: 100%;
    background-position: center right;
    background-size: 322px auto;
  }
  .powers-helix-left p,
  .powers-helix-right p {
    width: 80%;
  }
}
/* ........................................................................................................ */
.platform-slider {
  background-color: rgba(218, 218, 218, 0.35);
  padding: 0;
}
.platform-slider-heading {
  padding: 7.1vh 5.5vw;
}
/* .plaform-overview-heading {
  font-family: "myriad-pro";
  font-size: 24px;
  color: rgba(63, 63, 63, 1);
}
@media (max-width: 1599.99px) {
  .plaform-overview-heading {
    font-size: 20px;
  }
}
@media (max-width: 1439.99px) {
  .plaform-overview-heading {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .plaform-overview-heading {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .plaform-overview-heading {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .plaform-overview-heading {
    font-size: 16px;
  }
} */

.platform-footer-section {
  margin: 0vh 5.3vw 7.1vh 5.3vw;
  background-color: white;
  border-radius: 20px;
  border-bottom: 1.5px solid var(--secondary-color);
}
.platform-footer-slider {
  padding: 32px;
  align-items: end;
}
.platform-footer-content {
  margin-top: 40px;
}
.platform-footer-content h2 {
  font-size: 64px;
  color: #963596;
}
.platform-footer-content p {
  font-size: 24px;
  color: rgba(63, 63, 63, 1);
  margin: 0px;
  font-family: "myriad-pro";
}
.platform-footer-image {
  height: auto;
  margin-top: 40px;
}
.platform-footer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-footer-box p {
  font-family: "myriad-pro";
  font-size: 30px;
  width: 60%;
}
.platform-footer-box {
  border-bottom: 1.5px solid var(--secondary-color);
  border-radius: 20px;
  padding: 0 2vh;
  height: 100%;
}
.platform-footer-box img {
  width: 58px;
  height: auto;
}
.slider-cta {
  padding: 36px;
}
.platform-slider-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 3vw;
  position: relative;
  border-bottom: 3px solid #ddd;
}

.platform-slider-tabs .tab {
  font-family: "myriad-pro";
  font-size: 30px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  transition: color 0.3s ease;
}

.platform-slider-tabs .tab.active {
  color: #963596;
}
.slider-carosal-platform {
  padding: 32px;
}
.platform-slider-tabs .tab.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #963596;
}
.slider-inner {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

@media (max-width: 1440px) {
  .platform-slider-tabs .tab {
    font-size: 22px;
  }
  .platform-footer-content h2 {
    font-size: 48px;
  }
  .platform-footer-content p {
    font-size: 18px;
  }
  .platform-footer-box p {
    font-size: 22px;
  }
  .slider-carosal-platform {
    padding: 24px;
  }
}
@media (max-width: 1279.99px) {
  .platform-slider-tabs .tab {
    font-size: 18px;
  }
  .platform-footer-content h2 {
    font-size: 40px;
  }
  .platform-footer-content p {
    font-size: 16px;
  }
  .platform-footer-box p {
    font-size: 20px;
  }
  .slider-carosal-platform {
    padding: 20px;
  }
  .slider-cta {
    padding: 20px;
  }
  .platform-footer-slider {
    padding: 28px;
  }
}
@media (max-width: 900px) {
  .platform-slider-tabs .tab {
    font-size: 18px;
  }
  .platform-footer-content p {
    font-size: 14px;
  }
  .platform-footer-box p {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .platform-slider-tabs {
    flex-direction: column;
  }
  .platform-slider-tabs .tab {
    border-bottom: 3px solid #ddd;
  }
}
/* ................................................................................................... */
.capabilities-filter {
  background-color: rgba(218, 218, 218, 0.35);
}
.capabilities-filter-heading {
  margin: 6vh 4.2vw;
  gap: 2vw;
}

.capabilities-filter-heading p {
  font-size: 24px;
  font-family: "myriad-pro";
  color: rgba(63, 63, 63, 1);
}
.capabilities-filter-content {
  height: auto;
}
.capabilities-filter-input {
  /* width: 15%; */
}
.capabilities-filter-input h4 {
  color: rgba(150, 53, 150, 1);
  margin: 0;
}

/* .capabilities-filter-box-container {
  gap: 2px;
} */
.capabilities-filter-box {
  height: 300px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  transition: background-color 0.3s ease;
}
.capabilities-filter-box h4 {
  color: #963596;
}
.capabilities-filter-box img {
  margin-bottom: 1vh;
  width: 108px;
  height: 100px;
  object-fit: contain;
}

/* This makes the paragraph cover the entire box */
.capabilities-filter-box p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 25px;
  background-color: rgba(150, 53, 150, 1);
  color: white;
  font-size: 21px;
  font-family: "myriad-pro";
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  cursor: pointer;
  line-height: 1.45;
}

/* On hover, show the paragraph fully over the box */
.capabilities-filter-box:hover p {
  opacity: 1;
  pointer-events: auto;
}
.capabilities-filter-by {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.filter-title {
  display: flex;
  justify-content: space-between; /* text on left, icon on right */
  align-items: center; /* vertical centering */
  border-bottom: 2px solid #963596;
  padding-bottom: 5px;
  font-size: 24px;
  color: #333;
  font-family: "myriad-pro";
  cursor: pointer;
  border: none;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 1vh 0;
  font-size: 19px;
  font-family: "myriad-pro";
  color: rgba(63, 63, 63, 1);
}
.filter-option.active {
  color: rgba(150, 53, 150, 1);
}

.filter-option input {
  display: none;
}
.filter-option input {
  border: 2px solid rgba(184, 184, 184, 1);
}
/* Custom checkbox box */
.custom-checkbox {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(184, 184, 184, 1); /* default border */
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
}

/* Active (checked) state styling */
.filter-option input:checked + .custom-checkbox {
  background-color: #963596;
  border: 2px solid gray;
}

/* Tick mark centered inside */
.filter-option input:checked + .custom-checkbox::after {
  content: "✔";
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1599.99px) {
  .capabilities-filter-box {
    height: 225px;
  }
  .capabilities-filter-box p {
    font-size: 20px;
  }
}
@media (max-width: 1439.99px) {
  .capabilities-filter-box {
    height: 202px;
  }
  .filter-option {
    font-size: 16px;
    padding: 1vh 0;
  }
  .capabilities-filter-box p {
    font-size: 16px;
  }
  .capabilities-filter-box img {
    margin-bottom: 1vh;
    width: 86.65px;
    height: 100px;
    object-fit: contain;
  }
}
@media (max-width: 1279.99px) {
  .capabilities-filter-box {
    height: 195px;
  }
  .filter-option {
    font-size: 14px;
    padding: 1vh 0;
  }
  .capabilities-filter-box p {
    font-size: 16px;
  }
  .capabilities-filter-box img {
    margin-bottom: 1vh;
    width: 76.65px;
    height: 90px;
  }
}
@media (max-width: 767.99px) {
  .capabilities-filter-box p {
    font-size: 16px;
  }
}
.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.dropdown-icon.rotated {
  transform: rotate(180deg);
}

/* Initially hide options (except title) */
.capabilities-filter-by:not(.open) .filter-option {
  display: none;
}

/* ............................................................................................ */

/* ....................................................................................................... */
.capabilities-video-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.capabilities-video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 60vh; /* You can change this */
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.capabilities-video-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.capabilities-video-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  color: white;
  cursor: pointer;

  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ........................................................................................................ */

.spotlight-section {
  margin: 0vh 5.3vw;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.spotlight-section h2 {
  color: rgba(63, 63, 63, 1);
}
.spotlight-bottom-container {
  height: 1006px;
}

.spotlight-bottom-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.spotlight-bottom-right .first-carousel {
  width: 100%;
}
.spotlight-bottom-left .spotlight-first-carousel {
  width: 100%;
  border-left: 2px solid var(--secondary-color);
  border-bottom: none;
  height: 100%;
}
/* ..................................................................................................... */
.spotlight-first-carousel {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;

  background-color: hsla(0, 0%, 85%, 0.35);
  border-radius: 25px;
  border-bottom: 2px solid #963596;
  overflow: hidden;
}
.spotlight-first-carousel {
  flex: 0 0 calc(50% - 1vw);
}

.spotlight-carousel-content {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  padding: 3vh;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
}

.spotlight-carousel-content h3 {
  font-weight: 500;
  margin: 0;
  color: rgba(63, 63, 63, 1);
}

.spotlight-carousel-content p {
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  font-family: var(--secondary-font);
}

.spotlight-carousel-content .btn {
  width: fit-content;
}
.spotlight-carousel-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 50%;
  z-index: 1;
}

.spotlight-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: unset;
  opacity: 0.85;
}

.spotlight-image {
  position: relative;
  z-index: 2;
}

.spotlight-image img {
  border-radius: 20px;
  width: 100%;
  display: block;
  position: relative; /* ensure stacking works */
}

.spotlight-image .btn-ghost {
  position: absolute;
  top: 1rem; /* instead of bottom */
  left: 1rem;
  z-index: 3;
}
@media (max-width: 1599.99px) {
  .spotlight-bottom-container {
    height: 930px;
  }
}
@media (max-width: 1439.99px) {
  .spotlight-bottom-container {
    height: 770px;
  }
}
@media (max-width: 1279.99px) {
  .spotlight-bottom-container {
    height: 680px;
  }

  .spotlight-bottom-right {
    gap: 20px;
  }
}
@media (max-width: 899.99px) {
  .spotlight-bottom-container {
    height: 560px;
  }
}
@media (max-width: 767.99px) {
  .spotlight-bottom-container {
    height: 1000px; /* same for 480px–767.99px */
    gap: 3vh;
  }

  .spotlight-first-carousel {
    height: 328px;
  }

  .spotlight-carousel-content {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .spotlight-bottom-container {
    height: 1000px;
    gap: 3vh;
  }

  .spotlight-first-carousel {
    height: 328px;
  }

  /* .spotlight-carousel-content h3 {
    font-size: 32px;
  } */
  /* .spotlight-carousel-content p {
    font-size: 16px;
  } */
  .spotlight-carousel-content {
    gap: 1rem;
  }
}
/* ........................................................................................ */
.insights-leads-section {
  margin: 0vh 5.3vw;
}
.insights-lead h2 {
  color: rgba(63, 63, 63, 1);
}
.insights-lead {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.insights-lead-card {
  background-color: rgba(218, 218, 218, 0.35);
  border-radius: 16px;
  overflow: hidden;
  border-bottom: 2px solid rgba(150, 53, 150, 1);
  padding: 0;
}

.insights-lead-card p {
  padding-bottom: 15px;
  font-family: var(--secondary-font);
}
.insights-carousel-wrapper {
  width: 100%;
  margin: 0 auto;
}
.insights-lead-cards-container {
}
.note {
  padding: 20px;
}
.note h3 {
  color: rgba(63, 63, 63, 1);
  padding-bottom: 15px;
}
.note h3 span {
  font-size: 64px;
}
.insignts-card-image {
  width: 100%;
  object-fit: contain;
  display: block;
}
.insights-card-img-wrapper {
  position: relative;
  width: 100%;
}
.cta-on-image {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .insights-lead-card {
    min-width: 100%;
  }
}
/* .insignts-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 3vh;
}

.insignts-carousel-dots .dot {
  width: 10px;
  height: 10px;
  background: #d5b4e7;
  transition: all 0.3s ease;
  border-radius: 2px;
  cursor: pointer;
}

.insignts-carousel-dots .dot.active {
  width: 30px;
  height: 10px;
  background: #963596;
  border-radius: 50px;
} */
/* ................................................................................................ */
.insights-cont {
}
.insights-contactform-section {
  margin: 0vh 5.3vw;
}
.insights-contactform {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.insights-contactform-content {
  background-color: rgba(150, 53, 150, 1);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.insights-contactform-content-top {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  padding: 48px 53px;
}
.insights-contactform-content-top h2 {
  color: white;
}
.insights-contactform-content-top p {
  color: white;
  font-size: 30px;
  font-family: var(--secondary-font);
}

.insights-contactform-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f5fa;
  height: 100%;
  padding: 7vh 2vw;
}
.insights-card-img-wrapper {
  position: relative;
}

.rounded-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  padding: 12px 32px;
  border: 1px solid #ddd;
  border-radius: 16px;
  font-size: 30px;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--secondary-font);
}

.form-label {
  font-size: 30px;
  font-family: "myriad-pro";
}

.topic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 13px;
}
.topic-options input[type="checkbox"] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  position: relative;
  cursor: pointer;
}

.topic-options input[type="checkbox"]:checked {
  background-color: rgba(150, 53, 150, 1); /* Your custom purple */
  border-color: rgba(150, 53, 150, 1);
}

/* Optional: Add checkmark using pseudo-element */
.topic-options input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.topic-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-family: "myriad-pro";
}
.insights-checkbox {
  font-family: "myriad-pro";
  background-color: white;
  padding: 2vh;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  border-radius: 20px;
}
.insights-contact-form-desktop {
  display: block;
}
.insights-contact-form-mobile {
  display: none;
}
@media (max-width: 1440px) {
  .topic-options label {
    font-size: 14px;
  }
  .topic-options label {
    gap: 0;
  }
  .contact-form {
    gap: 24px;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"] {
    font-size: 22px;
    padding: 8px 24px;
  }
  .form-label {
    font-size: 22px;
  }
  .insights-contactform-content-top p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .insights-contact-form-desktop {
    display: none;
  }
  .insights-contact-form-mobile {
    display: block;
  }
  .insights-contactform-content {
    flex-direction: row;
  }
  .insights-contactform-content-top img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .insights-contactform-content-top {
    padding: 22px 25px;
  }
}
/* .................................................... */
.insights-filter-section {
  margin: 0vh 5.3vw 0;
}
.insights-filter {
  height: auto;
  background-color: rgba(218, 218, 218, 0.35);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.insights-filter h3 {
  color: rgba(63, 63, 63, 1);
}
.insights-filter-cta {
  display: flex;
  flex-direction: row;
  gap: 22px;
}
.insights-cancel {
  margin: 1vh 0;
}
.insights-filter-dropdown {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.insights-filter-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 10px;
  margin: 5px 0 0;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 100;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  min-width: 150;
  white-space: nowrap;
}

.insights-filter-dropdown ul li {
  margin-bottom: 16px;
}

.insights-filter-dropdown ul li:last-child {
  margin-bottom: 0;
}

.insights-filter-dropdown ul li a {
  text-decoration: none;
  color: #3f3f3f;
  font-weight: 500;
  font-size: 24px;
  font-family: var(--secondary-font);
}

details[open] > summary::after {
  content: "";
}
@media (max-width: 480px) {
  .insights-filter {
    gap: 20px;
  }
}
/* ............................................................................................... */

.whitepaper-contactform-section {
  margin: 0vh 5.3vw;
}
.whitepaper-contactform {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.whitepaper-contactform-content {
  background-color: var(--secondary-color);
  padding: 5vh 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  margin: 10px 0 16px;
  font-size: 24px;
  color: rgba(63, 63, 63, 1);
  font-family: var(--secondary-font);
}

.checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.checkbox-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 24px;
  color: rgba(63, 63, 63, 1);
  user-select: none;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 4px;
}

.checkbox-label input:checked + .checkmark {
  background-color: rgba(150, 53, 150, 1);
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label input:checked + .checkmark::after {
  display: block;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-note {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin: 0;
}
.form-note a {
  color: rgba(150, 53, 150, 1);
  text-decoration: underline;
}

.whitepaper-contactform-content p {
  font-weight: 400;
  font-family: var(--secondary-font);
  color: white;
  margin: 0;
}
.whitepaper-contactform-fields {
  background-color: rgba(230, 219, 230, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f5fa;
  padding: 5vh 2vw;
}

.whitepaper-contact-form {
  width: 85%;

  display: flex;
  flex-direction: column;
  gap: 32px;
}

.whitepaper-contact-form input[type="text"],
.whitepaper-contact-form input[type="email"] {
  padding: 22px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 30px;
  width: 100%;
  box-sizing: border-box;
  height: 57px;
}

.whitepaper-form-label {
  font-size: 30px;
  color: rgba(150, 53, 150, 1);
  font-family: "myriad-pro";
}

@media (max-width: 1440px) {
  .whitepaper-contact-form input[type="text"],
  .whitepaper-contact-form input[type="email"] {
    padding: 22px 16px;
    border-radius: 8px;
    font-size: 34px;
    height: 40px;
  }

  .whitepaper-form-label {
    font-size: 30px;
    color: rgba(150, 53, 150, 1);
    font-family: "myriad-pro";
  }
}
.whitepaper-topic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 13px;
}

.whitepaper-topic-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-family: "myriad-pro";
}
.whitepaper-insights-checkbox {
  font-family: "myriad-pro";
  background-color: white;
  padding: 2vh;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  border-radius: 20px;
}
/* ................................................................................................. */
.blogdetail-herosection {
  margin: 0 5.5vw;
}

.blogdetail-hero {
  border-top: 2px solid rgba(184, 184, 184, 1);
}

.blogdetail-content {
  margin-top: 6vh;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--secondary-font);
  color: rgba(63, 63, 63, 1);
}

.blogdetail-content h3 {
  color: rgba(150, 53, 150, 1);
  margin: 5vh 0;
  font-family: var(--primary-font);
}

.phase-section {
  font-size: 22px;
  color: rgba(63, 63, 63, 1);
}

.phase-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  font-family: var(--primary-font);
}

.section-heading {
  color: rgba(150, 53, 150, 1);
  font-weight: 400;
  margin-top: 15px;
}

.section-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 5px;
}

/* Sidebar card */
.latest-blog-card {
  background: #f6f0f7;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(150, 53, 150, 1);
  margin-top: 6vh;
}

.latest-blog-title {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 2px solid #993399;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 1);
}
.blog-list {
  padding: 0;
}
.blog-item {
  font-size: 18px;
  color: rgba(63, 63, 63, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-family: var(--secondary-font);
}

.arrow {
  color: #993399;
  font-size: 20px;
}
.blog-detail-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.info-container {
  width: 90%;
  margin: auto;
  position: relative; /* To make sure it's above the background */
  z-index: 1;
}
/* ..................... */
#abt-banner {
  position: relative;
}
.hero-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.hero-section .col-5 {
  flex: 0 0 45%;
}

.hero-section .col-7 {
  flex: 0 0 55%;
  padding: 0;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Desktop styles */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

.abt-banner-wrap {
     padding: 0 0 0 4.5vw;
}

.abt-banner-wrap h1 span {
  color: var(--secondary-color);
  line-height: 100%;
  font-size: 106px;
  margin: 0;
}

.abt-banner-wrap p {
  font-size: 30px;
  font-family: "myriad-pro";
  padding-top: 20px;
  color: #3f3f3f;
}

@media (max-width: 1600px) {
  .abt-banner-wrap h1 span {
    font-size: 96px;
  }
  .abt-banner-wrap p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .abt-banner-wrap h1 span {
    font-size: 86px;
  }
  .abt-banner-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .abt-banner-wrap h1 span {
    font-size: 66px;
  }
  .abt-banner-wrap p {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .abt-banner-wrap h1 span {
    font-size: 50px;
  }
  .abt-banner-wrap p {
    font-size: 18px;
  }
  /* .abt-banner-wrap {
    width: 48%;
  } */
}
/* Mobile styles */
@media (max-width: 768px) {
  #abt-banner {
    margin-top: 25vh;
  }
  .hero-section {
    flex-direction: column;
  }

  .hero-section .col-5,
  .hero-section .col-7 {
    flex: 0 0 100%;
    width: 100%;
  }

  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  .abt-banner-wrap h1 span {
    font-size: 48px;
    line-height: 110%;
  }
  .abt-banner-wrap {
    padding: 0 15px; /* safer on mobile */
  }

  .abt-banner-wrap h1 {
    font-size: 48px;
    line-height: 120%;
  }

  .abt-banner-wrap p {
    font-size: 16px;
    width: 100%;
    padding-top: 10px;
  }
  .abt-banner-wrap h2 span {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  #abt-banner {
    margin-top: 16vh;
  }
}
/* ................................................. */
section#abt-sec2,
#abt-sec4 {
  padding: 0;
  position: relative;
}

.span-inline {
  color: var(--secondary-color);
  font-size: 30px;
}
.about-us-span {
  font-size: 64px;
  color: var(--secondary-color);
}
.abt-sec2-content p {
  color: rgba(63, 63, 63, 1);
}

.abt-sec2-content h2 span {
  color: var(--secondary-color);
  font-size: 48px;
  line-height: 70px;
}

.abt-sec3-card-bg {
  background-color: hsla(0, 0%, 85%, 0.35);
  border-radius: 20px;
  border-bottom: 2px solid #963596;
  position: relative;
  min-height: 274px; /* ensures height if text is short */
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; /* or cover */
  padding: 20px;
}

/* Different images for each card */
.abt-sec3-card-bg.card-1 {
  background-image: url("/content/dam/infosys-helix/en/resources/images/questionimage.png");
}

.abt-sec3-card-bg.card-2 {
  background-image: url("/content/dam/infosys-helix/en/resources/images/questionimage.png");
}

.abt-sec3-card-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5%;
}

.abt-sce3-values {
  color: var(--secondary-color);
  font-size: 128px;
  padding-right: 30px;
}

.abt-sec3-card-wrap h3 span {
  font-size: 64px;
  color: var(--secondary-color);
}
@media (max-width: 1600px) {
  .abt-sce3-values {
    font-size: 96px;
  }

  .abt-sec3-card-wrap h3 span {
    font-size: 48px;
  }
  .abt-sec3-card-bg {
    min-height: 196px;
  }
}
@media (max-width: 1280px) {
  .abt-sce3-values {
    font-size: 86px;
  }

  .abt-sec3-card-wrap h3 span {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  .abt-sec3-card-wrap h3 span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .abt-sec3-card-wrap h3 span {
    font-size: 32px;
  }
  .abt-sec3-card-wrap {
    padding: 0;
  }
}

#abt-sec4 .abt-video-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
}

#abt-sec4 .abt-video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  z-index: 1;
}

#abt-sec4 .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 2;
  cursor: pointer;
}

/* #abt-sec4 .playpause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
} */

.abt-sec5-wrap {
  background-color: #963596;
  color: #fff;
  padding: 3%;
  border-radius: 20px;
  height: auto;
}

.care-content {
  font-family: "myriad-pro";
  padding-bottom: 10px;
  padding-top: 15px;
  width: 75%;
  color: rgba(255, 255, 255, 1) !important;
}

.br-right {
  height: auto;
}
.br-right h2 {
  color: white;
}

.care-points {
  padding-left: 46px;
  border-left: 1px solid #fff;
}

.care-points span {
  padding-right: 25px;
  color: rgba(230, 219, 230, 1);
  font-weight: 900;
  font-size: 24px;
}

.care-points p {
  /* font-size: 29px; */
  font-weight: 400;
  font-family: "myriad-pro";
  margin: 0;
  color: #ffffff;
}

section#abt-sec6 {
  /* padding: 5% 0 0; */
  margin: 0 12px;
}

.skip-wrap {
  display: flex;
  padding: 5%;
  align-items: center;
  height: 100%;
}

.skip-img img {
  width: 100%;
}
.skip-wrap h2 {
  font-size: 84px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-left: 5%;
}

.skip-wrap a {
  margin: 0 0px 0 35px;
}

.btn-inline {
  color: var(--primary-color);
  background-color: var(--fifth-color);
  border: 1px solid var(--fifth-color);
}

#plm-sec2 .accordian-container {
  margin-top: 5%;
  max-width: 100%;
}

.plm-sec2-heading-wrap h2 {
  color: rgba(63, 63, 63, 1);
}

#plm-sec2 .accordian-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 48px;
  font-weight: 500;
  color: rgba(92, 92, 92, 1);
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: "tungstenw05-medium";
  height: 48px;
}

#plm-sec2 .accordian-icon {
  font-size: 3.7rem;
  font-weight: 400;
  transition: transform 0.3s ease, color 0.3s ease;
}

#plm-sec2 .accordian-item {
  border-top: 1px solid #ddd;
  padding: 42px;
  transition: all 0.4s ease-out;
}

#plm-sec2 .accordian-item.active {
  background-color: rgba(208, 181, 213, 0.35);
  border-radius: 20px;
  transition: all 0.4s ease-in;
}

.tpn-img img {
  width: 100%;
}
#plm-sec2 .accordian-item .accordian-content {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  color: rgba(92, 92, 92, 0.9);
  line-height: 1.5;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-top: 5px;
  font-family: "myriad-pro";
}
#plm-sec2 .accordian-item.active .accordian-content {
  max-height: 100%;
  opacity: 1;
  max-width: 100%;
  font-size: 30px;
  color: #3f3f3f;
  padding-top: 20px;
  font-family: "myriad-pro";
}

#plm-sec2 .accordian-item.active .accordian-header {
  color: var(--secondary-color);
}
.accordian-content .row {
  align-items: center;
}
/* Existing styles remain the same above this */
@media (max-width: 1599.99px) {
  #plm-sec2 .accordian-item {
    padding: 36px;
  }
  #plm-sec2 .accordian-header {
    font-size: 40px;
    height: 40px;
  }

  #plm-sec2 .accordian-item.active .accordian-content {
    font-size: 24px;
  }
  .accordian-content .row {
    align-items: center;
  }
}
@media (max-width: 1440px) {
  #plm-sec2 .accordian-item {
    padding: 32px;
  }
  #plm-sec2 .accordian-header {
    font-size: 36px;
    height: 36px;
  }
  #plm-sec2 .accordian-item.active .accordian-content {
    font-size: 22px;
  }
  .accordian-content .row {
    align-items: center;
  }
}
@media (max-width: 1280px) {
  #plm-sec2 .accordian-item {
    padding: 26px;
  }
  #plm-sec2 .accordian-header {
    font-size: 30px;
    height: 30px;
  }
  .plm-sec2-heading-wrap h2 {
    line-height: 1.2;
    padding: 0;
  }

  #plm-sec2 .accordian-header {
    font-size: 32px;
  }

  #plm-sec2 .accordian-icon {
    font-size: 2.5rem;
  }

  #plm-sec2 .accordian-item.active .accordian-content {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  #plm-sec2 .accordian-item {
    padding: 20px;
  }
  #plm-sec2 .accordian-header {
    font-size: 22px;
    height: 22px;
  }
}

@media (max-width: 768px) {
  /* Stack text and image vertically */
  #plm-sec2 .accordian-content .row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #plm-sec2 .accordian-content .col-md-8,
  #plm-sec2 .accordian-content .col-md-3,
  #plm-sec2 .accordian-content .col-md-1 {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .tpn-img {
    text-align: center;
  }

  .tpn-img img {
    max-width: 250px;
    height: auto;
  }

  .plm-sec2-heading-wrap h2 {
    text-align: left;
  }

  #plm-sec2 .accordian-header {
    font-size: 24px;
    flex-wrap: wrap;
    gap: 10px;
  }

  #plm-sec2 .accordian-item.active .accordian-content {
    font-size: 16px;
    padding-top: 30px;
  }
  #plm-sec2 .accordian-item {
    padding: 15px 16px 30px;
  }
}

@media (max-width: 480px) {
  .plm-sec2-heading-wrap h2 {
    text-align: left;
    padding: 0 10px;
  }

  #plm-sec2 .accordian-header {
    font-size: 22px;
  }

  #plm-sec2 .accordian-icon {
    font-size: 1.8rem;
  }

  .tpn-img img {
    max-width: 100%;
  }
}

#question-section {
  padding-top: 0;
}

.care-pt-5 {
  padding-top: 5%;
}

.care-points h4 {
  /* font-size: 48px; */
  padding-bottom: 24px;
  color: white;
  width: 91%;
  margin: 0;
}
.care-points p {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0;
}
.care-points {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1599.99px) {
  .care-points p {
    /* font-size: 24px; */
    margin: 0;
  }
  .care-points {
    padding-left: 20px;
    gap: 23px;
  }
}

@media (max-width: 1439.98px) {
  .care-points {
    padding-left: 20px;
    gap: 21px;
  }
  .care-points h4 {
    /* font-size: 32px; */
    padding: 0;
  }
  .care-points span {
    padding-right: 20px;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .care-content {
    width: 90%;
  }

  .care-points {
    padding: 0px;
    border: none;
  }

  .br-right h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}

/* Mobile adjustments */
@media (max-width: 767.99px) {
  .future h2 {
    font-size: 40px;
  }
  #abt-sec5 .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }

  .care-content {
    width: 100%;
    padding-top: 10px;
  }

  .br-right h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .care-points {
    padding-left: 0;
    border-left: none;
  }

  .care-points span {
    width: 25px;
    padding-right: 10px;
    font-size: 18px;
  }

  .care-points p {
    /* font-size: 16px; */
    display: flex;
    align-items: flex-start;
    gap: 1px;
    margin: 0;
  }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
  .br-right h2 {
    font-size: 40px;
  }

  .care-content {
    padding: 0 0 2rem 0;
    border-bottom: 1px solid white;
  }

  .care-points p {
    /* font-size: 16px; */
  }
}
/* .care-points .btn-inline{
    background-color: transparent;
    border: 2px solid #fff;
    margin-top: 15px;
} */

/* ............................................................................................... */

.sol-sec2-accordian-container {
  padding-top: 10%;
}

.sol-sec2-accordian-container .accordian-item.active .accordian-content {
  max-width: 95%;
}

.sol-sec2-accordian-container .accordian-item {
  padding: 25px 0;
}

.sol-sec2-accordian-container .accordian-header {
  font-size: 30px;
}

.sol-sec2-accordian-container .accordian-item.active .accordian-header {
  color: #963596;
}

.sol-sec2-cta {
  padding: 20px 0;
}

.sol-sec2-accordian-container .accordian-item:last-child {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .sol-sec2-accordian-container .accordian-header {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .sol-sec2-accordian-container .accordian-header {
    font-size: 22px;
  }
}

.sol-sec3-left-bg {
  background-color: #963596;
  display: flex;
  color: #fff;
  align-items: center;
  border-radius: 20px 0 0 20px;
  height: auto;
}
.sol-sec3-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* section#sol-sec3 {
  padding: 6% 0;
} */

.sol-sec3-left-img {
  width: 75%;
  margin-left: auto;
  float: right;
  height: 100%;
}

.sol-sec3-left-content {
  padding-left: 40px;
}
.sol-sec3-left-content h2 {
  color: #ffffff;
}

.sol-sec3-left-content h3 {
  font-size: 36px;
}

.sol-sec3-right-wrap {
  background-color: rgba(230, 219, 230, 0.35);
  display: flex;
  height: 100%;
  align-items: baseline;
  padding: 0 5%;
  flex-direction: column;
  gap: 1vh;
  justify-content: center;
  border-radius: 0 20px 20px 0;
  border: 1px solid #d0b5d5;
}

.sol-sec3-right-wrap p {
  /* font-size: 30px; */
  color: rgba(63, 63, 63, 1);
  font-family: "myriad-pro";
  width: 85%;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  .sol-sec3-right-wrap p {
    /* font-size: 24px; */
  }
}
@media (max-width: 768px) {
  #sol-sec3 {
    margin: 0 5.5vw;
  }
  .sol-sec3-left-bg {
    border-radius: 20px 20px 0 0;
  }
  .sol-sec3-right-wrap {
    border-radius: 0 0 20px 20px;
    padding: 20px;
    gap: 5px;
  }
  .sol-sec3-right-wrap p {
    /* font-size: 22px; */
  }
}

#sol-sec4 {
  /* padding-bottom: 5%; */
}

.sol-sec4-content-wrap h2 {
  padding-bottom: 45px;
  color: rgba(63, 63, 63, 1);
}

.sol-sec4-content-wrap p {
  /* font-size: 30px; */
  color: rgba(63, 63, 63, 1);
  font-family: "myriad-pro";
  width: 85%;
  margin-bottom: 0px;
}

.sol-sec4-content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

.s-card {
  width: 19%;
  background-color: #dadada59;
  padding: 2%;
  border-radius: 15px;
}

.small-cards-wrap {
  display: flex;
  padding-top: 5%;
  justify-content: space-between;
}

.s-card p,
.s-card p span {
  font-size: 24px;
  font-family: "myriad-pro";
}
.col-sec4-img-wrap img:first-child {
  display: block;
}
.col-sec4-img-wrap img:last-child {
  display: none;
}

@media (max-width: 1600px) {
  .sol-sec4-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sol-sec4-content-wrap h2 {
  }
  .sol-sec4-content-wrap p {
    /* font-size: 24px; */
  }
  .s-card p,
  .s-card p span {
    font-size: 20px;
    font-family: "myriad-pro";
  }
}
@media (max-width: 1440px) {
  .sol-sec4-content-wrap h2 {
  }
  .sol-sec4-content-wrap p {
    /* font-size: 22px; */
  }
  .s-card p,
  .s-card p span {
    font-size: 18px;
    font-family: "myriad-pro";
  }
}

@media (max-width: 768px) {
  .small-cards-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .s-card {
    width: 100%;
    padding: 20px;
  }
  .s-card p,
  .s-card p span {
    margin: 0;
  }
  .sol-sec4-content-wrap h2 {
    padding-bottom: 20px;
  }
  .sol-sec4-content-wrap p {
    /* font-size: 16px; */
    width: 100%;
  }
  .sol-sec4-wrap .row {
    gap: 25px;
  }
  .col-sec4-img-wrap img:first-child {
    display: none;
  }
  .col-sec4-img-wrap img:last-child {
    display: block;
  }
}

section#sol-sec5 {
  background: rgba(150, 53, 150, 1);
  padding: 3% 0;
  color: #fff;
  position: relative;
}
.bg-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/content/dam/infosys-helix/en/resources/images/solution-vector.png") no-repeat left top;
  background-size: contain;
  z-index: 0;
}
.sol-sec5-heading-wrap h2 {
  color: white;
  font-size: 86px;
}
section#sol-sec5 h3 {
  font-size: 64px;
  width: 78%;
  /* color: white; */
}

/* .sol-sec5-heading-wrap a.btn-accent{
    border: 2px solid #fff;
    margin-top: 20px;
} */

.sol-sec5-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: fit-content;
}

.env-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.env-card h3 {
  color: #963596;
  font-size: 64px;
}

.env-card p {
  font-size: 24px;
  font-family: "myriad-pro";
  color: rgba(63, 63, 63, 1);
}

.env-wrap {
  padding: 15px 0;
}

@media (max-width: 1600px) {
  .sol-sec5-heading-wrap h2 {
    font-size: 72px;
  }
  section#sol-sec5 h3 {
    font-size: 64px;
  }
  .env-card p {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .sol-sec5-heading-wrap h2 {
    font-size: 64px;
  }
  section#sol-sec5 h3 {
    font-size: 48px;
  }
  .env-card p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .sol-sec5-heading-wrap h2 {
    font-size: 64px;
  }
  section#sol-sec5 h3 {
    font-size: 40px;
  }
  .env-card p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section#sol-sec5 h3 {
    font-size: 32px;
    width: 70%;
  }
  .env-wrap .row {
    gap: 25px;
  }
  .env-wrap {
    padding: 12px 0;
  }
  .env-card p {
    font-size: 16px;
  }
}

section#sol-sec6 {
  background-color: #dadada59;
  padding: 5% 0;
}

.sol-sec6-heading h2 {
  /* font-size: 86px; */
  font-weight: 500;
  color: rgba(63, 63, 63, 1);
}

.sol-sec6-sub-heading {
  /* font-size: 30px; */
  font-family: "myriad-pro";
  color: #3f3f3f;
  width: 90%;
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.friction-wrap {
  background-color: #fff;
  padding: 3%;
  margin-top: 4%;
  border-radius: 20px;
}

.friction-arrow {
  display: flex;
  height: 100%;
  align-items: center;
}

.friction-left-content h2 {
  color: rgba(126, 126, 126, 1);
}

.friction-left-content h2 span {
  font-size: 64px;
}
.friction-right-content h2 {
  padding-bottom: 20px;
  color: rgba(126, 126, 126, 1);
}

.friction-right-content h2 span {
  font-size: 64px;
}

.friction-cta {
  margin-top: 2%;
}

.friction-left-wrapper {
  perspective: 1000px;
}

.friction-left-content {
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}

.friction-left-wrapper:hover .friction-left-content {
  transform: rotateY(180deg);
}
.friction-arrow img:first-child {
  display: block;
}

.friction-arrow img:last-child {
  display: none;
}
@media (max-width: 1600px) {
  .sol-sec6-heading h2 {
    /* font-size: 72px; */
  }
  .sol-sec6-sub-heading {
    /* font-size: 24px; */
  }
  .friction-left-content h2 span {
    font-size: 48px;
  }
  .friction-right-content h2 span {
    font-size: 48px;
  }
}
@media (max-width: 1440px) {
  .sol-sec6-heading h2 {
    /* font-size: 64px; */
  }
  .sol-sec6-sub-heading {
    /* font-size: 22px; */
  }
  .friction-left-content h2 span {
    font-size: 48px;
  }
  .friction-right-content h2 span {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .sol-sec6-heading h2 {
    /* font-size: 40px; */
  }
  .sol-sec6-sub-heading {
    /* font-size: 22px; */
  }
  .friction-left-content h2 span {
    font-size: 48px;
  }
  .friction-right-content h2 span {
    font-size: 48px;
  }
  .friction-left-content {
    text-align: center;
  }
  .friction-right-content {
    text-align: center;
  }
  @media (max-width: 768px) {
    .friction-arrow img:first-child {
      display: none;
    }

    .friction-arrow img:last-child {
      display: block;
      margin: 0 auto;
    }
    .friction-cta {
      margin-top: 3vh;
    }
    .friction-cta .btn {
      display: block;
      width: 100%;
      text-align: center;
      justify-content: center;
      font-size: 18px;
      padding: 8px;
    }
  }
}
.footer {
  border-top: 2px solid rgba(218, 218, 218, 0.35);
}
.footer-container {
  margin: 6.1vh 5.3vw;
}

/* Footer Links Layout */
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  font-family: "myriad-pro";
  height: 325px;
}

.footer-logo {
  width: 14vw;
  height: 5vh;
}
.footer-logo img {
  width: 68%; /* increase size */
  height: auto;
}
.footer-column {
  width: 100%;
  padding: 0 42px;
}
/* Column Titles */
.footer-column h4 {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 4vh 0;
  color: #963596;
}

/* Normal footer lists */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.footer-column ul li {
  margin-bottom: 2vh;
}

.footer-column ul li a {
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s ease;
  color: #2f3337;
}

.footer-column ul li a:hover {
  color: rgba(150, 53, 150, 1);
}

/* Solutions Two-Column Grid */
.solutions-grid {
  display: grid;
  gap: 20px 50px; /* row gap and column gap */
}

/* Bottom row */
.footer-bottom {
  margin-top: 30px;
  border-top: 2px solid rgba(218, 218, 218, 0.35);
  padding: 3vh 5.3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  color: #666;
  font-family: "myriad-pro";
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-line {
  border: 2px solid rgba(218, 218, 218, 0.35);
  height: auto;
}
.footer-logo {
  width: 20%;
}
.footer_right {
  display: flex;
  width: 80%;
  justify-content: flex-start;
}

@media (max-width: 1600px) {
  .footer-column ul li a {
    font-size: 20px;
  }
  .footer-column h4 {
    font-size: 24px;
  }
  .footer-column ul {
    gap: 18px;
  }
  .footer-links {
    height: auto;
  }
}
@media (max-width: 1600px) {
  .footer-column ul li a {
    font-size: 18px;
  }
  .footer-column h4 {
    font-size: 22px;
  }
  .footer-column ul {
    gap: 15px;
  }
}
@media (max-width: 580px) {
  .footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    height: auto;
  }
  /*  .footer-column {
    text-align: left;

    width: 49%;
    float: right;
  }*/
  .footer-column {
    padding: 0;
  }
  .footer_right {
    display: block !important;
  }
  .footer-logo {
    width: 40%;
    padding-right: 30px;
  }
  .footer_right {
    width: 60%;
    border-left: 2px solid rgba(218, 218, 218, 0.35);
    padding-left: 22px;
  }
  /* First container (logo) on the left */
  /*  .footer-logo {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
    width: 49%;
  }*/

  /* Right side: the rest of the sections */
  .footer-right {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 10px;
  }

  /* Vertical divider */
  .footer-links {
    border-left: none;
  }
  .footer-logo img {
    width: 82%;
  }
  .footer-divider {
    width: 2px;
    background-color: rgba(218, 218, 218, 0.35);
    margin: 0 10px;
  }
  .solutions-grid {
    grid-template-columns: none none;
  }
  /* Remove existing footer-line in mobile */
  .footer-line {
    display: none;
  }

  /* Footer bottom stacked */
  .footer-bottom {
    flex-direction: row;
    text-align: center;
    gap: 8px;
    font-size: 14px;
    padding: 2vh 0;
  }
}


/* error page css */
.banner-gradient {
  background-color: #963596;
}
#banner_home {
  padding: 100px 0 180px;
}
.write-us-btn {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.write-us-btn:hover,
.write-us-btn:focus,
.write-us-btn:active {
  background-color: #fff !important;
  color: #000 !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.write-us-btn {
  margin-left: 1.5rem;
}

.btn-connect{
    padding: 1.4rem 2.8rem !important;
    font-size: 1.8rem;
  background-color: #ffffff;
  border: 0 !important;
  border-radius: 26px !important;
  padding: 1rem 2rem !important;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #963596 !important;
  position: relative;
}
.btn-connect:hover,
.btn-connect:focus,
.btn-connect:active {
  background-color: #382261 !important;
  color: #ffffff !important;
}

.helix-font
{
font-size: x-large;
}

/* error page css end */