.elementor-14 .elementor-element.elementor-element-595614c{--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;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-a5fab2d{margin:-250px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-024419f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-end;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-14 .elementor-element.elementor-element-87bd71d .elementor-button{background-color:#474747;border-style:solid;border-width:1px 1px 1px 1px;border-color:#474747;border-radius:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-87bd71d .elementor-button:hover, .elementor-14 .elementor-element.elementor-element-87bd71d .elementor-button:focus{background-color:#FFFFFF00;color:#474747;border-color:#474747;}.elementor-14 .elementor-element.elementor-element-87bd71d .elementor-button:hover svg, .elementor-14 .elementor-element.elementor-element-87bd71d .elementor-button:focus svg{fill:#474747;}.elementor-14 .elementor-element.elementor-element-07dd342{--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;}/* Start custom CSS for html, class: .elementor-element-a5fab2d *//* ===== SECTION ===== */
.author-hero {
  background: #fbf5e9;
  padding: 180px 20px 80px;
  font-family: "Playfair Display", serif;
}
.read-more-btn {
  display: inline-block;
  margin-top: 2px;
  padding: 12px 28px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #111;
  color: #fff;
}

.author-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ===== LEFT CONTENT ===== */
.author-content {
  max-width: 520px;
}

.back-link {
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #c18a5a;
  display: inline-block;
  margin-bottom: 60px;
}

.author-tag {
  font-size: 12px;
  letter-spacing: 3px;
  color: #c18a5a;
  display: block;
  margin-bottom: 20px;
}

.author-content h1 {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #1c1c1c;
}

.author-content h1 em {
  font-style: italic;
}

.author-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* ===== RIGHT IMAGE ===== */
.author-image {
  width: 420px;
  height: 420px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.author-image::after {
  animation-delay: 2s;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .author-container {
    flex-direction: column;
    text-align: center;
  }

  .author-content h1 {
    font-size: 46px;
  }

  .author-image {
    width: 300px;
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ffdff8 */.writer-voice-heading {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 400;
  color: #000;
  line-height: 1.15;
  letter-spacing: 0.3px;
  text-align: left;
  margin: 0px 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eea21a6 */.book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.book-link {
  text-decoration: none !important;
  color: inherit;
}

.book-card {
  background: #fbf5e9;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* IMAGE BOX */
.image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;   /* Book ratio */
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
}

/* IMAGE FULL SHOW */
.image-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;  /* 🔥 IMAGE FULL – NO CUT */
  object-position: center;
  transition: opacity 0.6s ease;
  background: #fff;
}

/* HOVER EFFECT */
.image-box img.hover-img {
  opacity: 0;
}

.book-card:hover img.hover-img {
  opacity: 1;
}

.book-card:hover img.main-img {
  opacity: 0;
}

/* TEXT */
.book-title {
  font-family: Georgia, serif;
  font-size: 18px;
  margin-top: 18px;
}

.book-desc {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
  line-height: 1.6;
}

/* MOBILE FIX */
@media (max-width: 600px) {
  .book-grid {
    gap: 25px;
  }
}/* End custom CSS */