/* ===========================
   Import Fonts
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ===========================
   CSS Variables - Design System
=========================== */
:root {
  --primary-blue: #1e3a8a;
  --secondary-blue: #3b82f6;
  --accent-teal: #0d9488;
  --light-teal: #a7f3d0;
  --cool-gray: #f8fafc;
  --warm-white: #fefefe;
  --text-dark: #1e293b;
  --text-medium: #475569;
  --text-light: #64748b;
  --border-teal: #14b8a6;
  --shadow-blue: rgba(30, 58, 138, 0.15);
  --shadow-teal: rgba(13, 148, 136, 0.2);
  
  /* Typography Variables */
  --font-english: 'Inter', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --h1-size: 3.5rem;
  --h2-size: 2.5rem;
  --h3-size: 1.5rem;
  --body-size: 1.125rem;
  --subtitle-size: 1.25rem;
  --btn-size: 1.1rem;
  
  /* Gradients */
  --gradient-cool: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  --gradient-hero: linear-gradient(135deg, #1e3a8a 0%, #3730a3 50%, #0d9488 100%);
}

/* ===========================
   Base Styles
=========================== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  background-color: var(--cool-gray);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  width: 100%;
  max-width: 100vw;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

/* ===========================
   Header/Navigation Fixes
=========================== */
/* Fix for hamburger menu positioning */
.site-header,
header,
.main-navigation,
.navbar {
  position: relative;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}

/* Ensure header content doesn't stick to edges */
.site-header .container,
header .container,
.navbar .container {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

/* Fix hamburger menu positioning */
.hamburger-menu,
.menu-toggle,
.navbar-toggler,
.mobile-menu-toggle {
  position: relative !important;
  right: 15px !important;
  margin-right: 0 !important;
  z-index: 1000;
}

/* Prevent any fixed positioning issues */
.site-header.fixed,
header.fixed,
.navbar.fixed {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.site-header.fixed .container,
header.fixed .container,
.navbar.fixed .container {
  padding: 0 15px !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

/* ===========================
   Header/Navigation Fixes
=========================== */
/* Fix for hamburger menu positioning */
.site-header,
header,
.main-navigation,
.navbar {
  position: relative;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}

/* Ensure header content doesn't stick to edges */
.site-header .container,
header .container,
.navbar .container {
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

/* Fix hamburger menu positioning */
.hamburger-menu,
.menu-toggle,
.navbar-toggler,
.mobile-menu-toggle {
  position: relative !important;
  right: 15px !important;
  margin-right: 0 !important;
  z-index: 1000;
}

/* Prevent any fixed positioning issues */
.site-header.fixed,
header.fixed,
.navbar.fixed {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.site-header.fixed .container,
header.fixed .container,
.navbar.fixed .container {
  padding: 0 15px !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
/* ===========================
   Hero Section
=========================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  background: url('../images/cover1.jpg') no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  color: white;
}

.hero-heading {
  font-family: var(--font-english);
  font-size: var(--h1-size);
  font-weight: 700;
  margin: 0 0 20px 0;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);
  letter-spacing: -0.02em;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, var(--light-teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: var(--subtitle-size);
  color: #cbd5e1;
  font-weight: 500;
  margin: 0 0 40px 86px;
  align-items: center !important;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 35px;
  font-size: var(--btn-size);
  font-weight: 600;
  color: white;
  background: transparent;
  border: 2px solid #6e8482;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.btn-custom:hover {
  background: var(--gradient-hero);
  color: white;
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px var(--shadow-blue);
}

.arrow-side {
  font-size: 1.2rem;
  animation: bounce 2s infinite;
}

.phone-icon {
  font-size: 1rem;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* ===========================
   Featured Books Section
=========================== */
.featured-books-section {
  padding: 80px 0;
  background: var(--gradient-cool);
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

.featured-books-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.section-header {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  box-sizing: border-box;
}

.section-title {
  font-family: var(--font-english);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 15px;
  word-wrap: break-word;
  hyphens: auto;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-teal) 50%, transparent 100%);
  border-radius: 2px;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: var(--body-size);
  color: var(--text-medium);
  max-width: 600px;
  margin: 16px auto;
  line-height: 1.7;
  word-wrap: break-word;
  hyphens: auto;
}

.books-carousel-wrapper {
  position: relative;
  z-index: 2;
  padding: -8px 0;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.featuredBooksSwiper {
  overflow: hidden;
  padding: 20px 50px;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.featuredBooksSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.featuredBooksSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.slide-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.modern-book-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.modern-book-card-link:hover,
.modern-book-card-link:focus {
  text-decoration: none;
  color: inherit;
}

.modern-book-card {
  width: 100%;
  max-width: 280px;
  height: 440px;
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin: 15px  auto;
}

.modern-book-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border: 2px solid var(--accent-teal);
}

.modern-book-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.05), rgba(30, 58, 138, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.modern-book-card:hover::before {
  opacity: 1;
}

.book-image-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
  height: 280px;
  flex-shrink: 0;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
}

.modern-book-card:hover .book-image {
  transform: scale(1.02);
}

.book-info {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100px;
}

.book-title {
  font-family: var(--font-english);
  font-size: var(--body-size);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.modern-book-card:hover .book-title {
  color: var(--accent-teal);
}

.book-author {
  font-size: 1rem;
  color: var(--text-medium);
  font-weight: 500;
  margin: 0;
}

/* No books message styling */
.no-books-message {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f8f9fa;
  border: 2px dashed #ddd;
}

/* Swiper Navigation Buttons */
.featuredBooksSwiper .swiper-button-next,
.featuredBooksSwiper .swiper-button-prev {
  /* width: 44px;
  height: 44px;
  background: var(--accent-teal);
  border-radius: 50%;
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease;
  margin-top: -22px; */
  display: none;
}

.featuredBooksSwiper .swiper-button-next:after,
.featuredBooksSwiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.featuredBooksSwiper .swiper-button-next:hover,
.featuredBooksSwiper .swiper-button-prev:hover {
  opacity: 1;
  transform: scale(1.1);
  background: var(--primary-blue);
}

.featuredBooksSwiper .swiper-button-next {
  right: 10px;
}

.featuredBooksSwiper .swiper-button-prev {
  left: 10px;
}

/* Swiper Pagination */
.featuredBooksSwiper .swiper-pagination {
  bottom: -20px !important;
  position: relative !important;
  text-align: center;
  margin-top: 30px;
}

.featuredBooksSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 0.7;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.featuredBooksSwiper .swiper-pagination-bullet-active {
  background: var(--accent-teal);
  transform: scale(1.3);
  opacity: 1;
}

.view-more-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: var(--btn-size);
  font-weight: 600;
  color: var(--primary-blue);
  background: transparent;
  border: 2px solid var(--primary-blue);
  border-radius: 12px;
  text-decoration: none;
  margin-top: -15px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.view-more-btn:hover {
  background: var(--gradient-hero);
  color: white;
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px var(--shadow-blue);
}

/* ===========================
   About Section
=========================== */
.about-section {
  background: var(--cool-gray);
  padding: 100px 0;
  color: var(--text-dark);
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

.about-title {
  font-family: var(--font-english);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin: 0 0 20px 0;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

.about-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-teal) 50%, transparent 100%);
  border-radius: 2px;
}

.about-text {
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: 1.7;
  color: var(--text-medium);
  margin-bottom: 20px;
  text-align: justify;
  padding-top: 20px;
}

.about-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: var(--btn-size);
  font-weight: 600;
  color: var(--primary-blue);
  background: transparent;
  border: 2px solid var(--primary-blue);
  border-radius: 12px;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.about-btn:hover {
  background: var(--gradient-hero);
  color: white;
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px var(--shadow-blue);
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px var(--shadow-blue);
  transition: transform 0.3s ease;
}

.image-wrapper:hover {
  transform: scale(1.02);
}

.about-image {
  width: 100%;
  height: 453px;
      margin-top: 29px;
      border-radius: 25px;
  object-fit: cover;
  display: block;
}

/* ===========================
   Animation Classes
=========================== */
.animate-left,
.animate-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 1s ease;
}

.animate-left {
  transform: translateX(-50px);
}

.animate-right {
  transform: translateX(50px);
}

.animate-visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   Responsive Design
=========================== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  :root {
    --h1-size: 4rem;
    --h2-size: 2.8rem;
    --h3-size: 1.6rem;
    --body-size: 1.2rem;
    --subtitle-size: 1.35rem;
    --btn-size: 1.15rem;
  }
}

/* Medium Desktop (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  :root {
    --h1-size: 3.5rem;
    --h2-size: 2.5rem;
    --h3-size: 1.5rem;
    --body-size: 1.125rem;
    --subtitle-size: 1.25rem;
    --btn-size: 1.1rem;
  }
}

/* Tablet Landscape (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  :root {
    --h1-size: 3rem;
    --h2-size: 2.2rem;
    --h3-size: 1.4rem;
    --body-size: 1.1rem;
    --subtitle-size: 1.2rem;
    --btn-size: 1.05rem;
  }

  .container {
    padding: 0 15px;
  }

  .site-header .container,
  header .container,
  .navbar .container {
    padding: 0 15px;
  }

  .hero-buttons {
    gap: 15px;
  }

  .btn-custom {
    padding: 14px 30px;
  }

  .featuredBooksSwiper {
    padding: 0 15px;
  }

  .modern-book-card {
    max-width: 260px;
    min-height: 400px;
  }

  .featuredBooksSwiper .swiper-button-next,
  .featuredBooksSwiper .swiper-button-prev {
    display: none;
  }
}

/* Tablet Portrait and Small Desktop (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
  :root {
    --h1-size: 2.8rem;
    --h2-size: 2rem;
    --h3-size: 1.3rem;
    --body-size: 1.05rem;
    --subtitle-size: 1.15rem;
    --btn-size: 1rem;
  }

  .container {
    padding: 0 15px;
  }

  .site-header .container,
  header .container,
  .navbar .container {
    padding: 0 10px;
  }

  .hamburger-menu,
  .menu-toggle,
  .navbar-toggler,
  .mobile-menu-toggle {
    right: 10px !important;
  }

  .hero-section {
    padding: 0 15px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn-custom {
    padding: 13px 28px;
    width: 100%;
    max-width: 220px;
    justify-content: center;
  }

  .featured-books-section,
  .about-section {
    padding: 70px 0;
  }

  .section-header {
    padding: 0 10px;
  }

  .featuredBooksSwiper {
    padding: 0 10px;
  }

  .modern-book-card {
    max-width: 280px;
    min-height: 400px;
  }

  .featuredBooksSwiper {
    padding: 0 20px;
  }

  .featuredBooksSwiper .swiper-button-next,
  .featuredBooksSwiper .swiper-button-prev {
    display: none;
  }
}

/* Large Mobile (480px to 575px) */
@media (max-width: 575px) and (min-width: 480px) {
  :root {
    --h1-size: 2.5rem;
    --h2-size: 1.9rem;
    --h3-size: 1.25rem;
    --body-size: 1rem;
    --subtitle-size: 1.1rem;
    --btn-size: 0.95rem;
  }

  .container {
    padding: 0 10px;
  }

  .site-header .container,
  header .container,
  .navbar .container {
    padding: 0 10px;
  }

  .hamburger-menu,
  .menu-toggle,
  .navbar-toggler,
  .mobile-menu-toggle {
    right: 10px !important;
  }

  .hero-section {
    padding: 0 10px;
    min-height: 90vh;
  }

  .hero-subtitle {
    margin: 0 0 30px 0;
    padding: 0 10px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }

  .btn-custom {
    padding: 12px 25px;
    width: 100%;
    max-width: 200px;
    justify-content: center;
    font-size: 0.95rem;
  }

  .featured-books-section,
  .about-section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 50px;
    padding: 0 10px;
  }

  .featuredBooksSwiper {
    padding: 0 10px;
  }

  .featuredBooksSwiper .swiper-button-next,
  .featuredBooksSwiper .swiper-button-prev {
    display: none;
  }

  .modern-book-card {
    max-width: 300px;
    min-height: 400px;
    padding: 20px;
  }

  .book-image-container {
    height: 240px;
  }

  .about-image {
    height: 300px;
  }

  .view-more-btn,
  .about-btn {
    padding: 12px 30px;
    font-size: 0.95rem;
    /* margin-top: 36px; */
  }
}
/* .book-image-container {
    height: 288px;
  } */

/* Small Mobile (320px to 479px) */
@media (max-width: 479px) {
  :root {
    --h1-size: 2rem;
    --h2-size: 1.6rem;
    --h3-size: 1.2rem;
    --body-size: 0.95rem;
    --subtitle-size: 1rem;
    --btn-size: 0.9rem;
  }

  .container {
    padding: 0 8px;
  }

  .site-header .container,
  header .container,
  .navbar .container {
    padding: 0 8px;
  }

  .hamburger-menu,
  .menu-toggle,
  .navbar-toggler,
  .mobile-menu-toggle {
    right: 8px !important;
  }

  .hero-section {
    padding: 0 8px;
    min-height: 85vh;
  }

  .hero-heading {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin: 0 0 25px 0;
    padding: 0;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
  }

  .btn-custom {
    padding: 11px 20px;
    width: 100%;
    max-width: 180px;
    justify-content: center;
    font-size: 0.9rem;
    border-radius: 12px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .about-title {
    font-size: 1.5rem;
  }

  .featured-books-section,
  .about-section {
    padding: 50px 0;
  }

  .section-header {
    margin-bottom: 10px;
    padding: 0 8px;
  }

  .featuredBooksSwiper {
    padding: 0 8px;
  }

  .modern-book-card {
    max-width: 280px;
    min-height: 380px;
    padding: 18px;
  }

  .book-image-container {
    height: 288px;
  }

  .about-image {
    height: 250px;
  }

  .view-more-btn {
    padding: 11px 25px;
    font-size: 0.9rem;
    margin-top: -36px;
  }
.about-btn{
  padding: 11px 25px;
  font-size: 0.9rem;
  margin-left: 2px;
    
}


  .about-text {
    text-align: left;
  }
}

/* Extra Small Mobile (below 320px) */
@media (max-width: 319px) {
  :root {
    --h1-size: 1.8rem;
    --h2-size: 1.4rem;
    --h3-size: 1.1rem;
    --body-size: 0.9rem;
    --subtitle-size: 0.95rem;
    --btn-size: 0.85rem;
  }

  .container {
    padding: 0 5px;
  }

  .site-header .container,
  header .container,
  .navbar .container {
    padding: 0 5px;
  }

  .hamburger-menu,
  .menu-toggle,
  .navbar-toggler,
  .mobile-menu-toggle {
    right: 5px !important;
  }

  .hero-section {
    padding: 0 5px;
  }

  .hero-heading {
    font-size: 1.6rem;
  }

  .section-header {
    padding: 0 5px;
  }

  .featuredBooksSwiper {
    padding: 0 5px;
  }

  .modern-book-card {
    max-width: 260px;
    min-height: 360px;
  }

  .book-image-container {
    height: 200px;
  }
}

/* ===========================
   Smooth Scroll Animation
=========================== */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}