
.highlight-underline {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gold-main); 
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  position: relative;
}

.highlight-underline::after {
  content: "";
  position: absolute;
  bottom: -8px; 
  left: 50%; 
  width: 90%;          /* adjust based on title width */
  height: 1px;         
  transform: translateX(-50%);
  background-color: var(--gold-main);
}

.headDivider {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.headDivider::after {
  content: "";
  display: block;
  width: auto;                 /* divider width */
  height: 10px;                 /* divider height */
  margin: 8px auto 0;
  background-image: url("../images/divider_2.png"); /* your divider image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

hr.style1 { 
  border: none;
  height: 3px;
  width: 100%; 
  background-image: url("../images/divider_1.png"); /* your divider image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;  /* or cover */

}
 
hr.style2 {
  border: none;
  height: 3px;
  width: 100%;
  background-image: url("../images/divider_1.png"); /* your divider image */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  /* or cover */
}
/* MOBILE ONLY */
@media (max-width: 991px) {

  /* Force row to stack */
  .container > .row {
    flex-direction: column !important;
  }

  /* Text always first */
  .container > .row > .col-lg-6:has(.bio-section) {
    order: 1 !important;
  }

  /* Image always second */
  .container > .row > .col-lg-6:has(img) {
    order: 2 !important;
  }
}
@media (max-width: 991px) {

  .container > .row {
    flex-direction: column !important;
  }

  .container > .row > .col-lg-6 {
    order: 2;
  }

  .container > .row > .col-lg-6 .bio-section {
    order: -1;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.heroabt {
  padding-top: 60vh !important;
  min-height: 45vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 80px;
}

.heroabt img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.heroabt:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 0;
}

.heroabt .container {
  position: relative;
  z-index: 3;
  margin-top: -60vh;
}

.heroabt h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--gold-main);
  text-align: center;
}

.heroabt p {
  margin: 10px 0 0 0;
   font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-main);
  text-align: center;
}

.explorebtn{
  margin-bottom: -60px;
}


.testimonial-slider {
  /* background-image: url('../images/bluebg.png'); */
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 2em 2em 3em;
}
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #fff !important;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .carousel-control-next {
    left: 5em;
  }
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  background-size: 100% 100%;
}
.carousel-control-prev,
.carousel-control-next {
  background: #ffffff;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--gold-dark);
    font-weight: bold;
}

.bluebg{
    background-image: url('../images/bluebg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}



.btn-accent {
  display: inline-block;
  padding: 12px 28px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-accent:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.white-btn {
  background: #fff;
  color: #091323;
  border: none;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-family: 'Montserrat';
}


.gold-btn {
  background: #091323;
  color: #ffffff;
  border: none;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-family: 'Montserrat';
}


.gold-btn:hover {
  background: #b88728 !important;
  color: #091323 !important;
  border: none;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-family: 'Montserrat';
   font-weight:bold;
}

.gold-btn .arrow {
  font-size: 16px;
  font-weight: bold;
} 

.gold-btn:active {
  transform: translateY(0);
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.gold-btn i {
  color: #b88728;
  transition: transform 0.3s ease;
}

.gold-btn:hover i {
  color: #000;
  transform: translateX(4px);
}


.white-btn i {
  color: #b88728;
  transition: transform 0.3s ease;
}

.white-btn:hover i {
  color: #000;
  transform: translateX(4px);
}
 

.white-btn:hover {
  background: #b88728 !important;
  color: #091323 !important;
  border: none;
  border-radius: 30px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-family: 'Montserrat';
   font-weight:bold;
}

.white-btn .arrow {
  font-size: 16px;
  font-weight: bold;
} 

.white-btn:active {
  transform: translateY(0);
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn-article{
  font-family: "Montserrat", sans-serif;
  padding: 18px;
}

.slide-wrapper {
  position: relative;
  width: 100%;
}

.slide-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-text {
  position: absolute;
  bottom: 15%;
  left: 8%;
  color: #ffffff;
  max-width: 70%;
}

.slide-text h3 {
  font-size: 35px;
  margin-bottom: 8px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #fff;
}

.slide-text p {
  font-size: 16px;
  opacity: 0.9;
}

.blogimg {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
}

/* Mobile: same row */
@media (max-width: 900px) {
  .blogimg {
    max-width: 80%;
    margin-bottom: 0;
  }
  .slide-text h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #fff;
}
}

.blog-sec h3{
  font-family: 'Montserrat';
  font-weight: bolder;
  font-size: 14px;
  color:#000;
} 

.blog-sec p{
  font-family: 'Montserrat';
  font-weight: bolder;
  font-size: 12px;
  color: #5a5a5a;
}
/* Section background */
.award-archive {
  background: #f7efe4;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Container */
.archive-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Title */
.archive-title {
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #1e1e1e;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Subtitle */
.archive-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

/* Search box */
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f9f5ee;
  border: 1px solid #ddd;
  padding: 16px 20px;
  border-radius: 6px;
  max-width: 500px;
  margin: 0 auto 30px;
}

.search-box input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  width: 100%;
}

.search-icon {
  font-size: 18px;
  color: #555;
}

/* Filter tags */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tag {
  padding: 3px 14px;
  font-size: 14px;
  color: #1e1e1e;
  cursor: pointer;
  transition: background 0.3s ease;
}
 

/* Responsive */
@media (max-width: 768px) {
  .archive-title {
    font-size: 34px;
    letter-spacing: 2px;
  }

  .archive-subtitle {
    font-size: 16px;
  }
}


.voices-section {
  background: #fbf5e9;
  padding: 80px 20px; 
}
 

/* Header */
.section-header2 {
  text-align: center;
  margin-bottom: 60px;
}

.section-header2 h2 {
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 400;
}

.section-header2 p {
  font-size: 18px;
  color: #555;
}

/* Featured Article */
.featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #fffdf7;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.featured-image img {
  width: 100%;
  border-radius: 8px;
}

.featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category {
  font-size: 14px;
  color: #33322c;
  margin-bottom: 12px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.featured-content h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 400;
  color: #0c1927;
}

/* Button */
.btn-outline {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #333;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  width: fit-content;
  transition: 0.3s;
  font-weight: bold;
}

.btn-outline:hover {
  background: #333;
  color: #fff;
}

/* Article Grid */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-card {
  background: #fffdf7;
  border-radius: 8px;
  overflow: hidden;
}

.article-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background: #000;
}

.article-card span {
  display: block;
  font-size: 14px;
  color: #0a0a0a;
  margin: 15px 20px 5px;
  font-weight: bold;
}

.article-card h4 {
  font-size: 18px;
  margin: 0 20px 20px;
  line-height: 1.4;
  color: #2b2c2f;
  font-weight: bold;
  font-family: 'Montserrat';
}

/* Responsive */
@media (max-width: 992px) {
  .featured-article {
    grid-template-columns: 1fr;
  }

  .article-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .article-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 32px;
  }
}
.royal-feather-content {
  color: #222;
  line-height: 1.7;
}

.royal-feather-content .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 4px;
}

.royal-feather-content .subtitle {
  color: #a07a2c;
  font-style: italic;
  margin-bottom: 20px;
}

.royal-feather-content ol {
  padding-left: 20px;
}

.royal-feather-content li {
  margin-bottom: 14px;
}

.ecosystem {
  list-style: none;
  padding-left: 0;
}

.ecosystem li::before {
  content: "• ";
  color: #a07a2c;
  font-weight: bold;
}



 

.awards-section {
  margin: auto;
  padding: 60px 20px;
  text-align: center;
}

.awards-section h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #080e21;
  font-weight: bold;
}

.subtitle {
  color: #08101f;
  margin-bottom: 40px;
  font-weight: bold;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.award-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.award-card:hover {
  transform: translateY(-6px);
}

.award-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
  height: 30vh;
}

.award-card h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}

.award-card p {
  font-size: 14px;
  color: #091123;
  margin-bottom: 14px;
  font-family: 'Montserrat';
  text-align: justify;
}

.award-card a {
  font-size: 14px;
  text-decoration: none;
  color: #8b6a2b;
  font-weight: bold;
  text-align: center;
}
.award-card a:hover {
  font-size: 14px;
  text-decoration: none;
  color: #272115;
  font-weight: bold;
}


.guidelines-btn {
  margin-top: 40px;
}

.guidelines-btn a {
  display: inline-block;
  background: #1c2d4f;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

 .results {
  background: #f7f1ea;
  padding: 60px 0;
}

/* Header */
.results-header {
  text-align: center;
  margin-bottom: 50px;
}

.results-header h1 {
  font-size: 34px;
  letter-spacing: 2px;
  color: #2c2c2c;
}

.results-header .month {
  margin-top: 10px;
  font-size: 18px;
  color: #9a7d4f;
}

/* Result Item */
.result-item {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  align-items: center;
  flex-wrap: wrap; /* allow wrapping if screen is very small */
}

.result-item:first-of-type {
  border-top: none;
}

.image-box {
  flex: 0 0 40%; /* fixed 40% width, won't shrink below this */
  max-width: 320px; /* optional max width for larger screens */
  position: relative;
}

.image-box img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.img-title {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding: 12px 0;
}

/* Content */
.content-box {
  flex: 1 1 55%; /* take remaining space, allow shrinking */
}
.content-box h4 {
  color: #9a7d4f;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.content-box h2 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #1f1f1f;
}

.content-box h5 {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.content-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.content-box a {
  text-decoration: none;
  font-size: 15px;
  color: #9a7d4f;
  font-weight: 500;
}

/* Fully responsive for small screens */
@media (max-width: 768px) {
  .result-item {
    gap: 20px;
  }

  .image-box {
    flex: 0 0 45%; /* slightly larger image on small screens */
    max-width: none; /* allow scaling down */
  }

  .content-box {
    flex: 1 1 50%;
  }

  .content-box h2 {
    font-size: 22px;
  }

  .content-box p {
    font-size: 14px;
  }
}



.text-golden{
  color: #674d2a;font-weight: bold;
}


.symbol-wrapper {
  margin: auto;
  text-align: center;
  background: #FBF7F0;
}

.section-title {
  font-size: 32px;
  color: #b67b2f;
  padding-bottom: 2px;
}

.section-subtitle {
  max-width: 700px;
  margin: 15px auto 60px;
  font-size: 15px;
}

.tree {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tree-node {
  background: #fff;
  border: 1px solid #e2b36d;
  border-radius: 14px;
  padding: 28px;
  width: 340px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.root {
  width: 420px;
}

.tree-node h3,
.tree-node h4 {
  color: #b67b2f;
  margin-bottom: 8px;
}

.tagline {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}

/* RIBBON */
.ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #b67b2f;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  border-bottom-left-radius: 10px;
}

/* LINES */
.tree-line.vertical {
  width: 2px;
  height: 40px;
  background: #d6b57c;
}

.tree-line.horizontal {
  width: 320px;
  height: 2px;
  background: #d6b57c;
  margin: 30px 0;
}

.tree-children {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

/* MEANING */
.symbol-meaning {
  margin-top: 90px;
  padding-top: 40px;
  border-top: 1px solid #e0d3b8;
}

.symbol-meaning h3 {
  color: #b67b2f;
}

.symbol-meaning ul {
  list-style: none;
  padding: 0;
}

.symbol-meaning li {
  margin: 10px 0;
}

/* ANIMATION */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .tree-line.horizontal {
    display: none;
  }
  .tree-children {
    flex-direction: column;
  }
}