.elementor-3301 .elementor-element.elementor-element-cba5ab6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:55px;--padding-left:0px;--padding-right:0px;--z-index:0;overflow:visible;}.elementor-3301 .elementor-element.elementor-element-cba5ab6:not(.elementor-motion-effects-element-type-background), .elementor-3301 .elementor-element.elementor-element-cba5ab6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ssldl.walkoneweb.com/wp-content/uploads/2025/06/closeup-bookshelf-2.jpg");background-position:center center;background-size:cover;}.elementor-3301 .elementor-element.elementor-element-cba5ab6::before, .elementor-3301 .elementor-element.elementor-element-cba5ab6 > .elementor-background-video-container::before, .elementor-3301 .elementor-element.elementor-element-cba5ab6 > .e-con-inner > .elementor-background-video-container::before, .elementor-3301 .elementor-element.elementor-element-cba5ab6 > .elementor-background-slideshow::before, .elementor-3301 .elementor-element.elementor-element-cba5ab6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3301 .elementor-element.elementor-element-cba5ab6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#00000066;--background-overlay:'';}.elementor-3301 .elementor-element.elementor-element-2feada33{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:2;overflow:visible;}.elementor-3301 .elementor-element.elementor-element-4d3ef66b > .elementor-widget-container{margin:-15px 0px 30px 0px;padding:0px 0px 0px 0px;}.elementor-3301 .elementor-element.elementor-element-4d3ef66b.elementor-element{--align-self:center;}.elementor-3301 .elementor-element.elementor-element-4d3ef66b .elementor-heading-title{font-family:"Red Hat Display", Sans-serif;font-size:45px;font-weight:800;color:var( --e-global-color-9d989a0 );}.elementor-3301 .elementor-element.elementor-element-4c3ddb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-3301 .elementor-element.elementor-element-2f9e054{--display:flex;overflow:visible;}/* Start custom CSS for shortcode, class: .elementor-element-74b679b7 *//* ============================
   Static HTML Page Banner Fixes
   ============================ */

/* Remove dark overlay from HTML version */
.page-banner-overlay {
  display: none !important;
}

/* Page banner container padding match */
.page-banner-content {
  padding: 20px 0;
}

/* Normalize breadcrumb styling */
.breadcrumb-trail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #3E5063;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  width: auto;
  max-width: 90vw;
  margin: 0 auto;
  white-space: nowrap;
  box-shadow: none !important; /* Remove 3D pill effect */
}

/* Breadcrumb links */
.breadcrumb-trail a {
  text-decoration: none;
  color: #3E5063;
  transition: color 0.2s ease;
}

.breadcrumb-trail a:hover {
  color: #0079a1;
}

/* Breadcrumb divider */
.breadcrumb-trail .divider {
  color: #7b8a99;
  margin: 0 6px;
  font-weight: normal;
  font-size: 1em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bb7f2c *//* ------------------------------------------
🔷 Sticky Navigation Bar for Year Jumps
--------------------------------------------- */
.library-timeline-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #f1f5f9;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 2rem;
  position: sticky;
  top: 60px;
  z-index: 10;
}

.library-timeline-nav a {
  font-weight: 600;
  font-size: 0.95rem;
  color: #3e5063;
  text-decoration: none;
  border: 2px solid #3e5063;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  transition: background 0.3s, color 0.3s;
}

.library-timeline-nav a:hover {
  background: #3e5063;
  color: #fff;
}

.library-timeline-nav a:focus {
  outline: none;
  background-color: #3e5063;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4c3ddb5 */.library-history-hero {
  text-align: center;
  max-width: 800px;
  margin: 2rem auto;
}

.library-history-hero .history-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #3E5063;
  margin-top: 1rem;
}

.history-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.history-block .history-text {
  flex: 1 1 500px;
  font-size: 1rem;
  color: #333;
}

.history-block h3 {
  color: #3E5063;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.history-block .history-image {
  flex: 1 1 300px;
  text-align: center;
}

.history-block .history-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.history-block .history-image figcaption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

.library-timeline-nav a:focus {
  outline: none;
  background-color: #3e5063;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43938d3 *//* 🔹 Center entire timeline max width */
.ssldl-timeline {
  max-width: 1100px;
  margin: 3rem auto;
  padding-left: 60px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2f9e054 *//* 🔹 Timeline Container */
.ssldl-timeline {
  position: relative;
  padding-left: 60px;
  margin: 3rem auto;
  max-width: 900px;
}

/* 🔹 Vertical Line on Left Side */
.timeline-line {
  position: absolute;
  top: 0;
  left: 25px;
  width: 4px;
  height: 100%;
  background-color: #d0d5dc;
  z-index: 0;
}

/* 🔹 Each Timeline Entry Wrapper */
.timeline-entry {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

/* 🔹 Year Marker & Dot */
.timeline-marker {
  position: relative;
  z-index: 1;
  flex: 0 0 60px;
}

/* 🔸 Default Dot */
.timeline-marker::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #3E5063;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #3E5063;
  position: absolute;
  left: 10px;
  top: 6px;
}

/* 🔸 Larger Gold Dot for Major Events */
.timeline-entry.major .timeline-marker::before {
  width: 22px;
  height: 22px;
  background-color: #f4b400;
  top: 3px;
  left: 7px;
}

/* 🔹 Year Text */
.timeline-marker .year {
  font-weight: 700;
  font-size: 1rem;
  color: #3E5063;
  margin-top: 32px;
  display: block;
  text-align: center;
}

/* 🔹 Content Container (Right Side) */
.timeline-content {
  flex: 1;
  background: #f9fbfd;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* 🔹 Section Heading */
.timeline-content h3 {
  font-size: 1.2rem;
  color: #3E5063;
  margin-bottom: 0.75rem;
}

/* 🔹 Paragraph Text */
.timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  color: #333;
}

/* 🔹 Image Floated to Left with Better Spacing */
.timeline-img.inline-left {
  float: left;
  max-width: 40%;
  margin: 0.35rem 1.5rem 1rem 0; /* top, right, bottom, left */
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* 🔹 Clear Floats After Image */
.timeline-content::after {
  content: "";
  display: block;
  clear: both;
}

/* 🔹 Responsive Stack on Mobile */
@media (max-width: 768px) {
  .ssldl-timeline {
    padding-left: 30px;
  }

  .timeline-entry {
    flex-direction: column;
    padding-left: 10px;
  }

  .timeline-marker .year {
    margin-top: 8px;
  }

  .timeline-img.inline-left {
    float: none;
    display: block;
    max-width: 100%;
    margin: 1rem auto;
  }
}

/* 🔹 Timeline Image Floating - LEFT */
.timeline-img.inline-left {
  float: left;
  max-width: 48%;
  margin: 0.5rem 1.5rem 1rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* 🔹 Timeline Image Floating - RIGHT */
.timeline-img.inline-right {
  float: right;
  max-width: 48%;
  margin: 0.5rem 0 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* 🔹 Active link styling */
.library-timeline-nav a.active {
  background-color: #3e5063;
  color: #fff;
}

/* 🔹 Carrot pointing right toward the dot */
.timeline-marker::after {
  content: '';
  position: absolute;
  left: -25px; /* places it between vertical line and dot */
  top: 4%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #3E5063; /* same as timeline line color */
}

/* 🔹 Pointing Carrot on mobile */

@media (max-width: 768px) {
  .timeline-marker {
    position: relative;
  }

  .timeline-marker::after {
    position: absolute;
    top: 8px;         /* adjust this value to fine-tune vertical alignment */
    left: -9px;      /* adjust to shift left or right */
    transform: none;
    display: block;   /* show it again */
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #3E5063;
  }

  .timeline-marker .year {
    margin-left: 0.5rem;
  }
}/* End custom CSS */