.elementor-367 .elementor-element.elementor-element-48b55af{--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:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-c8d75be{--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-367 .elementor-element.elementor-element-228bde2{--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-367 .elementor-element.elementor-element-e0596a2{--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-b41386e */.hero-section {
  min-height: 60vh;
  width: 100%;
  background: linear-gradient(135deg, #193b3b, #1f4a45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px;
}

.hero-inner {
  max-width: 900px;
}

.hero-tagline {
  color: #ff7a18;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-title {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 64px;
  line-height: 1.1;
  margin: 0;
}

.hero-divider {
  width: 60px;
  height: 3px;
  background: #ff7a18;
  margin: 30px auto 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b623ad2 */.author-section {
  display: flex;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 100px 40px;
}

/* ===== IMAGE SIDE ===== */

.author-image-area {
  position: relative;
  flex: 1;
  padding-bottom: 40px; /* space for badge */
}

/* outline line behind image */
.author-outline {
  position: absolute;
  inset: -18px;
  border: 2px solid #ffd6b3;
  border-radius: 22px;
  z-index: 0;
}

/* image wrapper */
.author-image-wrap {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: visible; /* IMPORTANT: badge will NOT cut */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.author-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* hover */
.author-image-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.author-image-wrap:hover img {
  transform: scale(1.04);
  transition: transform 0.5s ease;
}

/* badge */
.author-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 90px;
  height: 90px;
  background: #ff7a18;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 5;
}

.author-badge span {
  font-size: 22px;
  line-height: 1;
}

.author-badge small {
  font-size: 11px;
  letter-spacing: 1px;
}

/* ===== CONTENT ===== */

.author-content {
  flex: 1;
}

.author-tag {
  color: #ff7a18;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 10px;
}

.author-name {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin: 0;
}

.author-role {
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 25px;
}

.author-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}

.author-quote {
  background: #fff4ec;
  border-left: 4px solid #ff7a18;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  font-style: italic;
}

.author-signature {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-top: 20px;
}

.author-socials a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
}

.author-socials a:hover {
  background: #ff7a18;
  color: #fff;
  border-color: #ff7a18;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .author-section {
    flex-direction: column;
    gap: 50px;
    padding: 70px 20px;
  }

  .author-badge {
    right: 10px;
    bottom: -25px;
  }

  .author-outline {
    inset: -12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f62ee6a */.belief-section {
  background: #FFF3EC;
  padding: 100px 40px;
  text-align: center;
}

.belief-header {
  max-width: 700px;
  margin: 0 auto 60px;
}

.belief-tag {
  color: #ff7a18;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 10px;
}

.belief-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin: 0;
}

.belief-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.belief-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 15px 30px rgba(0,0,0,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.belief-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.belief-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 20px 0 10px;
}

.belief-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ICON */
.belief-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

/* Icon colors */
.belief-icon.blue {
  background: #eaf2ff;
  color: #2f6fff;
}

.belief-icon.red {
  background: #ffecec;
  color: #ff4d4d;
}

.belief-icon.orange {
  background: #fff2e6;
  color: #ff7a18;
}

.belief-icon.purple {
  background: #f3eaff;
  color: #8b5cf6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .belief-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .belief-grid {
    grid-template-columns: 1fr;
  }

  .belief-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-651f325 */.timeline-section {
  padding: 100px 20px;
  text-align: center;
}

.timeline-tag {
  color: #ff7a18;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 60px;
}

/* Timeline wrapper */
.timeline {
  position: relative;
  max-width: 600px;
  margin: auto;
}

/* Vertical line */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #eee;
  transform: translateX(-50%);
}

/* Item */
.timeline-item {
  position: relative;
  padding: 40px 20px;
}

/* Year */
.timeline-year {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #ff7a18;
  margin-bottom: 10px;
}

/* Text */
.timeline-text {
  color: #666;
  font-style: italic;
  line-height: 1.6;
  max-width: 420px;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .timeline::before {
    left: 50%;
  }

  .timeline-text {
    font-size: 15px;
  }
}/* End custom CSS */