/* 12th International Aortic Summit — banner-matched conference theme */

:root {
  --as-navy: #0B2A6B;
  --as-navy-deep: #071A45;
  --as-blue: #1565C0;
  --as-cyan: #00A8E8;
  --as-crimson: #C41E3A;
  --as-ice: #F4F8FF;
  --as-ice-2: #E8F3FC;
  --as-text: #24324A;
  --as-muted: #5A6A82;
  --as-shadow: 0 18px 40px rgba(11, 42, 107, 0.12);
}

body {
  color: var(--as-text);
}

a {
  color: var(--as-navy);
}

/* Header */
.main-header-two {
  background: #fff;
  box-shadow: 0 8px 24px rgba(11, 42, 107, 0.08);
}

.main-header-two::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--as-crimson) 0 18%, var(--as-navy) 18% 62%, var(--as-cyan) 62% 100%);
}

.main-menu-two .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a {
  color: var(--as-crimson);
}

.main-menu-two .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before {
  background-color: var(--as-crimson);
}

.main-menu-two .main-menu__list > li.current > a::after,
.main-menu-two .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-two .main-menu__list > li.current > a::after,
.stricky-header.main-menu-two .main-menu__list > li:hover > a::after {
  color: var(--as-crimson);
}

.main-menu-two__contact li i {
  color: var(--as-crimson);
}

.main-menu-two__btn,
.thm-btn {
  background-color: var(--as-crimson);
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

.main-menu-two__btn:after,
.thm-btn:after {
  background: var(--as-navy);
  border-radius: 4px;
}

.main-menu-two__btn:hover,
.thm-btn:hover {
  color: #fff;
}

.stricky-header.main-menu-two {
  box-shadow: 0 10px 28px rgba(11, 42, 107, 0.12);
}

/* Banner ribbon */
.conference-ribbon {
  background: linear-gradient(90deg, #071A45 0%, #0B2A6B 48%, #0D47A1 100%);
  color: #fff;
  padding: 16px 0;
  position: relative;
}

.conference-ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--as-crimson), var(--as-cyan));
}

.conference-ribbon__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.conference-ribbon__motto {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 13px;
}

.conference-ribbon__motto li + li::before {
  content: "|";
  margin-right: 14px;
  color: var(--as-cyan);
  font-weight: 400;
}

.conference-ribbon__meta {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #d7ecff;
}

/* Partner logos */
.appointment-two {
  background: var(--as-ice);
  border-bottom: 0;
  padding: 36px 0;
}

.appointment-two img {
  max-height: 88px;
  width: auto;
  filter: none;
}

/* Welcome / chairman */
.about-two {
  background: #fff;
}

.about-two.conference-alt {
  background: linear-gradient(180deg, var(--as-ice) 0%, #fff 100%);
}

.about-two__img img {
  border-radius: 8px;
  box-shadow: var(--as-shadow);
}

.about-two__text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--as-text);
}

.about-two__left h3,
.about-two__left h5 {
  color: var(--as-navy);
}

.conference-date {
  margin-top: 22px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #0B2A6B 0%, #1565C0 100%);
  color: #fff;
  border-left: 5px solid var(--as-crimson);
  border-radius: 0 8px 8px 0;
  box-shadow: var(--as-shadow);
}

.conference-date p {
  margin: 0;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.55;
}

.conference-profile {
  border: 1px solid #d5e3f5;
  padding: 14px 12px 8px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 24px rgba(11, 42, 107, 0.08);
}

.conference-profile h3,
.conference-profile h5 {
  color: var(--as-navy);
}

.section-title__tagline,
.section-title-two__tagline {
  color: var(--as-crimson);
  letter-spacing: 0.14em;
  font-weight: 700;
}

.section-title__tagline::before {
  background-color: var(--as-cyan);
}

.section-title__title,
.section-title-two__title {
  color: var(--as-navy);
}

/* Registration band */
.counter-one {
  background: linear-gradient(120deg, #071A45 0%, #0B2A6B 42%, #1565C0 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.counter-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(0, 168, 232, 0.28), transparent 42%);
  pointer-events: none;
}

.counter-one h1 {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.counter-one h5 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
}

/* Faculty cards */
.team-one {
  background: var(--as-ice);
  padding-top: 80px;
  padding-bottom: 70px;
}

.team-one__content {
  background: #fff;
  border-top: 4px solid var(--as-navy);
  box-shadow: 0 12px 28px rgba(11, 42, 107, 0.08);
}

.team-one__title,
.team-one__title a {
  color: var(--as-navy);
  font-size: 24px;
}

.team-one__sub-title {
  color: var(--as-muted);
}

.team-one h1 {
  color: var(--as-navy);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.team-one h3[style],
.team-one h3 {
  color: var(--as-navy) !important;
}

.team-one hr {
  border-color: #d5e3f5;
  opacity: 1;
}

/* Highlights / explore / venue */
.services-two {
  background: #fff;
}

.news-two {
  background: var(--as-ice);
  padding-top: 80px;
  padding-bottom: 70px;
}

.news-two__content {
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 42, 107, 0.08);
}

.news-two__title a {
  color: var(--as-navy);
}

.faq-one {
  background: #fff;
}

.brand-two {
  background: var(--as-ice);
  padding-bottom: 40px;
}

/* Inner page headers */
.page-header {
  background: linear-gradient(135deg, #071A45 0%, #0B2A6B 48%, #1565C0 100%);
}

.page-header-bg {
  opacity: 0.18;
}

.page-header-bg::before {
  background: linear-gradient(135deg, rgba(7, 26, 69, 0.72), rgba(11, 42, 107, 0.78));
}

.page-header__inner {
  padding: 78px 0 64px;
}

.page-header__inner h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.thm-breadcrumb {
  background-color: var(--as-crimson);
  color: #fff;
  border-radius: 4px;
}

.thm-breadcrumb li,
.thm-breadcrumb li a {
  color: #fff;
}

.thm-breadcrumb li:hover a {
  color: #ffe3e8;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #071A45 0%, #0A2458 100%);
  border-top: 4px solid var(--as-cyan);
}

.site-footer__bottom-text a,
.footer-widget__services-list li a:hover,
.footer-widget__contact-location a {
  color: var(--as-cyan);
}

.scroll-to-top {
  background: var(--as-crimson);
  border-radius: 4px;
}

.scroll-to-top:hover {
  background-color: var(--as-navy);
}

/* Coming soon */
.contact-page img[src*="comingsoon"],
.services-two img[src*="comingsoon"] {
  max-width: 560px;
  width: 100%;
  border-radius: 12px;
  box-shadow: var(--as-shadow);
}

/* Forms / tables leftover from old maroon theme */
.pricing-one__single::before {
  border-color: var(--as-ice-2);
}

.pricing-one__btn {
  border-color: var(--as-navy);
  background: var(--as-ice-2);
}

table thead,
table thead th {
  background-color: var(--as-navy) !important;
  color: #fff !important;
}

/* Highlight feature cards */
.conference-feature {
  background: #fff;
  border: 1px solid #d5e3f5;
  border-top: 4px solid var(--as-navy);
  border-radius: 10px;
  padding: 32px 24px 28px;
  text-align: center;
  height: 100%;
  margin-bottom: 24px;
  box-shadow: var(--as-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.conference-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(11, 42, 107, 0.16);
  border-top-color: var(--as-crimson);
}

.conference-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B2A6B, #1565C0);
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}

.conference-feature h4 {
  color: var(--as-navy);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.conference-feature p {
  color: var(--as-muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.conference-pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 18px;
  padding: 18px 12px 0;
}

.conference-pillars span {
  color: var(--as-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #d5e3f5;
  background: var(--as-ice);
  padding: 8px 14px;
  border-radius: 20px;
}

/* Coming soon panels */
.conference-soon {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 32px;
  background: linear-gradient(160deg, #071A45 0%, #0B2A6B 55%, #1565C0 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: var(--as-shadow);
  position: relative;
  overflow: hidden;
}

.conference-soon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--as-crimson), var(--as-cyan));
}

.conference-soon__kicker {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--as-cyan);
  margin-bottom: 10px;
}

.conference-soon h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.conference-soon p {
  color: #d7ecff;
  margin-bottom: 8px;
}

.conference-soon__note {
  margin-top: 18px;
  opacity: 0.9;
}

/* Faculty / committee / inner pages */
.testimonials-page {
  background: var(--as-ice);
  padding: 80px 0;
}

.testimonial-two__single {
  border: 1px solid #d5e3f5;
  border-top: 3px solid var(--as-navy);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(11, 42, 107, 0.08);
  background: #fff;
}

.testimonial-two__client-info h3 {
  color: var(--as-navy);
}

.contact-page h3[style] {
  color: var(--as-navy) !important;
  border-bottom: 2px solid var(--as-cyan);
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.contact-page h4 {
  color: var(--as-text);
  font-size: 16px;
}

.faq-one__img-shape-1 {
  background-color: var(--as-cyan);
}

.news-two__date {
  color: var(--as-text);
}

.services-three__bg-shape {
  background-image: none !important;
}

@media (max-width: 991px) {
  .conference-ribbon__inner {
    justify-content: center;
    text-align: center;
  }

  .conference-ribbon__motto {
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.1em;
  }

  .page-header__inner h2 {
    font-size: 32px;
  }

  .conference-soon {
    padding: 40px 22px;
  }

  .conference-soon h3 {
    font-size: 26px;
  }
}
