/**
* Template Name: iLanding
* Template URL: https://bootstrapmade.com/ilanding-bootstrap-landing-page-template/
* Updated: Nov 12 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

:root {
  /* Body Text */
  --default-font: "Nunito", sans-serif;

  /* Headings, Titles, Buttons */
  --heading-font: "Baloo 2", cursive;

  /* Navigation */
  --nav-font: "Nunito", sans-serif;

  /* Accent Quotes */
  --accent-font: "Caveat", cursive;
  --semi-white: #fefdf7;
}

/* All headings */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.hero-author,
.section-title,
.btn,
button {
  font-family: var(--heading-font);
}

/* Body text */
body,
p,
span,
li,
input,
textarea,
select,
label {
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;

}

a:hover {
  color: #24897d;
}

/* Navigation */
.navmenu a {
  font-family: var(--nav-font);
}

/* Handwritten quotes */
.quote,
.pull-quote,
.testimonial-quote {
  font-family: var(--accent-font);
  font-size: 1.5rem;
}


:root {

  /* Backgrounds */
  --background-color: #FFFFFF;
  --surface-color: #FFFFFF;

  /* Text Colors */
  --default-color: #1A3828;
  /* Deep Forest Green */
  --heading-color: #1A3828;
  /* Headings */
  --muted-color: #4A7A5E;
  /* Secondary text */

  /* Brand Colors */
  --accent-color: #2A9D8F;
  /* Teal */
  --gold-color: #F4A629;
  /* Warm Gold */
  --yellow-color: #FFD534;
  /* Golden Yellow */

  /* White Variations */
  --white: #FFFFFF;
  --white-80: rgba(255, 255, 255, .8);
  --white-60: rgba(255, 255, 255, .6);

  /* Buttons */
  --button-color: #2A9D8F;
  --border-color: rgba(255, 255, 255, .2);

  /* Contrast */
  --contrast-color: #FFFFFF;
  --color-amber-600: oklch(66.6% 0.179 58.318);
  --color-amber-800: oklch(47.3% 0.137 46.201);
  --color-gray-100: oklch(96.7% 0.003 264.542);
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: var(--default-color);
  font-family: var(--default-font);
}

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

/* a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

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

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  /* padding: 20px 0; */
  transition: all 0.5s;
  z-index: 997;
}

/* #header ul a{
  color: #fffcf5;
  text-shadow: 2px 2px 8px #d7b331;
  } */

.header .header-container {
  /* background: var(--surface-color); */
  background-color: #9ea2a000;
  padding: 0px 54px;
  /* justify-content: right !important; */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

.scrolled .header .header-container {
  background: rgba(254, 253, 247, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: rgba(26, 56, 40, 0.08) 0px 2px 20px;
}

.scrolled .header .header-container nav a {
  color: black !important;
}

body.scrolled .brand-title {
  color: #000 !important;
}

body.scrolled .brand-subtitle {
  color: var(--muted-color);
}

body.scrolled .mobile-nav-toggle {
  color: #000 !important;
}

/* background: color-mix(in srgb, var(--surface-color), transparent 5%); */

/* .scrolled .header .header-container {
  background: var(--surface-color);
} */

.header .logo {
  line-height: 1;
  padding-left: 5px;
  text-decoration: none;

}

.header .logo img {
  max-height: 80px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  /* background: color-mix(in srgb, var(--accent-color), transparent 15%); */
}

@media (max-width: 1200px) {
  .header {
    /* padding-top: 10px; */
  }

  #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.11)), url('../img/background/mobile.png') !important;

  }

  .header .header-container {
    /* margin-left: 10px;
    margin-right: 10px; */
    padding: 10px 5px 10px 15px;
  }

  .scrolled .header .header-container {
    backdrop-filter: none !important;
  }


  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }

  .about-the-author.text-center {
    position: relative !important;
  }

  #about .about-the-author .w-75 {
    width: 100% !important
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Navmenu - Desktop */

/* .navmenu li{
 border-left: 2px solid white;
 } */

/* Brand Container */
.navbar-brand-custom {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}

/* Circle Icon */
.brand-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #2aa198;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

/* Text Container */
.brand-text {
  line-height: 1.2;
  padding-left: 10px;
}

/* Main Title */
.brand-title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

/* Subtitle */
.brand-subtitle {
  font-size: 14px;
  color: white;
}

/* Header Layout */
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mobile */
@media (max-width: 768px) {

  #hero .btn-discover {
    padding: 7px 14px;
    font-size: 12px;
  }

  #hero .btn-meet {
    padding: 7px 14px;
    font-size: 12px;
  }

  .brand-title {
    font-size: 15px;
  }

  .brand-subtitle {
    font-size: 12px;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin-right: 45px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
    /* padding-bottom: 10px; */
    /* padding-top: 10px; */
  }


  .navmenu a,
  .navmenu a:focus {
    color: white;
    /* text-shadow: 2px 2px 8px #2f2502; */
    padding: 5px 16px !important;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    margin: 4px;
    margin-top: 20px;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--gold-color);
    border-radius: 49px;
    border-radius: 20px;
    padding: 5px 16px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  }
}

.navmenu .dropdown ul {
  margin: 0;
  padding: 10px 0;
  background: var(--nav-dropdown-background-color);
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.navmenu .dropdown ul li {
  min-width: 200px;
}

.navmenu .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: var(--nav-dropdown-color);
}

.navmenu .dropdown ul a i {
  font-size: 12px;
}

.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover>a {
  color: var(--nav-dropdown-hover-color);
}

.navmenu .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navmenu .dropdown .dropdown ul {
  top: 0;
  left: -90%;
  visibility: hidden;
}

/* .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  } */


/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--white);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    /*position: absolute;*/
    inset: 51px 35px 20px 34px;
    padding: 45px 10px;
    margin: 0;
    border-radius: 6px;
    /* background-color: rgb(175, 170, 170); */
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    animation: fadeSlideIn 0.3s ease-in forwards;
    background: #fff;

  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(-1000px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navmenu a,
  .navmenu a:focus {
    color: #3c3122;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--gold-color);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: var(--nav-color);
    position: absolute;
    font-size: 44px;
    top: 6px;
    z-index: 9999;
    right: 10px;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: #0000007a;
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 170px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
/* section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
} */

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 40px;
  /* font-weight: 700; */
  /* margin-bottom: 20px; */
  padding-bottom: 20px;
  position: relative;
  /* font-family: "DM Serif Display", serif; */
  color: #ffe9c4 !important;
}

/* .section-title h2:after {
 content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url('../img/border-section.png') no-repeat center;
  padding-top: 45px;
  top: 50%;
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* HERO SECTION */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

/* Optional dark overlay */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1000px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* TITLE AREA */
.book-hero {
  text-align: center;
  margin-bottom: 120px;
}

.hero-subtitle {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-title {
  color: #ffffff;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.hero-author {
  color: #ffc928;
  font-size: 54px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.btn-discover,
.btn-meet {
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s ease;
}

.btn-discover {
  background: var(--accent-color);
  color: #fff;
}

.btn-discover:hover {
  transform: translateY(-3px);
}

.btn-meet {
  color: var(--white);
  border: 2px solid var(--white-60);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
}

.btn-meet:hover {
  background: rgba(255, 255, 255, .2);
}

/* AWARD BADGE */
.award-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

  background: #fff;
  border-radius: 18px;
  padding: 12px 18px;
  width: fit-content;

  margin: 0 auto;
}

.award-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f5c442;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 8px;
  font-weight: 700;
  color: #7a5200;
  line-height: 1.1;
  text-align: center;
}

.award-text {
  text-align: left;
}

.award-text span {
  display: block;
  /* color: var(--color-amber-800); */
  font-size: 14px;
  /* font-weight: bold; */
}

.award-text strong {
  display: block;
  color: #f0a100;
  font-size: 18px;
  font-weight: 700;
}

/* TABLET */
@media (max-width: 991px) {
  .hero-title {
    font-size: 58px;
  }

  .hero-author {
    font-size: 42px;
  }

  .book-hero {
    margin-bottom: 90px;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .hero {
    padding: 120px 20px 60px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-author {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .book-hero {
    margin-bottom: 70px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn-discover,
  .btn-meet {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .award-badge {
    transform: scale(.9);
  }

  .hero .hero-content h1 {
    /* font-size: 2rem; */
    font-size: 62px !important;
  }

  #hero .hero-author {
    font-size: 37px;
  }

  #hero .hero-subtitle {
    font-size: 14px;
  }
}

/* #hero {
  overflow: hidden;
  position: relative;
  height: 100%;
} */

/* #hero video {
  object-fit: cover;
} */

.hero-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.book-hero,
.hero-buttons,
.award-badge {
  margin-left: auto;
  margin-right: auto;
}

#hero .row .description a {

  /* background: var(--button-color);
  font-family: "Literata", serif;
  padding: 16px 36px 17px 36px;
  border-radius: 43px;
  font-weight: bold;
  font-size: 18px; */
  background: #efc737;
  /* font-family: "Literata", serif; */
  padding: 16px 36px 17px 36px;
  /* border-radius: 43px; */
  font-weight: bold;
  font-size: 18px;
  border: 4px solid #8c620f;
  color: #a86617 !important;
}

#hero .container.aos-init.aos-animate {
  padding-top: 95px;
  height: 100vh;
  align-items: center !important;
  display: flex;
}

#hero .row h1 {
  /* font-family: "DM Serif Display", serif; */
  color: #efc737 !important;
}

#hero .row .description a:hover {
  background: #8c620f !important;
  border: 2px solid #efc737 !important;
  /* transition: background-color 0.3s ease, transform 0.3s ease !important; */
  color: #efc737 !important;
}

/* #hero .banner{
  font-family: "Courier Prime", monospace;
} */

#hero .hero-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 142px;
}

#hero .btn-discover {
  background: #23b4aa;
  color: #fff;
  text-decoration: none;
  padding: 10px 31px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

#hero .btn-discover:hover {
  background: #1ea39a;
  transform: scale(1.1);
}

#hero .btn-meet {
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  text-decoration: none;
  padding: 10px 31px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 18px;
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

#hero .btn-meet:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.24);
}

#hero .award-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f7f5f1;
  border-radius: 18px;
  padding: 11px 17px;
  width: fit-content;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
  margin-bottom: 24px;
}

#hero .award-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f5b52e;
  color: #8a4700;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 3px var(--color-amber-600);
}

#hero .award-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#hero .award-text span {
  color: var(--color-amber-800);
  font-size: 16px;
  font-weight: 600;
  line-height: 0.9;
}

#hero .award-text strong {
  color: var(--color-amber-600);
  font-size: 15px;
  font-weight: 700;
}

#hero .book-hero {
  padding: 40px 30px;
  margin-top: 98px;
}

#hero .hero-subtitle {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  text-shadow: 44px 4px 16px rgba(0, 0, 0, 0.5);
}

#hero .hero-title {
  color: #ffffff;
  font-size: 78px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  text-shadow: 3px 0px 68px rgba(0, 0, 0, 0.5);
  /* font-family:'Fredoka', sans-serif; */
}

#hero .hero-author {
  color: #ffc928;
  font-size: 62px;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  /* font-family:'Fredoka', sans-serif; */
  text-shadow: 3px 0px 16px rgba(0, 0, 0, 0.5);


}

/* #hero .pulse {
  width: 300px; */
/* adjust as needed */
/* transition: filter 1s ease-in-out;
  animation: filterCycle 10s infinite; */
/* Total cycle time */
/* } */

@keyframes filterCycle {

  0%,
  50%,
  100% {
    filter: none;
  }

  25%,
  75% {
    filter: sepia(60%) hue-rotate(180deg) brightness(1.2);
  }
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--accent-color), transparent 92%), transparent 40%);
  pointer-events: none;
}

.hero .hero-content {
  position: relative;
  z-index: 1;
}

.hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero .hero-content h1 .accent-text {
  color: var(--accent-color);
}

@media (max-width: 992px) {
  .hero .hero-content {
    text-align: center;
    margin-bottom: 3rem;
  }

  .hero .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero .hero-content .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero .hero-content h1 {
    /* font-size: 2rem; */
    font-size: 35px !important;
  }

  #hero .hero-author {
    font-size: 27px;
  }

  #hero .hero-subtitle {
    font-size: 11px;
  }
}

.hero .company-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  color: var(--accent-color);
  font-weight: 500;
}

.hero .company-badge i {
  font-size: 1.25rem;
}

.hero .btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 20%);
  border-color: color-mix(in srgb, var(--accent-color), black 20%);
}

.hero .btn-link {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-link:hover {
  color: var(--accent-color);
}

.hero .btn-link i {
  font-size: 1.5rem;
  vertical-align: middle;
}

.hero .hero-image {
  position: relative;
  text-align: center;
  z-index: 1;
}

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

.hero .customers-badge {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: var(--surface-color);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  animation: float-badge 3s ease-in-out infinite;
  will-change: transform;
}

.hero .customers-badge .customer-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.hero .customers-badge .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--surface-color);
  margin-left: -8px;
}

.hero .customers-badge .avatar:first-child {
  margin-left: 0;
}

.hero .customers-badge .avatar.more {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero .customers-badge p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 992px) {
  .hero .customers-badge {
    position: static;
    margin: 1rem auto;
    max-width: 250px;
  }
}

.hero .stats-row {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  background-color: var(--surface-color);
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 2rem;
}

.hero .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.hero .stat-item .stat-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  transition: 0.3s;
}

.hero .stat-item .stat-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.hero .stat-item:hover .stat-icon {
  background-color: var(--accent-color);
}

.hero .stat-item:hover .stat-icon i {
  color: var(--contrast-color);
}

.hero .stat-item .stat-content {
  flex-grow: 1;
}

.hero .stat-item .stat-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.hero .stat-item .stat-content p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

@media (max-width: 575px) {
  .hero .stat-item {
    padding: 1.5rem;
  }
}

@keyframes float-badge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# features-section
--------------------------------------------------------------*/

.features-section {
  background: #2ea89b;
  padding: 45px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  flex-wrap: wrap;
}

.features-section .feature-item {
  text-align: center;
  color: #fff;
}

.features-section .feature-icon {
  font-size: 38px;
  margin-bottom: 12px;
  line-height: 1;
}

.features-section .feature-item h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  /* font-family:'Fredoka', sans-serif; */
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-meta {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;

}

.about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .about .about-title {
    font-size: 2rem;
  }
}

.about-description,
.story-section p,
.blog-sections p,
.reviews-section p,
.footer .brand-subtitle,
.footer-bottom {
  color: var(--muted-color);
}

.about .about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--muted-color), transparent 20%);
}

.about .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about .feature-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
}

.about .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.about .profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.about .profile .profile-position {
  color: var(--accent-color);
  margin: 0;
  font-size: 0.875rem;
}

.about .contact-info {
  padding: 1rem 1.5rem;
  background-color: var(--surface-color);
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about .contact-info i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.about .contact-info .contact-label {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about .image-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .about .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #about .about-the-author.text-center {
    position: relative !important;
  }

  #about .about-the-author .w-75 {
    width: 100% !important
  }

}

@media (max-width: 992px) {
  .about .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}

@media (max-width: 992px) {
  .about .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about .image-wrapper .experience-badge h3 {
  color: var(--contrast-color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.about .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# story-section
--------------------------------------------------------------*/
.story-section {
  background: #f7f5f0;
  padding: 90px 40px;
  /* font-family:'Fredoka', sans-serif; */
}

.story-section .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.story-section .story-tag {
  display: inline-block;
  background: #dfe8e2;
  color:#4f8f83;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.story-section .section-header h2 {
  margin: 18px 0;
  font-size: 52px;
  /* color:#163b38; */
  font-weight: 700;
}

.story-section .section-header p {
  font-size: 20px;
  line-height: 1.8;
}

.story-section .story-content {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 80px;
  align-items: center;
}

.story-section .story-image {
  position: relative;
  animation: floatUpDown 2s ease-in-out infinite alternate;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
    /* Moves the image up by 20 pixels */
  }
}

.story-section .story-image img {
  width: 100%;
  border-radius: 25px;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.story-section .age-badge {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #f3ab33;
  color: #fff;
  padding: 14px 18px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

.story-section .age-badge span {
  display: block;
  font-size: 11px;
}

.story-section .age-badge strong {
  display: block;
  font-size: 24px;
}

.story-section .story-details {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.story-section .feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.story-section .icon {
  font-size: 28px;
  min-width: 40px;
}

.story-section .feature h4 {
  margin: 0 0 10px;
  /* color:#163b38; */
  font-weight: bold;
}

.story-section .feature p {
  margin: 0;
  /* color:#60706a; */
  line-height: 1.8;
  font-size: 18px;
}

.story-section .story-btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 18px 30px;
  background:#38a494;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 900;
  margin-top: 10px;
  transition: .3s;
}

.story-section .story-btn:hover{
    transform: scale(1.1);
}


/* Tablet */
@media (max-width: 991px) {

  .story-section {
    padding: 70px 25px;
  }

  .story-section .story-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .story-section .story-image {
    max-width: 500px;
    margin: auto;
  }

  .story-section .story-details {
    max-width: 700px;
    margin: auto;
  }

  .story-section .section-header h2 {
    font-size: 42px;
  }

  .story-section .section-header p {
    font-size: 18px;
  }
}


/* Mobile */
@media (max-width: 768px) {

  .story-section .story-section {
    padding: 60px 20px;
  }

  .story-section .section-header {
    margin-bottom: 40px;
  }

  .story-section .section-header h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .story-section .section-header p {
    font-size: 16px;
    line-height: 1.7;
  }

  .story-section .story-content {
    gap: 40px;
  }

  .story-section .story-image {
    max-width: 100%;
  }

  .story-section .feature {
    gap: 12px;
  }

  .story-section .icon {
    font-size: 24px;
    min-width: 30px;
  }

  .story-section .feature h4 {
    font-size: 22px;
  }

  .story-section .feature p {
    font-size: 15px;
    line-height: 1.7;
  }

  .story-section .story-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 16px 20px;
  }

  .story-section .age-badge {
    right: 10px;
    bottom: 10px;
    padding: 10px 14px;
  }

  .story-section .age-badge strong {
    font-size: 18px;
  }
}


/* Small Mobile */
@media (max-width: 480px) {

  .story-section .story-section {
    padding: 50px 15px;
  }

  .story-section .section-header h2 {
    font-size: 28px;
  }

  .story-section .story-tag {
    font-size: 10px;
    padding: 5px 12px;
  }

  .story-section .feature h4 {
    font-size: 20px;
  }

  .story-section .feature p {
    font-size: 14px;
  }

  .story-section .age-badge {
    border-radius: 12px;
  }

  .story-section .age-badge span {
    font-size: 9px;
  }

  .story-section .age-badge strong {
    font-size: 16px;
  }
}
/*VIDEO SECTION*/
.video-feature{
    max-width: 1200px;
    margin: auto;
    padding: 3rem;
}
.video-feature .video-header{
    text-align: center;
    margin-bottom: 20px;
}
.video-feature .video-header .video-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #dcebe5;
  color: #48a391;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.video-feature .video-header h2 {
  margin-top: 15px;
  font-size: 52px;
  font-weight: 700;
  color: #163b38;
  /* font-family:'Fredoka', sans-serif; */
}
.video-feature-frame{
    padding: 0rem 8rem;
}
@media (max-width: 1024px){
    .video-feature-frame{
    padding: 0rem !important;
    }
}
@media (max-width: 768px){
    .video-feature{
    padding: 2rem !important;
}
    .video-feature .video-header h2 {
      font-size: 35px !important;
    }
    .video-feature-frame{
    padding: 0rem 4rem !important;
    }
}
@media (max-width: 430px){
    .video-feature{
    padding: 1rem !important;
}
.video-feature .video-header h2 {
      font-size: 28px !important;
    }
    .video-feature-frame{
    padding: 0rem !important;
    }
}
/*END SECTION*/
/*--------------------------------------------------------------
# Reviews Section
--------------------------------------------------------------*/
.reviews-section {
  background: #edf3f0;
  padding: 90px 20px;
}

.reviews-section .reviews-header {
  text-align: center;
  margin-bottom: 50px;
}

.reviews-section .reviews-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #dcebe5;
  color: #48a391;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reviews-section .reviews-header h2 {
  margin-top: 15px;
  font-size: 52px;
  font-weight: 700;
  color: #163b38;
  /* font-family:'Fredoka', sans-serif; */
}

.reviews-section .reviews-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.reviews-section .review-card {
  background: #fff;
  border: 1px solid #d6e4df;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
  transition: .3s;
}

.reviews-section .review-card:hover {
  transform: translateY(-4px);
}

.reviews-section .stars {
  color: var(--gold-color);
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.reviews-section .review-card p {
  /* color:#5b6f68; */
  color: color-mix(in oklab, var(--default-color) 80%, transparent);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
  font-style: italic;
}

.reviews-section .review-card h4 {
  margin: 0;
  color: #163b38;
  font-size: 16px;
  font-weight: 700;
}

.reviews-section .review-card span {
  color: var(--muted-color);
  font-size: 13px;
}

/* Tablet */
@media (max-width: 991px) {

  .reviews-section .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-section .reviews-header h2 {
    font-size: 42px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .reviews-section .reviews-section {
    padding: 70px 15px;
  }

  .reviews-section .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section .reviews-header h2 {
    font-size: 34px;
  }

  .reviews-section .review-card {
    padding: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .reviews-section .reviews-header h2 {
    font-size: 28px;
  }

  .reviews-section .review-card p {
    font-size: 14px;
  }
}


  .read-more-btn {
      margin-top: 20px;
      border: none;
      background: transparent !important;
      color: #1D7A6E !important;
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      transition: .3s;
      display: block;
      margin-right: 0;
      text-align: left;
      padding: 0;
    }

  .read-more-btn:hover {
      color: #1D7A6E;
      letter-spacing: .5px;
    }

    .review-modal {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .65);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      padding: 20px;
    }

    .review-modal.active {
      display: flex;
    }

    .review-modal .review-modal-content {
      width: 100%;
      max-width: 650px;
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      position: relative;
      animation: popup .35s ease;
      text-align: left;
    }

    @keyframes popup {
      from {
        transform: scale(.8);
        opacity: 0;
      }

      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .review-modal .close-review {
      position: absolute;
      top: 18px;
      right: 22px;
      font-size: 30px;
      cursor: pointer;
      color: #555;
    }

    .review-modal .stars {
      color: #FFD534;
      font-size: 28px;
      margin-bottom: 20px;
    }

    .review-modal #modalReview1, #modalReview2 {
      font-size: 18px;
      line-height: 1.8;
      /*color: #444;*/
      margin-bottom: 25px;
      font-style: italic;
    }

    .review-modal #modalAuthor {
      color: #1A3828;
      margin-bottom: 8px;
      font-weight: bold;
    }

    .review-modal #modalRole {
      color: var(--muted-color);
    }



/* HERO */

.blog-hero{

    background:linear-gradient(90deg,#256f5b,#37a597);

    min-height:310px;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:80px 20px;

}

.hero-content{

    max-width:900px;

}

.hero-icon{

    font-size:46px;

    margin-bottom:18px;

}

.category{

    display:inline-block;

    background:rgba(255,255,255,.18);

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    letter-spacing:1px;

    font-size:13px;

    font-weight:700;

    margin-bottom:22px;

}

.blog-hero h1{

    font-family:'Baloo 2',cursive;

    color:#fff;

    font-size:50px;

    line-height:1.05;

    margin-bottom:20px;

    font-weight:800;

}

.meta{

    color:rgba(255,255,255,.8);

    font-size:18px;

}

/* ARTICLE */

.blog-content{

    background:#faf8f2;

    padding:70px 20px 90px;

}

.container{

    width:100%;
    max-width:1000px;
    margin:auto;

}

.back-link{

    display:inline-block;

    margin-bottom:40px;

    color:#199b8b;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.back-link:hover{

    color:#147c70;

}

.container p{

    font-size:20px;

    line-height:1.8;

    margin-bottom:34px;

    color:#366857;

}

/* Tablet */

@media(max-width:992px){

.blog-hero h1{

font-size:46px;

}

.container{

max-width:90%;

}

.container p{

font-size:23px;

}

}

/* Mobile */

@media(max-width:768px){

.blog-hero{

padding:60px 20px;

}

.blog-hero h1{

font-size:36px;

}

.hero-icon{

font-size:38px;

}

.meta{

font-size:16px;

}

.container p{

font-size:20px;

}

}

/* Small phones */

@media(max-width:480px){

.blog-hero h1{

font-size:30px;

}

.container p{

font-size:18px;

line-height:1.7;

}

.category{

font-size:11px;

padding:7px 14px;

}

}


/*==========================
BLOG-1anding
==========================*/

.blog-landing{

    position:relative;
    overflow:hidden;

    min-height:450px;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;

    background:
    linear-gradient(
        120deg,
        #153e31 0%,
        #1b5d53 25%,
        #2d9f94 60%,
        #63b44f 100%
    );

}

/* animated gradient */

.blog-landing::before{

    content:"";

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.05),
        transparent
    );

    animation:shine 12s linear infinite;

}

@keyframes shine{

0%{
transform:translateX(-100%);
}

100%{
transform:translateX(100%);
}

}

/* container */

.blog-landing .container{

    position:relative;
    z-index:5;

    max-width:850px;

    padding:40px 20px;

}

/* Badge */

.blog-landing .hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(12px);

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    padding:12px 24px;

    border-radius:50px;

    margin-bottom:35px;

    text-transform:uppercase;

}

/* Title */

.blog-landing h1{

    margin:0;

    color:#fff;

    font-size:50px;

    line-height:1.1;

    font-weight:800;

    font-family:"Baloo 2",sans-serif;

}

.blog-landing h1 span{

    display:block;

    color:#FFD534;

    margin-top:12px;

}

/* Paragraph */

.blog-landing p{

    max-width:720px;

    margin:20px auto 0;

    color:rgba(255,255,255,.92);

    font-size:20px;

    line-height:1.7;

    font-family:"Nunito",sans-serif;

}

/*======================
Floating Decorations
======================*/

.blog-landing .floating{

    position:absolute;

    font-size:28px;

    opacity:.22;

    animation:float 6s ease-in-out infinite;

    user-select:none;

}

.blog-landing .leaf{

    top:50px;
    left:120px;

}

.blog-landing .paw{

    top:55px;
    left:470px;

    animation-delay:1s;

}

.blog-landing .books{

    top:50px;
    right:600px;

    animation-delay:2s;

}

.blog-landing .heart{

    top:45px;
    right:260px;

    animation-delay:3s;

}

.blog-landing .flower1{

    left:290px;
    bottom:120px;

    font-size:34px;

}

.blog-landing .flower2{

    right:80px;
    bottom:120px;

    font-size:34px;

    animation-delay:1.5s;

}

.blog-landing .sparkles{

    bottom:120px;
    left:50%;

    animation-delay:2s;

}

.blog-landing .swirl{

    right:430px;
    bottom:115px;

    animation-delay:3s;

}

@keyframes float{

0%{

transform:translateY(0px) rotate(0deg);

}

50%{

transform:translateY(-14px) rotate(8deg);

}

100%{

transform:translateY(0px) rotate(0deg);

}

}

/*==========================
Responsive
==========================*/

@media(max-width:992px){

.blog-landing{

min-height:520px;

}

.blog-landing h1{

font-size:58px;

}

.blog-landing p{

font-size:22px;

}

}

@media(max-width:768px){

.blog-landing{

padding:80px 0;

min-height:auto;

}

.blog-landing{

font-size:42px;

}

.blog-landing p{

font-size:18px;

line-height:1.7;

}

.blog-landing .hero-badge{

font-size:13px;

padding:10px 20px;

}

.blog-landing .floating{

font-size:22px;

}

}
/*--------------------------------------------------------------
# cta-section
--------------------------------------------------------------*/
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  background: linear-gradient(135deg,
      #174d3e 0%,
      #256b58 45%,
      #3ba191 100%);
}

.cta-section .cta-content {
  position: relative;
  z-index: 2;
  /* max-width:900px; */
  margin: auto;
  text-align: center;
}

.cta-section .cta-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.cta-section .cta-content h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  /* font-family:'Fredoka', sans-serif; */
}

.cta-section .cta-content p {
  /* max-width:750px; */
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, .9);
  font-size: 26px;
  line-height: 1.7;
}

.cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-section .btn-amazon {
  background: #f2a832;
  color: #fff;
  text-decoration: none;
  padding: 13px 36px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 900;
  transition: .3s;
  font-weight: bold;
  transition: transform 0.5s ease;
}

.cta-section .btn-amazon:hover {
  transform: scale(1.1);
}



.cta-section .btn-barnes {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(8px);
  color: #fff;
  text-decoration: none;
  padding: 13px 36px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 900;
  transition: .3s;
  font-weight: bold;
  transition: transform 0.5s ease;
}

.cta-section .btn-barnes:hover {
  background: rgba(255, 255, 255, .2);
  transform: scale(1.1);
}

.cta-section .btn-quippy {
  text-decoration: none;
  padding: 13px 36px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 900;
  transition: .3s;
  font-weight: bold;
  transition: transform 0.5s ease;
   background: #d9bb87;
   color: #932226;
}

.cta-section .btn-quippy:hover {
  transform: scale(1.1);
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -160px;
  right: -120px;
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  bottom: -180px;
  right: 300px;
}

.cta-content::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  left: -140px;
  top: -50px;
}

.cta-content::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  left: 80px;
  top: 40px;
}

@media (max-width:991px) {

  .cta-content h2 {
    font-size: 48px;
  }

  .cta-content p {
    font-size: 20px;
  }
}

@media (max-width:768px) {

  .cta-section {
    padding: 80px 20px;
  }

  .cta-content h2 {
    font-size: 36px;
  }

  .cta-content p {
    font-size: 17px;
  }

  .cta-buttons{
    flex-direction: column;
    align-items: center;
  }

  .cta-content .btn-amazon,
  .btn-barnes, .btn-quippy {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width:480px) {

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-content p {
    font-size: 15px;
  }
}

#hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.11)), url('../img/background/hero.png');
  background-size: cover;
  background-position: center;
  height: 100%
}

#make-a-purchase {
  background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.18)), url('../img/background/contact-bg.png');
  background-size: cover;
  background-position: center;
}

/*#about {*/
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.43)), url('../img/background/author-bg.png');*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*}*/

/*#book {*/
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.58)), url('../img/background/book-bg.png');*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*}*/

.contact-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.29)), url('../img/contact-background.png');
  background-size: cover;
  background-position: center;
  /* background: linear-gradient(180deg, rgb(166, 157, 116) 4%, rgb(148, 104, 139) 100%); */
}


/* footer */
/* ==========================
   FOOTER
========================== */

.footer {
  background: linear-gradient(135deg, #0b3d2e, #134733);
  color: #d5e2d8;
  padding: 70px 40px 25px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
}

/* ==========================
   BRAND SECTION
========================== */

.footer .brand-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer .logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2aa198;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.footer .brand h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.footer .brand p{
  margin: 0;
}


.footer .brand-subtitle {
  margin-top: 4px;
  font-size: 14px;
  color: #c8d5cc;
}

.footer .brand-description {
  max-width: 320px;
  line-height: 1.8;
  color: #d5e2d8;
}

/* ==========================
   LINKS
========================== */

.footer-column h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 14px;
}

.footer-column a {
  color: #d5e2d8;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-column a:hover {
  color: #ffffff;
  padding-left: 3px;
}

/* ==========================
   FOOTER BOTTOM
========================== */

.footer-bottom {
  max-width: 1200px;
  margin: 50px auto 0;
  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  color: #b7c4bc;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}
.footer-bottom p label{
    font-size: 14px;
    font-weight: 500;
}
/* ==========================
   LARGE TABLET
========================== */

@media (max-width: 992px) {
  .footer {
    padding: 60px 30px 25px;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer .brand {
    grid-column: 1 / -1;
  }

  .footer .brand-description {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================
   TABLET & MOBILE
========================== */

@media (max-width: 768px) {
  .footer {
    padding: 50px 24px 24px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .footer .brand-header {
    justify-content: center;
  }

  .footer .brand-description {
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom {
    margin-top: 35px;
    gap: 12px;
    text-align: center;
  }
}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width: 480px) {
  .footer {
    padding: 40px 18px 20px;
  }

  .footer-container {
    gap: 30px;
  }

  .footer .logo-circle {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .footer .brand h3 {
    font-size: 18px;
  }

  .footer-column h4 {
    font-size: 18px;
  }

  .footer .brand-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .footer .footer-bottom {
    font-size: 13px;
  }
}


.hero-decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

/* ==========================
   SPINNING STAR
========================== */

.spinning-star {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 40px;
  left: 180px;
  opacity: .22;
  animation: rotateSlow 20s linear infinite;
}

@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ==========================
   FLYING BIRD
========================== */

/*.bird {*/
/*  position: absolute;*/
/*  width: 72px;*/
/*  top: 155px;*/
/*  left: -20px;*/

/*  animation:*/
/*    birdFly 18s linear infinite,*/
/*    birdFloat 3s ease-in-out infinite;*/
/*}*/

/*.wing-left {*/
/*  transform-origin: 36px 24px;*/
/*  animation: wingFlapLeft .45s ease-in-out infinite;*/
/*}*/

/*.wing-right {*/
/*  transform-origin: 36px 24px;*/
/*  animation: wingFlapRight .45s ease-in-out infinite;*/
/*}*/

/*@keyframes wingFlapLeft {*/

/*  0%,*/
/*  100% {*/
/*    transform: rotate(0deg);*/
/*  }*/

/*  50% {*/
/*    transform: rotate(-18deg);*/
/*  }*/
/*}*/

/*@keyframes wingFlapRight {*/

/*  0%,*/
/*  100% {*/
/*    transform: rotate(0deg);*/
/*  }*/

/*  50% {*/
/*    transform: rotate(18deg);*/
/*  }*/
/*}*/

/*@keyframes birdFloat {*/

/*  0%,*/
/*  100% {*/
/*    margin-top: 0;*/
/*  }*/

/*  50% {*/
/*    margin-top: -12px;*/
/*  }*/
/*}*/

/*@keyframes birdFly {*/
/*  from {*/
/*    transform: translateX(-100px);*/
/*  }*/

/*  to {*/
/*    transform: translateX(calc(100vw + 200px));*/
/*  }*/
/*}*/


/*==========================
   BIRD
==========================*/

.bird-container{
    position:absolute;
    top:155px;
    left:-100px;
    z-index:10;

    animation:birdFly 18s linear infinite;
}

.bird{
    width:72px;
    overflow:visible;
}

/*==========================
   WINGS
==========================*/

.wing-left,
.wing-right{
    transform-origin:36px 24px;
}

/* flap only while flying */
.wing-left{
    animation:wingLeft .45s ease-in-out infinite,
              hideWing 18s linear infinite;
}

.wing-right{
    animation:wingRight .45s ease-in-out infinite,
              hideWing 18s linear infinite;
}

@keyframes wingLeft{

    0%,100%{
        transform:rotate(-20deg);
    }

    50%{
        transform:rotate(18deg);
    }

}

@keyframes wingRight{

    0%,100%{
        transform:rotate(20deg);
    }

    50%{
        transform:rotate(-18deg);
    }

}

/* hide wings while sitting */

@keyframes hideWing{

    /* Flying */
    0%,38.8%{
        opacity:1;
    }

    /* Resting */
    39%,55.5%{
        opacity:0;
    }

    /* Flying again */
    56%,100%{
        opacity:1;
    }

}

/*==========================
   LEGS
==========================*/

.leg{

    stroke:#8B5A2B;
    stroke-width:1.5;
    stroke-linecap:round;

    opacity:0;

    animation:showLeg 18s linear infinite;

}

@keyframes showLeg{

    /* Flying */
    0%,38.8%{
        opacity:0;
    }

    /* On Tree */
    39%,55.5%{
        opacity:1;
    }

    /* Flying Again */
    56%,100%{
        opacity:0;
    }

}

/*==========================
   FLOATING
==========================*/

.bird{
    animation:birdFloat 3s ease-in-out infinite;
}

@keyframes birdFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

}

/*==========================
   FLIGHT PATH
==========================*/

:root{
    --landing-x: 1124px;
    --landing-y: 150px;
}

@media (max-width:1400px){
    :root{
        --landing-x: 1370px;
        --landing-y:200px;
    }
}

@media (max-width:1200px){
    :root{
        --landing-x:990px;
        --landing-y:340px;
    }
}

@media (max-width:992px){
    :root{
        --landing-x:800px;
        --landing-y:340px;
    }
}

@media (max-width:768px){
    :root{
        --landing-x:650px;
        --landing-y:400px;
    }
}

@media (max-width:576px){
    :root{
        --landing-x:430px;
        --landing-y:310px;
    }
}

@keyframes birdFly {

    0%{
        transform: translate(-120px,0);
    }

    38.8%,
    55.5%{
        transform: translate(var(--landing-x), var(--landing-y));
    }

    100%{
        transform: translate(calc(100vw + 200px), -40px);
    }

}



/* ==========================
   SPARKLES
========================== */

/* Slightly wider magical cluster */

.sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.sparkle {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 8px rgba(255, 255, 255, .95),
    0 0 18px rgba(255, 245, 180, .9);
  animation: sparkleGlow 3.2s ease-in-out infinite;
}

/* Random positions similar to screenshot */

.s1 {
  left: 26%;
  top: 66%;
  width: 8px;
  height: 8px;
  animation-delay: .1s;
}

.s2 {
  left: 34%;
  top: 63%;
  width: 4px;
  height: 4px;
  animation-delay: 1.3s;
}

.s3 {
  left: 38%;
  top: 69%;
  width: 6px;
  height: 6px;
  animation-delay: .5s;
}

.s4 {
  left: 47%;
  top: 64%;
  width: 7px;
  height: 7px;
  animation-delay: 2.1s;
}

.s5 {
  left: 59%;
  top: 68%;
  width: 5px;
  height: 5px;
  animation-delay: .8s;
}

.s6 {
  left: 65%;
  top: 71%;
  width: 8px;
  height: 8px;
  animation-delay: 1.8s;
}

.s7 {
  left: 42%;
  top: 73%;
  width: 4px;
  height: 4px;
  animation-delay: 2.7s;
}

.s8 {
  left: 47%;
  top: 76%;
  width: 5px;
  height: 5px;
  animation-delay: .3s;
}

.s9 {
  left: 55%;
  top: 75%;
  width: 6px;
  height: 6px;
  animation-delay: 1.5s;
}

.s10 {
  left: 61%;
  top: 77%;
  width: 4px;
  height: 4px;
  animation-delay: 2.4s;
}

.s11 {
  left: 69%;
  top: 66%;
  width: 5px;
  height: 5px;
  animation-delay: .9s;
}

.s12 {
  left: 72%;
  top: 73%;
  width: 7px;
  height: 7px;
  animation-delay: 1.9s;
}

@keyframes sparkleGlow {
  0% {
    opacity: .15;
    transform: translateY(0) scale(.4);
  }

  25% {
    opacity: .8;
    transform: translateY(-4px) scale(1.1);
  }

  50% {
    opacity: 1;
    transform: translateY(-8px) scale(1.8);
  }

  75% {
    opacity: .7;
    transform: translateY(-4px) scale(1.1);
  }

  100% {
    opacity: .15;
    transform: translateY(0) scale(.4);
  }
}


/* 
=================================
Contact
================================= */

.connect-section {
  background: #2b887a;
  min-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  margin-top: 65px;
}

.connect-section .connect-content {
  max-width: 700px;
}

.connect-section .icon-box {
  width: 48px;
  height: 34px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #ffffff, #f0d5ff);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
  font-size: 22px;
}

.connect-content h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.connect-content p {
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

@media(max-width:768px) {
  .connect-content h2 {
    font-size: 40px;
  }

  .connect-content p {
    font-size: 16px;
  }
}


/* ========================================
Second section
======================================== */

body:has(.connect-section) .header .header-container {
  background: rgba(254, 253, 247, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: rgba(26, 56, 40, 0.08) 0px 2px 20px;
}

body:has(.connect-section) .header .brand-title {
  color: black;
}

body:has(.connect-section) .header .brand-subtitle {
  color: var(--muted-color);
}

body:has(.connect-section) .header .navmenu a {
  color: black;
}




.contact-section {
  padding: 80px 20px;
}

.contact-section .container {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* LEFT SIDE */

.contact-section .left-content h2 {
  font-size: 35px;
  color: #12333b;
  margin-bottom: 35px;
  font-weight: 800;
}

.contact-section .info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 5px;
}

.contact-section .icon {
  width: 30px;
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-section .info-content h4 {
  font-size: 20px;
  color: #12333b;
  margin-bottom: 3px;
  font-weight: 700;
}

.contact-section .info-content p {
  color: var(--muted-color);
  font-size: 17px;
  line-height: 1.5;
}

.contact-section .quote-box {
  margin-top: 40px;
  background: #edf8f5;
  border: 1px solid #cce6de;
  border-radius: 20px;
  padding: 30px;
}

.contact-section .quote-box p {
  font-size: 22px;
  line-height: 1.8;
  color: #183f46;
  font-style: italic;
  font-family: "Caveat", cursive;
}

.contact-section .quote-box span {
  display: block;
  margin-top: 15px;
  color: #27a294;
  font-size: 18px;
  font-weight: 700;
}

/* RIGHT SIDE */

.contact-section .form-card {
  background: #fff;
  border-radius: 30px;
  padding: 35px;
  border: 1px solid #dceceb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.contact-section .form-card h2 {
  font-size: 35px;
  color: #12333b;
  margin-bottom: 20px;
  font-weight: 800;
}

.contact-section .form-group {
  margin-bottom: 20px;
}

.contact-section .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #12333b;
  font-weight: 600;
}

.contact-section .form-control {
  width: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid #cfe5de;
  background: #eef8f5;
  outline: none;
  font-size: 18px;
  font-family: inherit;
  color: var(--muted-color);
}

.container .form-card input:focus,
.container .form-card textarea:focus{
  border-color: #2ca394;
  background: #eef8f5;
  color: black
}

.contact-section textarea.form-control {
  resize: none;
  min-height: 140px;
}

.contact-section .submit-btn {
  width: 100%;
  border: none;
  padding: 18px;
  border-radius: 50px;
  background-color: #2ca394 !important;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: .3s;
}

.contact-section .submit-btn:hover {
  transform: scale(1.1);
}

/* TABLET */

@media(max-width:992px) {

  .contact-section .container {
    grid-template-columns: 1fr;
  }

  .contact-section .left-content h2,
  .form-card h2 {
    font-size: 40px;
  }
}

.container .form-card input, .container .form-card textarea {
width: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid #cfe5de;
  background: #eef8f5;
  outline: none;
  font-size: 18px;
  font-family: inherit;
  color: var(--muted-color);
  margin-top: 1rem;
}
.container .form-card textarea{
    resize: none;
    height: 200px;
}
.container .form-card label{
    width: 100% !important;
}
.container .form-card .wpcf7 .wpcf7-submit{
    width: 100%;
  border: none;
  padding: 18px;
  border-radius: 50px;
  background-color: #2ca394 !important;
  color: #fff !important;
  font-size: 22px;
  font-weight: 700 !important;
  font-family: inherit;
  cursor: pointer;
  transition: .3s;
}
.container .form-card .wpcf7 .wpcf7-submit:hover {
  transform: scale(1.1);
}

.wpcf7 form .wpcf7-response-output {
    /* margin: 2em 0.5em 1em; */
    padding: 0.2em 1em;
     border: unset !important; 
    color: #fff;
    background: #2ca394;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}
/* MOBILE */

@media(max-width:768px) {

  .contact-section {
    padding: 50px 15px;
  }

  .contact-section .left-content h2,
  .form-card h2 {
    font-size: 32px;
    text-align: center;
  }

  .contact-section .info-content h4 {
    font-size: 20px;
  }

  .contact-section .info-content p {
    font-size: 16px;
  }

  .contact-section .quote-box p {
    font-size: 18px;
  }

  .contact-section .quote-box span {
    font-size: 18px;
  }

  .contact-section .form-group label {
    font-size: 16px;
  }

  .contact-section .form-control {
    font-size: 16px;
  }

  .contact-section .submit-btn {
    font-size: 18px;
  }
}

@media(max-width:480px) {

  .contact-section .left-content h2,
  .form-card h2 {
    font-size: 28px;
  }

  .contact-section .form-card {
    padding: 25px;
  }

  .contact-section .quote-box {
    padding: 20px;
  }
}
/*ABOUT PAGE*/
.about {
            position: relative;
            width: 100%;
            height: 450px;
            background: #234F3D;
            background: linear-gradient(133deg, rgba(35, 79, 61, 1) 0%, rgba(55, 155, 140, 1) 100%);
        }

        /*.about-banner-content {*/
        /*    position: absolute;*/
        /*    top: 50%;*/
        /*    left: 50%;*/
        /*    transform: translate(-50%, -50%);*/
        /*    text-align: center;*/
        /*    width: 100%;*/
        /*    padding: 3rem;*/
        /*}*/

        /*.about-banner-content .icon-leaves {*/
        /*    font-size: 50px;*/
        /*}*/

        /*.about-banner-content .about-pam-text {*/
        /*    font-family: "Baloo 2", cursive;*/
        /*    font-weight: 700;*/
        /*    font-size: 50px;*/
        /*    color: white;*/
        /*    margin: 0px;*/
        /*}*/

        /*.about-banner-content .text-bottom {*/
        /*    font-family: "Nunito Sans", sans-serif;*/
        /*    font-size: 20px;*/
        /*    color: white;*/
        /*    margin: 0px;*/
        /*}*/
        
        
/*        .about-banner{*/
/*    position:relative;*/
/*    width:100%;*/
/*    height:420px;*/
/*    background:linear-gradient(135deg,#2f6f57,#4fb8a8);*/
/*    overflow:hidden;*/
/*}*/

.about-banner-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    text-align:center;
    padding:20px;
}

/* Leaf */

.icon-leaves{
    display:block;
    font-size:42px;
    margin-bottom:10px;
}

/* Heading */

.about-banner h1{
    margin:0;
    color:#fff;
    font-family:"Baloo 2",cursive;
    font-size:60px;
    font-weight:700;
    line-height:1.1;
}

/* Subtitle */

.subtitle{
    margin-top:12px;
    margin-bottom:32px;
    color:rgba(255,255,255,.95);
    font-size:22px;
    font-family:"Nunito Sans",sans-serif;
     font-weight: 300;
}

/* Follow */

.follow{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:5px;
}

.line{
    width:219px;
    height:2px;
    background:rgba(255,255,255,.45);
}

.follow-text{
    color:#fff;
    font-size:22px;
    font-family:"Nunito Sans",sans-serif;
    font-weight: 300;
}

/* Icons */

.social-icons{
    margin-bottom: 1rem;
}

.social-icons a{
    /*width:35px;*/
    /*height:35px;*/
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    transition:.3s;
    text-decoration:none;
    background-color: white;
    padding: 5px;
}


.social-icons img{
    width: 35px;
    max-width: 100%;
}

.tiktok {
  background-color: white;
}

.social-icons a:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,.25);
}
.social-icons .social-icons-item{
    position: relative;
    display: inline-block;
    padding: 7px;
}
/* Tablet */

@media(max-width:992px){

    .about-banner{
        height:360px;
    }

    .about-banner h1{
        font-size:46px;
    }

    /*.subtitle{*/
    /*    font-size:18px;*/
    /*}*/

    .line{
        width:110px;
    }

}

/* Mobile */

@media(max-width:768px){

    .about-banner{
        height:330px;
    }

    .icon-leaves{
        font-size:34px;
    }

    .about-banner h1{
        font-size:34px;
    }

    .subtitle{
        font-size:16px;
    }

    .line{
        width:55px;
    }

    .follow-text{
        font-size:17px;
    }

}

@media(max-width:480px){

    .about-banner{
        height:300px;
    }

    .about-banner h1{
        font-size:28px;
    }

    .subtitle{
        font-size:14px;
    }

    .line{
        width:35px;
    }

}









        /* about section */
        
        #about{
            background-color: var(--semi-white);
        }

        .about-section {
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }

        .about-section-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5rem;
        }

        .about-section-card {
            background: #fff;
            border-radius: 40px;
            overflow: hidden;
        }

        .about-card-image {
            position: relative;
            width: 100%;
            height: 600px;
            /* Adjust as needed */
            overflow: hidden;
        }

        .about-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Bottom Gradient */
        .about-card-image::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, 0.8) 0%,
                    rgba(0, 0, 0, 0.45) 35%,
                    rgba(0, 0, 0, 0) 70%);
            z-index: 1;
        }

        /* Name Overlay */
        .about-card-overlay {
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 30px;
            z-index: 2;
            color: #fff;
        }

        .about-card-overlay h3 {
            font-family: "Baloo 2", cursive;
            margin: 0;
            font-size: 30px;
            font-weight: 700;
            color: white;
        }

        .about-card-overlay p {
            font-family: "Nunito Sans", sans-serif;
            margin-top: .4rem;
            font-size: 1rem;
            opacity: .9;
        }

        .check-list {
            list-style: none !important;
            padding: 0;
        }

        /* .check-list li::marker {
            color: #2e8b57;
        } */
        .authors-credentials {
            margin-top: 30px;
            background-color: white;
            border: 1px solid rgba(42, 157, 143, 0.18);
            border-radius: 40px;
            padding: 30px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .authors-credentials h3 {
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            margin-bottom: 20px;
        }

        .check-list li {
            color: #4A7A5E;
            padding: 10px;
            font-family: "Nunito Sans", sans-serif;
        }

        .check-list li.borders {
            border-bottom: 1px solid #d3ebdd9d;
        }

        .about-section-text span {
            font-family: "Baloo 2", cursive;
            background-color: #ddefe8;
            font-size: 15px;
            color: #2A9D8F;
            text-transform: uppercase;
            padding: 2px 10px;
            border-radius: 20px;
            margin-bottom: 15px;
        }

        .about-section-text h2 {
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            margin-top: 20px;
            font-size: 30px;
        }

        .text-about-paragraph {
            margin-top: 15px;
        }

        .text-about-paragraph p {
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            margin-bottom: 10px;

        }

        .about-text-card {
            background: linear-gradient(135deg, rgb(238, 248, 243), rgb(216, 240, 232));
            padding: 20px;
            border-radius: 20px;
           
            color: #1A3828;
            margin-top: 2rem;
            position: relative;

        }
        .about-text-card p{
             font-family: var(--accent-font) !important;
        }
        .about-text-card::before {
            content: "❝";
            position: absolute;
            top: 20px;
            left: 25px;
            font-size: 60px;
            color: rgba(0, 128, 128, 0.2);
            line-height: 1;
            font-family: "Caveat", cursive;
        }

        .about-text-card p {
            margin-top: 30px;
            font-size: 1.2rem;
            line-height: 1.5;
        }

        .about-text-card span {
            font-size: 18px;
            color: #2A9D8F;
            text-transform: none;
            font-weight: 600;
            padding: 0;
            background-color: transparent !important;
        }

        .about-section-text a {
            display: inline-block;
            background-color: #2A9D8F;
            padding: 10px 20px;
            margin-top: 1.5rem;
            color: white;
            font-weight: 600;
            font-family: "Baloo 2", cursive;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
            border: none;
        }

        .about-section-text a:hover {
            transform: scale(1.05);
        }

        /* speaking-media */
        #speaking-media {

            background-color: #eff8f3;
        }

        .speaking-media {
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }

        .speaking-media .speaking-media-top span {
            font-family: "Baloo 2", cursive;
            background-color: #ddefe8;
            font-size: 15px;
            color: #2A9D8F;
            text-transform: uppercase;
            padding: 2px 10px;
            border-radius: 20px;
            margin-bottom: 15px;
        }

        .speaking-media .speaking-media-top h2 {
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            font-size: 35px;
        }

        .speaking-media-top {
            text-align: center;
        }

        .speaking-media-top p {
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
        }

        .speaking-media-bottom {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            margin-top: 30px;
        }

        .speaking-media-bottom .speaking-media-card {

            background-color: white;
            border: 1px solid rgba(42, 157, 143, 0.18);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            text-align: center;
        }

        .speaking-media-bottom .speaking-media-card .icon-microphone,
        .speaking-media-bottom .speaking-media-card .icon-media,
        .speaking-media-bottom .speaking-media-card .icon-school {
            font-size: 40px;
        }

        .speaking-media-bottom .speaking-media-card h3 {
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            font-size: 18px;
            margin-top: 1rem;
        }

        .speaking-media-bottom .speaking-media-card p {
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            margin-top: 1rem;
        }

        @media (max-width: 768px) {
           
        .about-section,
        .speaking-media {
                    padding: 2rem !important;
                }

            .about-banner-content {
                padding: 2rem;
            }

            .about-banner-content .about-pam-text {
                font-family: "Baloo 2", cursive;
                font-weight: 700;
                font-size: 25px;
                color: white;
                margin: 0px;
            }

            .about-card-image {
                height: 100% !important;
            }

            .about-banner-content .text-bottom {
                font-family: "Nunito Sans", sans-serif;
                font-size: 18px;
                color: white;
                margin: 0px;
            }

            .about-section-grid {
                grid-template-columns: repeat(1, 1fr);
            }

            .speaking-media-bottom {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
        }

        @media (max-width: 430px) {
           
.about-section,
.speaking-media {
           
            padding: 1rem !important;
        }

            .speaking-media-bottom {
                grid-template-columns: repeat(1, 1fr);
                gap: 1rem;
            }

            .about-card-overlay h3 {
                font-size: 25px !important;
            }

            .speaking-media .speaking-media-top h2 {
                font-size: 25px;
            }
        }

/*  BOOK PAGE*/
    .book {
            position: relative;
            width: 100%;
            height: 350px;
            background: #234F3D;
            background: linear-gradient(133deg, rgba(35, 79, 61, 1) 0%, rgba(55, 155, 140, 1) 100%);
        }

        .book-banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
            padding: 3rem;
        }

        .book-banner-content .icon-book {
            font-size: 50px;
        }

        .book-banner-content .book-title-text {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            font-size: 50px;
            color: white;
            margin: 0px;
        }

        .book-banner-content .book-text-bottom {
            font-family: "Nunito Sans", sans-serif;
            font-size: 20px;
            color: white;
            margin: 0px;
        }

        .book {
            background-color: #fefdf7;
        }

        .book-section {
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }

        .book-section-container {
            display: flex;
            gap: 3rem;
        }

        .book-section-image {
            text-align: center;
        }

        .book-section-image img {
            max-width: 100%;
            width: 950px;
            border-radius: 20px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .book-section-image img {
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-15px);
                /* Move up */
            }

            100% {
                transform: translateY(0);
                /* Back to original position */
            }
        }
        .book-section-image .buttons img{
            animation: unset !important;
        }
        .book-section-image .buttons {
            margin-top: 1.5rem;
        }

        .book-section-image .buttons a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
            border-radius: 50px;
            padding: 1rem;
            text-align: center;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            transition: all 0.3s ease-in-out;
        }
        
          .book-section-image .buttons .btn-quippy {
            display: inline-block;
            width: 100%;
            text-decoration: none;
            border-radius: 50px;
            padding: 1rem;
            text-align: center;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            transition: all 0.3s ease-in-out;
            background: #d9bb87;
            color: #932226;
            margin-top: 14px;
        }
        
        .book-section-image .buttons .btn-quippy:hover {
            transform: scale(1.1);
        }


        .book-section-image .buttons a:first-child {
            background-color: #f4a629;
            border: none;
            color: white;
        }

        .book-section-image .buttons a:first-child:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .book-section-image .buttons a:last-child {
            background-color: transparent;
            border: 2px solid #2a9d8f;
            margin-top: 1rem;
            color: #2a9d8f;
        }

        .book-section-image .buttons a:last-child:hover {
            background-color: #2a9d8f;
            color: white;
        }

        .book-section-image span {
            font-size: 10px;
            font-family: "Nunito Sans", sans-serif;
            padding-top: 1rem;
            color: #4a7a5e;
        }

        .book-section-wrapper .top-heading {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .top-heading .stars i {
            font-size: 10px;
            color: #f4a629;
        }

        .top-heading .acclaim p {
            font-size: 13px;
            font-family: "Nunito Sans", sans-serif;
            color: #2a9d8f;
            margin-top: 0rem !important;
            margin-bottom: 0rem !important;
        }

        .rectangle {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            gap: 1rem;
        }

        .award-rectangle .rectangle {
            margin-top: 1rem;
            background-color: white;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            border: 1px solid #f4a629;
            border-radius: 10px;
        }

        .rectangle .cirle-image img {
            max-width: 100%;
            width: 40px;
            display: flex;
            align-items: center;
        }

        .awards-text {
            display: flex;
            flex-direction: column;
        }

        .awards-text span {
            font-size: 12px;
            font-weight: 800;
            font-family: "Nunito Sans", sans-serif;
        }

        .awards-text span:first-child {
            color: #7f5539;
        }

        .awards-text span:last-child {
            color: #f4a629;
        }

        .about-the-story {
            margin-top: 1rem;
        }

        .about-the-story h3 {
            color: #234F3D;
            font-size: 20px;
            font-family: "Baloo 2", cursive;
        }

        .text-contents p {
            margin-top: 1rem;
            font-family: "Nunito Sans", sans-serif;
            color: #1a3828;
        }

        .rectangle-grids {
            margin-top: 2rem;
        }

        .rectangles {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }

        .rectangle-grids .rectangle-box {
            background-color: #eff8f3;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            text-align: left;
            padding: 1rem;
        }

        .rectangle-grids .rectangle-box span {
            font-size: 12px;
            font-family: "Nunito Sans", sans-serif;
            color: #2a9d8f;
        }

        .rectangle-grids .rectangle-box p {
            font-size: 15px;
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            font-weight: 700;
        }
/* BOOK THEMES */
        #book-themes {
            background-color: #eff8f3;
        }

        .book-themes {
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }

        .book-themes-container .book-themes-top {
            text-align: center;
        }

        .book-themes-top span {
            font-family: "Baloo 2", cursive;
            background-color: #ddefe8;
            font-size: 15px;
            color: #2A9D8F;
            text-transform: uppercase;
            padding: 2px 10px;
            border-radius: 20px;
            margin-bottom: 15px;
        }

        .book-themes-top h2 {
            margin-top: 1rem;
            color: #1A3828;
            font-family: "Baloo 2", cursive;
            font-size: 40px;
        }

        .book-themes-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
            margin-top: 1rem;
        }

        .book-themes-grid .card-box {
            background-color: white;
            border-radius: 10px;
            padding: 1rem;
            text-align: center;
            border: 1px solid rgba(42, 157, 143, 0.18);
            transition: all 0.3S ease-in-out;
            padding: 2rem;
        }

        .book-themes-grid .card-box:hover {
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
            transform: translateY(-5px);
        }

        .card-box span {
            font-size: 40px;
        }

        .card-box:nth-child(1) {
            background: rgb(216, 240, 232);
        }

        .card-box:nth-child(2) {
            background-color: #fef3d9;
        }

        .card-box:nth-child(3) {
            background-color: #e9f4ff;
        }

        .card-box:nth-child(4) {
            background-color: rgb(255, 232, 236);
        }

        .card-box h3 {
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            font-size: 18px;
            margin-top: 1rem;
        }

        .card-box p {
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            margin-top: 1rem;

        }

        #inside-the-book {
            background-color: #fefdf7;
        }

        .inside-the-book {
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }

        .inside-the-book-container .inside-the-book-top {
            text-align: center;
        }

        .inside-the-book-top span {
            font-family: "Baloo 2", cursive;
            background-color: #ddefe8;
            font-size: 15px;
            color: #2A9D8F;
            text-transform: uppercase;
            padding: 2px 10px;
            border-radius: 20px;
            margin-bottom: 15px;
        }

        .inside-the-book-top h2 {
            margin-top: 1rem;
            color: #1A3828;
            font-family: "Baloo 2", cursive;
            font-size: 40px;
        }

        .inside-the-book-top p {
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
        }

        .inside-the-book-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin-top: 1rem;
        }

        .inside-the-book-grid .the-box {
            background-color: white;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            border: 1px solid rgba(42, 157, 143, 0.18);
            padding: 2rem;
            border-radius: 10px;
        }

        .the-box span {
            font-size: 40px;
        }

        .the-box h3 {
            font-family: "Baloo 2", cursive;
            color: #1A3828;
            font-size: 18px;
            margin-top: 1rem;
        }

        .the-box p {
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            margin-top: 1rem;
        }

        .bottom-background {
            position: relative;
            width: 100%;
            height: 350px;
            background: #234F3D;
            background: linear-gradient(133deg, rgba(35, 79, 61, 1) 0%, rgba(55, 155, 140, 1) 100%);
        }

        .bottom-background-gradient {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
        }

        .bottom-background-gradient h1 {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            font-size: 40px;
            color: white;
            margin: 0px;
        }

        .bottom-background-gradient p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            color: white;
            margin: 0px;
        }

        .button-gradients a {
            display: inline-block;
            background-color: #f4a629;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 800;
            color: #fff;
            text-decoration: none;
            padding: 1rem 2rem;
            border-radius: 50px;
            margin-top: 1rem;
            transition: all 0.3s ease-in-out;
        }

        .button-gradients a:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        @media (max-width: 768px) {
            .book-section,
            .book-themes,
            .inside-the-book{
                padding: 2rem !important;
            }
            .book-themes-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .book-banner-content {
                padding: 2rem;
            }

            .bottom-background-gradient {
                padding: 2rem;
            }
        }

        @media (max-width: 430px) {
            .book-section,
            .book-themes, 
            .inside-the-book {
                padding: 1rem !important;
            }

            .book-banner-content {
                padding: 1rem;
            }

            .bottom-background-gradient {
                padding: 1rem;
            }

            .book-banner-content .book-title-text {
                font-size: 25px !important;
            }

            .book-banner-content .book-text-bottom {
                font-size: 18px;
            }

            .bottom-background-gradient h1 {
                font-size: 25px !important;
            }

            .book-section-container {
                flex-direction: column;
                margin-top: 1rem;
            }

            .book-themes-top h2 {

                font-size: 25px;
            }

            .book-themes-grid {
                grid-template-columns: repeat(1, 1fr);
            }

            .inside-the-book-grid {

                grid-template-columns: repeat(1, 1fr);

            }

            .inside-the-book-top h2 {
                font-size: 25px;
            }
        }
        
        /* css pages */
        .blog-page {
            position: relative;
            width: 100%;
            height: 350px;
            background: #234F3D;
            background: linear-gradient(133deg, rgba(35, 79, 61, 1) 0%, rgba(55, 155, 140, 1) 100%);
        }

        .blog-page-banner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
            padding: 3rem;
        }

        .blog-page-banner span {
            font-size: 50px;
        }

        .blog-page-banner h1 {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            font-size: 50px;
            color: white;
            margin: 0px;
        }

        .blog-page-banner p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 20px;
            color: white;
            margin: 0px;
        }

        /* BLOG SECTION */
        #blog {
            background-color: #fefdf7;
        }

        .blog-sections {
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }

        .button-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }

        .button-header {
            position: relative;
            height: 170px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .button-header-bg {
            height: auto;
            width: 100%;
            position: absolute;
        }

        .btns:nth-child(1) .button-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(216, 240, 232);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .btns:nth-child(2) .button-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(255, 243, 216);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .btns:nth-child(3) .button-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(232, 244, 255);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .btns:nth-child(4) .button-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(255, 232, 236);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .button-header-bg img {
            object-fit: cover;
            width: 100%;
            height: 170px;
        }

        .icon-header {
            font-size: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 50;
        }



        .btns {
            background-color: #fff;
            border: 1px solid rgba(42, 157, 143, 0.18);
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            text-align: left;
            text-decoration: none;
            overflow: hidden;
        }

        .btns:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);

        }

        .blog-contents-title h3 {
            font-size: 18px;
            font-family: "Baloo 2", cursive;
            transition: color 0.3s ease;
            color: #1a3828;
        }

        .btns:hover .blog-contents-title h3 {
            color: #2A9D8F;
        }

        .btns .blog-contents {
            padding: 1.5rem;
        }

        .blog-contents-top {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .blog-contents-top span:first-child {
            font-family: "Baloo 2", cursive;
            background-color: #ddefe8;
            font-size: 13px;
            font-weight: 700;
            color: #2A9D8F;
            text-transform: uppercase;
            padding: 2px 10px;
            border-radius: 20px;
        }

        .blog-contents-top span:last-child {
            color: #4a7a5e;
            font-family: "Nunito Sans", sans-serif;
            font-size: 13px;
            font-weight: 600;
        }

        .blog-contents-title {
            margin: 1rem 0rem 1rem;
        }

        .blog-contents-title p {
            margin-top: 1rem;
            color: #4a7a5e;
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
        }

        .blog-contents-footer p {
            color: #2A9D8F;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
        }

        .blog-contents-footer span {
            color: #4a7a5e;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
        }

        @media (max-width: 768px) {
            .blog-sections{
                padding: 2rem !important;
            }
            .button-container {
                grid-template-columns: repeat(1, 1fr);
            }
        }

        @media (max-width: 430px) {
            .blog-sections {
                padding: 1rem !important;
            }

            .blog-page-banner {
                padding: 1rem !important;
            }

            .blog-page-banner h1 {
                font-size: 25px !important;
            }

            .blog-page-banner p {
                font-size: 18px !important;
            }
        }
        .posting-soon{
            text-align: center; 
            font-size: 35px; 
            font-weight: 700;
            font-family: "Baloo 2", cursive;
        }
        
   
        
        
        
/*==========================
 Blog Category Filter
==========================*/

.blog-filter{
    padding:18px 20px;
    background:#fff;
    border-top:2px solid #2A9D8F;
    border-bottom:1px solid #d9ebe7;
}

.blog-filter .filter-container{

    max-width:1200px;
    margin:auto;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;

    flex-wrap:wrap;

}

/* Button */

.blog-filter .filter-btn{

    border:1px solid #BFE3DD;
    background:#F3FBF9 !important;

    color:#2A9D8F !important;

    font-family:"Nunito",sans-serif;
    font-size:15px;
    font-weight:700;

    padding:6px 22px;

    border-radius:999px;

    cursor:pointer;

    transition:.3s ease;

    white-space:nowrap;

}

.blog-filter .filter-btn:hover{

    background:#2A9D8F !important;
    color:#fff !important;

    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(42,157,143,.25);

}

/* Active */

.blog-filter .filter-btn.active{

    background:#2A9D8F !important;
    color:#fff !important;

    border-color:#2A9D8F !important;

    box-shadow:0 8px 20px rgba(42,157,143,.3);

}

/* Responsive */

@media(max-width:768px){

.blog-filter .filter-container{

    justify-content:flex-start;
    overflow-x:auto;

    padding-bottom:8px;

    scrollbar-width:none;

}

.blog-filter .filter-container::-webkit-scrollbar{

    display:none;

}

.blog-filter .filter-btn{

    flex:0 0 auto;

    font-size:14px;

    padding:11px 20px;

}

}


         /*==============================
BLOG SECTION
==============================*/

.blog-section{
    width:100%;
    padding:70px 0;
    background:#F8F6EF;
    font-family:"Nunito",sans-serif;
}

/*==============================
FEATURED BADGE
==============================*/

.blog-section .featured-story{
    width:1100px;
    margin:auto;
}

.blog-section .featured-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 22px;
    background:#FFF5DA;
    color:#E89D00;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:30px;
}

/*==============================
FEATURED CARD
==============================*/

/* Featured Emoji */

.blog-section .featured-icon.emoji{
    font-size:90px;
    line-height:1;
    margin-bottom:20px;
    user-select:none;
}

/* Card Emoji */

.blog-section .card-emoji{
    font-size:50px;
    line-height:1;
    margin-bottom:18px;
    z-index:2;
    position:relative;
    user-select:none;
}

.blog-section .featured-card{
    display:flex;
    overflow:hidden;
    background:#fff;
    border-radius:24px;
    border:2px solid #237C6B;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/*==============================
LEFT SIDE
==============================*/

.blog-section .featured-image{
    width:50%;
    height:auto;
    background:linear-gradient(135deg,#D8F5F0,#DFF7F2);
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.blog-section .featured-icon img{
    width:120px;
    margin-bottom:20px;
}

.blog-section .category{
    display:inline-block;
    padding:5px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:800;
    color:#fff;
    letter-spacing:.5px;
}

.blog-section .breathing{
    background:#2A9D8F;
}

/* Floating circles */

.blog-section .circle{
    position:absolute;
    border-radius:50%;
    background:rgba(42,157,143,.18);
}

.blog-section .c1{
    width:14px;
    height:14px;
    left:55px;
    bottom:30px;
}

.blog-section .c2{
    width:40px;
    height:40px;
    right:80px;
    bottom:115px;
}

.blog-section .c3{
    width:28px;
    height:28px;
    left:130px;
    bottom:80px;
}

.blog-section .c4{
    width:22px;
    height:22px;
    right:160px;
    bottom:55px;
}

.blog-section .c5{
    width:30px;
    height:30px;
    right:220px;
    top:110px;
}

/*==============================
RIGHT SIDE
==============================*/

.blog-section .featured-content{
    width:50%;
    padding:42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.blog-section .post-meta{
    display:flex;
    gap:14px;
    align-items:center;
    color:#4A7A5E;
    font-size:14px;
    margin-bottom:20px;
}

.blog-section .featured-content h2{
    font-size:26px;
    line-height:1.2;
    color:#173528;
    margin-bottom:20px;
    font-family:"Baloo 2",cursive;
    font-weight:bold;
}

.blog-section .featured-content p{
    font-size:16px;
    line-height:1.8;
    color:#416557;
    margin-bottom:20px;
}

.blog-section .featured-footer{
    display:flex;
    align-items:center;
    gap:18px;
}

.blog-section .btn-read{
    background:#2A9D8F;
    color:#fff;
    text-decoration:none;
    padding:11px 30px;
    border-radius:50px;
    /*font-weight:700;*/
    transition:.3s;
    font-weight: bold;
}

.blog-section .btn-read:hover{
    background:#237C6B;
    transform:translateY(-3px);
}

.blog-section .read-time{
    color:#4A7A5E;
    font-size:15px;
}

/*==============================
MORE STORIES
==============================*/

.blog-section .more-stories{
    width:1100px;
    margin:70px auto 0;
}

.blog-section .section-title{
    font-size:21px;
    color:#173528;
    padding-bottom: 23px !important;
    font-family:"Baloo 2",cursive;
    text-align: left;
    font-weight: bold;
}

.blog-section .story-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:11px;
}
@media (max-width: 768px){
    .blog-section .story-grid{
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 430px){
    .blog-section .story-grid{
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
/*==============================
CARD
==============================*/

.blog-section .story-card{
    overflow:hidden;
    border-radius:22px;
    background:#fff;
    border:1px solid #DCEAE4;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
    height: 100%;
    cursor: pointer;
}

/*.blog-section .story-card:hover{*/
/*    transform:translateY(-10px);*/
/*    box-shadow:0 25px 45px rgba(0,0,0,.15);*/
/*}*/

/*==============================
CARD TOP
==============================*/

.blog-section .card-top{
    height:200px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
    overflow:hidden;
}

.blog-section .card-top::after{
    /*content:"";*/
    /*position:absolute;*/
    /*left:-10%;*/
    /*bottom:-45px;*/
    /*width:120%;*/
    /*height:90px;*/
    /*background:#fff;*/
    /*border-radius:50%;*/
    content: "";
  position: absolute;
  left: -5%;
  bottom: -60px;
  width: 110%;
  height: 68px;
  background: #fff;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}
.blog-section .card-top::before{
      content: "";
      position: absolute;
      left: -37%;
      bottom: -47px;
      width: 127%;
      height: 34%;
      background: #fff;
      border-radius: 50%;
    }

.blog-section .gradient-yellow{
    background:linear-gradient(135deg,#FFF5D6,#FFF9EE);
}

.blog-section .gradient-blue{
    background:linear-gradient(135deg,#E7F3FF,#F2F8FF);
}

.blog-section .gradient-pink{
    background:linear-gradient(135deg,#FFE9E9,#FFF6F6);
}

.blog-section .card-top img{
    width:80px;
    margin-bottom:18px;
    z-index:2;
}

.blog-section .card-top .category{
    position:relative;
    z-index:2;
    padding:3px 18px;
    font-size:13px;
}

.blog-section .orange{
    background:#F4A629;
}

.blog-section .blue{
    background:#5B9BE6;
}

.blog-section .coral{
    background:#EC7B59;
}

/*==============================
CARD BODY
==============================*/

.blog-section .card-body{
    padding:24px;
}

.blog-section .card-body .post-meta{
    margin-bottom:18px;
    font-size:14px;
}

.blog-section .card-body h3{
    font-size: 17px;
  line-height: 1.35;
  color: #173528;
  margin-bottom: 18px;
  font-family: "Baloo 2",cursive;
  font-weight: bold;
}

/*.blog-section .card-body h3:hover{*/
/*    color:#4A7A5E;*/
/*}*/

.blog-section .card-body p{
    font-size:15px;
    line-height:1.7;
    color:#4A7A5E;
    margin-bottom:25px;
}

.blog-section .card-body a{
    color:#2A9D8F;
    /*font-weight:700;*/
    text-decoration:none;
    transition:.3s;
}

.blog-section .card-body .readmore:hover{
    color:#1D7A6E;
    letter-spacing:.5px;
}

/* ==========================================
   RESPONSIVE - 1200px
========================================== */

@media (max-width:1200px){

    .featured-story,
    .more-stories{
        width:95% !important;
    }

    .blog-section  .featured-content h2{
        font-size:38px;
    }

    .blog-section  .featured-content p{
        font-size:20px;
    }

    .blog-section  .story-card{
        width:calc(33.333% - 16px);
    }

}


/* ==========================================
   RESPONSIVE - 992px
========================================== */

@media (max-width:992px){

    .blog-section .featured-card{
        flex-direction:column;
    }

    .blog-section .featured-image,
    .featured-content{
        width:100%;
    }

    .blog-section  .featured-image{
        height:320px;
    }

    .blog-section  .featured-content{
        padding: 35px;
         width: 100%;
    }

    .blog-section .featured-content h2{
        font-size:34px;
    }

    .blog-section  .featured-content p{
        font-size:18px;
    }

    .blog-section  .story-grid{
        flex-wrap:wrap;
        justify-content:center;
    }

    .blog-section  .story-card{
        width:48%;
    }

}


/* ==========================================
   RESPONSIVE - 768px
========================================== */

@media (max-width:768px){

    .blog-section{
        padding:50px 0;
    }

   .blog-section  .featured-badge{
        font-size:13px;
        padding:8px 18px;
    }

    .blog-section .featured-image{
        height:280px;
    }

    .blog-section .featured-icon img{
        width:90px;
    }

    .blog-section .featured-content{
        padding:28px;
    }

    .blog-section .featured-content h2{
        font-size:30px;
    }

    .blog-section .featured-content p{
        font-size:17px;
        line-height:1.7;
    }

    .blog-section .featured-footer{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .blog-section .btn-read{
        width:100%;
        text-align:center;
    }

    .blog-section .section-title{
        font-size:30px;
    }

    .blog-section .story-card{
        width:100%;
    }

    .blog-section .card-top{
        height:190px;
    }

   .blog-section  .card-body{
        padding:22px;
    }

    .blog-section .card-body h3{
        font-size:25px;
    }

    .blog-section .card-body p{
        font-size:16px;
    }

}


/* ==========================================
   RESPONSIVE - 576px
========================================== */

@media (max-width:576px){

    .blog-section .featured-story,
    .more-stories{
        width:92%;
    }

    .blog-section .featured-image{
        height:240px;
    }

    .blog-section .featured-icon img{
        width:75px;
    }

    .blog-section .category{
        font-size:12px;
        padding:9px 16px;
    }

    .blog-section .featured-content{
        padding:22px;
    }

    .blog-section .post-meta{
        flex-wrap:wrap;
        gap:8px;
        font-size:12px;
    }

    .blog-section .featured-content h2{
        font-size:25px;
    }

    .blog-section .featured-content p{
        font-size:15px;
    }

    .blog-section .btn-read{
        padding:13px 20px;
        font-size:14px;
    }

    .blog-section .section-title{
        font-size:26px;
    }

    .blog-section .card-top{
        height:170px;
    }

    .blog-section .card-top img{
        width:65px;
    }

    .blog-section .card-body{
        padding:20px;
    }

    .blog-section .card-body h3{
        font-size:22px;
    }

    .blog-section .card-body p{
        font-size:15px;
        margin-bottom:20px;
    }

}


/* ==========================================
   RESPONSIVE - 400px
========================================== */

@media (max-width:400px){

    .blog-section .featured-content h2{
        font-size:22px;
    }

    .blog-section .featured-content p{
        font-size:14px;
    }

    .blog-section .section-title{
        font-size:22px;
    }

    .blog-section .card-body h3{
        font-size:20px;
    }

    .blog-section .btn-read{
        font-size:13px;
        padding:12px 18px;
    }

}

 .story-link{
    text-decoration:none;
    color:inherit;
    display:block;
}



 .blog-section .story-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
    color:#2A9D8F;
}


/*.bl-card{*/
/*    display:block;*/
/*    transition:.3s;*/
/*}*/

.story-card.hide{
    display:none;
}

.filter-btn.active{
    background:#2A9D8F;
    color:#fff;
}
  
 /* ===============================
   NEWSLETTER SECTION
================================= */

.newsletter{
    position:relative;
    max-width:1100px;
    margin:80px auto;
    padding:70px 25px;
    border-radius:28px;
    overflow:hidden;

    background:linear-gradient(
        135deg,
        #1B4B35 0%,
        #2A7A68 55%,
        #2FA59A 100%
    );

    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* Decorative Shapes */

.newsletter .shape{
    position:absolute;
    opacity:.15;
    user-select:none;
    pointer-events:none;
}

.newsletter .flower-left{
    top:35px;
    left:60px;
    font-size:26px;
}

.newsletter .flower-right{
    top:30px;
    right:50px;
    font-size:22px;
}

.newsletter .leaf-left{
    bottom:65px;
    left:300px;
    font-size:24px;
    transform:rotate(-20deg);
}

.newsletter .leaf-right{
    bottom:60px;
    right:290px;
    font-size:22px;
    transform:rotate(20deg);
}

/* Content */

.newsletter .newsletter-content{
    max-width:700px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

/* Icon */

.newsletter .newsletter-icon{
    font-size:42px;
    margin-bottom:18px;
}

/* Heading */

.newsletter .newsletter h2{
    font-family:"Baloo 2",cursive;
    color:#fff;
    font-size:48px;
    line-height:1.2;
    margin-bottom:15px;
}

/* Paragraph */

.newsletter .newsletter p{
    color:rgba(255,255,255,.88);
    font-size:20px;
    line-height:1.8;
    max-width:650px;
    margin:0 auto 35px;
}

/* Form */

.newsletter .newsletter-form{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

/* Input */

.newsletter .newsletter-form input{
    width:420px;
    height:58px;

    border:none;
    outline:none;

    padding:0 22px;

    border-radius:50px;

    background:rgba(255,255,255,.18);

    color:#fff;

    font-size:17px;

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.18);

    transition:.3s;
}

.newsletter .newsletter-form input::placeholder{
    color:rgba(255,255,255,.75);
}

.newsletter .newsletter-form input:focus{
    background:rgba(255,255,255,.28);
}

/* Button */

.newsletter .newsletter-form button{

   border: none;
  cursor: pointer;
  height: 58px;
  padding: 0 34px;
  border-radius: 50px;
  background: #f4a629 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
  color: #fff !important;
}

.newsletter .newsletter-form button:hover{

    transform:translateY(-3px);

    background:#F4A629;

    box-shadow:0 12px 20px rgba(0,0,0,.18);
}

/* Bottom Text */

.newsletter .newsletter small{

    display:block;

    color:rgba(255,255,255,.65);

    font-size:14px;
}

/* ===============================
   FLOATING ANIMATION
================================= */

.newsletter .flower-left,
.flower-right,
.leaf-left,
.leaf-right{

    animation:float 5s ease-in-out infinite;
}

.newsletter .flower-right{
    animation-delay:1.2s;
}

.newsletter .leaf-left{
    animation-delay:2s;
}

.newsletter .leaf-right{
    animation-delay:3s;
}

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-8px);
    }

    100%{
        transform:translateY(0px);
    }
}

/* ===============================
   TABLET
================================= */

@media(max-width:992px){

    .newsletter{

        margin:60px 20px;

        padding:60px 30px;
    }

    .newsletter h2{

        font-size:38px;
    }

    .newsletter p{

        font-size:18px;
    }

    /*#form_email_1{*/

    /*    width:340px !important;*/
    /*}*/

    .newsletter .leaf-left{

        left:120px;
    }

    .newsletter .leaf-right{

        right:120px;
    }
}

/* ===============================
   MOBILE
================================= */

@media(max-width:768px){

    .newsletter{

        padding:50px 25px;
    }

    .newsletter h2{

        font-size:32px;
    }

    .newsletter .newsletter p{

        font-size:17px;

        margin-bottom:30px;
    }

    .newsletter .newsletter-form{

        flex-direction:column;

        gap:15px;
    }



    .newsletter .newsletter-form button{

        width:100%;
    }

    .newsletter .flower-left{

        left:20px;
    }

    .newsletter .flower-right{

        right:20px;
    }

    .newsletter .leaf-left{

        display:none;
    }

    .newsletter .leaf-right{

        display:none;
    }
}

/* ===============================
   SMALL MOBILE
================================= */

@media(max-width:480px){

    .newsletter{

        margin:40px 15px;

        border-radius:22px;

        padding:45px 20px;
    }

    .newsletter .newsletter-icon{

        font-size:36px;
    }

    .newsletter h2{

        font-size:28px;
    }

    .newsletter p{

        font-size:15px;

        line-height:1.7;
    }

    /*#form_email_1{*/

    /*    height:54px;*/

    /*    font-size:16px;*/
    /*}*/

    .newsletter small{

        font-size:13px;
    }
}

    /*.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode {*/
    /*  display: flex;*/
    /*  justify-content: center;*/
    /*  align-items: center;*/
    /*  gap: 12px;*/
    /*  margin-bottom: 20px;*/
    /*}*/

    /*#form_email_1 {*/
    /*  width: 420px !important;*/
    /*  height: 58px;*/
    /*  border: none !important;*/
    /*  outline: none;*/
    /*  padding: 0 22px !important;*/
    /*  border-radius: 50px;*/
    /*  background: rgba(255,255,255,.18);*/
    /*  color: #fff;*/
    /*  font-size: 17px;*/
    /*  backdrop-filter: blur(12px);*/
    /*  border: 1px solid rgba(255,255,255,.18) !important;*/
    /*  transition: .3s;*/
    /*}*/
    /*.mailpoet_submit {*/
    /*border: none !important;*/
    /*cursor: pointer !important;*/
    /*height: 58px !important;*/
    /*padding: 0 34px !important;*/
    /*border-radius: 50px !important;*/
    /*background: #f4a629 !important;*/
    /*color: #fff !important;*/
    /*font-size: 18px !important;*/
    /*font-weight: 700 !important;*/
    /*transition: .3s !important;*/
    /*color: #fff !important;*/
    /*width: 29% !important;*/
    /*}*/
    
    /* Make the form a flex container */
    .mailpoet_form {
        display: flex;
        flex-wrap: wrap;
        /*align-items: center;*/
        gap: 12px;
        /*margin-bottom: 20px;*/
    }
    #form_email_1 {
      width: 420px !important;
      height: 58px;
      border: none !important;
      outline: none;
      padding: 0 22px !important;
      border-radius: 50px;
      background: rgba(255,255,255,.18);
      color: #fff;
      font-size: 17px;
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,.18) !important;
      transition: .3s;
    }
        
        /* Email input */
        .mailpoet_paragraph:not(.mailpoet_message) {
            flex: 1;
        }
        
        /* Submit button */
        .mailpoet_submit {
            flex: 0 0 auto;
            border: none !important;
            cursor: pointer !important;
            height: 58px !important;
            padding: 0 34px !important;
            border-radius: 50px !important;
            background: #f4a629 !important;
            color: #fff !important;
            font-size: 18px !important;
            font-weight: 700 !important;
            transition: .3s !important;
            color: #fff !important;
            /*width: 29% !important;*/
        }
        
        /* Success/Error message */
        .mailpoet_message {
            flex-basis: 100%;   /* Takes full width */
            width: 100%;
            margin-top: 10px;
            order: 99; 
            color: #f4a629;/* Always appears last */
        }
        /* MailPoet loading spinner */
        .mailpoet_spinner,
        .mailpoet_spinner > div,
        .mailpoet_submit_spinner,
        .mailpoet_loading {
            color: #fff !important;
            border-color: #fff !important;
        }
        .mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text {
         max-width: 100% !important; 
        width: 100% !important;
        }

@media(max-width:768px){

    #form_email_1{

        width:100% !important;
    }
    .mailpoet_form {
        display: block;
    }
}


        /*events page*/
        .events {
            position: relative;
            width: 100%;
            height: 350px;
            background: #234F3D;
            background: linear-gradient(133deg, rgba(35, 79, 61, 1) 0%, rgba(55, 155, 140, 1) 100%);
        }

        .events-banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
            padding: 3rem;
        }

        .events-banner-content .events-icon {
            font-size: 50px;
        }

        .events-banner-content .events-text {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            font-size: 50px;
            color: white;
            margin: 0px;
        }

        .events-banner-content .events-text-bottom {
            font-family: "Nunito Sans", sans-serif;
            font-size: 20px;
            color: white;
            margin: 0px;
        }
        .events-section{
            max-width: 1200px;
            margin: auto;
            padding: 3rem;
        }
        
        .events-main-card {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5rem;
        }

        .events-card {
            background: #fff;
            border-radius: 40px;
            overflow: hidden;
        }

        .events-image {
            position: relative;
            width: 100%;
            height: 600px;
            /* Adjust as needed */
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
        }

        .events-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
        }
.events-image:hover img{
    transform: scale(1.05);
}
        /* Bottom Gradient */
        .events-image::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgb(56 158 143) 0%, rgb(56 158 143 / 33%) 35%, rgb(56 158 143 / 0%) 70%);
            z-index: 1;
        }
        .events-image-overlay h3 {
            font-family: "Baloo 2", cursive;
            margin: 0;
            font-size: 30px;
            font-weight: 700;
            color: white;
        }
        /* Name Overlay */
        .events-image-overlay {
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 30px;
            z-index: 2;
            color: #fff;
        }
        .events-image-overlay p{
            font-style: italic;
            margin-bottom: 0 !important;
        }
        .events-image-overlay .btn-cta a{
            display: inline-block;
            margin-top: 1rem;
            padding: 1rem 2rem;
            border-radius: 50px;
            background-color: white;
            color: #2A9D8F;
            text-decoration: none;
            font-weight: 800;
            font-family: "Nunito Sans", sans-serif;
            transition: all 0.3s ease-in-out;
        }
        .events-image-overlay .btn-cta a:hover{
            transform: scale(1.05);
        }
        @media (max-width: 768px) {
            .events-section{
                padding: 2rem !important;
            }
            .events-main-card {
            grid-template-columns: repeat(1, 1fr);
            gap: 1rem!important;
        }
        .events-image{
            height: 100% !important;
        }
        .events-banner-content .events-text{
            font-size: 25px;
        }
        .events-image-overlay h3{
            font-size: 23px !important;
        }
        }
         @media (max-width: 430px) {
            .events-section{
                padding: 1rem !important;
            }
        }
        
        /*EVENTS ATTENDED*/
        
        .clickable-img {
            width: 300px;
            cursor: pointer;
            border: 2px solid #ccc;
            border-radius: 8px;
            margin: 10px;
            transition: transform 0.2s;
        }
        .clickable-img:hover {
            transform: scale(1.03);
        }
        .modalDisplay {
            display: none;
            position: fixed;
            z-index: 999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.9);
        }
        .modal-content-display {
            display: block;
            margin: auto;
            max-width: 90%;
            max-height: 90%;
            border-radius: 10px;
            margin-top: 5%;
        }
        .close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: white;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
        }
        .date-events{
            text-align: center;
        }
        .events-section .date-events span{
            font-family: "Baloo 2", cursive;
            background-color: #ddefe8;
            font-size: 15px;
            color: #2A9D8F;
            text-transform: uppercase;
            padding: 2px 10px;
            border-radius: 20px;
            margin-bottom: 15px;
            text-align: center;
            font-weight: 700;
        }
        .location-events{
            text-transform: uppercase;
            text-align: center;
            font-size: 15px;
            font-weight: 800;
            margin-bottom: 0;
        }

        .events-section .text-bottom {
            text-align: center;
            margin-bottom: 1rem;
        }
        .heading-title-events h3 {
            text-align: center;
            font-weight: 700;
            margin-top: 1rem;
            margin-bottom: 0;
        }
        .text-bottom span{
            font-size: 13px;
            font-style: italic;
        }
        .clickable-img:active {
            display: initial !important;
            /* Prevent accidental disappearance */
        }
        .events-section .swiper {
            width: 100%;
            height: 100%;
        }
        .events-section .image-display .swiper-wrapper .swiper-slide {
            text-align: center;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .events-section .image-display .swiper-wrapper .swiper-slide img {
            display: block;
            width: 90%;
            height: 100%;
            object-fit: cover;
        }
        .swiper-button-next,
        .swiper-button-prev{
            background-color: #2A9D8F;
            color: white;
            padding: 1.5rem;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }
        .swiper-button-next:hover,
        .swiper-button-prev:hover{
            background-color: white;
            color:  #2A9D8F;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }
        .swiper-button-next:after,
        .swiper-button-prev:after{
            font-size: 20px;
            font-weight: 700;
        }
        
        #events{
            background-color: #eff8f3;
        }
        
        .events-section .button-tab #eventDropdown{
            width: 100%;
            margin-bottom: 2rem;
            border-radius: 50px;
            border: 2px solid #2A9D8F;
        }
        .events-section .button-tab #eventDropdown option{
            background-color: #2A9D8F;
            color: white;
        }
        
/*=================*/    
/*BLOGS VIEW CLICK CSS*/
/*=================*/ 

#blog-post {
            background-color: #fefdf7;
        }

        .blog-post-container {
            max-width: 760px;
            margin: auto;
            padding: 3rem;
        }

        .blog-post-hero {
            position: relative;
            width: 100%;
            height: 400px;
            background: #234F3D;
            background: linear-gradient(135deg, rgb(122, 64, 0), rgb(244, 166, 41));
            padding: 80px 20px;
        }

        .blog-post-banner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;

            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog-post-header {
            max-width: 900px;
        }

        .blog-post-banner .blog-post-emoji {
            font-size: 50px;
            margin-bottom: 1rem;
        }

        .blog-post-banner h1 {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            font-size: 40px;
            color: white;
            margin-top: 1rem;
            line-height: 1;
        }

        .blog-post-banner .blog-post-category {
            text-align: center;
            background-color: #fff3;
            text-transform: uppercase;
            font-size: 13px;
            font-family: "Nunito Sans", sans-serif;
            color: #fff;
            padding: 5px 10px;
            border-radius: 50px;
            margin-top: 1rem;
        }


        .blog-post-excerpt p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            color: white;
            margin-bottom: 1rem;
        }

        .blog-post-meta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        .blog-post-meta span {
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            color: white;

        }

        .blog-post-content a {
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            color: #2a9d8f;
            transition: all 0.3s ease-in-out;
        }

        .blog-post-content a:hover {
            color: #58daca;
        }

        .blog-post-body {
            margin-top: 3rem;
        }

        .blog-post-body p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            color: #234F3D;
            margin-bottom: 1rem;
            line-height: 2;
        }

        .border-bottom {
            border-top: 1px solid rgba(42, 157, 143, 0.18);
            margin-top: 2rem;
            border-bottom: none !important;
        }

        .author-card {
            margin-top: 2rem;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .border-bottom .author-avatar {
            background-color: #2A9D8F;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            font-weight: 800;
            color: white;
            font-family: "Nunito Sans", sans-serif;

        }

        .border-bottom p {
            margin-top: 1rem;
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
            font-style: italic;
            color: #4a7a5e;
        }

        .quoted-text {
            background-color: rgb(255, 243, 216);
            border-left: 5px solid #2A9D8F;
            border-radius: 20px;
            padding: 1.5rem;
            margin: 2rem 0rem;
        }

        .quoted-text p {
            font-family: Caveat, cursive;
            font-size: 1.25rem;
        }

        .quoted-text span {
            color: #2A9D8F;
            font-family: "Nunito Sans", sans-serif;
            font-weight: 700;
        }

        .box-bottom {
            background-color: rgb(255, 243, 216);
            border: 2px dashed rgba(244, 166, 41, 0.25);
            padding: 2rem;
            border-radius: 20px;
        }

        .box-bottom h3 {
            font-size: 25px;
            font-weight: 300;
            margin-bottom: 10px;
            font-family: "Nunito Sans", sans-serif;
        }

        .box-bottom span {
            font-family: "Baloo 2", cursive;
            font-size: 13px;
            font-weight: 800;
            color: #000;
            font-family: "Nunito Sans", sans-serif;

        }

        .box-bottom p {
            font-size: 15px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            line-height: normal;
            padding-top: 10px !important;
            margin: 0;
        }

        .author-info .author-info-name {
            font-weight: 800;
            color: #234F3D;
            font-family: "Baloo 2", cursive;
        }

        .author-info .author-info-description {
            color: #4A7A5E;
            font-size: 13px;
            font-family: "Nunito Sans", sans-serif;
        }
/* BOTTOM */
        .related-blogs-section{
            background-color: #eef8f3;
            padding: 3rem;
        }
        .related-blogs-section .heading-title{
            text-align: center;
            margin-bottom: 2rem;
        }
        .related-blogs-section .related-blogs-title{
            text-align: center;
            margin-bottom: 2rem;
            font-family: "Baloo 2", cursive;
            font-weight: 800;
            color: #1A3828;
        }
        .related-blogs-section .related-blogs-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            max-width: 1024px;
            margin: auto;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-header {
            position: relative;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-header-bg {
            height: auto;
            width: 100%;
            position: absolute;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card:nth-child(1) .related-blog-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(216, 240, 232);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card:nth-child(2) .related-blog-header-bg::before {
            width: 100%;
            display: block;
            background:  rgb(232, 244, 255);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card:nth-child(3) .related-blog-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(255, 232, 236);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-header-bg img {
            object-fit: cover;
            width: 100%;
            height: 100px;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-header .related-blog-icon {
            font-size: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 50;
        }



       .related-blogs-section .related-blogs-grid .related-blog-card {
            background-color: #fff;
            border: 1px solid rgba(42, 157, 143, 0.18);
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            text-align: left;
            text-decoration: none;
            overflow: hidden;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);

        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-title h3 {
            font-size: 13px !important;
            font-family: "Baloo 2", cursive;
            transition: color 0.3s ease;
            color: #1a3828;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card:hover .related-blog-title h3 {
            color: #2A9D8F;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content {
            padding: 1.5rem;
            line-height: 1;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-top {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-top span:first-child {
            font-family: "Baloo 2", cursive;
            font-size: 13px;
            font-weight: 700;
            color: #2A9D8F;
            text-transform: uppercase;
            border-radius: 20px;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-top span:last-child {
            color: #2A9D8F;
            font-family: "Nunito Sans", sans-serif;
            font-size: 10px;
            font-weight: 600;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-title {
            margin: 1rem 0rem 1rem;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-title p {
            margin-top: 1rem;
            color: #4a7a5e;
            font-family: "Nunito Sans", sans-serif;
            font-size: 15px;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .blog-contents .related-blog-footer p {
            color: #2A9D8F;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
        }

        .related-blogs-section .related-blogs-grid .related-blog-card .related-blog-content .related-blog-footer span {
            color: #4a7a5e;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
            font-size: 11px;
        }
        @media(max-width: 768px){
            .related-blogs-section .related-blogs-grid {
            grid-template-columns: repeat(1, 1fr);
        }
    }
        @media (max-width: 430px) {
            .blog-post-banner {
                padding: 1rem !important;
            }

            .blog-post-banner h1 {
                font-size: 25px !important;
            }

            .blog-post-container {
                padding: 1.5rem !important;
            }
        }
        
        /*pets blog css*/
#pets-blog {
            background: #fefdf7;
        }

        .pets-hero {
            position: relative;
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, rgb(26, 46, 74), rgb(91, 155, 213));
            padding: 80px 20px;
        }

        .pets-banner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .pets-header {
            max-width: 900px;
        }

        .pets-emoji {
            font-size: 50px;
            margin-bottom: 1rem;
        }

        .pets-header h1 {
            font-family: "Baloo 2", cursive;
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin-top: 1rem;
        }

        .pets-category {
            display: inline-block;
            background: #fff3;
            color: #fff;
            text-transform: uppercase;
            padding: 5px 12px;
            border-radius: 50px;
            font-size: 13px;
            font-family: "Nunito Sans", sans-serif;
        }

        .pets-excerpt p {
            color: #fff;
            font-size: 18px;
            font-family: "Nunito Sans", sans-serif;
            margin: 1rem 0;
        }

        .pets-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .pets-meta span {
            color: #fff;
            font-size: 15px;
            font-family: "Nunito Sans", sans-serif;
        }

        .pets-container {
            max-width: 760px;
            margin: auto;
            padding: 3rem;
        }

        .pets-content a {
            color: #2A9D8F;
            text-decoration: none;
            font-weight: 700;
            transition: .3s;
        }

        .pets-content a:hover {
            color: #58daca;
        }

        .pets-body {
            margin-top: 3rem;
        }

        .pets-body p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            line-height: 2;
            color: #234F3D;
            margin-bottom: 1rem;
        }

        .pets-quote {
            background: #e8f4ff;
            border-left: 5px solid #2A9D8F;
            border-radius: 20px;
            padding: 1.5rem;
            margin: 2rem 0;
        }

        .pets-quote p {
            font-family: "Caveat", cursive;
            font-size: 1.3rem;
        }

        .pets-quote span {
            color: #2A9D8F;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
        }

        .border-bottom {
            border-top: 1px solid rgba(42, 157, 143, .18);
            margin-top: 2rem;
            padding-top: 2rem;
        }

        .pets-box-bottom {
            background: rgb(232, 244, 255);
            border: 2px dashed rgba(91, 155, 213, 0.25);
            padding: 2rem;
            border-radius: 20px;
        }

        .pets-box-bottom h3 {
            font-size: 25px;
            font-weight: 300;
            margin-bottom: 10px;
            font-family: "Nunito Sans", sans-serif;
        }

        .pets-box-bottom span {
            font-family: "Baloo 2", cursive;
            font-size: 13px;
            font-weight: 800;
            color: #000;
            font-family: "Nunito Sans", sans-serif;
        }

        .pets-box-bottom p {
            font-size: 15px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            line-height: normal;
            padding-top: 10px !important;
            margin: 0;
        }

        .pets-author-card {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .pets-author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #2A9D8F;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
        }

        .pets-author-name {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            color: #234F3D;
        }

        .pets-author-description {
            font-size: 13px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
        }

        .pets-related {
            background: #eef8f3;
            padding: 3rem;
        }

        .pets-related-title h2 {
            text-align: center;
            margin-bottom: 2rem;
            font-family: "Baloo 2", cursive;
            color: #1A3828;
        }

        .pets-related-grid {
            max-width: 1024px;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .pets-related-card {
            text-decoration: none;
            background: #fff;
            border: 1px solid rgba(42, 157, 143, .18);
            border-radius: 10px;
            overflow: hidden;
            transition: .3s;
        }

        .pets-related-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
        }

        .pets-related-header {
            height: 100px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pets-related-header-bg {
            position: absolute;
            inset: 0;
            background: #e8f4ff;
        }

        .pets-related-icon {
            position: relative;
            z-index: 2;
            font-size: 30px;
        }

        .pets-related-content {
            padding: 1.5rem;
        }

        .pets-related-category span {
            color: #2A9D8F;
            font-size: 13px;
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            text-transform: uppercase;
        }

        .pets-related-heading {
            margin: 1rem 0;
        }

        .pets-related-heading h3 {
            color: #1A3828;
            font-family: "Baloo 2", cursive;
            font-size: 18px;
            transition: .3s;
        }

        .pets-related-card:nth-child(1) .pets-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(216, 240, 232);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }
        .pets-related-card:nth-child(2) .pets-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(232, 244, 255);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }
        .pets-related-card:nth-child(3) .pets-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(255, 232, 236);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .pets-related-card:hover .pets-related-heading h3 {
            color: #2A9D8F;
        }

        .pets-related-footer span {
            color: #4A7A5E;
            font-size: 12px;
            font-family: "Nunito Sans", sans-serif;
        }

        @media (max-width:768px) {

            .pets-related-grid {
                grid-template-columns: 1fr;
            }

            .pets-container {
                padding: 1.5rem;
            }

            .pets-header h1 {
                font-size: 30px;
            }
        }

        @media (max-width:430px) {

            .pets-hero {
                height: auto;
                padding: 60px 20px;
            }

            .pets-banner {
                position: static;
                transform: none;
            }

            .pets-header h1 {
                font-size: 24px;
            }
        }
        
        /*GENTLE BEGINNING*/
        
#gentle-blog {
            background: #fefdf7;
        }

        .gentle-hero {
            position: relative;
            width: 100%;
            height: 400px;
            background: linear-gradient(90deg,#256f5b,#37a597);
            padding: 80px 20px;
        }

        .gentle-banner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .gentle-header {
            max-width: 900px;
        }

        .gentle-emoji {
            font-size: 50px;
            margin-bottom: 1rem;
        }

        .gentle-header h1 {
            font-family: "Baloo 2", cursive;
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin-top: 1rem;
        }

        .gentle-category {
            display: inline-block;
            background: #fff3;
            color: #fff;
            text-transform: uppercase;
            padding: 5px 12px;
            border-radius: 50px;
            font-size: 13px;
            font-family: "Nunito Sans", sans-serif;
        }

        .gentle-excerpt p {
            color: #fff;
            font-size: 18px;
            font-family: "Nunito Sans", sans-serif;
            margin: 1rem 0;
        }

        .gentle-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .gentle-meta span {
            color: #fff;
            font-size: 15px;
            font-family: "Nunito Sans", sans-serif;
        }

        .gentle-container {
            max-width: 760px;
            margin: auto;
            padding: 3rem;
        }

        .gentle-content a {
            color: #2A9D8F;
            text-decoration: none;
            font-weight: 700;
            transition: .3s;
        }

        .gentle-content a:hover {
            color: #58daca;
        }

        .gentle-body {
            margin-top: 3rem;
        }

        .gentle-body p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            line-height: 2;
            color: #234F3D;
            margin-bottom: 1rem;
        }

        .gentle-quote {
            background: #e8f4ff;
            border-left: 5px solid #2A9D8F;
            border-radius: 20px;
            padding: 1.5rem;
            margin: 2rem 0;
        }

        .gentle-quote p {
            font-family: "Caveat", cursive;
            font-size: 1.3rem;
        }

        .gentle-quote span {
            color: #2A9D8F;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
        }

        .border-bottom {
            border-top: 1px solid rgba(42, 157, 143, .18);
            margin-top: 2rem;
            padding-top: 2rem;
        }

        .gentle-box-bottom {
            background: rgb(232, 244, 255);
            border: 2px dashed rgba(91, 155, 213, 0.25);
            padding: 2rem;
            border-radius: 20px;
        }

        .gentle-box-bottom h3 {
            font-size: 25px;
            font-weight: 300;
            margin-bottom: 10px;
            font-family: "Nunito Sans", sans-serif;
        }

        .gentle-box-bottom span {
            font-family: "Baloo 2", cursive;
            font-size: 13px;
            font-weight: 800;
            color: #000;
            font-family: "Nunito Sans", sans-serif;
        }

        .gentle-box-bottom p {
            font-size: 15px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            line-height: normal;
            padding-top: 10px !important;
            margin: 0;
        }

        .gentle-author-card {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .gentle-author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #2A9D8F;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
        }

        .gentle-author-name {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            color: #234F3D;
        }

        .gentle-author-description {
            font-size: 13px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
        }

        .gentle-related {
            background: #eef8f3;
            padding: 3rem;
        }

        .gentle-related-title h2 {
            text-align: center;
            margin-bottom: 2rem;
            font-family: "Baloo 2", cursive;
            color: #1A3828;
        }

        .gentle-related-grid {
            max-width: 1024px;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .gentle-related-card {
            text-decoration: none;
            background: #fff;
            border: 1px solid rgba(42, 157, 143, .18);
            border-radius: 10px;
            overflow: hidden;
            transition: .3s;
        }

        .gentle-related-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
        }

        .gentle-related-header {
            height: 100px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .gentle-related-header-bg {
            position: absolute;
            inset: 0;
            background: #e8f4ff;
        }

        .gentle-related-icon {
            position: relative;
            z-index: 2;
            font-size: 30px;
        }

        .gentle-related-content {
            padding: 1.5rem;
        }

        .gentle-related-category span {
            color: #2A9D8F;
            font-size: 13px;
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            text-transform: uppercase;
        }

        .gentle-related-heading {
            margin: 1rem 0;
        }

        .gentle-related-heading h3 {
            color: #1A3828;
            font-family: "Baloo 2", cursive;
            font-size: 18px;
            transition: .3s;
        }

        .gentle-related-card:nth-child(3) .gentle-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(216, 240, 232);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }
        .gentle-related-card:nth-child(2) .gentle-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(232, 244, 255);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }
        .gentle-related-card:nth-child(1) .gentle-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(255, 232, 236);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .gentle-related-card:hover .gentle-related-heading h3 {
            color: #2A9D8F;
        }

        .gentle-related-footer span {
            color: #4A7A5E;
            font-size: 12px;
            font-family: "Nunito Sans", sans-serif;
        }

        @media (max-width:768px) {
            .gentle-author-avatar {
                width: 100px !important;
                height: 50px;
            }
            .gentle-related-grid {
                grid-template-columns: 1fr;
            }

            .gentle-container {
                padding: 1.5rem;
            }

            .gentle-header h1 {
                font-size: 30px;
            }
        }

        @media (max-width:430px) {

            .gentle-hero {
                height: auto;
                padding: 60px 20px;
            }

            .gentle-banner {
                position: static;
                transform: none;
            }

            .gentle-header h1 {
                font-size: 24px;
            }
        }        
        
        /*WELNESS BLOG*/
        
    #wellness-blog {
            background: #fefdf7;
        }

        .wellness-hero {
            position: relative;
            width: 100%;
            height: 400px;
            background:linear-gradient(135deg, rgb(74, 26, 26), rgb(231, 111, 81));
            padding: 80px 20px;
        }

        .wellness-banner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .wellness-header {
            max-width: 900px;
        }

        .wellness-emoji {
            font-size: 50px;
            margin-bottom: 1rem;
        }

        .wellness-header h1 {
            font-family: "Baloo 2", cursive;
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin-top: 1rem;
        }

        .wellness-category {
            display: inline-block;
            background: #fff3;
            color: #fff;
            text-transform: uppercase;
            padding: 5px 12px;
            border-radius: 50px;
            font-size: 13px;
            font-family: "Nunito Sans", sans-serif;
        }

        .wellness-excerpt p {
            color: #fff;
            font-size: 18px;
            font-family: "Nunito Sans", sans-serif;
            margin: 1rem 0;
        }

        .wellness-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .wellness-meta span {
            color: #fff;
            font-size: 15px;
            font-family: "Nunito Sans", sans-serif;
        }

        .wellness-container {
            max-width: 760px;
            margin: auto;
            padding: 3rem;
        }

        .wellness-content a {
            color: #2A9D8F;
            text-decoration: none;
            font-weight: 700;
            transition: .3s;
        }

        .wellness-content a:hover {
            color: #58daca;
        }

        .wellness-body {
            margin-top: 3rem;
        }

        .wellness-body p {
            font-family: "Nunito Sans", sans-serif;
            font-size: 18px;
            line-height: 2;
            color: #234F3D;
            margin-bottom: 1rem;
        }

        .wellness-quote {
            background: #e8f4ff;
            border-left: 5px solid #2A9D8F;
            border-radius: 20px;
            padding: 1.5rem;
            margin: 2rem 0;
        }

        .wellness-quote p {
            font-family: "Caveat", cursive;
            font-size: 1.3rem;
        }

        .wellness-quote span {
            color: #2A9D8F;
            font-weight: 700;
            font-family: "Nunito Sans", sans-serif;
        }

        .border-bottom {
            border-top: 1px solid rgba(42, 157, 143, .18);
            margin-top: 2rem;
            padding-top: 2rem;
        }

        .wellness-box-bottom {
            background: rgb(232, 244, 255);
            border: 2px dashed rgba(91, 155, 213, 0.25);
            padding: 2rem;
            border-radius: 20px;
        }

        .wellness-box-bottom h3 {
            font-size: 25px;
            font-weight: 300;
            margin-bottom: 10px;
            font-family: "Nunito Sans", sans-serif;
        }

        .wellness-box-bottom span {
            font-family: "Baloo 2", cursive;
            font-size: 13px;
            font-weight: 800;
            color: #000;
            font-family: "Nunito Sans", sans-serif;
        }

        .wellness-box-bottom p {
            font-size: 15px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
            line-height: normal;
            padding-top: 10px !important;
            margin: 0;
        }

        .wellness-author-card {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .wellness-author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #2A9D8F;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
        }

        .wellness-author-name {
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            color: #234F3D;
        }

        .wellness-author-description {
            font-size: 13px;
            color: #4A7A5E;
            font-family: "Nunito Sans", sans-serif;
        }

        .wellness-related {
            background: #eef8f3;
            padding: 3rem;
        }

        .wellness-related-title h2 {
            text-align: center;
            margin-bottom: 2rem;
            font-family: "Baloo 2", cursive;
            color: #1A3828;
        }

        .wellness-related-grid {
            max-width: 1024px;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .wellness-related-card {
            text-decoration: none;
            background: #fff;
            border: 1px solid rgba(42, 157, 143, .18);
            border-radius: 10px;
            overflow: hidden;
            transition: .3s;
        }

        .wellness-related-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
        }

        .wellness-related-header {
            height: 100px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .wellness-related-header-bg {
            position: absolute;
            inset: 0;
            background: #e8f4ff;
        }

        .wellness-related-icon {
            position: relative;
            z-index: 2;
            font-size: 30px;
        }

        .wellness-related-content {
            padding: 1.5rem;
        }

        .wellness-related-category span {
            color: #2A9D8F;
            font-size: 13px;
            font-family: "Baloo 2", cursive;
            font-weight: 700;
            text-transform: uppercase;
        }

        .wellness-related-heading {
            margin: 1rem 0;
        }

        .wellness-related-heading h3 {
            color: #1A3828;
            font-family: "Baloo 2", cursive;
            font-size: 18px;
            transition: .3s;
        }

        .wellness-related-card:nth-child(1) .wellness-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(216, 240, 232);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }
        .wellness-related-card:nth-child(2) .wellness-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(232, 244, 255);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }
        .wellness-related-card:nth-child(3) .wellness-related-header-bg::before {
            width: 100%;
            display: block;
            background: rgb(255, 232, 236);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            content: "";
            height: 100%;
        }

        .wellness-related-card:hover .wellness-related-heading h3 {
            color: #2A9D8F;
        }

        .wellness-related-footer span {
            color: #4A7A5E;
            font-size: 12px;
            font-family: "Nunito Sans", sans-serif;
        }

        @media (max-width: 768px) {
            .wellness-author-avatar {
                width: 100px !important;
                height: 50px;
            }
            .wellness-related-grid {
                grid-template-columns: 1fr;
            }

            .wellness-container {
                padding: 1.5rem;
            }

            .wellness-header h1 {
                font-size: 30px;
            }
        }

        @media (max-width:430px) {

            .wellness-hero {
                height: auto;
                padding: 60px 20px;
            }

            .wellness-banner {
                position: static;
                transform: none;
            }

            .wellness-header h1 {
                font-size: 24px;
            }
        }    
        
        
        
        
        
        
    /*===========================*/
    /*Award section*/
    /*===========================*/
    
    /*.award-section{*/
    /*    background: #f7f5f0;*/
    /*  padding: 90px 40px;*/

    /*}*/
    /*.award-section .section-heading{*/
    /*    text-align: center;*/
    /*    max-width: 1000px;*/
    /*     margin: 0 auto 60px;*/
        
    /*}*/
    /* .award-section .section-tag {*/
    /*  display: inline-block;*/
    /*  background: #dfe8e2;*/
    /*  color: #4f8f83;*/
    /*  padding: 6px 14px;*/
    /*  border-radius: 20px;*/
    /*  font-size: 12px;*/
    /*  font-weight: 600;*/
    /*  letter-spacing: 1px;*/
    /*}*/
    /*.award-section  h2 {*/
    /*  margin: 18px 0;*/
    /*  font-size: 52px;*/
    /*  color: #163b38;*/
    /*  font-weight: 700;*/
    /*}*/
        
        
        
        /*==============================
AWARD SECTION
==============================*/

.award-section{

    padding:100px 20px;

    background:#FDFBF6;

}

.section-heading{

    max-width:800px;

    margin:auto;

    text-align:center;

    margin-bottom:70px;

}

.section-tag{

    display:inline-block;

    background:#FFF4D8;

    color:#D18A00;

    padding:10px 22px;

    border-radius:50px;

    font-weight:700;

    font-size:15px;

    margin-bottom:20px;

}

.section-heading h2{

    font-size: 52px;
      line-height: 1.2;
      color: #1A3828;
      font-family: "Baloo 2",sans-serif;
      margin-bottom: 20px;
      font-weight: 700;

}

.section-heading h2 em{

    color:#2A9D8F;

    font-style:normal;

}

.section-heading p{

    font-size:19px;

    line-height:1.8;

    color:#55786B;

    max-width:700px;

    margin:auto;

}

/* Grid */

.award-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

/* Card */

.award-card{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    cursor:pointer;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.4s;

    background:#fff;

}

.award-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(0,0,0,.15);

}

.award-card img{

    width:100%;

    display:block;

    transition:.45s;

}

.award-card:hover img{

    transform:scale(1.05);

}

/* Overlay */

.award-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.72),
    rgba(0,0,0,.05));

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:30px;

    color:#fff;

    opacity:0;

    transition:.35s;

}

.award-card:hover .award-overlay{

    opacity:1;

}

.award-overlay h3{

    font-size:28px;
    color: #ffcc4d;
    margin-bottom:8px;

}

.award-overlay p{

    opacity:.9;

}

/*==============================
MODAL
==============================*/

.award-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.92);

    display:flex;

    justify-content:center;

    align-items:center;

    visibility:hidden;

    opacity:0;

    transition:.35s;

    z-index:9999;

}

.award-modal.show{

    visibility:visible;

    opacity:1;

}

.award-modal img{

    max-width:90%;

    max-height:90vh;

    border-radius:20px;

    box-shadow:0 25px 60px rgba(0,0,0,.4);

}

.close-award{

    position:absolute;

    top:30px;

    right:40px;

    color:#fff;

    font-size:55px;

    cursor:pointer;

}

/* Responsive */

@media(max-width:900px){

.award-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:36px;

}

}
       
#mailpoet_form_1 .mailpoet_form_loading > span {
    width: 5px;
    height: 5px;
    background-color: #FFF !important;
}  
        
        
        
        
        
        
        
     