@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@700&family=Noto+Sans+Tamil:wght@500;700&display=swap");

/* Common style */
* {
  font-family: cardo;
}

i {
  color: #7a2a2a;
}

.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

.cardo-regular-italic {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
}

/* Common style */
/* Body */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background: url("./Assets/harvestwheats.png"); */
  /* opacity: 0.7; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.85;
  z-index: -1;
  animation: floatWheat 15s ease-in-out infinite alternate;

  /* Place behind the content */
}
@keyframes floatWheat {
  0% {
    background-position: center center;
    transform: scale(1);
  }
  100% {
    background-position: center 5%;
    transform: scale(1.02);
  }
}
/* Body ends */
/* Navigation starts */
.biblestudentslogo {
  float: right;
  margin-left: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  height: 65px;
  width: 65px;
  border-radius: 7px;
  /*logo curve radius*/
}

.nav-link {
  font-weight: 500;
  /* letter-spacing: 3px; */
  color: #721c24;
  font-size: medium;
  padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #7a2a2a !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #7a2a2a !important;
  font-size: medium;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;

  /* letter-spacing: 1px; */
}

.navbar-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

.nav-item {
  padding-left: 10px;
  /* padding-left: 25px; */
}

.nav-link:hover {
  color: #7a2a2a;
  /* Change to your desired color */
  font-weight: bold;
}

.navbar-nav .dropdown-menu {
  /* border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.3s, box-shadow 0.3s;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 2000;
}

/* Dropdown Menu Styles */
.dropdown:hover .dropdown-menu {
  display: block;
  /* Show the dropdown on hover */
}

/* Dropdown Item Styles */
.dropdown-menu {
  background: #e5d8c4;
  /* Brown background for dropdown */
  border: none;
  /* Remove border */
}

.dropdown-menu.show {
  max-height: 500px;
  /* Adjust based on your submenu height */
  opacity: 1;
}

.dropdown-item {
  color: #7a2a2a;
  /* Beige text color */
  font-size: x-small !important;
  font-weight: 600 !important;
  border: 0px;
  border-bottom: 1px solid #7a2a2a2e;
  padding: 0.4rem 1.5rem;
  background-color: antiquewhite !important;
}

.dropdown-item:hover {
  background-color: #7a2a2a !important;
  /* margin: 5%; */
  /* width: 90%; */
  color: #ebd3b0;
  /* White text on hover */
  font-weight: bold !important;
}

/* Position the submenu to appear beside the parent menu */
/* Ensure the parent dropdown-submenu is positioned correctly */
.dropdown-submenu {
  position: relative;
}

/* Navigation ends */

/* Search keyword starts here */
/*  */

.search-bar input {
  padding-left: 10px;
  /* Add padding to avoid overlapping with the icon */
  background-color: #e7dbca;
  color: #721c24;
}

.search-bar .fa-search {
  position: absolute;
  /* Position icon absolutely within the search bar */
  right: 75px;
  /* Distance from the left */
  /* right: 10px;  */
  top: 50%;
  /* Center the icon vertically */
  transform: translateY(-50%);
  /* Adjust for the exact center */
  color: #7f2a2a;
}

.search-box {
  border: 0px solid #721c24 !important;
  box-shadow: #721c2436 0px 2px 5px -1px, #721c2494 0px 1px 3px -1px;
}

.search-box::placeholder {
  color: #721c24;
  /* Replace with your desired color */
  opacity: 1;
  /* Optional, to keep the color consistent across browsers */
}

/* Search keyword ends here */
/* Boby content starts here */
.content-area {
  position: relative;
  min-height: 400px;
}

/* Boby content ends here */
/* Bible verse starts here */
.medievalsharp-regular {
  font-style: normal;
  font-size: medium !important;
  /* background: linear-gradient(360deg, rgb(123 43 43), #721c24); */
  /* background: linear-gradient(to right, #925501cc, #7a3e00cc); */
  backdrop-filter: blur(6px);
  background-color: maroon;
  margin-bottom: 0px;
  /* background-color: #7a2a2a; */
  /* background: linear-gradient(
    90deg,
    rgba(122, 42, 42, 1),
    rgba(228, 151, 89, 1)
  );
  -webkit-background: linear-gradient(
    90deg,
    rgba(122, 42, 42, 1),
    rgba(228, 151, 89, 1)
  );
  -moz-background: linear-gradient(
    90deg,
    rgba(122, 42, 42, 1),
    rgba(228, 151, 89, 1)
  ); */
  padding: 15px;
  border-radius: 40px;
}

.txt-animate {
  opacity: 0;
  /* Start with the paragraph invisible */
  transform: translateY(20px);
  /* Start slightly below */
  animation: fadeIn 3s forwards;
  /* Animation to apply */
  font-size: 20px;
  /* Font size for the paragraph */
  color: #e5d8c4 !important;
  animation: fadeInScale 2.5s ease-out forwards;

  /* Text color */
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1.05);
  }
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: #74603f;
  text-align: center;
  height: 1.5em;
  opacity: 1;

  /* opacity: .5; */
  &:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
  }

  &:after {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #721c24;
    font-size: larger;
    background-color: #e7dbca;
    border-radius: 7px;
  }
}

.welcome-txt {
  color: #74603f;
}

.glory-God {
  font-size: large;
  color: #530909 !important;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
  /* font-weight: 600; */
}

/* Keyframes for the fade-in effect */
@keyframes fadeIn {
  to {
    opacity: 1;
    /* End with the paragraph visible */
    transform: translateY(0);
    /* Move to its original position */
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
    /* Move to original position */
  }
}

@keyframes zoomIn {
  to {
    transform: scale(1);
    /* Grow to original size */
  }
}

.shadow-style {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 3px,
    rgba(0, 0, 0, 0.24) 13px 11px 12px;
}

/* Bible verse ends here */
/* author note starts here */
.biblestudent_note {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
  font-family: "Cardo" !important;
  /* font-style: italic; */
  font-family: none;
  font-size: 16px;
  color: #5a1e1e !important;
}

/* author note ends here */
/* Brother russell quotes starts here */
.quote-box {
  border: 2px solid goldenrod;
  width: 90%;
  position: relative;
  z-index: 1001;
  font-family: "Georgia", serif;
  font-size: 1.5em;
  color: #555;
  /* background-color: #eee9e0; */
  /* background-color: #e5d8c4; */
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  /* margin: 20px; */
  margin-bottom: 0.5px;
  position: relative;
  border-radius: 15px;
  /* box-shadow: #721c2436 0px 2px 5px -1px, #721c2494 0px 1px 3px -1px; */

  /* background: rgba(255, 255, 255, 0.29); */
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(6.5px); */
  /* -webkit-backdrop-filter: blur(6.5px); */
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(255 255 255 / 0%);

  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.1);

  max-width: 700px;
  margin: auto;
  background: #f6f1e6 !important;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #4a2d0b;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
}

.quote-text {
  font-family: serif;
  quotes: "“" "”" "‘" "’";
  font-size: 18px;
  color: #7a2a2a !important;
}

.quote-text::before {
  content: open-quote;
}

.quote-text::after {
  content: close-quote;
}

.author {
  text-align: center;
  /* text-align: right; */
  font-style: italic;
  margin-top: 10px;
  color: #7a2a2a !important;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
}

/* Brother russell quotes ends here */
/*  */
/* Bottom right image */
.home-bottom-right-image {
  filter: grayscale(0.2);
  position: fixed;
  bottom: 0%;
  right: 1%;
  /* z-index: 3000; */
  z-index: 1000;
  height: 300px;
}

/* Bottom right image */
/* Language toggle button starts here */
.lang {
  position: fixed;
  bottom: 2%;
  right: -8%;
  z-index: 1500;
}

.switches-container {
  width: 16rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #daa52000;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  font-size: x-small;
  font-weight: bold;
  width: 20%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #7a2a2a;
}

/* switch highlighters wrapper (sliding left / right) 
  - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 3rem;
  background: #7a2a2a;
  height: 100%;
}

/* switch box labels
  - default setup
  - toggle afterwards based on radio:checked status 
*/
.switch div {
  font-size: x-small;
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #e5d8c4;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}

/* Language toggle button ends here */
/* project title starts here */
.projtitle {
  /* width: 200px;
  max-width: 60%; */
  float: left;
  margin-right: auto;
  max-height: 100px;
  max-width: auto;
  cursor: pointer !important;
  border-radius: 10px;
  /* filter: brightness(0.7); */
  /* filter: drop-shadow(2px 4px 6px #e7dbca); */
  /* border-radius: 10px 100px / 120px; */
  /* border-radius: 40px 999em 999em 40px;
  background-color: #e7dbca; */
}

/* project title ends here */
/* scripture about us image starts here */
.scripture-img {
  height: 280px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* scripture about us image ends here */
/* scripture about us content starts here */
.scripture-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.quote-container {
  padding: 5%;
  /* background-color: antiquewhite; */
  border-radius: 20px;
  color: #7a2a2a;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Cardo";
  height: 80vh;
  overflow-y: auto;
  /* Enable vertical scroll */
  scrollbar-width: thin;
  /* For Firefox: Thin scrollbar */
  scrollbar-color: #985050 #f9f9f9;
  /* For Firefox: Scrollbar color */
  font-size: 14px;

  background: rgba(255, 255, 255, 0.5);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(6.5px); */
}

.wwr-block {
  border-right: 1.5px solid #7a2a2a;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.quote-scripture {
  padding: 2%;
  height: 60vh;
  font-size: smaller;
  overflow-anchor: none;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.quote-container p {
  margin: 1em 0;
  font-size: 1.1em;
  line-height: 1.6;
  font-style: italic;
}

.quote-container cite {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #7a2a2a;
  text-align: right;
  font-weight: bold;
  font-style: normal;
  /* Makes the cite text bold */
}

.reprint-bottom-right-image {
  position: fixed;
  bottom: 3%;
  right: -2%;
  z-index: 3000;
  height: 220px;
}

/* Style the scrollbars */

/* For Chrome, Safari, and Edge */
.quote-container::-webkit-scrollbar {
  width: 10px;
  /* Scrollbar width */
}

.quote-container::-webkit-scrollbar-track {
  background: #f9f9f9;
  /* Track background */
}

.quote-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Scrollbar color */
  border-radius: 10px;
  /* Round the scroll thumb */
  border: 2px solid #f9f9f9;
  /* Space around the thumb */
}

.quote-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Scrollbar thumb on hover */
}

/* Optional: To make the scroll visible when hovering over the section */
.quote-container {
  position: relative;
  transition: all 0.3s ease;
}

.quote-container:hover::-webkit-scrollbar {
  opacity: 1;
}

/* scripture about us content ends here */
/* New Icon starts here */
.floating-icon {
  position: fixed;
  top: 4%;
  left: 33%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.floating-icon img {
  /* width: 60%;            
height: 60%; */
}

.floating-icon:hover {
  cursor: pointer;
}

/* New Icon ends here */

.discoursemobile {
  padding: 5%;
  background-color: #e8e1d7;
  border-radius: 20px;
  color: #7a2a2a;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
  font-family: "Cardo";
  height: 85vh;
  overflow-y: auto;
  /* Enable vertical scroll */
  scrollbar-width: thin;
  /* For Firefox: Thin scrollbar */
  scrollbar-color: #985050 #f9f9f9;
  /* For Firefox: Scrollbar color */
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.audioItem {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #e5d8c4;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.titleContainer {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.titleContainermobile {
  font-size: smaller;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.mobileicon {
  font-size: small;
}

.audioTitle {
  font-weight: bold;
  margin-right: 10px;
  flex-grow: 1;
  /* Take up remaining space */
}

.icon {
  /* font-size: 18px; */
  color: #7a2a2a;
  margin-left: 10px;
  cursor: pointer;
}

.icon:hover {
  color: #963535;
}

.audioControl {
  width: 100%;
  border-radius: 5px;
}

.navbar-toggler-icon {
  display: none;
}

.navbar-light .navbar-toggler {
  border: 0px solid red;
}

.navbar-toggler {
  font-size: 1rem !important;
}

.scripturetitle {
  text-align: center;
  color: #7a2a2a;
}

.hover-text-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.hover-text-button:hover {
  background-color: #0056b3;
}

.abouttoscripture {
}

/* Footer styling */
.site-footer {
  /* background-color: #7a2a2a; */
  /* background: linear-gradient(to right, #925501cc, #7a3e00cc); */
  /* backdrop-filter: blur(6px); */
  background-color: rgb(146 85 1 / 45%);
  /* Footer background color */
  color: #e5d8c4;
  /* Text color */
  text-align: center;
  padding: 10px 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  position: absolute;
  /* position: relative; */
  bottom: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 6px;
  z-index: 1999;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  font-size: smaller;
}

.footer-links a {
  color: #e5d8c4;
  text-decoration: none;
  margin: 0 10px;
}

.footer-links a:hover {
  color: #ebd3b0;
  /* Hover color */
  font-weight: bold;
}

.dropdown-divider {
  height: 0;
  margin: 0rem 0;
  overflow: hidden;
  border-top: 2px solid #721c24b0;
}

.custom-tooltip {
  position: absolute;
  background-color: #7a2a2a;
  color: #e5d8c4;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.form-inline .form-control {
  /* width: 100% !important; */
  /* width: 75% !important; */
}

.audioControlmobile {
  height: 35px;
}

/* New animated icon */
.item {
  /* position: relative;
padding-left: 20px; 
font-size: 16px; */
  color: #7a2a2a;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  margin: 0 15px;
  /* Adjust spacing as needed */
}

.new-icon {
  margin-right: 5px;
  /* position: absolute; */
  /* top: 50%;
left: 0; */
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #7a2a2a;
  /* Bright red color */
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

.navbar-brand {
  cursor: pointer;
}

.mobile-latestdiscourses {
  display: none;
}

#navbarNav {
  padding-left: 20px;
}

/* model styling starts here */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  max-width: fit-content;
}

.modal-content {
  background-color: #e5d8c4;
  /*#fff;*/
  border: 1px solid #dee2e6;
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.modal-title {
  text-align: center;
  width: 100%;
  color: #7a2a2a;
}

.modal-body {
  padding: 15px;
}

.modal-footer {
  text-align: right;
  padding: 10px;
}

.modal .close {
  border: none;
  background: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  opacity: 0.5;
}

/* Tooltip styles */
/* Custom styled tooltip */
.custom-tooltip {
  position: absolute;
  background-color: #7a2a2a;
  color: #e5d8c4 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  pointer-events: none;
  /* Prevents the tooltip from blocking other interactions */
  z-index: 2000;
  font-family: serif;
  /* opacity: 0.9; */
  /* transition: opacity 0.3s ease; */
}

/* Optional: Add transition for smooth hover effect */
.area-tooltip {
  transition: opacity 0.3s ease;
}

/* Optional: Add styling for map areas */
.area-tooltip {
  cursor: pointer;
}

/* Tooltip container */
.area-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.area-tooltip:hover::after {
  content: attr(data-title);
  /* Use custom attribute for tooltip text */
  position: absolute;
  left: 50%;
  bottom: 150%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show tooltip */
.area-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.legends {
  font-family: "Cardo" !important;
  font-size: 12px;
  color: #7a2a2a;
}

/* model styling ends here*/

.legend-item {
  margin-bottom: 5px;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

/* Ficker the verse starts here */
@font-face {
  font-family: Clip;
  src: url("https://acupoftee.github.io/fonts/Clip.ttf");
}

/* body {
  background-color: #141114;
  background-image: linear-gradient(335deg, black 23px, transparent 23px),
    linear-gradient(155deg, black 23px, transparent 23px),
    linear-gradient(335deg, black 23px, transparent 23px),
    linear-gradient(155deg, black 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
} */

.sign {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  background-image: radial-gradient(
    ellipse 50% 35% at 50% 50%,
    #6b1839,
    transparent
  );
  transform: translate(-50%, -50%);
  letter-spacing: 2;
  left: 50%;
  top: 50%;
  font-family: "Clip";
  text-transform: uppercase;
  font-size: 6em;
  color: #ffe6ff;
  text-shadow: 0 0 0.6rem #f5f5dc, 0 0 1.5rem #eedd82,
    -0.2rem 0.1rem 1rem #eedd82, 0.2rem 0.1rem 1rem #eedd82,
    0 -0.5rem 2rem #d2b48c, 0 0.5rem 3rem #d2b48c;

  /* text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
    -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
    0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483; */
  animation: shine 2s forwards, flicker 3s infinite;
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #f5f5dc, 0 0 1.5rem #eedd82,
      -0.2rem 0.1rem 1rem #eedd82, 0.2rem 0.1rem 1rem #eedd82,
      0 -0.5rem 2rem #d2b48c, 0 0.5rem 3rem #d2b48c;

    /* text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483; */
  }

  28%,
  33% {
    color: #eedd82;
    /* color: #ff65bd; */
    text-shadow: none;
  }

  82%,
  97% {
    color: #d2b48c;
    /* color: #ff2483; */
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards;
  /* animation: shine 2s forwards, blink 3s 2s infinite; */
}

.fast-flicker {
  animation: shine 2s forwards;
  /* animation: shine 2s forwards, blink 10s 1s infinite; */
}

@keyframes shine {
  0% {
    color: #6b1839;
    text-shadow: none;
  }

  100% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #f5f5dc, 0 0 1.5rem #eedd82,
      -0.2rem 0.1rem 1rem #eedd82, 0.2rem 0.1rem 1rem #eedd82,
      0 -0.5rem 2rem #d2b48c, 0 0.5rem 3rem #d2b48c;
    /* text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483; */
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}

/* Ficker the verse ends here */

.home_bible {
  width: auto;
  max-width: 300px;
}

.home_bible_div {
  display: flex !important;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  /* Prevents overflow if the image size changes */
  display: inline-block;
  position: relative;
}

.fade-in-image {
  opacity: 0; /* Initially invisible */
  transform: scale(0.9); /* Slightly scaled down */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
  width: 100%; /* Adjust image size as needed */
  height: auto;
}
.fade-in-image.loaded {
  opacity: 1; /* Fully visible */
  transform: scale(1); /* Scaled to normal size */
}
/* .home_bible {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.home_bible:hover {
  margin-left: 0;
} */

/* Floating BS logo starts here */
.floating-button {
  position: fixed;
  /* bottom: 10px; */
  top: 90vh;
  right: 10px;
  /* left: 10px; */
  width: 50px; /* Adjust size as needed */
  height: 50px;
  background: url("./Assets/Alogo.jpg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  z-index: 2000;
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); */
  border-radius: 5px;
  box-shadow: 4px 4px 5px rgb(226 190 143);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.floating-button:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
  transform: scale(1.05); /* Slightly enlarges */
}
/* Make it slightly smaller on smaller screens */
@media (max-width: 600px) {
  .floating-button {
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 5px;
  }
}
.floating-button-nav {
  width: 100px; /* Adjust size as needed */
  height: 100px;
  background: url("./Assets/Alogo.jpg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  z-index: 2000;
  border-radius: 5px;
  /* box-shadow: 4px 4px 5px rgb(226 190 143); */
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.floating-button-nav:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
  transform: scale(1.05); /* Slightly enlarges */
}
/* Make it slightly smaller on smaller screens */
@media (max-width: 600px) {
  .floating-button-nav {
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 5px;
  }
}

/* Floating BS logo ends here */
/* Add grid filter to the right side starts here */
.gridjs-head {
  display: flex;
  justify-content: flex-end;
}
/* Add grid filter to the right side ends here */
.input.gridjs-input {
  padding-left: 10px;
  background-color: #e7dbca !important;
  color: #721c24 !important;
}
/* Initially hide the search box */
.search-box.hidden {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none;
  transition: all 0.3s ease;
}

/* When shown */
.search-box.show {
  width: 180px;
  opacity: 1;
  padding: 6px 10px;
  border: 1px solid #ffc67a;
  background: rgba(255, 235, 180, 0.2);
  backdrop-filter: blur(10px);
  color: #7a2a2a;
  font-family: "Cardo", serif;
  margin-left: 10px;
  transition: all 0.4s ease;
}

/* Optional: style the search icon */
.search-toggle {
  cursor: pointer;
  font-size: 18px;
  color: #7a2a2a;
  padding: 6px;
  transition: transform 0.3s ease;
}
.search-toggle:hover {
  transform: scale(1.2);
}
.search-bar .search-container {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.search-bar .search-toggle {
  font-size: 18px;
  cursor: pointer;
  color: #7a2a2a;
  transition: transform 0.3s ease;
}

.search-bar .search-toggle:hover {
  transform: scale(1.2);
}

/* Override margin spacing on nav-item to fix alignment */
.navbar-nav .nav-item.search-bar {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .search-box.show {
    width: 100px;
  }
}
.glass-search-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
/*.glass-search-box {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  color: #7a2a2a;
  font-family: "Cardo", serif;
  transition: all 0.3s ease;
  width: 60%;
  border: 1px solid rgba(255, 215, 160, 0.4);
  background: linear-gradient(
    145deg,
    rgba(255, 215, 160, 0.1),
    rgba(255, 235, 180, 0.2)
  );
} */

.glass-search-box {
  padding: 7px 20px;
  font-size: 17px;
  border-radius: 18px;
  width: 60%;
  max-width: 500px;

  /* Background and border */
  /* background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.55),
    rgba(255, 240, 200, 0.6)
  ); */
  border: 1.5px solid rgba(120, 60, 20, 0.4);

  /* Frosted glass effect */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Font and color */
  font-family: "Cardo", serif;
  color: #5e2a1b;
  font-weight: 500;

  /* Inner shadow for depth */
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5),
    0 4px 10px rgba(120, 60, 20, 0.2);

  transition: all 0.3s ease;

  padding-left: 40px;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/svgs/solid/search.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-blend-mode: overlay;

  border-radius: 25px;
  padding: 10px 20px;
  border: 1px solid rgba(146, 85, 1, 0.5);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "EB Garamond", serif;
  font-size: 16px;
  background: linear-gradient(to right, #f6f1e6, #f2deb7);
}
.glass-search-box:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(190, 140, 80, 0.4),
    inset 0 0 5px rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.7),
    rgba(255, 240, 220, 0.8)
  );
}
.glass-search-box::placeholder {
  color: #6d4532;
  font-style: italic;
  opacity: 1;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.glass-icon-wrapper {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  background: linear-gradient(
    145deg,
    rgba(255, 215, 160, 0.1),
    rgba(255, 235, 180, 0.2)
  );
  border: 1px solid rgba(255, 215, 160, 0.4);

  border-radius: 25px;
  padding: 10px 20px;
  border: 1px solid rgba(146, 85, 1, 0.5);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "EB Garamond", serif;
  font-size: 16px;
  background: linear-gradient(to right, #f7ecd1, #f2deb7);
}

.glass-icon {
  font-size: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #ffcc70, #c85000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.glass-icon-dark {
  font-size: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #7a2a2a, #c85000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  color: #7a2a2a;
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.glass-icon-dark:hover {
  color: goldenrod;
  transform: scale(1.2) rotate(15deg);
}
&:hover {
  box-shadow: 0 0 10px rgba(255, 200, 120, 0.6);
  /* transform: scale(1.05); */
}
.glass-icon-wrapper:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.glass-icon-wrapper:hover .glass-icon {
  transform: scale(1.2);
  filter: brightness(1.2);
}

.tamil-header {
  font-family: "Noto Sans Tamil", "Catamaran", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 10px 40px;
  /* margin: 0px auto; */
  margin: 0% auto 2%;
  width: fit-content;
  /* background: rgba(255, 255, 255, 0.2); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* border-radius: 16px; */
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(122, 42, 42, 0.1);
  text-shadow: 0 0 8px rgba(122, 42, 42, 0.6);
  color: #5a1a1a;
}

/* .tamil-header::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 25%;
  width: 50%;
  height: 3px;
  background: #7a2a2a;
  border-radius: 10px;
  opacity: 0.5;
  transition: all 0.4s ease;
  animation: float-underline 3s ease-in-out infinite alternate;
} */

/* .tamil-text {
  transition: letter-spacing 0.3s ease, text-shadow 0.3s ease;
}

.tamil-header:hover .tamil-text {
  letter-spacing: 3px;
} */

@keyframes float-underline {
  0% {
    transform: translateY(0px) scaleX(1);
    opacity: 0.3;
  }
  100% {
    transform: translateY(4px) scaleX(1.2);
    opacity: 0.8;
  }
}
@keyframes fadeInGlow {
  0% {
    opacity: 0;
    text-shadow: none;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 12px #ffcc66,
      0 0 18px #ffcc66;
    transform: translateY(0);
  }
}
.bible-verse-ribbon {
  position: relative;
  display: inline-block;
  background: #7a2a2a;
  color: #e5d8c4;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  padding: 14px 40px;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bible-verse-ribbon::before,
.bible-verse-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  z-index: -1;
}

.bible-verse-ribbon::before {
  left: -30px;
  border-right: 30px solid #7a2a2a;
}

.bible-verse-ribbon::after {
  right: -30px;
  border-left: 30px solid #7a2a2a;
}
/* Wrapper for verse + logos */
.verse-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: center; */
  flex-wrap: nowrap;
  gap: 20px;
  margin: 10px auto;
  max-width: 90%;
}

/* Logos */
.verse-logo {
  max-height: 100px;
  max-width: auto;
  cursor: pointer !important;
  border-radius: 10px;
}

/* Hide logos on small screens */
@media (max-width: 768px) {
  .verse-logo {
    display: none !important;
  }

  .verse-banner-wrapper {
    flex-direction: column;
  }

  .verse-text {
    font-size: 1.2rem !important;
  }
}
.mobile-only-nav {
  display: none;
}
.verse-text {
  width: -webkit-fill-available;
}

.custom-navbar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.navbar-container {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 100%;
  /* max-width: 1200px; */
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
}
.left-logo,
.right-logo {
  display: flex;
  align-items: center;
}
.center-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar-verse-row {
  margin-top: 10px;
}
.logo-container {
  flex: 0 0 auto;
}

.navbar-logo {
  /* height: 65px; */
  height: 180px;
  width: auto;
  margin: 0px 5px;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.menu-verse-container {
  flex: 1 1 auto;
  text-align: center;
}

.menu-verse-container .navbar-nav {
  /* justify-content: center; */
  margin-bottom: 10px;
}

.menu-verse-container h1 {
  font-size: 1.5rem;
  color: #7a2a2a;
  margin-top: 10px;
}
.dropdown {
  position: relative; /* parent must be relative */
}
.dropdown-menu {
  position: absolute !important; /* child dropdown floats absolutely */
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none; /* initially hidden */
  min-width: 10rem; /* adjust as needed */
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #7a2a2a;
  text-align: left;
  list-style: none;
  background-color: #e5d8c4;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); */
  box-shadow: 0px 6px 15px rgba(122, 42, 42, 0.3);
}

:root {
  --gold: #ffb338;
  --light-shadow: #77571d;
  --dark-shadow: #3e2904;
}
body {
  margin: 0;
}
.wrapper {
  display: grid;
  grid-template-areas: "overlap";
  place-content: center;
  text-transform: uppercase;
  margin: 0% 0% 1%;
}
.wrapper > div {
  background-clip: text;
  -webkit-background-clip: text;
  color: #7a2a2a;
  /* font-family: "Poppins", sans-serif; */
  font-weight: 900;
  font-size: clamp(1.2em, 2vw, 2rem); /* 👈 REDUCED size */
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 2px transparent; /* 👈 slightly lighter stroke */
  line-height: 1.2; /* 👈 add line-height control */
  white-space: nowrap; /* 👈 prevent breaking into two lines */
}
div.bg {
  padding: 7px;
  background-image: url("https://www.transparenttextures.com/patterns/diamond-upholstery.png"),
    /* sparkle layer */
      repeating-linear-gradient(
        105deg,
        var(--gold) 0%,
        var(--dark-shadow) 5%,
        var(--gold) 12%
      );

  background-size: 150px 150px, 400%;
  background-repeat: repeat, repeat;
  background-position: 0% 0%, 0% 50%;

  color: transparent;
  filter: drop-shadow(2px 4px 6px rgba(255, 200, 0, 0.4));
  transform: scaleY(1.05);
  transform-origin: top;

  /* animation: shimmerMove 8s linear infinite, sparkleMove 20s linear infinite; */
  transition: filter 0.6s ease, background-size 0.6s ease;
}
@keyframes sparkleMove {
  0% {
    background-position: 0% 0%, 0% 50%;
  }
  50% {
    background-position: 100% 100%, 100% 50%;
  }
  100% {
    background-position: 0% 0%, 0% 50%;
  }
}

div.bg:hover {
  filter: drop-shadow(2px 4px 10px rgba(255, 215, 0, 0.6));
  background-size: 500%;
}
@keyframes shimmerMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

div.fg {
  padding: 5px;
  background-image: repeating-linear-gradient(
    5deg,
    var(--gold) 0%,
    var(--light-shadow) 23%,
    var(--gold) 31%
  );
  color: maroon;
  transform: scale(1);
  text-shadow: 1px 1px 1px #d4af37, 0 0 5px rgba(255, 215, 0, 0.4),
    0 0 8px rgba(255, 215, 0, 0.2);

  /* animation: goldenBreath 4s ease-in-out infinite; */

  /* ✨ To hold reflection */
  position: relative;
  overflow: hidden;
}

/* Add reflection animation */
div.fg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shineMove 10s ease-in-out infinite;
}

@keyframes goldenBreath {
  0% {
    text-shadow: 1px 1px 1px #d4af37, 0 0 5px rgba(255, 215, 0, 0.4),
      0 0 8px rgba(255, 215, 0, 0.2);
  }
  50% {
    text-shadow: 1px 1px 2px #ffd700,
      /* slightly sharper */ 0 0 8px rgba(255, 215, 0, 0.5),
      0 0 12px rgba(255, 215, 0, 0.3);
  }
  100% {
    text-shadow: 1px 1px 1px #d4af37, 0 0 5px rgba(255, 215, 0, 0.4),
      0 0 8px rgba(255, 215, 0, 0.2);
  }
}
@keyframes shineMove {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #7a2a2a;
}
.verse-text {
  font-family: "Playfair Display", serif;
  animation: fadeSlideDown 0.6s ease forwards;
  width: auto;
}

@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-on-load {
  opacity: 0;
  animation: fadeSlideUp 1.8s ease-out forwards;
}
.fade-delay-1 {
  animation-delay: 0.5s;
}
.fade-delay-2 {
  animation-delay: 1s;
}
/* Style the top navbar menu links */
.navbar-nav > li > a {
  /* font-family: "Cardo", serif; */
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #6b1e1e;
  padding: 10px 16px;
  position: relative;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 16px;
}

/* Underline effect on hover */
.navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #a0532c;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

.navbar-nav > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* On hover - change color */
.navbar-nav > li > a:hover {
  color: #a0532c;
}
.navbar-nav > li > a:hover {
  background-color: rgba(245, 235, 220, 0.25);
  border-radius: 6px;
}
.wrapper .bg,
.wrapper .fg {
  font-size: 2.25rem; /* Increase as needed */
}
@font-face {
  font-family: "JF Banumathi";
  /* src: url("./fonts/JF-Banumathi.woff2") format("woff2"),
    url("./fonts/JF-Banumathi.woff") format("woff"),
    url("./fonts/JF-Banumathi.ttf") format("truetype"); */
  src: url("./Assets/JF-Banumathi.woff2") format("woff2"),
    url("./Assets/JF-Banumathi.woff") format("woff"),
    url("./Assets/JF-Banumathi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Optional: limit to Tamil Unicode range */
  /* unicode-range: U+0B80-0BFF; */
}

#golden-particles {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0; /* Behind everything */
  top: 0;
  left: 0;
  pointer-events: none; /* Don’t block clicks */
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.8; /* Optional: adjust to make it more subtle */
  pointer-events: none; /* Allow interactions through the video */
}
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 239, 200, 0.2); */
  z-index: 0;
}
.text-image-wrapper {
  position: relative;
  display: inline-block;
}

.tamil-text {
  position: relative;
  font-size: 2.5rem;
  /* font-family: "JF Banumathi", serif; */
  font-family: "JF Banumathi" !important;
  font-feature-settings: "kern";
  /* font-family: "JFBanumathi", "Noto Sans Tamil", serif; */
  color: maroon;
  z-index: 1;
  /* text-shadow: 1px 0px maroon, -1px 0px maroon; */
}

.overlap-image {
  position: absolute;
  right: -68px;
  top: -32px;
  height: 100px;
  z-index: 0;
  pointer-events: none;
}
