/*Drop Cap Script*/
.drop-cap::first-letter {
  font-family: 'Noto Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 3.2em;          /* how big the letter is relative to the paragraph text */
  line-height: 0.8;
  float: left;
  padding-right: .1em;
  padding-top: .05em;
  color: #33405c;            /* matches your muted blue-gray in the screenshot */
}

.drop-cap {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #33405c;
}
/*Drop Cap Script*/
/*Top banner mobile css*/

@media (max-width: 1024px) {
  .mobile-social-icons{
    display: none;
  }
  .lh-card {
    padding: 20px !important;
    gap: 46px !important;
}
  .lh-gallery {
      flex: 1 1 21rem;
      min-width: 100% !important;
      max-width: 100% !important;
  }
  .lh-banner {
     display: none;
  }
  .lh-title{
    margin: 2.1rem 0 2.6rem  !important;
  }
}

@media (max-width: 36rem) {
 .lh-banner {
    width: 100%;
    background: #aed8d6;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-top: 132px;
}

  .lh-banner-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 1rem !important;
    padding: 1.25rem 1rem !important;
    min-height: auto !important;
  }

  .lh-banner-book-frame {
    order: 1;
    width: 6.5rem !important;
    height: 6.5rem !important;
    flex: 0 0 auto !important;
    margin-bottom: 0 !important;
  }

  .lh-banner-text {
    order: 2;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .lh-banner-title {
    font-size: 1.2rem !important;
    margin: 0 0 .3rem !important;
  }

  .lh-banner-subtitle {
    font-size: .75rem !important;
    line-height: 1.35 !important;
    margin: 0 0 .7rem !important;
  }

  .lh-banner-cta {
    order: 3;
    display: inline-block !important;
    margin-top: 0 !important;
    font-size: 11px !important;
    padding: .5rem 1.1rem !important;
  }
}
/*Top banner mobile css*/
/*Top Benner Css*/
.lh-banner {
  width: 100%;
  background: #aed8d6;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-top: 56px;
}
.lh-banner * { box-sizing: border-box; }

.lh-banner-inner {
    max-width: 90rem;
    margin: 0 auto;
    padding: .75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 15.5rem;
    min-height: 10.5rem;
}

/* Fixed-size window the image zooms inside — this box never grows */
.lh-banner-book-frame {
    width: 20rem;
    height: 13rem;
    flex: 0 0 auto;
}

.lh-banner-book {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.35);   /* increase to zoom in further, decrease to zoom out */
  display: block;
}

.lh-banner-text {
  flex: 1 1 auto;
  min-width: 0;
  font-family: 'Noto Sans', Arial, sans-serif;
}

.lh-banner-title {
  font-family: 'Inria Serif', Georgia, serif;
  font-weight: 700;
  font-size: 3.4rem;
  color: #17233f;
  margin: 0 0 0.5rem;
  line-height: 1.15;
}

.lh-banner-subtitle {
  font-size: 1.0rem;
  line-height: 1.35;
  color: #1c2740;
  margin: 0;
}

.lh-banner-cta {
    flex: 0 0 auto;
    display: inline-block;
    background: #e8912a;
    color: #fff;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .02em;
    text-decoration: none;
    padding: .65rem 1.4rem;
    border-radius: 2rem;
    white-space: nowrap;
    box-shadow: 0 .3rem .7rem rgba(232,145,42,.35);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.lh-banner-cta:hover {
    background: #ccc;
    transform: translateY(-1px);
    box-shadow: 0 .45rem .9rem rgba(232,145,42,.45);
}

@media (max-width: 36rem) {
  .lh-banner-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    min-height: auto;
  }
  .lh-banner-text { order: 2; flex-basis: 100%; }
  .lh-banner-cta { order: 3; }
  .lh-banner-book-frame { order: 1; width: 6rem; height: 6rem; }
  .lh-banner-title { font-size: 1.4rem; }
  .lh-banner-subtitle { font-size: .75rem; }
}
/*Top Benner Css*/
.lh-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 76px;
    display: flex;
    flex-wrap: wrap;
    gap: 158px;
    align-items: flex-start;
    max-width: 116.75rem;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans', Arial, sans-serif;
    box-sizing: border-box;
}

  .lh-card *{ box-sizing: border-box; }

.lh-gallery {
    flex: 1 1 21rem;
    min-width: 408px;
    max-width: 408px;
}

  .lh-main-frame{
    width:100%;
    aspect-ratio: 1 / 1;
    border-radius: .4rem;
    overflow:hidden;
    background: #a9cdc9;
  }
  .lh-main-frame img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
    transition: opacity .25s ease;
  }

  .lh-thumbs{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .6rem;
    margin-top: .75rem;
  }
  .lh-thumb{
    aspect-ratio: 1 / 1;
    border-radius: .3rem;
    overflow:hidden;
    cursor: pointer;
    border: 2px solid transparent;
    background: #a9cdc9;
    transition: border-color .2s ease, transform .2s ease;
  }
  .lh-thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
  }
  .lh-thumb:hover,
  .lh-thumb.active{
    border-color: #e8912a;
    transform: translateY(-2px);
  }

  .lh-details{
    flex: 1 1 20rem;
    min-width: 17rem;
    padding-top: .25rem;
  }
.lh-badge {
    display: inline-block;
    border: 1.5px solid #17233f;
    color: #17233f;
    font-size: 1.5rem !important;
    padding: .55rem 1.25rem;
    border-radius: 2rem;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-style: italic;
    color: #1B4E8D;
}

.lh-title {
    color: #F19726;
    font-family: 'Inria Serif', Georgia, serif;
    font-weight: 700;
    font-size: 50px !important;
    line-height: 1.1;
    margin: 3.1rem 0 2.6rem;
}

  .lh-subtitle{
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.5;
    color: #1c2740;
    margin: 0px;
  }

.lh-divider {
    border: none;
    border-top: 1px solid #172C46;
    margin: 3rem 0;
    width: 385px;
}
.lh-lede {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #1c2740;
    margin: 0px;
}

.lh-body {
    font-size: 14px;
    line-height: 1.6;
    color: #33405c;
    margin: 0px;
}
.lh-cta {
    display: inline-block;
    background: #e8912a;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    padding: 13px;
    border-radius: 2rem;
    box-shadow: 0 .4rem 1rem rgba(232,145,42,.35);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    width: 273px;
    height: 52px;
    text-align: center;
    border-radius: 36px;
    margin-top: 0px;
}
  .lh-cta:hover{
    background: #ccc;
    transform: translateY(-1px);
    box-shadow: 0 .55rem 1.2rem rgba(232,145,42,.45);
  }

  @media (max-width: 30rem){
    .lh-card{ padding: 1.25rem; }
    .lh-divider {
          width: 90%;
      }
    .lh-card {
        background: #ffffff;
        border-radius: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 70px;
        align-items: flex-start;
        max-width: 116.75rem;
        width: 100%;
        margin: 0 auto;
        font-family: 'Noto Sans', Arial, sans-serif;
        box-sizing: border-box;
    }
    .lh-gallery {
        flex: 1 1 21rem;
        min-width: 100%;
        max-width: 100%;
    }

    .lh-badge{ font-size: .75rem; padding: .5rem 1rem; }
  }