body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Bebas Neue", sans-serif;
}
h1,h2{
  font-size: 3rem!important;
  color: #8b4a49;
}
p{
  font-size: 1.5rem!important;
  color: #8b4a49;
}
.section {
  padding: 60px 20px;
}

.bg-info {
  background-color: #1a1a1d !important;
}

.definition-section {
  background-color: #f4f5d9;
  padding: 60px 20px;
}

.definition-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.definition-section .divider {
  height: 2px;
  background-color: #000;
  max-width: 200px;
  margin: 20px 0;
}

.definition-section p {
  font-size: 1rem;
  line-height: 1.8;
}

.historical-context {
  background-color: #f4f5d9;
  padding: 60px 20px;
}

.historical-context h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.historical-context .description-box {
  background-color: #dce0bc;
  padding: 20px;
  border-radius: 10px;
}

.historical-context p {
  font-size: 1rem;
  line-height: 1.8;
}

.historical-context img {
  max-width: 100%;
  border-radius: 10px;
}

.gvz-background {
  background-color: #f4f5d9;
  padding: 100px 20px;
}

.gvz-background .image-content-wrapper {
  position: relative;
}

.gvz-background img {
  width: 100%;
  border-radius: 8px;
}

.gvz-background .career-content {
  position: absolute;
  bottom: -80px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 15px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.gvz-background .career-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.gvz-background .career-content p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.gvz-background h2 {
  font-size: 2.5rem;
  color: #8b4a49;
  margin-bottom: 20px;
}

.gvz-background p {
  font-size: 1rem;
  color: #8b4a49;
  line-height: 1.8;
}



.bookInfo {
  padding: 40px 0;
}

.bookDummyPreview iframe {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contactInformation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-card h3 {
  color: #014852;
  font-size: 24px;
  font-weight: bold;
}

.contact-card p {
  font-size: 18px;
  color: #333;
}

.contact-card p span {
  font-weight: bold;
  color: #014852;
}

