/* =====================
   1. Reset & Base Styles
   ===================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =====================
   2. CSS Variables
   ===================== */
:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --white-color: #ffffff;
  --body-color: #6c757d;
  --heading-color: #37423b;
  --border-color: #dee2e6;
  --shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

/* =====================
   3. Layout & Container
   ===================== */
body {
  font-family: "Verdana", "Roboto", sans-serif;
  background-color: #0d0d0d;
  color: #fff;
  line-height: 1.6;
  color: var(--body-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

/* =====================
   4. Header
   ===================== */
.header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo img {
  height: 68px;
}

.nav-menu {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.nav-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(15deg);
  z-index: -1;
  background-color: white;
}

.nav-menu ul {
  display: flex;
  background-color: transparent;
  clip-path: none;
  padding: 1em 25px;
  margin-bottom: 0;
}

.nav-menu li {
  position: relative;
  list-style-type: none;
}

.nav-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c4983f;
  transform: skewX(15deg);
  transition: all 0.5s linear;
  z-index: 1;
}

.nav-menu li:hover::before,
.nav-menu li.active::before {
  width: 100%;
}

.nav-menu li a {
  display: block;
  padding: 15px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition: color 0.5s linear;
  z-index: 2;
}

.nav-menu li:hover a,
.nav-menu li.active a {
  color: white;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: white;
  transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 992px) {
  .nav-menu li a {
    font-size: 1.5rem;
    padding: 13px 8px;
  }
  .nav-menu::after {
    display: none;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(13, 13, 13, 0.95);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    padding-top: 80px;
    display: flex;
    justify-content: center;
  }
  .nav-menu.nav-open {
    transform: translateX(0);
  }
  .nav-menu ul {
    flex-direction: column;
    width: 90%;
  }
  .nav-menu li {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .nav-menu li a {
    color: white;
    font-size: 1.5rem;
  }
  .nav-menu li::before {
    display: none;
  }
  .nav-menu li.active a {
    background-color: #c4983f;
    color: white;
  }
  .nav-menu li a:hover {
    color: #c4983f;
  }
  .hamburger-menu {
    display: block;
  }
}

/* =====================
   5. Hero Section
   ===================== */
.hero {
  width: 100%;
  height: 94vh;
  background: url(../images/top_banner_img.png) center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

.hero .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: visible;
}

.hero .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: -30px;
  width: 63%;
  background: url(../images/video_full_img.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero .row {
  width: 100%;
}

.hero-content .subtitle {
  color: #c4983f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.hero-content .subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  margin-right: 15px;
}

.hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
  color: #ffffff;
}

.hero-content .divider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.hero-content .divider span {
  background: #ffffff;
}

.hero-content .divider span:nth-child(1),
.hero-content .divider span:nth-child(2) {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
}

.hero-content .divider span:nth-child(3) {
  height: 2px;
  width: 40px;
}

.hero-content .description {
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 80%;
  font-size: 14px;
}

.hero-content .hero-buttons {
  display: flex;
  gap: 15px;
}

.hero-content .hero-buttons .btn {
  background: white;
  color: #121827;
  border: 2px solid #c4983f;
  transform: skewX(15deg);
  padding: 12px 25px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  transition: all 0.3s ease;
}
.hero-content .hero-buttons .btn:hover {
  background-color: #c4983f;
  color: #fff;
  border-color: #c4983f;
}

.hero-contact {
  position: absolute;
  bottom: 50px;
  right: 15%;
  font-size: 14px;
  z-index: 2;
}

.hero-contact a {
  color: #fff;
  display: flex;
  align-items: center;
}

.hero-contact i {
  color: #c4983f;
  margin-right: 10px;
  font-size: 1.2rem;
}

.cart-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #121827;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.cart-icon i {
  font-size: 1.5rem;
}

.cart-icon span {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #c0a375;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.video-button-wrapper {
  position: absolute;
  top: 48%;
  right: 26%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
}

.video-play-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #c4983f;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.video-play-btn:hover {
  background: #c4983f;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(196, 152, 63, 0.4);
}

.video-play-btn i {
  font-size: 24px;
  color: #c4983f;
  margin-bottom: 5px;
}

.video-play-btn:hover i {
  color: white;
}

.video-play-btn span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #121827;
}

.video-play-btn:hover span {
  color: white;
}

@media (max-width: 992px) {
  .video-button-wrapper {
    top: 47%;
    right: 23%;
  }
  .video-play-btn {
  }
}

@media (max-width: 768px) {
  .video-button-wrapper {
    top: 47%;
    right: 21%;
  }
  .video-play-btn {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 576px) {
  .video-button-wrapper {
    top: 48%;
    right: 22%;
  }
  .video-play-btn {
    width: 75px;
    height: 75px;
  }
}

/* =====================
   6. About Author Section
   ===================== */
.about-author {
  position: relative;
  overflow-x: clip;
  background-color: #fff;
  padding: 80px 0;
}

.about-author .about-content {
  padding-left: 30px;
  position: relative;
}

.about-img {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img .bg-image,
.about-img .border-image,
.about-img .author-image {
  position: absolute;
  width: 90%;
  height: 90%;
  max-width: 400px;
  max-height: 520px;
}
.bg-image {
  top: -30%;
  animation: pulse-zoom 8s ease-in-out infinite;
  transform-origin: center center;
  z-index: 3;
}

.about-img .bg-image {
  object-fit: cover;
  z-index: 1;
  opacity: 0.4;
  animation: pulse-zoom 2.5s ease-in-out infinite;
  transform-origin: left center;
  left: 0;
}

.about-img .border-image {
  border: 10px solid #1a212c;
  z-index: 2;
  left: 20px;
}

.about-img .author-image {
  z-index: 3;
  object-fit: cover;
  left: 20px;
}

.about-author .about-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.about-author .about-content .subtitle,
.about-author .about-content h3,
.about-author .about-content .divider,
.about-author .about-content p,
.about-author .about-content .btn-primary {
  position: relative;
  z-index: 2;
}

.about-author .about-content .subtitle {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #c4983f;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.about-author .about-content .subtitle::before {
  content: "—";
  margin-right: 10px;
  color: #c8a063;
}

.about-author .about-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 53px;
  font-weight: 400;
  font-style: italic;
  color: #333;
  margin-bottom: 15px;
}

.about-author .about-content .divider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-author .about-content .divider span {
  background: #c8a063;
}

.about-author .about-content .divider span:nth-child(1),
.about-author .about-content .divider span:nth-child(2) {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
}

.about-author .about-content .divider span:nth-child(3) {
  height: 2px;
  width: 40px;
}

.about-author .about-content p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #7e7e7e;
  font-size: 15px;
}

.about-author .about-content p:last-of-type {
  margin-bottom: 25px;
}

.about-author .about-content .btn-primary {
  background: #c4983f;
  color: #ffffff;
  border: 2px solid #c4983f;
  transform: skewX(15deg);
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  transition: all 0.3s ease;
}
.about-author .about-content .btn-primary:hover {
  background-color: #000000;
  color: #c4983f;
  border-color: #c4983f;
}

@keyframes pulse-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

/* =====================
   7. Why Read Section
   ===================== */
.why-read-section {
  position: relative;
  overflow: hidden;
  background: url("../images/abt_the_book_section_bg.png") center center/cover
    no-repeat;
  min-height: 600px;
  padding: 100px 0 80px 0;
  z-index: 1;
}
.why-read-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.why-read-section .container {
  position: relative;
  z-index: 3;
}
.why-read-section-content {
  color: #fff;
  padding-right: 30px;
}

.why-title {
  font-family: "Montserrat", sans-serif;
  font-size: 92px;
  font-weight: 600;
  color: #0000005e;
  margin-bottom: 20px;
  line-height: 1.1;
}
.why-subtitle-wrap {
  margin-bottom: 18px;
}
.why-subtitle-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
}
.why-subtitle-text {
  color: #ffffff;
  font-style: italic;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 0;
}
.why-book-title {
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
}
.why-desc {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
  font-style: italic;
  opacity: 0.95;
}
.why-read-section .btn-primary {
  background: white;
  color: #121827;
  border: 2px solid #c4983f;
  transform: skewX(15deg);
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  transition: all 0.3s ease;
}
.why-read-section .btn-primary:hover {
  background-color: #000000;
  color: #c4983f;
  border-color: #c4983f;
}
.why-read-section .col-lg-6.position-relative {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 400px;
}
.book-main-img {
  max-width: 100%;
  width: 483px;
  height: auto;
  margin: 0;
  box-shadow: none;
  position: relative;
  z-index: 4;
}
.book-decoration-img {
  display: none !important;
}
.book-bg-decoration {
  position: absolute;
  right: 80px;
  left: auto;
  width: 90%;
  max-width: 400px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  animation: book-bg-zoom 8s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes book-bg-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.why-read-section .container,
.why-read-section .row,
.book-main-img {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .why-title {
    font-size: 2.5rem;
  }
  .why-book-title {
    font-size: 2rem;
  }
  .book-main-img {
    max-width: 220px;
    margin-left: 0;
  }
  .book-decoration-img {
    width: 180px;
    right: -20px;
  }
  .why-read-section-content {
    padding-right: 0;
  }
  .book-bg-decoration {
    width: 35vw;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .why-read-section {
    padding: 60px 0 40px 0;
  }
  .why-title {
    font-size: 1.5rem;
  }
  .why-book-title {
    font-size: 1.1rem;
  }
  .book-main-img {
    max-width: 140px;
    margin-top: 10px;
  }
  .book-decoration-img {
    width: 90px;
    top: 20px;
    right: 0;
  }
  .why-read-section .row {
    flex-direction: column;
  }
  .why-read-section-content {
    text-align: center;
  }
  .book-bg-decoration {
    width: 60vw;
    max-width: 160px;
    left: 60%;
  }
}

@media (max-width: 575.98px) {
  .why-read-section .row {
    flex-direction: column;
    align-items: center;
  }
  .why-read-section .col-lg-5.position-relative {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
    width: 100%;
  }
  .book-main-img {
    max-width: 260px;
    width: 80vw;
    margin: 0 auto;
    display: block;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 992px) {
  .about-author .bg-image {
    display: none;
  }
}

.video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.play-btn {
  pointer-events: none;
  filter: drop-shadow(0 2px 8px #0008);
}
@media (max-width: 991.98px) {
  .video-section .row {
    flex-direction: column;
  }
  .video-section .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }
  .video-wrapper {
    margin: 0 auto 2rem auto;
    max-width: 100%;
  }
}

/* =====================
   8. Video Section
   ===================== */
.video-section {
  position: relative;
  background: url("../images/video_section_bg.png") center center/cover
    no-repeat;
  min-height: 600px;
  z-index: 1;
}
.video-section-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.video-section .container {
  position: relative;
  z-index: 2;
}
.video-section-title {
  font-size: 92px;
  color: #c4983f5c;
  font-weight: 700;
}
.video-section-subtitle-wrap {
  margin-bottom: 18px;
}
.video-section-subtitle-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
}
.video-section-subtitle {
  color: #c4983f;
  font-style: italic;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 0;
}
.video-section-book-title,
.section_big_title.change_after {
  font-size: 65px;
  color: #fff;
}
.video-section-desc {
  font-size: 15px;
  color: #fff;
  font-style: italic;
}
.video-wrapper {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.video-play-link {
  width: 260px;
  height: 260px;
  display: block;
  position: relative;
}
.play-btn-img {
  object-fit: contain;
  filter: drop-shadow(0 2px 8px #0008);
  width: 100%;
  height: 100%;
}
.section_small_title.invert_color {
  color: #c4983f;
}

@media (max-width: 991.98px) {
  .video-section .row {
    flex-direction: column;
  }
  .video-section .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }
  .video-wrapper {
    margin: 0 auto 2rem auto;
    max-width: 100%;
  }
  .video-play-link {
    width: 200px;
    height: 200px;
  }
  .video-section-title {
    font-size: 2.5rem;
  }
  .video-section-book-title,
  .section_big_title.change_after {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .video-section {
    min-height: 400px;
    padding: 40px 0;
  }
  .video-section-title {
    font-size: 1.7rem;
  }
  .video-section-book-title,
  .section_big_title.change_after {
    font-size: 1.1rem;
  }
  .video-play-link {
    width: 120px;
    height: 120px;
  }
}

.video-section .divider {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.video-section .divider span {
  background: #fff;
  display: inline-block;
}
.video-section .divider span:nth-child(1),
.video-section .divider span:nth-child(2) {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
}
.video-section .divider span:nth-child(3) {
  height: 2px;
  width: 60px;
  border-radius: 1px;
  margin-left: 7px;
}

/* =====================
   9. Testimonials Section
   ===================== */
.testimonials-section {
  background: #fff;
  position: relative;
  overflow: visible;
  z-index: 1;
  min-height: 600px;
}
.testi-left-img {
  top: -58px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 37px;
}
.testimonials-bg-title {
  font-size: 5rem;
  color: #e0e0e0;
  font-weight: 700;
  opacity: 0.5;
  pointer-events: none;
}
.testimonials-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #121827;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.testimonials-subtitle-wrap {
  margin-bottom: 10px;
}
.testimonials-subtitle-line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #c4983f;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.testimonials-subtitle {
  color: #c4983f;
  font-style: italic;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.testimonials-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-divider span {
  background: #c4983f;
  display: inline-block;
}
.testimonials-divider span:nth-child(1),
.testimonials-divider span:nth-child(2) {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
}
.testimonials-divider span:nth-child(3) {
  height: 2px;
  width: 40px;
  border-radius: 1px;
  margin-left: 7px;
}
.testimonial-card {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.testimonial-text {
  color: #222;
  font-size: 1rem;
  font-style: italic;
  margin-top: 0.5rem;
}
.testimonial-text.highlight {
  color: #222222;
  padding: 10px 12px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
}
.testimonial-card:nth-of-type(1) {
  transform: skewX(-6deg);
}
.testimonial-card:nth-of-type(2) {
  transform: skewX(0deg);
}
.testimonial-card:nth-of-type(3) {
  transform: skewX(6deg);
}
@media (max-width: 991.98px) {
  .testi-left-img {
    height: 220px;
    left: -40px;
  }
  .testimonials-bg-title {
    font-size: 2.5rem;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .testi-left-img {
    display: none !important;
  }
  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-card {
    transform: none !important;
  }
}

/* =====================
   10. Last Section
   ===================== */
.last-section {
  position: relative;
  background-image: url("../images/last_section_bg.png");
  max-height: 600px;
  height: 550px;
}

.last-section .container {
  position: relative;
  z-index: 2;
}

.last-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.last-section-after-img {
  position: absolute;
  width: 21vw;
  max-width: 500px;
  min-width: 200px;
  height: auto;
  z-index: 3;
  object-fit: contain;
  animation: pulse-zoom 2.5s ease-in-out infinite;
  transform-origin: left center;
  left: 35%;
  bottom: -432px;
}

.last-section .last-section-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.last-section-desc {
  color: #eaeaea;
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 1.2rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.last-section-story-label {
  color: #daa520;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.last-section-story-text {
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* =====================
   11. Visitor Section
   ===================== */
.visitor-section {
  background-image: url("../images/visitor.png");
  background-size: cover;
  background-position: 30%;
  position: relative;
  padding: 1em 0 1em 0;
}

.visitor-heading h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  font-style: italic;
}

.visitor-heading h3::before {
  content: "—";
  margin-right: 10px;
}

.visitor-heading h2 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.visitor-counter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.visitor-counter span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4983f;
  color: #121827;
  font-size: 1.2rem;
  font-weight: bold;
  width: 45px;
  height: 45px;
  padding: 0;
  margin-left: 15px;
  border-radius: 50%;
}

/* =====================
   12. Footer
   ===================== */
.footer-main-content {
  background: #121827;
  color: #ffffff;
  padding: 60px 0;
}

.footer-main-content h4 {
  color: #c4983f;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.footer-main-content p {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 1rem;
  color: #a9b3c1;
}

.footer-main-content .contact-info-list {
  color: #a9b3c1;
}

.footer-main-content .contact-info-list a {
  color: #a9b3c1;
}
.footer-main-content .contact-info-list i {
  color: #c4983f;
  margin-right: 8px;
  vertical-align: top;
}
.footer-main-content .contact-info-list span {
  display: inline-block;
}

.footer-main-content ul a {
  color: #a9b3c1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-main-content ul a:hover {
  color: #c4983f;
}

.footer-main-content .form-control {
  background: #fff;
  border: none;
  /* margin-bottom: 10px; */
  padding: 15px;
  color: #333;
}

.footer-main-content .form-control::placeholder {
  color: #999;
}

.footer-main-content .btn-primary {
  background-color: #c4983f;
  color: #1a212c;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  border-radius: 0;
}

.footer-bottom {
  background: #121827;
  padding: 30px 0;
  width: 100%;
}

.footer-bottom-bar {
  background: #c4983f;
  padding: 20px 0;
  color: #1a212c;
  clip-path: polygon(1% 0, 99% 0, 100% 100%, 0% 100%);
}

.social-icons a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid #1a212c;
  color: #1a212c;
  margin-left: 10px;
  transform: skewX(-20deg);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: transparent;
  border-color: #fff;
}

.social-icons a span {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #1a212c;
  transition: all 0.3s ease;
}

.social-icons a:hover span {
  border-color: #fff;
}

/* =====================
   13. Responsive Styles
   ===================== */
@media (max-width: 991px) {
  .last-section {
    height: auto;
    max-height: none;
    padding: 40px 0 30px 0;
  }
  .last-section .last-section-title {
    font-size: 2rem;
  }
  .last-section-desc,
  .last-section-story-text {
    font-size: 1rem;
  }
  .last-section-after-img {
    width: 55vw;
    max-width: 350px;
    left: 40%;
    top: 10px;
    display: none;
  }
  .visitor-section .row {
    flex-direction: column;
    text-align: center;
  }
  .visitor-heading h2 {
    font-size: 2.5rem;
  }
  .visitor-counter {
    justify-content: center;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .last-section {
    padding: 25px 0 15px 0;
    height: auto;
    text-align: center;
  }
  .last-section .last-section-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .last-section-desc,
  .last-section-story-text {
    font-size: 0.95rem;
  }
  .last-section-after-img {
    width: 80vw;
    max-width: 95vw;
    left: 10%;
    top: 20px;
  }
  .last-section .container {
    padding: 0 8px;
  }
  .visitor-section {
    padding: 20px 0 20px 0;
  }
  .visitor-heading h2 {
    font-size: 1.5rem;
  }
  .visitor-heading h3 {
    font-size: 1rem;
  }
  .visitor-counter {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .visitor-counter span {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    margin-left: 6px;
    margin-right: 6px;
  }
}

/* ========== ABOUT THE BOOK SECTION ========== */
.about-book-section {
  background: #101426;
  padding: 60px 0 40px 0;
}
.about-book-title {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.about-book-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.author-name {
  color: #c4983f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.about-book-arrow {
  color: #fff;
  font-size: 1.3em;
}
.about-book-desc {
  color: #fff;
  font-style: italic;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about-book-title {
    font-size: 2rem;
  }
  .about-book-section {
    padding: 36px 0 24px 0;
  }
  .about-book-subtitle {
    font-size: 1rem;
    gap: 8px;
  }
}

/* ========== ABOUT BOOK HIGHLIGHT SECTION ========== */
.about-book-highlight {
  background-image: linear-gradient(180deg, #000000 0%, #cca353 100%);
  min-height: 600px;
  padding: 80px 0 60px 0;
  position: relative;
}
.about-book-highlight .why-title,
.about-book-highlight .why-book-title {
  color: #fff;
  font-weight: 800;
}
.about-book-highlight .why-desc {
  color: #fff;
  font-style: italic;
  font-size: 1.1rem;
}
.about-book-highlight .why-divider {
  border: none;
  border-bottom: 2px solid #fff;
  width: 60px;
  margin: 18px 0;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .about-book-highlight {
    padding: 36px 0 24px 0;
    min-height: 400px;
  }
  .about-book-highlight .why-title {
    font-size: 2rem;
  }
  .about-book-highlight .why-book-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .hero .container {
    height: auto;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-contact {
    position: static;
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
  }
}
