/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
    --themecolor: #cb8b53;
    /* formally fE9603 */
    --basefontsize: 16px;
    --fontfamily: 'Biryani', sans-serif;
    --menufontsize: 15px;
    --osiris-orange: #ffc107;
    --risk-red: #dc3545;
    --ink: #0b0f19;

    --osiris-blue: #2c5282;
}

/* Clients
-----------------------------------------------------------------*/
#AI-clients .AI-item img {
    height: 40px;
}

/* References
-----------------------------------------------------------------*/
#references #reference-list .reference-item i {
    font-size: 2.5rem;
    color: var(--themecolor);
}


/* Menu
-----------------------------------------------------------------*/
.menu-link {
    text-transform: none;
    letter-spacing: 0;
    font-size: var(--menufontsize);
    font-weight: 600;
}

/* Slider elements
-----------------------------------------------------------------*/

.slider-element .image_fade .icon-play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    padding-left: 4px;
    margin-top: -20px;
    margin-left: -20px;
}

.rotate-text {
    position: absolute;
    left: 40px;
    top: 50%;
    letter-spacing: 3px;
    color: #DDD !important;
    font-weight: 400;
    font-size: 11px;
    writing-mode: vertical-rl;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    white-space: nowrap;
    cursor: pointer;
    z-index: 5;
    text-transform: uppercase;
}

.rotate-text:before {
    padding-bottom: 7px;
    content: '\2190';
    display: inline-block;
}

.mobile-video .icon-play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    padding-left: 4px;
    margin-top: -20px;
    margin-left: -20px;
}

/*floating video code */
@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.vid iframe {
    max-width: 100%;
    max-height: 100%;
}

.vid.stuck {
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 520px;
    height: 290px;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
    z-index: 9;
}

#vid-close-btn {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 1.1em;
    display: none;
}

.vid {
    display: none;
}

/*how it works section */
#section-how-does-it-work {
    max-width: 700px;
    font-size: 40px;
}

@media (max-width:380px) {
    #section-how-does-it-work {
        font-size: 35px;
    }
}

#consultancy-hero {
    display: relative;
    width: 100vw;
    height: 400px;

    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd url('../images/hero/consultancy-1.png') no-repeat fixed center;
    background-size: cover;

}

#pricing-hero {
    display: relative;
    width: 100vw;
    height: 400px;

    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd url('../images/hero/pricing.png') no-repeat fixed top;
    background-size: cover;

}

#hero h1 {
    color: #fff;
    font-size: 2.25em;
}

.hero-article {
    display: flex;
    background: #cb8b53;
    text-align: center;
    justify-content: center;
    padding: 0 1rem;
    align-items: center;
    padding: 30px 0;
}

.hero-article h1 {

    margin: 30px 0;
}

@media (max-width:801px) {
    #hero h1 {
        color: #fff;
        font-size: 1.5em;
    }
}

#section-services h5.card-title {
    color: #cb8b53;
    padding: 64px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);

}

#section-services p.card-text {
    margin-bottom: 0;

}



#section-services .card-body {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem
}

#section-services .card-body h4 {
    font-size: 1.25rem;
}

#section-services .card-body ul {
    margin-left: 0;
}

@media (min-width:768px) {
    #section-services .card-body ul {
        margin-left: 2.5rem;
    }
}

#section-services .card-footer {
    background-color: #fff;
    border: none;
    padding: 0 1.25rem 0.75rem 1.25rem
}

.member-flex {
    justify-content: center;
}

.member-flex .member-item {
    width: 250px;
    margin-left: 15px;
}

.member-flex .member-item-small {
    width: 250px;
    margin-left: 15px;
    height: 250px;
}

.member-flex .member-item-small hr {
    background-color: #cb8b53;
}

@media (max-width:425px) {
    .member-flex .member-item {
        width: 160px;
    }

}

.border-radius-15 {
    border-radius: 15px;
}

#Portfolio .card-text {
    min-height: 10rem;
}

.project-heading {
    color: #cb8b53;
}


ul.project-bullet {
    list-style-type: none;
    padding: 0;
}

ul.project-bullet li {
    position: relative;
    padding-left: 24px;
}

ul.project-bullet li::before {
    content: '●';
    color: #cb8b53;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: -0.3em
}

.mosaic-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "large small"
        "large small"
        "large small";
    gap: 20px;
}

.large-image {
    grid-area: large;
}

.small-image:nth-child(1) {
    grid-area: small;
}

.mosaic-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 30px;
}

/*new pricing section */
.pricing-section {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    padding: 30px;
    transition: box-shadow 0.3s ease;
    max-width: 600px;
}

.pricing-section:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.pricing-heading {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cb8b53;
}

.pricing-bullet {
    margin: 15px 0;
    padding-left: 20px;
}

.pricing-bullet li {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #555;
    margin-left: 15px;
}

.pricing-bullet li ul {
    padding-left: 40px;
    margin-top: 10px;
}

.pricing-section p {
    margin: 15px 0;
    line-height: 1.6;
}

.pricing-section strong {
    color: #2c3e50;
    font-weight: 600;

}

.pricing-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing-cta-container {
    display: flex;
    justify-content: center;
}

.alternate-icon-list li:nth-child(even) {
    list-style-type: none;
}

.pricing-table {
    width: 100%;
    border: #ddd;
}

.pricing-table thead {
    color: #cb8b53
}

.pricing-table thead tr th {
    font-weight: 600;
}

.pricing-table tbody tr td:first-child {
    font-weight: 600;
}

#section-services h3 {
    margin-bottom: 0.75rem;
}





/* Shared section styling - 20260109 */
.page-section {
    padding: 64px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.benchmark-title {
    font-family: Biryani, Roboto, sans-serif;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 0;
}

.benchmark-accent {
    color: var(--osiris-orange);
}

.card-soft {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card-soft .card-body {
    padding: 24px;
}

/* ASCII charts */
pre.benchmark-ascii {
    margin: 0;
    padding: 16px;
    background: var(--ink);
    color: #f5f5f5;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow-x: auto;
    line-height: 1.35;
    font-size: 14px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    white-space: pre;
}

/* Semantic colours inside pre */
.osiris-line {
    color: var(--osiris-orange);
    font-weight: 700;
}

.bad-signal {
    color: var(--risk-red);
    font-weight: 700;
}

.note {
    font-size: 14px;
    opacity: .86;
}

/* Services list */
.service-grid .service-item {
    border-radius: 14px;
    border: 1px #ddd solid;
    padding: 18px 18px 16px;
    height: 100%;
    background-color:#fff;

}

#section-about{
    padding:0 20px;
}


.service-item h5 {
    font-family: Biryani, Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.25rem;
}



.service-item .emoji {
    margin-right: 8px;
}

.service-item p {
    margin-bottom: 0;
    opacity: .92;
}

.ethics ul {
    margin: 0;
}

@media (min-width:768px) {
    .ethics ul {
        padding-left: 18px;
    }
}

.ethics li {
    margin-bottom: 6px;
}

.osiris-text {
    color: var(--themecolor);
}

#ethics-section {
    padding:2rem;
} 

.pipeline-section-bootstrap {
  background: transparent;
}

.pipeline-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}
.pipeline-supporting-copy {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
}

.pipeline-diagram-shell {
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.pipeline-diagram-shell .card-body {
  padding: 24px 24px 40px;
}

.pipeline-diagram-visual {
  margin-bottom: 16px;
}

.pipeline-diagram-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.pipeline-stage-text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 48px;
  align-items: start;
  margin-left: 18px;
}

.pipeline-stage h3 {
  margin: 0 0 8px;
  font-family: Biryani, Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
}

.pipeline-stage p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
  max-width: 220px;
}

.pipeline-stage:nth-child(1) p,
.pipeline-stage:nth-child(4) p {
  max-width: 290px;
}

/* alignment nudges */
.pipeline-stage:nth-child(1) {
  transform: translateX(8px);
}

.pipeline-stage:nth-child(2) {
  transform: translateX(28px);
}

.pipeline-stage:nth-child(3) {
  transform: translateX(10px);
}

.pipeline-stage:nth-child(4) {
  transform: translateX(-4px);
}

.pipeline-stage:nth-child(5) {
  transform: translateX(12px);
}

@media (max-width: 1199.98px) {
  .pipeline-diagram-shell {
    overflow-x: auto;
  }

  .pipeline-diagram-visual,
  .pipeline-stage-text {
    min-width: 1100px;
  }
}

@media (max-width: 767.98px) {
  .pipeline-stage-text {
    column-gap: 36px;
    margin-left: 8px;
  }
  .pipeline-diagram-shell .card-body {
    padding: 18px 18px 28px;
  }
}


