@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import "tailwindcss";

@theme {
  --font-sans: "Lato", serif;
}
/* .masthead {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
} */


.nav-logo {
  font-family: "Georgia", serif !important;
  font-weight: 400;
  font-style: normal;
}


h1.logo {
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1,
h2 {
  font-family: "Lato", serif;
}

p {
  font-family: "Lato", sans-serif;
}

.hero-bg {
  top: 0%;
  /* width: 700px; */
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-item img {
  width: 45px;
  padding: 7px !important;
  background-color: #f6f5ff;
  margin-left: 0px !important;
  border-radius: 15px;
}
.owl-carousel .allitem {
  padding: 25px;
  border-radius: 0px;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 50);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*(1) owl-stage box*/
.owl-carousel .owl-stage {
  display: flex;
}
.owl-stage-outer {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.owl-item {
  /* position: relative;
  overflow: hidden; */
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  border: 2px solid #3333;
}

blockquote {
  position: relative;
  padding: 0.5em 2em 0.5em 3em;
  @apply text-left text-slate-500 px-8 md:px-10;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
  font-family: Georgia, serif;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
  @apply text-slate-300 text-5xl md:text-7xl;
}
blockquote:after {
  font-family: Georgia, serif;
  position: absolute;
  /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
  float: right;
  /* font-size: 5em; */
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
  @apply text-slate-300 text-5xl md:text-7xl;
}
blockquote + footer {
  padding: 0 0 0 0;
  @apply text-center text-slate-400 pt-1;
}
blockquote + p {
  padding: 0 0 0 0;
  @apply text-center pt-2 text-sm;
}
blockquote + p + p {
  padding: 0 0 0 0;
  @apply text-center pt-2 text-sm;
}
blockquote cite:before {
  content: "\2013";
}

.pattern {
  @apply bg-radial-[at_50%_110%] from-yellow-300 via-orange-400 to-rose-600 to-120%;
}

/* ── Media Coverage page ─────────────────────────────── */

.media-logo-card {
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem 1.5rem; border: 1px solid #e2e8f0;
  border-radius: 0.5rem; background: #f8fafc;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-height: 72px;
}

.media-logo-card span {
  font-size: 0.875rem; font-weight: 600; color: #164e63;
  text-align: center; line-height: 1.3; letter-spacing: 0.01em;
}
.coverage-item { border-left: 3px solid #0e7490; padding-left: 1rem; margin-bottom: 1.25rem; }
.coverage-item .pub { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #0e7490; margin-bottom: 0.2rem; }
.coverage-item .headline { font-size: 0.975rem; color: #1c3a47; font-weight: 500; }
.coverage-item .byline { font-size: 0.8rem; color: #71717a; margin-top: 0.15rem; }
.speaking-card { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 0.5rem; padding: 1.25rem 1.5rem; }
.speaking-card .year-badge { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #0e7490; background: #e0f2fe; border-radius: 999px; padding: 0.15rem 0.65rem; margin-bottom: 0.5rem; }
.speaking-card .event { font-weight: 600; color: #164e63; font-size: 0.95rem; }
.speaking-card .detail { font-size: 0.85rem; color: #52525b; margin-top: 0.2rem; }
.award-tag { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.8rem; font-weight: 600; color: #92400e; background: #fef3c7; border: 1px solid #fde68a; border-radius: 999px; padding: 0.2rem 0.75rem; }
.radio-item { border-bottom: 1px solid #e2e8f0; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }
.radio-item:last-child { border-bottom: none; margin-bottom: 0; }