/* ==========================================================================
   Aurigene 360 - page specific styles
   ========================================================================== */

   .a360 {
  --a360-blue: #0051a3;
  --a360-teal: #008b9a;
  --a360-navy: #223268;
  --a360-green: #7fa617;
  --a360-text: #333333;
  --a360-muted: #6b7280;
  --a360-border: #e3e8ef;
  --a360-light-bg: #eaf3fb;
  --a360-radius: 16px;
  color: var(--a360-text);
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 10px;
}

.a360 p { margin: 0 0 18px; }
.a360 em { color: inherit; }

/* ---------------------------------- breadcrumb --------------------------- */

.a360-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid var(--a360-border);
  margin-bottom: 28px;
  font-size: 13px;
}

.a360-breadcrumb__path a {
  color: var(--a360-blue);
  text-decoration: none;
  font-weight: 500;
}
.a360-breadcrumb__path a:hover { text-decoration: underline; }
.a360-breadcrumb__sep { margin: 0 6px; color: #9aa5b1; }
.a360-breadcrumb__current { color: #333; }

.a360-breadcrumb__meta {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #333;
  white-space: nowrap;
}
.a360-breadcrumb__share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--a360-blue);
  color: #fff;
  margin-left: 6px;
  font-size: 12px;
  text-decoration: none;
}

/* ---------------------------------- headings ------------------------------ */

.a360-h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--a360-navy);
  margin: 0 0 22px;
}

.a360-h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--a360-navy);
  margin: 8px 0 8px;
}

.a360-lede { color: var(--a360-text); }
.a360-lede em { font-style: italic; }

.a360-emphasis em {
  font-weight: 600;
  color: var(--a360-navy);
  font-style: italic;
}

/* ---------------------------------- photo grid ----------------------------- */

.a360-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.a360-photo-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--a360-border);
  border-radius: var(--a360-radius);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15, 40, 80, 0.06);
}

.a360-photo-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.a360-photo-card figcaption {
  padding: 12px 14px 16px;
  font-size: 12.5px;
  color: var(--a360-text);
  line-height: 1.5;
}

.a360-photo-card figcaption em {
  color: var(--a360-blue);
  font-weight: 600;
}

/* ---------------------------------- accent block (left rule) --------------- */

.a360-accent-block {
  position: relative;
  margin-bottom: 6px;
}

/* ---------------------------------- cards ---------------------------------- */

.a360-card {
  background: #fff;
  border: 1px solid var(--a360-border);
  border-radius: var(--a360-radius);
  box-shadow: 0 6px 24px rgba(15, 40, 80, 0.07);
  overflow: hidden;
  margin: 18px 0 26px;
}

.a360-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 26px 20px;
}

.a360-card__head h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--a360-blue);
  margin: 0;
  line-height: 1.4;
}

.a360-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}
.a360-logo__mark {
  width: 20px;
  height: 20px;
  fill: #e8622c;
}
.a360-logo span {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--a360-navy);
}
.a360-logo--white span { color: #fff; }
.a360-logo--white .a360-logo__mark { fill: #ffd23f; }

/* flow diagram */

.a360-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  padding: 10px 6px 30px;
  overflow-x: auto;
}

.a360-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  flex-shrink: 0;
  text-align: center;
  padding: 0 2px;
}

.a360-flow__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #bcd4ea;
  color: var(--a360-blue);
  margin-bottom: 10px;
  background: #f6faff;
  flex-shrink: 0;
}
.a360-flow__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a360-flow__label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: var(--a360-navy);
  line-height: 1.3;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.a360-flow__arrow {
  color: #9fb8cf;
  font-size: 15px;
  margin-top: 16px;
  flex-shrink: 0;
  width: 12px;
}

/* checklist */

.a360-checklist {
  background: var(--a360-light-bg);
  padding: 20px 30px;
  display: grid;
  gap: 12px 30px;
}
.a360-checklist--2col {
  grid-template-columns: 1fr 1fr;
}
.a360-checklist--light {
  background: rgba(255, 255, 255, 0.16);
}

.a360-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--a360-navy);
}
.a360-card--gradient .a360-checklist__item { color: #fff; }

.a360-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--a360-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: 2px;
}

/* ---------------------------------- ecosystem grid ------------------------- */

.a360-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 18px 0 8px;
}

.a360-eco-card {
  background: #fff;
  border: 1px solid var(--a360-border);
  border-radius: 12px;
  padding: 26px 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(15, 40, 80, 0.05);
}

.a360-eco-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #cfe0ee;
  color: var(--a360-blue);
  margin-bottom: 14px;
}
.a360-eco-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a360-eco-card p {
  margin: 0;
  font-size: 13px;
  color: var(--a360-text);
}

/* ---------------------------------- gradient loop card --------------------- */

.a360-card--gradient {
  background: linear-gradient(115deg, #0051a3 15%, #008b9a 95%);
  border: none;
  color: #fff;
  padding-top: 6px;
}

.a360-loop {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 30px 30px;
  flex-wrap: wrap;
}

.a360-loop__text {
  flex: 1 1 220px;
  min-width: 200px;
}
.a360-loop__text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.a360-loop__diagram {
  position: relative;
  flex: 1 1 300px;
  min-width: 280px;
  height: 260px;
}

.a360-loop__diagram .a360-logo {
  position: absolute;
  top: -30px;
  right: 0;
}

.a360-loop__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.a360-loop__ring path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 1.5;
  stroke-dasharray: 2 7;
  stroke-linecap: round;
}

.a360-loop__node {
  position: absolute;
  left: calc(var(--x) - 33px);
  top: calc(var(--y) - 33px);
  width: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.a360-loop__node em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}
.a360-loop__bubble {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.a360-loop__bubble svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.a360-loop__node--center .a360-loop__bubble {
  background: #fff;
  color: var(--a360-teal);
}

/* ---------------------------------- challenge grid -------------------------- */

.a360-challenge-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  padding: 0 26px 28px;
}

.a360-challenge-card {
  border: 1.5px solid var(--a360-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.a360-challenge-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 22px 8px 16px;
  color: var(--a360-blue);
}
.a360-challenge-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.a360-challenge-card__label {
  width: 100%;
  text-align: center;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 10px 6px;
  color: var(--a360-blue);
  background: #f4f8fc;
  line-height: 1.35;
}

.a360-challenge-card--navy .a360-challenge-card__icon { color: #fff; }
.a360-challenge-card--navy { background: var(--a360-navy); }
.a360-challenge-card--navy .a360-challenge-card__label {
  background: var(--a360-navy);
  color: #fff;
}

.a360-challenge-card--teal .a360-challenge-card__icon { color: #fff; }
.a360-challenge-card--teal { background: var(--a360-teal); }
.a360-challenge-card--teal .a360-challenge-card__label {
  background: var(--a360-teal);
  color: #fff;
}

.a360-challenge-card--green .a360-challenge-card__icon { color: #fff; }
.a360-challenge-card--green { background: var(--a360-green); }
.a360-challenge-card--green .a360-challenge-card__label {
  background: var(--a360-green);
  color: #fff;
}

/* ---------------------------------- comparison card -------------------------- */

.a360-compare {
  position: relative;
  padding: 30px 26px;
}
.a360-compare .a360-logo {
  position: absolute;
  top: 22px;
  right: 26px;
}

.a360-compare__row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.a360-compare__text {
  flex: 1 1 180px;
  min-width: 170px;
}
.a360-compare__text p {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--a360-muted);
}
.a360-compare__text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--a360-blue);
  line-height: 1.35;
}
.a360-compare__text--right { text-align: right; }

.a360-compare__panel {
  flex: 0 0 110px;
  height: 110px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px;
}
.a360-compare__panel span {
  display: flex;
}
.a360-compare__panel svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.a360-compare__panel--light {
  background: #eef1f8;
  color: #6d7690;
}
.a360-compare__panel--gradient {
  background: linear-gradient(135deg, #0051a3, #008b9a);
  color: #fff;
}

.a360-compare__arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--a360-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

/* ---------------------------------- sidebar / trending ------------------------ */

.a360-sidebar {
  margin-top: 40px;
  position: relative;
}

.a360-trending {
  background: #fff;
  border: 1px solid var(--a360-border);
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(15, 40, 80, 0.07);
  padding: 36px 32px 16px;
}

/* JS-driven sticky (see js/aurigene-360.js) - native position:sticky does not
   work here because the sitewide stylesheet forces overflow-y:auto onto both
   html and body, which breaks sticky's scroll-container detection. */
.a360-trending--fixed {
  position: fixed;
  z-index: 20;
}

.a360-trending--stopped {
  position: absolute;
  left: 0;
  width: 100% !important;
}

.a360-trending h3 {
  font-size: 30px;
  font-weight: 800;
  color: #2547d6;
  margin: 0px;
}

.a360-trending ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.a360-trending li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #e7e9ee;
  background: none !important;
}
.a360-trending li:last-child { border-bottom: none; }

.a360-trending li span {
  font-size: 16px;
  font-weight: 400;
  color: #1c2530;
  line-height: 1.45;
}

.a360-arrow-btn {
  flex-shrink: 0;
  min-width: 62px;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--a360-navy);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
}
.a360-arrow-btn:hover { background: var(--a360-blue); color: #fff; }
.a360-arrow-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------------------------------- related blogs ------------------------------ */

.a360-related {
  background: var(--a360-light-bg);
  padding: 46px 0 56px;
  margin-top: 50px;
}

.a360-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.a360-related__head h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--a360-navy);
  margin: 0;
}
.a360-related__nav {
  display: flex;
  gap: 10px;
}

.a360-related__arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.a360-related__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.a360-related__arrow:hover { opacity: 0.75; }
.a360-related__arrow:active { transform: scale(0.94); }

.a360-related__carousel {
  margin: 0 -13px;
}
.a360-related__carousel .owl-stage-outer {
  overflow: hidden;
}
.a360-related__carousel .item {
  padding: 4px 13px;
}
.a360-related__carousel .owl-nav,
.a360-related__carousel .owl-dots {
  display: none;
}

.a360-related-card {
  background: transparent;
}

.a360-related-card__img {
  border-radius: 14px;
  height: auto;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 20px rgba(15, 40, 80, 0.1);
}
.a360-related-card__img--graphic1,
.a360-related-card__img--graphic2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  text-align: center;
}
.a360-related-card__img--graphic1 {
  background: linear-gradient(135deg, #eef3fa, #d7e4f2);
  border: 1px solid var(--a360-border);
}
.a360-related-card__img--graphic2 {
  background: linear-gradient(135deg, #0051a3, #032a5e);
}
.a360-related-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--a360-blue);
  color: var(--a360-blue);
}
.a360-related-card__icon--light {
  border-color: rgba(255,255,255,0.8);
  color: #fff;
}
.a360-related-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.a360-related-card__caption {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--a360-navy);
  line-height: 1.3;
}
.a360-related-card__caption--light { color: #fff; }
.a360-related-card__img--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.a360-related-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0,20,40,0.75), rgba(0,20,40,0));
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}

.a360-related-card__date {
  display: block;
  font-size: 12px;
  color: var(--a360-muted);
  margin-bottom: 6px;
}

.a360-related-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--a360-navy);
  margin: 0;
  line-height: 1.4;
}

.blog-breadcrumb-area {
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.article-meta {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ---------------------------------- responsive ------------------------------ */

@media (max-width: 991px) {
  .a360-photo-grid { grid-template-columns: 1fr; }
  .a360-ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
  .a360-challenge-grid { grid-template-columns: repeat(4, 1fr); }
  .a360-compare__row { justify-content: center; }
  .a360-compare__text--right { text-align: left; }
  .a360-sidebar { margin-top: 0; }
}

@media (max-width: 575px) {
  .a360-checklist--2col { grid-template-columns: 1fr; }
  .a360-challenge-grid { grid-template-columns: repeat(2, 1fr); }
  .a360-breadcrumb { flex-direction: column; align-items: flex-start; }
  .blog-breadcrumb-area{
    flex-direction: column;
    margin-bottom: 0px;
    justify-content: flex-start;
    gap: 20px;
  }

  .a360 img{
    height: auto;
  }
  .a360-h2, .a360-h3{
    line-height: normal;
  }
}
