.elementor-12 .elementor-element.elementor-element-c9984c4{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-c9984c4:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-c9984c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF5E9;}.elementor-12 .elementor-element.elementor-element-4b0be99{margin:-250px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-d4f1465{--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;}.elementor-12 .elementor-element.elementor-element-1b2f2e3{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6e2295d{--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;}@media(max-width:1024px){.elementor-12 .elementor-element.elementor-element-c9984c4{--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-c9984c4{--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4b0be99 *//* ===== SECTION ===== */
.author-hero {
  background: #fbf5e9;
  padding: 180px 20px 20px;
  font-family: "Playfair Display", serif;
}

.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;
  border-radius: 50%;
  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;
  border-radius: 50%;
}

/* ===== PULSE EFFECT ===== */
.author-image::before,
.author-image::after {
  content: "";
  position: absolute;
  inset: -26px;
  border-radius: 50%;
  border: 2px solid #E50914;
  animation: pulseRing 4s ease-out infinite;
  z-index: -1;
}

.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-d0eba2c *//* ===== SECTION ===== */
.philosophy-section {
  background: #ffffff;
  padding: 90px 20px;
  font-family: "Inter", sans-serif;
}

.philosophy-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: center;
}

/* ===== LEFT CONTENT ===== */
.philosophy-left {
  flex: 1;
}

.philosophy-left h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 25px;
  color: #1c1c1c;
}

.philosophy-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  max-width: 560px;
}

/* ===== ICON CARDS ===== */
.philosophy-cards {
  display: flex;
  gap: 25px;
  margin-top: 35px;
}

.philo-card {
  background: #fbf5e9;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 280px;
}

.philo-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #c18a5a;
}

.philo-card h4 {
  font-size: 16px;
  margin: 0 0 6px;
  color: #1c1c1c;
}

.philo-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* ===== RIGHT BOOK IMAGE ===== */
.philosophy-right {
  width: 360px;
}

.book-image {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.book-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .philosophy-container {
    flex-direction: column;
    text-align: center;
  }

  .philosophy-right {
    width: 100%;
    max-width: 320px;
  }

  .philosophy-cards {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48be536 */.quick-facts {
  background: #fbf5e9;
  padding: 80px 20px;
  text-align: center;
  font-family: "Georgia", serif;
}

.quick-facts h2 {
  font-size: 28px;
  margin-bottom: 60px;
  color: #111;
}

.facts-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 35px;
}

.fact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.fact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.fact-icon {
  font-size: 28px;
  color: #d6a36c;
  margin-bottom: 12px;
}

.fact-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #9a9a9a;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.fact-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.fact-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-039e606 */.timeline-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: "Georgia", serif;
  text-align: center;
}

.timeline-section h2 {
  font-size: 30px;
  margin-bottom: 70px;
  color: #111;
}

.timeline {
  max-width: 700px;
  margin: auto;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 80px;
  padding: 0 20px;
}

.timeline-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #d6a36c;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.timeline-year {
  font-size: 32px;
  font-weight: 600;
  margin-top: 18px;
  color: #111;
}

.timeline-title {
  font-size: 18px;
  margin-top: 6px;
  color: #111;
}

.timeline-desc {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  line-height: 1.7;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
/* 🔥 Auto Signal / Pulse Effect from Circle */
.timeline-icon::before,
.timeline-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #E50914;
  animation: signalPulse 2.8s infinite;
}

.timeline-icon::after {
  animation-delay: 1.4s;
}

@keyframes signalPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::before {
    left: 50%;
  }
}/* End custom CSS */