.elementor-97 .elementor-element.elementor-element-31c1c90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body:not(.rtl) .elementor-97 .elementor-element.elementor-element-d1471ca{right:0px;}body.rtl .elementor-97 .elementor-element.elementor-element-d1471ca{left:0px;}.elementor-97 .elementor-element.elementor-element-d1471ca{top:0px;}.elementor-97 .elementor-element.elementor-element-d1471ca img{width:150px;}.elementor-97 .elementor-element.elementor-element-5d7684e > .elementor-widget-container{--e-transform-rotateZ:-83deg;}body:not(.rtl) .elementor-97 .elementor-element.elementor-element-5d7684e{left:0px;}body.rtl .elementor-97 .elementor-element.elementor-element-5d7684e{right:0px;}.elementor-97 .elementor-element.elementor-element-5d7684e{top:0px;}.elementor-97 .elementor-element.elementor-element-5d7684e img{width:150px;}.elementor-97 .elementor-element.elementor-element-885e098{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-97 .elementor-element.elementor-element-f9e3a86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body:not(.rtl) .elementor-97 .elementor-element.elementor-element-f329039{left:0px;}body.rtl .elementor-97 .elementor-element.elementor-element-f329039{right:0px;}.elementor-97 .elementor-element.elementor-element-f329039{bottom:0px;text-align:left;}.elementor-97 .elementor-element.elementor-element-f329039 img{width:60%;}body:not(.rtl) .elementor-97 .elementor-element.elementor-element-e9dc58c{right:10px;}body.rtl .elementor-97 .elementor-element.elementor-element-e9dc58c{left:10px;}.elementor-97 .elementor-element.elementor-element-e9dc58c{bottom:10px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-97 .elementor-element.elementor-element-d1471ca img{width:75px;}.elementor-97 .elementor-element.elementor-element-5d7684e img{width:75px;}.elementor-97 .elementor-element.elementor-element-f329039 img{width:50%;}}@media(max-width:767px){.elementor-97 .elementor-element.elementor-element-d1471ca img{width:50px;}.elementor-97 .elementor-element.elementor-element-5d7684e img{width:50px;}.elementor-97 .elementor-element.elementor-element-f329039 img{width:30%;}}/* Start custom CSS *//* styles.css */
:root {
  --primary-color: #273D50;
  --secondary-color: #e74c3c;
  --background-color: #F6F0EE; 
  --light-background-color: #d9cfcc;
  --greyed-out-color: #c6b8b4;
  --btn-color: #273D50;
  --btn-bg-color: #d2d5d2;
  --color-white: #ffffff;
  --color-black: #000000;
  --overlay-color: #032e0380;
  --color-brown: #573d01;
  --color-transparent: rgba(0,0,0,0.0);
  --primary-font: 'Poppins', sans-serif;
  --secondary-font: 'Playfair Display', serif;
  --body-font: 'Poppins', sans-serif;
}
/*body{*/
/*  background-color: var(--background-color);*/
/*}*/
h1,h2,h3,h4,h5,h6,.h1 {
  font-family: var(--primary-font);
  color: var(--primary-color);
}
body, p{
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--primary-color);
}
/*body {*/
/*  max-width: 1250px;*/
/*  margin: auto;*/
/*}*/
table td, table th {
    padding: 10px;
    font-size: 1.2rem;
    color: var(--primary-color);
}

th{
  background: var(--light-background-color);
}
td{
  font-weight: bold;
}
td:hover{
  background: var(--primary-color);
  color:var(--color-white);
  transition: ease .5s;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.title{
  align-items: center;
  text-align: center;
  color: var(--primary-color);
  flex-direction: column;
  margin: 50px 0;
}
.sub-title{
  font-size: 1.5rem;
  font-weight: bold;
  font-family: var(--secondary-font);
}
.center{
  text-align: center;
}
.h1{
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
button {
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
  padding: 10px 15px;
  font-family: var(--primary-font);
  font-weight: bold;
  font-size: 1.2rem;
  border: none;
  border-radius: 6px;
}
button:hover{
  background-color: var(--btn-color) !important;
  color: var(--btn-bg-color);
}
.hero-img-container{
  display: flex;
  justify-content: center; /* Center the child elements horizontally */
  align-items: center; /* Center the child elements vertically */
  height: 100%; /* Optional: Set a height for the container if needed */
}
#hero-img {
  max-width: 100%; /* Ensure the image doesn't exceed the container's width */
  height: auto; /* Maintain the image's aspect ratio */
  margin-bottom: 50px;
}
#leaf{
  position: absolute;
  top:5px;
  right: 5px;
  width: auto;
  height: 180px;
  z-index: 0;
}
#leaf-left{
  position: absolute;
  top:5px;
  left: 5px;
  rotate: -83deg;
  width: auto;
  height: 180px;
  z-index: 0;
}
#pumpkins{
  position: absolute;
  bottom:5px;
  left: 5px;
  z-index: 0;
  width: 150px;
}

button#close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  color: var(--color-white);
  padding: 10px 15px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
button#close-popup:hover {
  background: var(--color-white) !important;
  color: var(--color-brown);
}

#game-board {
  border-collapse: collapse;
  width: 100%;
}
th {
  width: 20%;
}

th, td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

.question-cell {
  cursor: pointer;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-brown);
  z-index: 998;
  display: none;
}

#question-container {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1250px;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 999; 
  display: none;
  border-radius: 50px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;

}

#question-category {
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: normal;
  font-family: var(--body-font);
  color: var(--color-white);
}

#question-content {
  padding: 50px; /* Add padding to the question content */
  border-radius: 50px;
}
p#question-text {
  font-size: 3rem;
  /* margin: 10px 0 60px 0; */
  color: var(--color-white);
}
p#answer {
  font-size: 4rem;
  font-weight: normal;
  font-family: var(--secondary-font);
  color: var(--color-white);
}

#answer {
  margin-top: 10px;
}

#reveal-answer{
  cursor: pointer;
}

/* Multiple Choice Styling */
div#options-container {
  display: flex;
  gap: 10px;
  padding: 0 0 30px 0;
}
div#answer-feedback {
  /* display: inline-block !important; */
  color: white;
  background-color: #d98e06;
  border-radius: 5px;
  font-size: 1.5rem;
  text-align: center;
  padding: 10px 20px;
  margin: 10px auto;
  transition: background-color 0.3s ease;
}
p#answer {
    font-style: italic;
}

/*Happy Thanksgiving Popup styling*/
#happy-thanksgiving-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: none;
  z-index: 999;
  width: 70%;
  height: 60%;
}

#happy-thanksgiving-popup h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0;
  color: var(--color-white);
  margin-top: 200px;
  margin-bottom: -250px;
  z-index: 999;
}


.greyed-out {
  /* Add styles to visually indicate the question is greyed out */
  background-color: var(--light-background-color);
  color: var(--greyed-out-color);
  pointer-events: none; /* Example: Disable pointer events */
}/* End custom CSS */