.elementor-94 .elementor-element.elementor-element-43dcea5{--display:flex;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-94 .elementor-element.elementor-element-74dd09e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-94 .elementor-element.elementor-element-6e161f3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-94 .elementor-element.elementor-element-89ca5e0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-94 .elementor-element.elementor-element-3732a25{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-94 .elementor-element.elementor-element-e40c22f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-94 .elementor-element.elementor-element-8d9b94e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-94 .elementor-element.elementor-element-ad056a4{padding:0px 10px 0px 10px;}.elementor-94 .elementor-element.elementor-element-3732a25{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-0e52611 */.about-hero-section,
.about-hero-section * {
  box-sizing: border-box !important;
}

.about-hero-section {
  position: relative !important;
  width: 100% !important;
  height: 350px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  font-family: 'Poppins', sans-serif !important;
  color: #ffffff !important;
}

.about-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.about-hero-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.about-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg, 
    rgba(15, 8, 5, 0.88) 0%, 
    rgba(20, 10, 5, 0.70) 50%, 
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  z-index: 2 !important;
}

.about-hero-container {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  position: relative !important;
  z-index: 3 !important;
}

.about-hero-content {
  max-width: 700px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.about-hero-title {
  font-family: 'Cinzel', serif !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  color: #ffaa33 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: -0.5px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.about-divider-line {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  width: 200px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(255, 170, 51, 0.8), rgba(255, 170, 51, 0.2)) !important;
  position: relative !important;
}

.about-divider-line::after {
  content: '◆' !important;
  position: absolute !important;
  color: #ffaa33 !important;
  font-size: 11px !important;
  top: 50% !important;
  left: 48px !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
}

.about-hero-breadcrumbs {
  font-size: 14px !important;
  color: #d1b89d !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.breadcrumb-link {
  color: #e6cbb2 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: color 0.3s ease !important;
}

.breadcrumb-link:hover {
  color: #ffaa33 !important;
}

.breadcrumb-separator {
  color: #8c735c !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.breadcrumb-current {
  color: #ffaa33 !important;
  font-weight: 500 !important;
}

@media (max-width: 991px) {
  .about-hero-section {
    height: 200px !important;
  }

  .about-hero-container {
    padding: 0 30px !important;
  }

  .about-hero-title {
    font-size: 38px !important;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    height: 190px !important;
  }

  .about-hero-overlay {
    background: linear-gradient(
      180deg, 
      rgba(15, 8, 5, 0.92) 0%, 
      rgba(20, 10, 5, 0.75) 60%, 
      rgba(0, 0, 0, 0.40) 100%
    ) !important;
  }

  .about-hero-container {
    padding: 0 20px !important;
  }

  .about-hero-title {
    font-size: 28px !important;
  }

  .about-hero-breadcrumbs {
    font-size: 13px !important;
    gap: 6px !important;
  }
}

@media (max-width: 480px) {
  .about-hero-section {
    height: 180px !important;
  }

  .about-hero-container {
    padding: 0 16px !important;
  }

  .about-hero-title {
    font-size: 22px !important;
    letter-spacing: 0 !important;
  }

  .about-divider-line {
    width: 140px !important;
  }

  .about-divider-line::after {
    left: 20px !important;
  }

  .about-hero-breadcrumbs {
    font-size: 12px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d3a81b */.welcome-intro-section * {
  box-sizing: border-box !important;
}

.welcome-intro-section {
  padding: 50px 0 !important;
  background: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  color: #333333 !important;
}

.welcome-container {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 0px !important;
  display: flex !important;
  gap: 35px !important;
  align-items: center !important;
}

.welcome-content-left {
  flex: 1.2 !important;
  width: 100% !important;
}

.welcome-image-right {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.welcome-badge {
  font-family: 'Poppins', serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #FF9933 !important;
  line-height: 1.2 !important;
  margin: 0 0 14px 0 !important;
  letter-spacing: 0.5px !important;
}

.welcome-heading {
  font-family: 'Poppins', serif !important;
  font-size: 24px !important;
  width: 100% !important; 
  max-width: 580px !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
  line-height: 1.35 !important;
  margin: 0 0 12px 0 !important;
}

.welcome-heading-divider {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  width: 200px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(255, 153, 51, 0.8), rgba(255, 153, 51, 0.2)) !important;
  position: relative !important;
}

.welcome-heading-divider::after {
  content: '◆' !important;
  position: absolute !important;
  color: #FF9933 !important;
  font-size: 11px !important;
  top: 50% !important;
  left: 48px !important;
  transform: translateY(-50%) !important;
  background: #ffffff !important;
  padding: 0 4px !important;
}

.welcome-desc {
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 100% !important; 
  max-width: 592px !important;
  line-height: 1.75 !important;
  color: #000000 !important;
  margin: 0 0 8px 0 !important;
}

.welcome-desc:last-of-type {
  margin-bottom: 20px !important;
}

.stats-counter-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  background: #fffdf9 !important;
  border: 1px solid #fce8d5 !important;
  border-radius: 16px !important;
  padding: 24px 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
  width: 100% !important;
}

.stat-box {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
  padding: 0 6px !important;
}

.stat-box:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: -6px !important;
  top: 15% !important;
  height: 70% !important;
  width: 1px !important;
  background-color: #fce8d5 !important;
}

.stat-icon-wrapper {
  width: 48px !important;
  height: 48px !important;
  background-color: #FF9933 !important;
  border-radius: 50% !important;
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 16px rgba(255, 153, 51, 0.3) !important;
}

.stat-icon-wrapper svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #FFFFFF !important;
  color: #FFFFFF !important;
}

.stat-number {
  font-family: 'Poppins', serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #FF9933 !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.2 !important;
}

.stat-label {
  font-size: 14px !important;
  color: #000 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.arch-image-wrapper {
  width: 100% !important;
  max-width: 420px !important;
  aspect-ratio: 3 / 4 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  background: #ffffff !important;
}

.arch-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.5s ease !important;
}

.arch-image-wrapper:hover img {
  transform: scale(1.04) !important;
}

@media (max-width: 1360px) {
  .welcome-container {
    padding: 0 30px !important;
  }
}

@media (max-width: 1100px) {
  .welcome-intro-section {
    padding: 40px 0 !important;
  }

  .welcome-container {
    flex-direction: column !important;
    gap: 30px !important;
    padding: 0 24px !important;
  }

  .welcome-content-left {
    width: 100% !important;
    flex: none !important;
  }

  .welcome-heading,
  .welcome-desc {
    max-width: 100% !important;
  }

  .welcome-badge {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .welcome-intro-section {
    padding: 30px 0 !important;
  }

  .welcome-container {
    padding: 0 18px !important;
    gap: 24px !important;
  }

  .welcome-image-right {
    display: none !important;
  }

  .welcome-badge {
    font-size: 28px !important;
  }

  .welcome-heading {
    font-size: 22px !important;
  }

  .welcome-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .stats-counter-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px 12px !important;
    padding: 20px 14px !important;
  }

  .stat-box:not(:last-child)::after {
    display: none !important;
  }

  .stat-box:nth-child(1)::after,
  .stat-box:nth-child(3)::after {
    display: block !important;
    right: -6px !important;
  }

  .stat-box:nth-child(1),
  .stat-box:nth-child(2) {
    border-bottom: 1px solid #fce8d5 !important;
    padding-bottom: 12px !important;
  }

  .stat-icon-wrapper {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 8px !important;
  }

  .stat-icon-wrapper svg {
    width: 18px !important;
    height: 18px !important;
  }

  .stat-number {
    font-size: 18px !important;
  }

  .stat-label {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .welcome-intro-section {
    padding: 24px 0 !important;
  }

  .welcome-container {
    padding: 0 16px !important;
    gap: 20px !important;
  }

  .welcome-image-right {
    display: none !important;
  }

  .welcome-badge {
    font-size: 20px !important;
  }

  .welcome-heading {
    font-size: 20px !important;
  }

  .welcome-desc {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .stats-counter-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 10px !important;
    padding: 16px 10px !important;
  }

  .stat-box:nth-child(1)::after,
  .stat-box:nth-child(3)::after {
    display: block !important;
  }

  .stat-box:not(:last-child) {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .stat-box:nth-child(1),
  .stat-box:nth-child(2) {
    border-bottom: 1px solid #fce8d5 !important;
    padding-bottom: 10px !important;
  }

  .stat-icon-wrapper {
    width: 36px !important;
    height: 36px !important;
  }

  .stat-icon-wrapper svg {
    width: 16px !important;
    height: 16px !important;
  }

  .stat-number {
    font-size: 16px !important;
  }

  .stat-label {
    font-size: 12px !important;
  }

  .welcome-heading-divider {
    width: 160px !important;
  }

  .welcome-heading-divider::after {
    left: 20px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad056a4 */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

.elementor-94 .elementor-element.elementor-element-ad056a4 a {
    text-decoration: none;
}

.statue-project-section * {
  box-sizing: border-box;
}

.statue-project-section {
  padding: 20px 0;
  background-color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  color: #333333;
}

.statue-project-section a {
  text-decoration: none;
}

.project-card-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 45px 40px;
  background-color: #FFFDF9;
  border: 1px solid #FDF0DE;
  border-radius: 16px;
  box-sizing: border-box;
}

.project-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 35px;
}

.project-badge {
  font-family: 'Poppins', serif;
  font-size: 40px;
  font-weight: 600;
  color: #FF9933;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.project-main-title {
  font-family: 'Poppins', serif;
  font-size: 28px;
  color: #000;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.project-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 153, 51, 0.8), rgba(255, 153, 51, 0.2));
  position: relative;
}

.project-title-divider::after {
  content: '◆';
  position: absolute;
  color: #FF9933;
  font-size: 11px;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  background: #FFFDF9;
  padding: 0 4px;
}

.project-split-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.project-media-left {
  flex: 1;
}

.project-info-right {
  flex: 1.2;
}

.statue-img-frame {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(211, 84, 0, 0.06);
}

.statue-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  margin: 0 0 25px 0;
}

.project-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.project-checklist li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.check-icon-circle {
  width: 20px;
  height: 20px;
  background-color: #FF9933;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.check-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
}

.project-action-block {
  display: flex;
}

.btn-project-more {
  background-color: #FF9933;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-project-more:hover {
  background-color: #CC5500;
  color: #FFFFFF;
}

.btn-arrow {
  font-size: 11px;
}

@media (max-width: 1360px) {
  .project-card-container {
    margin: 0 20px !important;
  }
}

@media (max-width: 1100px) {
  .project-badge {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .project-split-grid {
    flex-direction: column;
    gap: 30px;
  }

  .project-media-left,
  .project-info-right {
    width: 100%;
    flex: none;
  }

  .statue-img-frame {
    height: 300px;
  }

  .project-card-container {
    padding: 30px 20px;
    margin: 0 auto !important;
  }

  .project-main-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .statue-project-section {
    padding: 10px 0;
  }

  .project-card-container {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .project-section-header {
    margin-bottom: 25px;
  }

  .project-badge {
    font-size: 26px;
  }

  .project-main-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .statue-img-frame {
    height: 240px;
    border-radius: 10px;
  }

  .project-paragraph {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .project-checklist {
    gap: 10px;
    margin-bottom: 24px;
  }

  .check-icon-circle {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .check-text {
    font-size: 14px;
  }

  .project-action-block {
    justify-content: center;
  }

  .btn-project-more {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .statue-img-frame {
    height: 200px;
  }

  .project-badge {
    font-size: 22px;
  }

  .project-main-title {
    font-size: 20px;
  }

  .project-title-divider {
    width: 150px;
  }

  .project-title-divider::after {
    left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9172ef */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

.significance-section * {
  box-sizing: border-box;
}

.significance-section {
  padding: 30px 0;
  background-color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  color: #333333;
}

.sig-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.sig-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.sig-badge {
  font-family: 'Poppins', serif;
  font-size: 40px;
  font-weight: 600;
  color: #FF9933;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.sig-main-title {
  font-family: 'Poppins', serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.sig-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 153, 51, 0.8), rgba(255, 153, 51, 0.2));
  position: relative;
}

.sig-title-divider::after {
  content: '◆';
  position: absolute;
  color: #FF9933;
  font-size: 11px;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  background: #FFFFFF;
  padding: 0 4px;
}

.sig-cards-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 16px;
  padding-bottom: 10px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sig-cards-grid::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.sig-card {
  flex: 0 0 240px;
  scroll-snap-align: start;
  background: #FFFFFF;
  border: 1px solid #F2E6D8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(211, 84, 0, 0.02);
  display: flex;
  flex-direction: column;
 
  box-sizing: border-box;
}



.sig-img-box {
  width: 100%;
  height: 140px;
  overflow: hidden;
  flex-shrink: 0;
}

.sig-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sig-card-content {
  padding: 16px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sig-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FF9933;
  margin: 0 0 8px 0;
  line-height: 1.4;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sig-card-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.sig-dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.sig-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E2D2C0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.sig-dot.active {
  background-color: #FF9933;
  transform: scale(1.2);
  box-shadow: 0 0 6px rgba(255, 153, 51, 0.5);
}

@media (max-width: 1360px) {
  .sig-container {
    padding: 0 30px !important;
  }
}

@media (max-width: 1100px) {
  .sig-container {
    padding: 10 30px;
  }

  .sig-badge {
    font-size: 32px;
  }

  .sig-card {
    flex: 0 0 220px;
  }
}

@media (max-width: 768px) {
  .significance-section {
    padding: 20px 0;
  }

  .sig-container {
    padding: 10 20px;
  }

  .sig-section-header {
    margin-bottom: 25px;
  }

  .sig-badge {
    font-size: 26px;
  }

  .sig-main-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .sig-card {
    flex: 0 0 200px;
  }

  .sig-img-box {
    height: 120px;
  }

  .sig-card-content {
    padding: 12px 10px;
  }

  .sig-card-title {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 6px;
  }

  .sig-card-text {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .sig-dots-container {
    margin-top: 18px;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .sig-container {
    padding: 0 16px;
  }

  .sig-badge {
    font-size: 22px;
  }

  .sig-main-title {
    font-size: 20px;
  }

  .sig-title-divider {
    width: 150px;
  }

  .sig-title-divider::after {
    left: 20px;
  }

  .sig-cards-grid {
    gap: 0;
  }

  .sig-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .sig-img-box {
    height: 150px;
  }

  .sig-card-title {
    font-size: 16px;
  }

  .sig-card-text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abd8a92 */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');

.glory-temple-section * {
  box-sizing: border-box;
}

.glory-temple-section {
  padding: 30px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: #333333;
}

.glory-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fffdf9;
  border: 1px solid #fdf0de;
  border-radius: 12px;
  display: flex;
  gap: 30px;
  align-items: center;
  box-sizing: border-box;
}

.glory-content-left {
  flex: 1.6;
}

.glory-media-right {
  flex: 1;
}

.glory-badge {
  font-family: 'Poppins', serif;
  font-size: 38px;
  font-weight: 600;
  color: #ff9933;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.glory-title-divider {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 153, 51, 0.8), rgba(255, 153, 51, 0.2));
  position: relative;
}

.glory-title-divider::after {
  content: '◆';
  position: absolute;
  color: #ff9933;
  font-size: 11px;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  background: #fffdf9;
  padding: 0 4px;
}

.glory-intro-text {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  margin: 0 0 25px 0;
}

.glory-features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px dashed #f2e4d0;
  padding-top: 25px;
}

.glory-feat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

.glory-feat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #fdf0de;
}

.glory-icon-wrap {
  width: 42px;
  height: 42px;
  background-color: #ff9933;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px rgba(255, 153, 51, 0.25);
  transition: transform 0.2s ease;
}

.glory-feat-item:hover .glory-icon-wrap {
  transform: scale(1.08);
}

.glory-icon-wrap svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  color: #ffffff;
}

.glory-feat-title {
  font-size: 16px;
  font-weight: 600;
  color: #FF9933;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.glory-feat-desc {
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}

.glory-img-frame {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.glory-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 1360px) {
  .glory-container {
    margin: 0 20px !important;
  }
}

@media (max-width: 1150px) {
  .glory-badge {
    font-size: 32px;
  }

  .glory-container {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 35px;
    padding: 25px;
    margin: 0 auto !important;
  }

  .glory-content-left,
  .glory-media-right {
    width: 100%;
    flex: none;
  }

  .glory-img-frame {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .glory-temple-section {
    padding: 20px 0;
  }

  .glory-container {
    padding: 20px 16px;
    gap: 25px;
  }

  .glory-badge {
    font-size: 26px;
  }

  .glory-intro-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .glory-img-frame {
    height: 240px;
  }

  .glory-features-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-top: 20px;
  }

  .glory-feat-item {
    padding: 10px 8px;
  }

  .glory-feat-item:not(:last-child)::after {
    display: none;
  }

  .glory-feat-item:nth-child(1)::after,
  .glory-feat-item:nth-child(3)::after {
    display: block;
    right: 0;
    top: 10%;
    height: 80%;
  }

  .glory-feat-item:nth-child(1),
  .glory-feat-item:nth-child(2) {
    border-bottom: 1px solid #fdf0de;
    padding-bottom: 15px;
  }

  .glory-feat-item:nth-child(3),
  .glory-feat-item:nth-child(4) {
    padding-top: 15px;
  }

  .glory-icon-wrap {
    margin-bottom: 12px;
  }

  .glory-feat-title {
    font-size: 15px;
  }

  .glory-feat-desc {
    font-size: 13px;
  }
}

/* Mobile Breakpoint */
@media (max-width: 480px) {
  .glory-temple-section {
    padding: 15px 0;
  }

  .glory-container {
    padding: 16px 12px;
  }

  .glory-badge {
    font-size: 22px;
  }

  .glory-title-divider {
    width: 150px;
  }

  .glory-title-divider::after {
    left: 20px;
  }

  .glory-intro-text {
    font-size: 14px;
  }

  .glory-img-frame {
    height: 200px;
  }

  .glory-features-row {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }

  .glory-feat-item {
    padding: 15px 0;
  }

  .glory-feat-item:not(:last-child)::after {
    display: none !important;
  }

  .glory-feat-item:not(:last-child) {
    border-bottom: 1px solid #fdf0de !important;
  }

  .glory-feat-item:nth-child(3),
  .glory-feat-item:nth-child(4) {
    padding-top: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9c7fdc */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:ital,wght@0,400;0,500;0,600;1,400&display=swap');

.prophecy-section * {
  box-sizing: border-box;
}

.prophecy-section {
  padding: 30px 0;
  background-color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  color: #333333;
}

.prophecy-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.prophecy-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.prophecy-badge {
  font-family: 'Poppins', serif;
  font-size: 38px;
  font-weight: 600;
  color: #FF9933;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.prophecy-main-title {
  font-family: 'Poppins', serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.35;
  margin: 0 0 15px 0;
}

.prophecy-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 153, 51, 0.8), rgba(255, 153, 51, 0.2));
  position: relative;
}

.prophecy-title-divider::after {
  content: '◆';
  position: absolute;
  color: #FF9933;
  font-size: 11px;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  background: #FFFFFF;
  padding: 0 4px;
}

.prophecy-card-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: radial-gradient(circle at top left, #FFFDF6 0%, #FFF9EE 100%);
  border: 1px solid #FDF0DE;
  border-radius: 16px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0 6px 20px rgba(211, 84, 0, 0.02);
}

.saint-portrait-wrapper {
  flex-shrink: 0;
}

.saint-avatar-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #FF9933;
  padding: 4px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.saint-avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.saint-quote-block {
  flex: 1;
  padding: 0 10px;
  position: relative;
}

.quote-mark {
  font-family: 'Cinzel', serif;
  font-size: 72px;
  color: #E67E22;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: -15px;
  opacity: 0.25;
  user-select: none;
}

.prophecy-quote-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.65;
  color: #4A3B2C;
  margin: 0 0 12px 0;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.saint-signature-tag {
  font-size: 13px;
  font-weight: 600;
  color: #8E653C;
  letter-spacing: 0.3px;
}

.diya-graphic-right {
  flex-shrink: 0;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diya-element {
  width: 100%;
  max-width: 120px;
  height: auto;
  transform: translateY(-5px);
  filter: drop-shadow(0 6px 12px rgba(230, 126, 34, 0.15));
}

/* Tablet Breakpoints */
@media (max-width: 991px) {
  .prophecy-container {
    padding: 0 30px;
  }

  .prophecy-badge {
    font-size: 32px;
  }

  .prophecy-card-panel {
    flex-direction: column;
    text-align: center;
    padding: 35px 25px;
    gap: 25px;
  }
  
  .quote-mark {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
  }
  
  .diya-graphic-right {
    width: 100px;
  }
}

/* Mobile Breakpoint */
@media (max-width: 768px) {
  .prophecy-section {
    padding: 20px 0;
  }

  .prophecy-container {
    padding: 0 20px;
  }

  .prophecy-section-header {
    margin-bottom: 25px;
  }

  .prophecy-badge {
    font-size: 26px;
  }

  .prophecy-main-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .prophecy-card-panel {
    padding: 25px 18px;
    border-radius: 12px;
    gap: 20px;
  }

  .saint-avatar-circle {
    width: 100px;
    height: 100px;
  }

  .quote-mark {
    font-size: 50px;
    top: -20px;
  }

  .prophecy-quote-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .saint-signature-tag {
    font-size: 12px;
  }

  .diya-graphic-right {
    width: 80px;
  }

  .diya-element {
    max-width: 80px;
    transform: none;
  }
}

/* Small Mobile Breakpoint */
@media (max-width: 480px) {
  .prophecy-container {
    padding: 0 16px;
  }

  .prophecy-badge {
    font-size: 22px;
  }

  .prophecy-main-title {
    font-size: 20px;
  }

  .prophecy-title-divider {
    width: 150px;
  }

  .prophecy-title-divider::after {
    left: 20px;
  }

  .prophecy-card-panel {
    padding: 20px 14px;
  }

  .saint-avatar-circle {
    width: 85px;
    height: 85px;
  }

  .prophecy-quote-text {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c31de76 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.journey-timeline-section * {
  box-sizing: border-box;
}

.journey-timeline-section {
  width: 100%;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(135deg, #4A0E17 0%, #2A050A 100%);
  padding: 50px 0 60px 0;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  position: relative;
}


.timeline-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.timeline-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.timeline-badge {
  font-size: 24px;
  font-weight: 600;
  color: #F39C12;  
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}



.timeline-track-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
}

.timeline-track-row::before {
  content: '';
  position: absolute;
  top: 30px; 
  left: 8%;
  right: 8%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.timeline-node-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.timeline-icon-box {
  width: 60px;
  height: 60px;
  background: #FF9933;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.timeline-icon-box svg {
  width: 24px;
  height: 24px;
}

.timeline-year {
  font-size: 18px;
  font-weight: 600;
  color: #F39C12;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.timeline-details {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  margin: 0;
  padding: 0 4px;
}

@media (max-width: 1024px) {
  .journey-timeline-section {
    padding: 40px 0 50px 0;
  }

  .timeline-container {
    padding: 0 30px;
  }

  .timeline-section-header {
    margin-bottom: 40px;
  }

  .timeline-track-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }

  .timeline-track-row::before {
    display: none; 
  }
}

@media (max-width: 768px) {
  .journey-timeline-section {
    padding: 30px 0 40px 0;
    border-radius: 16px 16px 0 0;
  }

  .timeline-container {
    padding: 0 20px;
  }

  .timeline-badge {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .timeline-section-header {
    margin-bottom: 30px;
  }

  .timeline-track-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 10px;
  }

 
  .timeline-track-row::before {
    display: block;
    top: 25px;
    bottom: 25px;
    left: 35px; 
    right: auto;
    width: 1px;
    height: auto;
    border-top: none;
    border-left: 1px dashed rgba(255, 255, 255, 0.35);
  }

  .timeline-node-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }

  .timeline-icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .timeline-icon-box svg {
    width: 20px;
    height: 20px;
  }

  .timeline-text-content {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
  }

  .timeline-year {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .timeline-details {
    font-size: 14px;
    padding: 0;
    line-height: 1.45;
  }
}

@media (max-width: 480px) {
  .timeline-container {
    padding: 0 16px;
  }

  .timeline-badge {
    font-size: 14px;
  }

  .timeline-track-row {
    padding-left: 0;
  }

  .timeline-track-row::before {
    left: 25px;
  }

  .timeline-node-item {
    gap: 15px;
  }

  .timeline-icon-box {
    width: 45px;
    height: 45px;
  }

  .timeline-icon-box svg {
    width: 18px;
    height: 18px;
  }

  .timeline-year {
    font-size: 15px;
  }

  .timeline-details {
    font-size: 13.5px;
  }
}/* End custom CSS */