/* General Body Styling */
body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

/* ------------------------- */
/* --- 1. HERO SECTION --- */
/* ------------------------- */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  overflow: hidden;
}
.new-video {
  width: 100%;
}
html {
  scroll-behavior: smooth;
}

.artchitecture{
  padding: 60px 0px;
}
.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

a.navbar-brand img {
  width: 180px;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(9 22 97 / 45%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.navbar {
  z-index: 3;
  width: 100%;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: background-color 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff !important;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.dropdown-menu.dropdown-menu-dark {
    background: #111d66;
    color: #fff;
    line-height: normal;
	padding:0px;
	border:none;
	
}


.dropdown-menu.dropdown-menu-dark li a {
    padding: 10px 20px;
	font-weight:300;
	font-size:15px;
	    border-bottom: 1px solid rgba(255, 255, 255, .1);
		 transition: color 0.2s ease-in;
		  position: relative;
}

.navbar .navbar-nav .nav-item {
  /* This is needed to position the arrow relative to the nav item */
  position: relative;
}

/* This creates the arrow using a "pseudo-element" */
.navbar .navbar-nav .nav-item .nav-link.active::after {
  content: ''; /* Required for the pseudo-element to show */
  position: absolute;
  
  /* Position the arrow at the bottom-center of the nav link */
  left: 50%;
  bottom: 0; /* Adjust this value to control vertical position */
  transform: translateX(-50%);

  /* The CSS triangle trick */
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #091661; /* This is the arrow's color */
}

.navbar .dropdown-menu ul li:last-child .dropdown-item{
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background: #0F4B9B;
    color: #fff;
}
.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 1px;
  background-color: #ebe9fe;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.navbar .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}


.animated-pulse {
  animation: pulse-animation 2s infinite;
}
.nvbd {
  background: #fff;
  border-radius: 50px;
  padding: 0px 10px 0 40px;
}


.btn-offerings {
    font-size: 1.7rem;
    font-weight: 100;
    text-transform: capitalize;
}


.nav-link {
  color: #000;
  font-weight: 400;
  margin: 0 0.75rem;
  transition: color 0.3s ease;
  padding: 1.35rem 2rem;
}

.nav-link:hover {
  color: #000;
}

.nav-item.active-resource .nav-link {
  background-color: rgba(69, 137, 255, 0.15);
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1rem !important;
}

.navbar .btn-schedule {
  background-color: #091661;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  font-weight: normal;
  transition: background-color 0.3s ease;
}

.navbar .btn-schedule:hover {
  background-color: #5150a2;
}

.hero-content {
  padding: 100px 0px;
}
html {
  scroll-behavior: smooth;
}


.hero-content h1 {
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 1.3;
  max-width: 850px;
  margin: 0 auto;
}
.bi.bi-calendar-event {
  margin-right: 10px;
}
.about-page .hero-content h1 strong {
    display: block; 
}
.hero-content h1 strong {
  font-weight: 500;
  /* display: block; */
}



.hero-content p {
  max-width: 650px;
  margin: 1.5rem auto 2.5rem;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.hero-content .btn-demo {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 300;
  background-color: rgb(9 22 97 / 50%);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.hero-content .btn-demo:hover {
  background-color: #ffffff;
  color: #04091e;
}

.play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255);
  border-radius: 50%;
  color: #000;
  font-size: 1.5rem;
  margin-left: 1rem;
  vertical-align: middle;
  transition: background-color 0.3s ease;
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}


.about-us-border{
	
	Position:relative;
}


.about-us-border:before {
    content: "";
    width: 381px;
    height: 200px;
    border: 2px solid #B9B0B0;
    position: absolute;
    bottom: -40px;
    right: -70px;
    z-index: 1;
    opacity: 0.6;
}

/* ---------------------------- */
/* --- 2. HIGHLIGHTS SECTION --- */
/* ---------------------------- */

.highlights-container {
  position: relative;
  height: 300vh;
}

.highlights-section {
  position: sticky;
  top: 6%;
  height: 100vh;
  width: 100%;
overflow:hidden;
 padding: 3rem 0;
  background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../images/blue-bg.jpg);
}

.left-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-column {
  height: 100%;
  overflow: hidden;
  align-items:center;
  display:flex;
}

.btn-highlights {
  background-color: #1a237e;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  width: fit-content;
}

.highlights-section .sub-heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 1rem;
}

.highlights-section .main-heading {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.highlights-section .description {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: normal;
}

.feature-list-wrapper {
  position: relative;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.timeline-track,
.timeline-progress {
  position: absolute;
  left: 17px;
  top: 20px;
  bottom: 20px;
  width: 1.5px;
  z-index: 0;
}

.timeline-track {
  background-color: #707070;
}

.timeline-progress {
  background-color: #1839F9;
  height: 0;
  bottom: auto;
  transition: height 0.5s ease;
}

.feature-item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
 
}
.feature-item.active {
  filter: none;
}

.feature-item:not(:last-child) {
  margin-bottom: 4vh;
}

.feature-number {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
     background-color: #fff;
    color: #134398;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 2rem;
  border: 1.5px solid #fff;
  transition: all 0.4s ease;
}

.offering-tab img {
  width: 45px;
  height: 45px;
}

.feature-card {
  border: 1px solid #b2a9fa;
  background-color: #ebe9fe;
  border-radius: 5px;
  width: 100%;
  transition: all 0.4s ease;
  transform: scale(1);
  opacity: 0.3;
      filter: blur(2px);
}

.feature-item.active .feature-number {
  background-color: #1a237e;
  color: #ffffff;
  border-color: #ede7f6;
}

.feature-item.active .feature-card {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transform: scale(1.03);
  opacity: 1;
  color: #fff;
      filter: blur(0px);
}

.feature-item.active .feature-card h5,
.feature-item.active .feature-card p {
  color: #091661;
}

.feature-card .card-body {
  display: flex;
  align-items: center;
  padding: 1.1rem;
}

.feature-icon {
  flex-shrink: 0;
  margin-right: 1rem;
  /* width: 60px;
            height: 60px;*/
}

.feature-icon img {
  width: 65px;
  height:65px;
}

.feature-card h5 {
  font-weight: 500;
  color: #1a237e;
  margin-bottom: 0.6rem;
}

.feature-card p {
  margin-bottom: 0;
  color: #1e1e1e;
  font-size: 0.85rem;
}

/* ---------------------------------- */
/* --- 3. OFFERINGS SECTION --- */
/* ---------------------------------- */

.offerings-container {
  position: relative;
  height: 300vh;
}

.offerings-tabs .offering-tab:first-child,
.offerings-tabs .offering-tab:last-child,
.offerings-tabs .offering-tab:nth-child(2),
.offerings-tabs .offering-tab:nth-child(3) {
  border-left: none;
}

.offerings-tabs .offering-tab:last-child {
  border-right: none;
}

.offerings-section {
  position: sticky;
  top: 0;
  height: 85vh;
  width: 100%;
  background: url(../images/blue-bg.jpg);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.offering-image-wrapper img {
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: 319px;
  width: 100%;
  object-fit: cover;
}

.offerings-section .section-title-wrapper {
  max-width: 900px;
  margin: 0px auto 0.5rem auto;
}

.offerings-section .btn-offerings {
  background-color: #ebe9fe;
  color: #091661;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.offerings-section h2 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.offerings-tabs {
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  background-color: transparent;
  max-width: 100%;
  margin: 0 auto 0rem auto;
  margin-bottom: 2rem;
}

.offering-tab {
  flex: 1;
  border: 1px solid #949eaa;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  border-radius: 0px;
  color: #949eaa;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: left;
  font-size:1.2rem;
}

.offering-tab:hover {
  background-color: #334155;
}

.offering-tab.active {
  /* background-color: #0b295f;*/
  color: #ffffff;
 
}

.offering-content-pane {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.offering-content-pane.active {
  display: block;
}

.offering-details h3 {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #091661;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.offering-details h5 {
  color: #000d26;
  font-weight: 300;
  font-size: 1rem;
}

.offering-details h3 .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.offering-details .features-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.offering-details .features-list li {
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  position: relative;
  color: #000d26;
  font-weight: 400;
  display: flex;
  align-items: center;
  transform: translateX(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
}


.offering-details .features-list li:nth-child(1) {
    transition-delay: 0s;
}

.offering-details .features-list li:nth-child(2) {
    transition-delay: 0.1s;
}

.offering-details .features-list li:nth-child(3) {
    transition-delay: 0.2s;
}

.offering-details .features-list li:nth-child(4) {
    transition-delay: 0.3s;
}


.offering-details:hover .features-list li {
    transform: translateX(15px);
}

.offering-details:hover .features-list li:nth-child(1) {
    transition-delay: 0s;
}

.offering-details:hover .features-list li:nth-child(2) {
    transition-delay: 0.1s;
}

.offering-details:hover .features-list li:nth-child(3) {
    transition-delay: 0.2s;
}

.offering-details:hover .features-list li:nth-child(4) {
    transition-delay: 0.3s;
}

.offering-details .features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 0; */
  color: #3b82f6;
  background: url(../images/arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------------------------------- */
/* --- 4. PLATFORM SECTION --- */
/* ---------------------------------- */
.platform-container {
  position: relative;
  /* height: 200vh;*/ /* 11 items + buffer */
}
.platform-section {
  background-color: #fff;
  /*position: sticky;
            top: 0;
            height: 100vh;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2.5rem 0;
  color: #1e293b;
}

.btn-why-orcana {
    background-color: #091661;
    color: #fff;
    border-radius: 100px;
    padding: 8px 30px;
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #F5F5F5;
    text-transform: uppercase;
}
.platform-section .sub-title {
  color: #091661;
  font-weight: 300;
  margin-bottom: 1rem;
}
.platform-section .main-title {
  font-weight: 500;
  font-size: 2rem;
  color: #091661;
  margin-bottom: 3rem;
}

.platform-diagram {
  width: 100%;
  max-width: 1120px;
}

.central-platform-bar {
  background-color: #091661;
  color: #fff;
  padding: 1.25rem;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
}

.agents-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-end; /* Align all items to the bottom */
  padding-bottom: 2.5rem; /* Create space for lines */
  margin-bottom: 0.2rem;
}

.integrations-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start; /* Align all items to the top */
  padding-top: 5.5rem;
  margin-top: 1rem;
}

.platform-item {
  text-align: center;
  width: 140px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  cursor: pointer;
}

.agents-row .platform-item:nth-child(even) {
  margin-bottom: 5rem;
}

.platform-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.platform-item .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0.5rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #cecdcd;
  position: relative;
  cursor: pointer;
}

.platform-item .icon-wrapper svg {
  width: 40px;
  height: 40px;
  color: #1e3a8a;
}

.platform-item strong {
  display: block;
  color: #707070;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.platform-item span {
  font-size: 0.8rem;
  color: #64748b;
}

.offering-details {
  background: #eaeef1;
  padding: 25px;
}

.offerings-content {
  max-width: 98%;
  margin: 0 auto;
}

.integrations-row .platform-item .icon-wrapper {
  border-radius: 12px;
}

/* Connecting Lines & Circles */
.platform-item .icon-wrapper::before,
.platform-item .icon-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cecdcd;
  z-index: -1;
}

.platform-item .icon-wrapper::after {
  /* The Line */
  width: 1.5px;
  height: 0;
  transition: height 0.4s ease-out 0.3s;
}

.platform-item .icon-wrapper::before {
  /* The Circle */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid #cecdcd;
  background-color: #cecdcd;
  opacity: 0;
  transform: translateX(-50%) scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.6s;
}

/* --- Agent (Top Row) Lines & Circles --- */
.agents-row .icon-wrapper::after {
  top: 100%;
}
.agents-row .platform-item:nth-child(odd).is-visible .icon-wrapper::after {
  height: 2.5rem;
}
.agents-row .platform-item:nth-child(odd).is-visible .icon-wrapper::before {
  top: calc(100% + 2.5rem - 5px);
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.agents-row .platform-item:nth-child(even).is-visible .icon-wrapper::after {
  height: 7.5rem;
}
.agents-row .platform-item:nth-child(even).is-visible .icon-wrapper::before {
  top: calc(100% + 7.5rem - 5px);
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* --- Integrations (Bottom Row) Lines & Circles --- */
.integrations-row .icon-wrapper::after {
  bottom: 100%;
}
.integrations-row .platform-item.is-visible .icon-wrapper::after {
  height: 5.5rem;
}
.integrations-row .platform-item.is-visible .icon-wrapper::before {
  bottom: calc(100% + 5.5rem - 5px);
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* ---------------------------------- */
/* --- 4B. VALUE PROP SECTION ---   */
/* ---------------------------------- */
.value-prop-section {
  padding: 4rem 0;
  background-color: #091661;
}
.d-flex {
  display: flex !important;
}
.value-prop-card {
    width: 100%;
    background-color: #040E4A;
    border: 1px solid #040E4A;
    border-radius: 8px;
    padding: 2rem;
    transition: all 0.4s ease;
    z-index: 1;
}
.value-prop-card .card-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.value-prop-card .icon-bg {
  padding: 10px;
  flex-shrink: 0;
  width: 80px;
  height: 55px;
  border-radius: 50%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #091661;
  transition: all 0.4s ease;
}
.value-prop-card .prop-number {
  font-size: 1.75rem;
  font-weight: 200;
  color: #adb5bd;
  transition: color 0.4s ease;
  display:none;
}
.value-prop-card .prop-title {
margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
    transition: color 0.4s ease;
}

/* This section is updated to make content visible by default */
.value-prop-card .prop-content {
  opacity: 1; /* Content is now visible */
}

.icon-bg svg {
  width: 45px;
  height: 45px;
}

.platform-item .icon-wrapper img {
    width: 45px;
    height: 45px;
}

.integration-card img {
    width: 100%;
    height: 110px;
	object-fit:contain;
    margin-right: 0px;
}


.value-prop-card:not(.is-highlighted) .prop-content li:nth-child(1) {
  transition-delay: 0s;
}
.value-prop-card:not(.is-highlighted) .prop-content li:nth-child(2) {
  transition-delay: 0.1s;
}
.value-prop-card:not(.is-highlighted) .prop-content li:nth-child(3) {
  transition-delay: 0.2s;
}
.value-prop-card:not(.is-highlighted) .prop-content li:nth-child(4) {
  transition-delay: 0.3s;
}


.value-prop-card:not(.is-highlighted):hover .prop-content li:nth-child(1) {
  transition-delay: 0s;
}
.value-prop-card:not(.is-highlighted):hover .prop-content li:nth-child(2) {
  transition-delay: 0.1s;
}
.value-prop-card:not(.is-highlighted):hover .prop-content li:nth-child(3) {
  transition-delay: 0.2s;
}
.value-prop-card:not(.is-highlighted):hover .prop-content li:nth-child(4) {
  transition-delay: 0.3s;
}

.icon-bg > img + img {
  display: none;
}

.icon-bg > img {
  display: block;
  max-width: 80px;
}

.value-prop-card:hover .icon-bg > img + img {
  display: block;
}

/*
.value-prop-card:hover .icon-bg > img {
  display: none;
}*/



.feature-icon > img + img {
  display: block;
}
.feature-item.active .feature-icon > img {
  display: block;
}

.feature-item.active .feature-icon > img + img {
  display: none;
}

.value-prop-card .prop-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.value-prop-card .prop-content li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 0.6rem;
    color: #fff;
    font-weight: 200;
    font-size: 1rem;
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.value-prop-card .prop-content li::before {
  content: ">";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #fff;
}

/* Highlighted state for the middle card by default */
.value-prop-card.is-highlighted {
  background-color: #091661;
  border-color: #091661;
}
.value-prop-card.is-highlighted .prop-title,
.value-prop-card.is-highlighted .prop-number,
.value-prop-card.is-highlighted .prop-content li::before {
  color: #ffffff;
}
.value-prop-card.is-highlighted .prop-content li {
  color: #ced4da;
}
.value-prop-card.is-highlighted .icon-bg {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* Hover state for ANY card */
.value-prop-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.value-prop-card.in-view:hover::before {
  content: "";
  background: rgb(9 22 97 / 81%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: -1;
  border-radius:5px;
}

.bottom-row .platform-item{
	width:100%;
}
.central-agentic-platform.platform-item {
    width: 100%;
}


/* For non-highlighted cards, make them look highlighted on hover */


.value-prop-card:not(.is-highlighted):hover .prop-title,
.value-prop-card:not(.is-highlighted):hover .prop-number,
.value-prop-card:not(.is-highlighted):hover .prop-content li::before {
  color: #ffffff;
}
.value-prop-card:not(.is-highlighted):hover .prop-content li {
  color: #fff;
  transform: translateX(20px);
}

/* ---------------------------------- */
/* --- 5. INTEGRATIONS SECTION ---    */
/* ---------------------------------- */
.integrations-section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
}

.int-brd{
	
	    border: 1px solid #ddd;
    padding: 10px 10px;
}

.integration-card {
    display: flex;
    align-items: center;
    padding: 0.8rem 0.8rem;
    background-color: #fff;
    border: 1px solid #d0d9e6;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    cursor: pointer;
}

.integration-card:hover {
  border-color: #0a4d9a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.integration-icon {
  font-size: 2.5rem;
  color: #0a4d9a;
  margin-right: 1rem;
  min-width: 40px;
}

.integration-text .title {
  font-weight: 400;
  color: #707070;
  font-size: 0.9rem;
  display: block;
}

.integration-text .subtitle {
  font-size: 0.9em;
  color: #6c757d;
  display: block;
}

.orcana-advantage {
  background: url(../images/blue-bg.jpg);
  padding: 4rem 0;
  
    background-repeat: no-repeat;
    background-size: cover;
}
.orcana-advantage h2 {
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 3rem;
      margin-top: 10px;
}
.btn-advantage-orcana {
  background-color: #ebe9fe;
  color: #091661;
  border-radius: 20px;
  padding: 8px 30px;
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #f5f5f5;
}



/* Keep your existing styles for .orcana-advantage, h2, etc. */
/* Add the new styles below to your stylesheet. */

.comparison-container {
    background-color: transparent; /* Dark blue background from image */
    border: 1px solid #fff; /* Subtle border color */
    border-radius: 0px;
    color: #fff;
    margin-top: 0rem;
    
}

/* --- Table Header --- */
.comparison-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2a3c8a;
	    background: #fff;
}
.header-cell {
    flex: 1;
    padding: 1.25rem 1.5rem;
    text-align: center;
}
.header-cell.empty-cell {
    flex-basis: 25%; /* Matches the width of the category column */
    flex-grow: 0;
    flex-shrink: 0;
}
.header-cell h3 {
      font-size: 1.5rem;
    font-weight: 500;
    /* letter-spacing: 0.5px; */
    margin: 0;
    color: #091661;
    text-transform: uppercase;
}
.orcana-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo {
    height: 30px;
    width: auto;
}

/* --- Table Rows --- */
.comparison-row {
    display: flex;
}
.comparison-row {
    background: #ffffff14;
}
.comparison-row:not(:last-child) {
   /* border-bottom: 1px solid #2a3c8a;*/
}

.video {
	padding:2.5rem 0;
    background: #f7f8f9;
}
.video img{
	width: 80%;
    margin: 0 auto;
    display: block;
}
.social-media-links {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* --- Table Cells --- */
.category-cell {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.85rem;
    color: #fff; /* Light blue/lavender text color */
    text-transform: uppercase;
    letter-spacing: 0px;
}

.detail-cell {
    flex: 1;
    padding: 1.1rem;
    display: flex;
    align-items: flex-start; /* Aligns icon with the top of the text */
      border-left: 1px dashed #707070;
    border-left: 1.5px solid;
    border-image: repeating-linear-gradient(to bottom, #707070 0, #707070 4px, transparent 4px, transparent 8px) 1; */
   
}
.detail-cell .icon-wrapper {
    margin-right: 1.25rem;
}
.detail-cell .icon-wrapper i {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5; /* Helps align icon with the first line of text */
    min-width: 24px;
    text-align: center;
}
.detail-cell p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #f0f0f0;
    font-weight: 500;
}

.detail-cell .icon-wrapper img {
    width: 35px;
}
.terms-section{
  padding: 80px 0;
}


.main-content h3 {
  margin-bottom: 20px;
  color: #091661;
}
.main-content p {
  margin-bottom: 20px;
}
.main-content ul li {
  margin-bottom: 25px !important;
}
.main-content h5 {
  margin-bottom: 20px;
}

 .new-t{
      width: 1120px;
      max-width: 1120px;
      margin: 0 auto;
    }

    .new-t-wrap{
      width: 100%;
      overflow: auto;
    }


/* --- Responsive Styles for Tablet and Mobile --- */
@media (max-width: 991px) {
    .header-cell.empty-cell,
    /* .category-cell {
       
        display: none; 
    } */
    /* .detail-cell {
        border-left: none;
		padding:1rem;
    }
    .comparison-header {
        border-bottom: 2px solid #2a3c8a;
    }
    .header-cell {
        text-align: left;
        padding-left: 1.5rem;
    } */
    .orcana-header {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    /* .comparison-header,
    .comparison-row {
        flex-direction: column;
    } */

   
.orcana-advantage .comparison-container {
  width: 1120px;
}
.orcana-advantage .header-cell.empty-cell {
  border: 0;
}
.orcana-advantage .col-md-12 {
  width: 100%;
  overflow: auto;
}
.bottom-row .col {
    flex: 0 0 33.3%;
}

.orcana-advantage h2 {
 
    font-size: 1.5rem;
}

.header-cell h3 {
    font-size: 1.2rem;
}

.header-logo {
    height: 25px;
   
}

 .category-cell {
        display: block;
		padding-bottom:0.8rem;
    }
	
	.detail-cell p {
   
    font-size: 0.80rem;
    line-height: normal;
   
}

    .header-cell {
        width: 100%;
        flex-basis: auto;
        background-color: #fff;
    }
    
    .header-cell:not(:last-child) {
        border-bottom: 1px solid #2a3c8a;
    }

    .detail-cell {
        width: 100%;
        flex-basis: auto;
    }

    /* Add a divider between the two detail cells when they stack */
    .detail-cell:first-of-type {
        border-bottom: 1px solid #2a3c8a;
    }

    /* Add category titles back above each mobile row */
    .comparison-row::before {
        content: attr(data-category); /* Reads title from data-category attribute in HTML */
        display: none;
        padding: 0.1rem .5rem;
        background-color: #0c1f6d;
        color: #a9b7e4;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Add data attributes to the HTML rows for this to work */
    /* e.g., <div class="comparison-row" data-category="Conversational Ability"> */

    .video img {
  width: 100%;
}
.main-title {
    font-size: 18px !important;
  }
}



.value-prop-section h2 {
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 3rem;
  margin-top:10px;
}

/* ---------------------------------- */
/* --- 4C. VIDEO SECTION ---          */
/* ---------------------------------- */
.video-section {
  padding: 4rem 0;
  background: url(../images/blue-bg.jpg);
  background-size: cover;
}
.video-section h2 {
  font-weight: 600;
  color: #091661;
}
.video-section p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.video-thumbnail-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.video-thumbnail-wrapper img {
  width: 100%;
  display: block;
}
.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #091661;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.video-thumbnail-wrapper:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-modal .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal iframe {
  width: 100%;
  height: 500px;
  border: none;
}

/* -------------------- */
/* --- 6. FOOTER ---    */
/* -------------------- */
.site-footer {
  background-color: #FCFBFC;
  padding: 4rem 0 0;
  color: #383838;
  font-size: 0.95rem;
}
.footer-logo {
  width: 180px;
}
.footer-mission {
  color: #383838;
  line-height: 1.6;
}
.footer-heading {
  font-weight: 500;
  color: #4283f1; /* Blue color from the image */
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.quick-links-wrapper a {
  text-decoration: none;

  color: #0d306e;
  transition: color 0.3s ease;
}
.quick-links-wrapper a:hover,
.policy-links a:hover {
  color: #4283f1;
}
.quick-links-wrapper span,
.policy-links span {
  margin: 0 0.8rem;
  color: #d3d3d3;
}
.footer-contact li {
  list-style: none;
  color: #383838;
  display: flex;
  align-items: center;
}
.footer-contact i {
  margin-right: 0.75rem;
  font-size: 1rem;
  color: #383838;
}
.footer-divider {
  margin: 2rem 0;
  border-top: 1px solid #d3d3d3;
}
.footer-bottom-bar {
  padding-bottom: 2rem;
}
.copyright-text {
  margin: 0;
  font-size: 0.9rem;
  color: #0d306e;
  font-weight: 400;
}

.policy-links a {
  font-size: 0.9rem;
  color: #0d306e;
  text-decoration: none;
  font-weight: 400;
}

/* --- CORRECTED STICKY NAVBAR STYLES --- */
.navbar.navbar-scrolled {
  background-color: #ffffff !important; /* Override bg-transparent */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding-top: 0rem;
  padding-bottom: 0rem;
  
}

.navbar.navbar-scrolled .nvbd {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

/* Ensure mobile menu icon is dark on white background */
.navbar.navbar-scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-animate] {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-animate="fade-up"] {
  transform: translateY(40px);
}
[data-animate="fade-right"] {
  transform: translateX(-40px);
}
[data-animate="fade-left"] {
  transform: translateX(40px);
}
[data-animate].in-view {
  opacity: 1;
  transform: none;
}


.offerings-tabs {
    position: relative; /* This is crucial for positioning the glider */
}

.glider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0; /* Will be set by JavaScript */
    background-color: #0B295F; /* This is the active tab background color */
    z-index: 1; /* Places it behind the tab text */
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); /* This creates the smooth animation */
}

.offering-tab {
    position: relative;
    z-index: 2; /* Ensures tab text is on top of the glider */
    background-color: transparent !important; /* Makes tabs see-through */
}


/* MODIFY THIS EXISTING RULE */
.offering-tab.active {
    /* background-color: #0B295F;  <-- DELETE THIS LINE */
    color: #ffffff;
    
}


/* ------------------------- */
/* --- ABOUT US PAGE --- */
/* ------------------------- */

/* REFINED GRADIENT BACKGROUNDS */
.about-hero{
    background: url(../images/about/About-bg.png);
	background-size:cover;
}

.resource-bg{
	   background: url(../images/resource/resource-bg.png);
	background-size:cover;
}

.founder-section{
    background: url(../images/blue-bg.jpg);
	background-size:cover;
}

.join-us-section {
    background: url(../images/about/Join-us-bg.png);
	background-size:cover;
}

.principles-section {
    background: url(../images/blue-bg.jpg);
	background-size:cover;
}

.get-started-section {
     background: url(../images/gry-bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}


.principles-section h5, .principles-section p{
	color:#fff;
}


.about-hero {
  background-size: cover;
  height: 70vh;
}

.solution-hero {
    background-size: cover !important;
    height: 70vh;
    background: url(../images/solution/solution-bg.png);
    background-position: center;
}



.about-hero::after {
  background-color: rgb(9 22 97 / 45%); /* Reduced opacity for better gradient visibility */
}

/* ENSURING BUTTONS ARE VISIBLE (Copied from original styles for safety) */
.btn-highlights {
  background-color: #EBE9FE;
  color: #091661;
  border: none;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.hero-content .btn-demo, .join-us-section .btn-demo {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 300;
  background-color: rgb(9 22 97 / 50%);
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  font-size: 1.4rem;
}
.hero-content .btn-demo:hover, .join-us-section .btn-demo:hover {
  background-color: #ffffff;
  color: #04091e;
}
.navbar .btn-schedule, .get-started-form .btn-schedule {
  background-color: #091661;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  font-weight: normal;
  transition: background-color 0.3s ease;
  margin-left:15px;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4em;
    vertical-align: 2px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar .btn-schedule:hover, .get-started-form .btn-schedule:hover {
  background-color: #5150a2;
}

/* Impact Section */
.impact-section {
  padding: 5rem 0;
}
.impact-image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.impact-image-wrapper .mission-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.mission-overlay h4 {
  margin: 0;
  color: #091661;
  font-weight: 600;
}

.btn-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}




/* -------------------------------- */
/* --- FOUNDER SECTION (REVISED) --- */
/* -------------------------------- */

.founder-section {
    padding: 5rem 0;
   
}

.section-tag-light {
    display: inline-block;
    background-color: #EBE9FE;
    color: #091661;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.9rem;
}

.founder-bio-box {
    background: url(../images/about/bg-service50.png);
	background-size:cover;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    padding: 2.5rem;
    color: #ffffff;
    height: 100%;
	position:relative;
	z-index:1;
}



.founder-bio-box:before {
    position: absolute;
    content: "";
    width: 45%;
    background: #0F4B9B;
    height: 8px;
    top: 0px;
    left: 0px;
}

.founder-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.title-accent-line {
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #0f4b9b; /* A vibrant accent color from the design */
    border-radius: 2px;
}

.founder-title-wrapper p {
    margin: 0;
    font-weight: 200;
    color: #e9ecef;
}

.founder-name {
     font-weight: 300;
    font-size: 1.4rem;
}

.linkdin {
    width: 25px;
    height: 25px;
    position: relative;
    top: -4px;
}

.founer-name {
    display: flex;
    align-items: center;
    gap: 20px;
	margin: 20px 0px;
}

.founder-role {
font-weight: 300;
    font-size: 0.9rem;
    color: #fff;
    /* margin-bottom: 2rem; */
    display: flex;
    align-items: center;
   gap: 10px;
   position:relative;
   letter-spacing: 1.25px;
}

.founder-role:before {
    position: absolute;
    content: "";
    left: -9px;
    width: 1px;
    height: 28px;
    background: #E4E4E4;
    opacity: 0.6;
}

.founder-role a {
    color: #ffffff;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.founder-role a:hover {
    color: #00ff84;
}

.founder-bio-list {
    list-style: none;
    padding-left: 0;
}

.founder-bio-list li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #E6E6E6;
    font-weight: 300;
    padding-right: 100px;
}

.founder-gap{
	    margin-left: -100px;
    z-index: 1;
}

.no-sticky{
	position:static;
	height:auto;
}


.no-sticky .highlights-section{
	position:static;
	height:auto;
}

.founder-bio-list li strong {
    color: #4dabf7; /* Blue color for highlighted words */
    font-weight: 500;
}

.founder-img {
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .founder-bio-box {
        margin-bottom: 2rem;
		        padding: 1.5rem;
    }
	
.cc-wrap .comparison-container {

  width: 1000px;
}
.cc-wrap {
  overflow: auto;
}
	
}

/* Incubated Section */
.incubated-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
  color: #091661;
}
.incubated-section h2 {
  font-weight: 600;
}
.incubated-section .lead {
  max-width: 700px;
  margin: 0rem auto 3rem;
  color: #000;
  font-weight:300;
}
.key-features .feature-box {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    text-align: left;
    gap: 0.5rem;
    height: 100%;
}

.incubated-section p{
	font-weight:300;
	color:#000;
	padding-top:30px;
}

.key-features .feature-box img {
    height: 35px;
    border-radius: 50%;
}
.key-features .feature-box span {
    font-weight: 500;
    font-size: 1rem;
    color: #003C8E;
	text-transform:uppercase;
}

.key-features {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0px;
	    justify-content: space-between;
}

.key-features .col-6 {
    display: flex;
    width: auto;
    justify-content: center;
}


/* Principles Section - UPDATED BEHAVIOR */
.principles-section {
    padding: 5rem 0;
}
.principle-card {
    background-color: #12122B;
    border: 1px solid #3C3C77;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    transition: all 0.4s ease; /* Smoother transition */
    height: 100%;
	cursor:default;
}
.principle-card img {
    height: 50px;
   
    border-radius: 50%;
    transition: filter 0.4s ease; /* Smooth icon transition */
}

.principle-card:hover .icon-box {
    background: #4d87cf 0% 0% no-repeat padding-box;
    color: #fff;
    opacity: 1;
}

.principle-card:hover a{
	opacity:1;
}

.principle-card h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    transition: color 0.4s ease;
}
.principle-card p {
    color: #fff;
    line-height: 1.7;
    font-size: 0.95rem;
    transition: color 0.4s ease;
	font-weight: 200;
	min-height:105px;
}

.icon-box{
    width: 80px;
    height: 80px;
    background: #252540 0% 0% no-repeat padding-box;
     opacity: 0.69; 
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}


.blog-bg-post {
    background: url(../images/blog-post/blog-bg.png);
    background-size: cover;
}




.principle-card a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
    display: inline-block;
    transition: color 0.4s ease;
	opacity:0.2;
}
/* This is the new hover effect for ALL cards */
.principle-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    background: transparent linear-gradient(135deg, #2281FE 0%, #004CA9 100%) 0% 0% no-repeat padding-box;
    border-color: #3C3C77;
}
/* Change text and icon colors on hover for readability */
.principle-card:hover h3,
.principle-card:hover p,
.principle-card:hover a {
    color: #ffffff;
}
.principle-card:hover img {
    filter: brightness(0) invert(1); /* This turns the dark icon white */
}

.principle-card .icon{
    width: 80px;	
    height: 80px;
    background: #252540 0% 0% no-repeat padding-box;
    opacity: 0.69;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 25px;
}

.principles-section .btn {
    background: #EBE9FE;
    color: #091661;
}
.principle-card:hover .icon{

background: #4d87cf 0% 0% no-repeat padding-box;
color:#fff;
   opacity: 1;
}
/* -------------------------------- */
/* --- EMPOWER SECTION (REVISED) --- */
/* -------------------------------- */
.empower-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.empower-section .sub-title {
    max-width: 600px;
    margin: 1rem auto 0;
    color: #495057;
}

.btn-hide {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    border-radius: 0px;
    background: #fff;
    margin-top: -48px;
    position: relative;
    z-index: 1;
}


.empower-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 400px; /* Fixed height for uniformity */
    color: #ffffff;
}

.empower-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-out;
}

.empower-card:hover .empower-bg-img {
    transform: scale(1.05); /* Subtle zoom effect on hover */
}

.empower-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, transparent 60%);
    transition: background 0.4s ease-out;
}

.empower-card:hover .empower-content {
       background: rgb(9 22 97 / 85%);
}

.empower-title {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 1.2rem;
	  position: relative;
}

.empower-title:before {
    content: "";
    width: 20px;
    background: #ddd;
    height: 2px;
    display: inline-flex;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}

.empower-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    letter-spacing: 1.4px;
    color: #FFFFFF;
}

.empower-description {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(15px);
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
}

.empower-description p {
    font-size: 0.9rem;
    line-height:1.8;
    margin: 0;
    letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight:300;
	
}

.empower-card:hover .empower-description {
    max-height: 150px; /* Allow space for description to expand */
    opacity: 1;
    transform: translateY(0);
}

/* Join Us CTA */
.join-us-section {
    padding: 5rem 0;
    color: #fff;
}
.join-us-section h2 {
    font-weight: 600;
    font-size: 2.5rem;
}
.join-us-section p {
    max-width: 800px;
    margin: 1rem auto 2rem;
    font-size: 1.1rem;
    font-weight: 300;
}
.impact-section h3{
	color:#091661;
	letter-spacing: 0px;
color: #091661;
font-weight:200;

}

.impact-section h2{
letter-spacing: 0px;
color: #091661;
text-transform: uppercase;
font-weight:500;
margin-bottom:15px;
}

.impact-section p{
font-weight:400;
letter-spacing: 0px;
color: #091661;
opacity: 1;
}

/* Get Started Form */
.get-started-section {
    padding: 5rem 0;
}
.get-started-form {
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.get-started-form h2 {
    color: #091661;
    font-weight: 600;
    margin-bottom: 2rem;
}
.get-started-form .form-label {
    font-weight: 300;
    color: #383838;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #091661;
}

.get-started-form .form-control {
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
}
.get-started-form .form-control:focus {
    border-color: #5150a2;
    box-shadow: 0 0 0 0.25rem rgba(81, 80, 162, 0.25);
}


   .podcast-section-new {
            background-color: #f8f9fa; /* Light background as in the image */
            padding: 80px 0; /* Adjust padding as needed */
        }

        .podcast-section-new .section-title {
            font-size: 2.5rem;
            font-weight: 200;
            color: #091661;
            margin-bottom: 40px;
            text-align: center;
        }

        .podcast-section-new .section-title strong {
            color: #091661; /* Blue color for the name, adjust as needed */
			 font-weight: 600;
        }
	
 .podcast-section-new .ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
	
	
	
        .dark-section {
            background: url(../images/blue-bg.jpg);
		background-size: cover;
            color: #fff;
            padding: 80px 0;
            position: relative;
            overflow: hidden; /* Ensure carousel items don't overflow */
        }
		
		      .linkdinposts {
            background: #fff;
		background-size: cover;
            color: #fff;
            padding: 80px 0;
            position: relative;
			padding-bottom: 50px;
            overflow: hidden; /* Ensure carousel items don't overflow */
        }
		
		.linkdinposts .section-header {
    text-align: center;
    margin-bottom: 10px;
}
		
		.linkdinposts .section-header .btn-secondary {
    background-color: #091661;
    border: 1px solid #091661;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
    font-weight: 300;
   
    font-size: 0.9rem;
    margin-bottom: 30px;
}

        .dark-section .container-fluid {
            padding-left: 50px; /* Adjust as needed for alignment with the design */
            padding-right: 50px;
        }

        .dark-section .section-header {
            text-align: center;
            margin-bottom: 10px;
        }

        .dark-section .section-header .btn-secondary {
               background-color: #EBE9FE;
    border: 1px solid #EBE9FE;
    color: #091661;
            padding: 10px 50px;
            border-radius: 25px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 0.9rem;
            margin-bottom: 30px;
        }

        .dark-section .nav-tabs {
            border-bottom: none; /* Remove default bootstrap tab border */
            justify-content: center;
            margin-bottom: 40px;
        }

        .dark-section .nav-tabs .nav-link {
            border: none;
            background-color: transparent;
            color: rgba(255, 255, 255, 0.6); /* Lighter text for inactive tabs */
            font-size: 1.1rem;
            font-weight: 400;
            padding: 10px 20px;
            position: relative;
            transition: color 0.3s ease;
        }

        .dark-section .nav-tabs .nav-link.active {
            color: #fff; /* White text for active tab */
            background-color: transparent;
        }

        .dark-section .nav-tabs .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -5px; /* Position underline */
            left: 50%;
            transform: translateX(-50%);
            width: 70%; /* Width of the blue underline */
            height: 3px;
            background-color: #007bff; /* Blue underline color */
            border-radius: 2px;
        }

        .dark-section .nav-tabs .nav-link:hover:not(.active) {
            color: rgba(255, 255, 255, 0.8);
        }

        .dark-section h3.category-title {
            font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
        }

        /* Carousel Item Styling */
        .dark-section .owl-carousel .item {
            background:none ; /* Darker background for each card */
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            height: 100%; /* Ensure all items have consistent height */
            margin: 0 0px; /* Space between carousel items */
        }
		
		a[href*="elfsight.com"] {
    display: none !important;
}

        .dark-section .owl-carousel .item img {
            width: 100%;
            height: 240px; /* Fixed height for image */
            object-fit: cover;
            border-bottom: 1px solid rgba(255,255,255,0.1); /* Subtle separator */
        }

        .dark-section .owl-carousel .item .card-content {
            padding: 15px 0px;
            flex-grow: 1; /* Allows content to expand and align */
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Pushes date to top, title to bottom */
        }

        .dark-section .owl-carousel .item .card-date {
            font-size: 0.85rem;
            color: #A8A8A8;
            margin-bottom: 10px;
        }

        .dark-section .owl-carousel .item .card-title {
            font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
        }

        /* Custom Owl Carousel Navigation Arrows */
        .dark-section .owl-nav {
         position: absolute;
    top: -80px;
    right: 0px;
    width: auto;
    margin: 0;
    display: flex;
    gap: 0px;
        }
		
		
		
		
        @media (max-width: 768px) {
            .dark-section .owl-nav {
                      top: -75px;
                    right: 0px;
            }
			
			.founder-name {
    font-size: 1rem;
}

.founder-role {
    font-size: 0.7rem;
}



        }



.dark-section .owl-carousel .item a{
	text-decoration:none;
}

        .dark-section .owl-nav button.owl-prev,
        .dark-section .owl-nav button.owl-next {
          background: #2a2e5d !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
        }

        .dark-section .owl-nav button.owl-prev:hover,
        .dark-section .owl-nav button.owl-next:hover {
            background-color: #007bff !important; /* Blue on hover */
        }
        
        /* Hide default Owl Carousel prev/next text and use icons */
        .dark-section .owl-nav button.owl-prev span,
        .dark-section .owl-nav button.owl-next span {
            display: none; /* Hide default text */
        }

        /* Add Bootstrap Icons to Owl Carousel nav buttons */
        .dark-section .owl-nav button.owl-prev::before {
            font-family: "bootstrap-icons";
            content: "\F284"; /* bi-chevron-left */
            display: block;
        }
        .dark-section .owl-nav button.owl-next::before {
            font-family: "bootstrap-icons";
            content: "\F285"; /* bi-chevron-right */
            display: block;
        }

        .dark-section .owl-dots {
            text-align: center;
            margin-top: 30px;
        }
        .dark-section .owl-dots .owl-dot span {
            background: rgba(255, 255, 255, 0.3) !important;
            width: 10px !important;
            height: 10px !important;
            margin: 0 5px !important;
        }
        .dark-section .owl-dots .owl-dot.active span {
            background: #007bff !important;
        }



.use-case-section{
  background-color: #f9f9f9;
}
/* Responsive adjustments for about page */
@media (max-width: 767px) {
    .about-hero {
        height: 50vh;
    }
    .impact-section, .founder-section, .incubated-section, .principles-section, .empower-section, .join-us-section, .get-started-section {
        padding: 3rem 0;
    }
    .founder-quote {
        margin-bottom: 2rem;
    }
    .key-features .feature-box {
        margin-bottom: 2rem;
    }
    .get-started-form {
        padding: 2rem;
    }
}

@media (min-width: 1400px) {
  /* .navbar-expand-lg .navbar-collapse {
    gap: 30px;
  } */
  .hero-content h1 {
    font-size: 4.4rem;
    max-width: 1300px;
  }
  .hero-content p {
    max-width: 900px;
    font-size: 1.5rem;
  }

  .nav-link {
    font-size: 1.2rem;
  }
  .navbar .btn-schedule {
    font-size: 1.2rem;
  }

  .btn-highlights {
    font-size: 1.15rem;
  }

  .highlights-section .sub-heading {
    font-size: 1.4rem;
  }

  .highlights-section .main-heading {
    font-size: 2.5rem;
  }
  .highlights-section .description {
    font-size: 1.15rem;
  }
  .feature-card p {
    font-size: 1rem;
  }

  .feature-card h5 {
    font-size: 1.3rem;
  }

  .offerings-tabs {
    max-width: 100%;
  }

  .offering-tab {
    font-size: 1.2rem;
  }

  .offerings-section .btn-offerings {
    font-size: 1.1rem;
  }

  .content {
    max-width: 300px;
  }

  .offering-image-wrapper img {
    height: 346px;
  }

  .offering-details h3 {
    font-size: 2rem;
  }

  .offering-details h3 .icon {
    width: 50px;
    height: 50px;
  }

  .btn-why-orcana {
    font-size: 1.1rem;
    padding: 8px 40px;
  }
  .platform-section .sub-title {
    font-size: 1.15rem;
  }

  .platform-section .main-title {
    font-size: 2.2rem;
  }
  .value-prop-section h2 {
    font-size: 2.2rem;
  }
}



@media (max-width:767px){
	
	.hero-section {
    position: relative;
    height: auto;
     }  

.navbar {
    position: relative;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	       
}
.nvbd {
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0px 10px;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler{
	
	background: none;
    padding: 0px;
}


.hero-content h1 {
    font-size: 1.4rem;
}


.podcast-section-new .section-title {
    font-size: 1.5rem;
   
}


.hero-content {
    padding: 40px 10px;
}


.feature-icon img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-size: 1rem;
}

.feature-card p {
    font-size: 0.75rem;
}

/* .feature-card .card-body {
    display: block;
    padding: 1rem;
} */


/* .agents-row {
    flex-wrap: wrap;
	        padding-bottom:0px;
} */

.offerings-tabs {
    flex-wrap: wrap;
    flex-direction: column;
}

.platform-d-wrap {
  width: 100%;
  overflow: auto;
}

.platform-diagram,.platform-content {
    width:1120px;
    max-width: 1120px;
}

.offerings-section {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
	        padding-top: 40px;
}


.offerings-container {
    position: relative;
    height: auto;
}

/* .agents-row .platform-item:nth-child(even) {
    margin-bottom: 0px;
} */

/* .platform-item .icon-wrapper::before, .platform-item .icon-wrapper::after{

display:none

} */

/* .platform-item .icon-wrapper{
	margin-bottom: 20px;
	margin-top: 0px;
	border:none;
} */

.row.agents-layer .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
 .row.agents-layer .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

[data-animate="fade-up"] {
  transform: translateY(0px);
}
[data-animate="fade-right"] {
  transform: translateX(0px);
}
[data-animate="fade-left"] {
  transform: translateX(0px);
}

.int-brd {
    padding: 10px 10px;
	        padding-bottom: 5px;
}

.container.int-brd .row>* {
    margin-top: 0px;
    margin-bottom: 8px;
	        padding-left: 6px;
        padding-right: 6px;
}

.integration-card {
    flex-direction: column;
    text-align: center;
	    padding: 0.5rem 0.5rem;
}

.integration-card img {
width: 100%;
    height: 60px;
    margin-right: 0px;
    object-fit: contain;
}


.value-prop-section h2 {
   
    font-size: 1.3rem;
 
}

.platform-section .main-title {
  font-size: 1.3rem;
}

.offering-details h3 {
    font-size: 1.3rem;

}

.offerings-section h2 {
     font-size: 1.3rem;
}

.highlights-section .main-heading {
  
    font-size: 1.3rem;
}

.platform-item .icon-wrapper:last-child {
    margin-bottom: 0px;
}

.value-prop-card {
    padding: 1.5rem;
}

.value-prop-card .prop-title {
 
    font-size: 1.2rem;
}
.policy-links a{
	font-size:0.8rem;
	
}

.copyright-text {
    font-size: 0.8rem;
}

.feature-item{
	filter:none;
}

.feature-number{
	margin-right:1rem;
}

.highlights-section{
	height:auto;

} 

/* .highlights-container {
    position: relative;
    height: auto;
} */




}


@media (max-width: 767px) {
	.btn-wrap{
  flex-direction: column;
}
	/* .feature-card {
   
   background-color: #fff;
   
    opacity: 1;
    filter: blur(0px);
} */

	
.about-us-border:before{
	display:none;
}

.about-page .hero-content h1 strong {
    display: inline-block;
}

  /* .platform-diagram .platform-item,
  .platform-diagram .central-agentic-platform {
    opacity: 1;
    transform: none;
    visibility: visible;
  } */
  
  
  .nav-link {
    padding: 0.7rem 2rem;
}

.navbar .navbar-nav .nav-item .nav-link.active::after{
	display:none;
}

.founder-bio-list li {
   
    font-size: 0.85rem;
    line-height: 2.2;
   
    padding-right: 0px;
}

.founder-gap {
    margin-left: 0px;

}

    .founder-bio-box {
        margin-bottom: 0rem;
		     
    }
	


.incubated-section .lead {
    max-width: 100%;
   
    font-size: 1rem;
}

.principle-card {
   
    padding: 1.5rem;
 
}

.principle-card p{
	min-height:auto;
}


.empower-card {
    height: 250px;
}


.join-us-section p {
    max-width: 100%;
 
    font-size: 0.9rem;

    line-height: 1.6;
}

.linkdinposts {
    padding-bottom: 0px;
}




}



/*
  Desktop Hover Dropdowns
  - This rule applies only to screens 992px wide or larger (the 'lg' breakpoint).
*/
@media (min-width: 992px) {
.dropdown-menu.dropdown-menu-dark {
    /* Set the initial "hidden" state for the animation */
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
	min-width:200px;
  }

  /* This is the "visible" state when hovering on desktop */
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  
}


.for-mob {
  display: none;
}
@media (max-width:667px){
  .video {
  padding: 1rem 0;
}
.platform-item {
  opacity: 1;
  transform: translateY(0);
}
.agents-row .platform-item:nth-child(2n+1) .icon-wrapper::before {
  top: calc(100% + 5.5rem - 5px);
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.agents-row .platform-item:nth-child(2n+1) .icon-wrapper::after {
  height: 5.5rem;
}
.agents-row .platform-item:nth-child(2n) .icon-wrapper::after {
  height: 10.5rem;
}

.orcana-advantage {
  padding: 2rem 0;
}
.orcana-advantage .col-md-12 {
  margin: 0;
}
.site-footer {
  padding: 1rem 0;
}
.video-section {
  padding: 1rem 0 2rem 0;
}
.platform-section {
  padding: 1rem 0;
}

.anal-title.in-view {
  font-size: 18px;
}
.artchitecture {
  padding: 1rem 0;
}
.container-fluid.text-center.tree-bg h1 {
  font-size: 18px;
}

.anal-title {
  font-size: 18px !important;
}
.analytics-container {
  padding: 1rem 0;
}
.header-chip {
  margin-bottom: 0;
}
.for-mob {
  display: block;
}
.intent-framework-container h2 {
  display: none;
}

.analytics-container {
  padding: 1rem 0 2rem;
}
.tree-bg {
  padding: 1rem 0 !important;
}
.value-prop-section {
  padding: 1rem 0;
}
}

#mob-platform-top-layer {
  display: none;
}
@media (max-width:601px){
/* 
    .hero-content h1 {
    font-size: 17px;
  } */

   .hero-content h1 strong{
    font-size: 22px;
  }
  /* .hero-content p br{
    display: none;
  } */
  .hero-content p{
    font-size: 13px;
    font-weight: 500;
  }

  .hero-content .btn-demo{
  padding: 0.75rem 1rem;
  font-size: 13px;
}
 .btn-wrap {
    flex-direction: row;
  }
  .btn-why-orcana{
    font-size: 13px;
    padding: 8px 20px;
  }
   .main-title {
    font-size: 13px !important;
  }

.highlights-container {
  text-align: center;
}
.btn-highlights {
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
    padding: 8px 20px;
}


.feature-item {
  position: unset;
}
.feature-number {
  position: absolute;
  top: 0;
}
.feature-item:nth-child(3) .feature-number {
  left: 0;
}

.feature-item:nth-child(5) .feature-number {
  right: 0;
}

.feature-item:nth-child(4) .feature-number {
  right: 50%;
  transform: translateX(50%);
}

.feature-list-wrapper {
  padding-top: 70px;
  margin-top: 20px;
}
.timeline-track {
  width: 100%;
  height: 2px;
  left: -8px;
}
.timeline-progress {
  left: -8px;
}

.card.feature-card {
  text-align: left;
}
.feature-card h5 {
  font-size: 20px;
}
.feature-card p {
  font-size: 13px;
}
.feature-card .card-body {
  align-items: flex-start;
}
.feature-item.active .feature-card {
  transform: none;
}
.feature-item:not(:last-child) {
  margin-bottom: 20px;
}
/* .main-title br{
  display: none;
} */


.row.agents-layer {
  display: none;
}
.integrations-section.bottom-row {
  display: none;
}
.platform-diagram {
  width: 100%;
}
.platform-d-wrap {
  overflow: hidden;
}
.agents-row {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.platform-item {
  background: #091661;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
    border-radius: 8px;
    padding:  10px 20px;
    text-align: left;
}

.platform-item::before{
  content: "\F285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #2C3FAC;
    position: absolute;
    right: 20px;
}
.platform-item .icon-wrapper::before {
  display: none;
}
.platform-item .icon-wrapper::after {
  display: none;
}
.platform-item .icon-wrapper {
  box-shadow: none !important;
  border: 0 !important;
  margin: 0 !important;
}
.platform-item strong {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px !important;
  margin-right: 36px;
}
.agents-row .platform-item:nth-child(2n) {
  margin-bottom: 0;
}
.platform-section {
  padding: 2.5rem 1rem;
}


.comparison-row.comparison-header-clone div {
  opacity: 1;
}
.use-cases.comparison-mobile-active .comparison-row:first-child {
  display: none;
}
.use-cases.comparison-mobile-active .bottom-bg{
  font-weight: 600;
  position: unset;
  transform: none;
  width: 100%;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  color: #091661;
}
.new-t .comparison-row:nth-child(2n) {
  background: #fff !important;
  margin: 0;
}

.use-cases.comparison-mobile-active .comparison-header-clone .category-cell{
  display: none;
}

.new-t .comparison-row.comparison-header-clone .detail-cell p {
  color: #000;
  display: none;
}
.new-t.mt-4 {
  width: 100%;
}
.new-t .category-cell, .new-t .detail-cell {
  border: 0;
  width: 100%;
  text-align: center;
}
.new-t .comparison-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
  
}
.comparison-row.comparison-header-clone {
  flex-direction: row;
}
.detail-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #091661;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
    
}

.mt-q .detail-wrap{
  margin-top: -40px;
}

.new-t .comparison-row .detail-cell p{
  margin: 0 !important;
}
.new-t .comparison-row i.bi.bi-question-lg{
  font-size: 30px !important;
}
.new-t .comparison-row .category-cell {
  position: absolute;
  top: -117px;
    background: #091661;
    padding: 10px 10px 10px;
    border-radius: 10px 10px 0 0;
}
 .new-t .comparison-row.comparison-header-clone .detail-cell{
  background: #fff !important;
  min-height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

 .platform-section .container {
  padding: 0;
}
.new-t .comparison-container {
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.new-t-wrap {
  width: 100%;
  overflow: unset;
}
 .orcana-advantage .col-md-12 {
    width: 100%;
    overflow: unset;
  }
  .orcana-advantage .comparison-container {
    width: 100%;
    border: 0;
  }

.comparison-header {
  display: none;
}
.comparison-header.comparison-header-clone {
  display: flex;
}
.advantage-mobile-active .comparison-row {
  flex-direction: column;
  border: 0.5px solid #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
.advantage-mobile-active .comparison-row .header-cell.empty-cell {
  display: none;
}

.advantage-mobile-active .category-cell{
  text-align: center;
  padding: 10px;
  font-weight: 600;
font-size: 13px;
}
.advantage-mobile-active .comparison-row .header-cell h3 {
  font-size: 13px;
}
.advantage-mobile-active .comparison-row .header-cell {
  padding: 10px;
  border: 0 !important;
}
.advantage-mobile-active .comparison-row .detail-cell {
  border: 0;
  flex-direction: column;
  gap: 10px;
}
.advantage-mobile-active .comparison-row.comparison-header-clone .detail-cell p {
  font-size: 14px;
}

.btn-advantage-orcana {
  font-size: 15px;
}
.video-section {
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
}
  .platform-diagram, .platform-content {
    width: 100%;
    max-width: 100%;
  }

.platform-d-wrap {
  display: none !important;
}

#mob-platform-top-layer {
  display: block;
}
.new-t .comparison-row:last-child{
  margin-bottom: 0;
}
.hero-content h1 {
  font-weight: 500;
  text-transform: uppercase;
}
.btn-why-orcana {
  margin-bottom: 10px;
}
.btn-highlights{
    margin-bottom: 10px;
}
.highlights-section{
  padding-top: 1rem !important;
}
.highlights-section .sub-heading {
  margin-bottom: 6px;
  font-size:20px;
  text-transform: uppercase;
  font-weight: 600;
}
.mpi-head strong {
  font-weight: 500;
}
.platform-section .main-title {

  margin-bottom: 1rem;
}
.use-case-section .main-title 
{
  margin-bottom: 2rem;
}
.use-case-section .main-title br
{
  display: none;
}
  .detail-cell p {
    font-size: 12px;
  }
.solution-hero .btn-offerings{
  font-weight: 500;
}

 .offerings-section h2 {
    font-size: 20px;
  }
.offering-tab{
  font-size: 20px;
}

.resource-bg .hero-content h1{
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.resource-bg .btn-offerings {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.podcast-section-new {
  padding: 2rem 0;
}
}

.item h4{
  text-align: left !important;
}