@font-face {
  font-family: 'lato';
  src: url('../public/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lucky';
  src: url('../public/fonts/LuckiestGuy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.goog-te-banner-frame.skiptranslate, 
.goog-te-gadget-icon, 
.goog-te-gadget-simple, 
.goog-te-balloon-frame, 
#goog-gt-tt, 
.goog-tooltip, 
.goog-tooltip:hover, 
.goog-text-highlight, 
.goog-te-menu-value {
  display: none !important;
}

html, body {
  margin: 0;
  font-family: 'lato', Arial, Helvetica, sans-serif;
  background-color: #fdf6e3; /* light beige/custard */
  color: #2f3e3e;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

.goog-te-banner-frame {
  display: none !important;
}

#checkout {
  width: 100vw;
}

.hidden {
  display: none;
}

#root {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  position: relative;
}

#checkout-element {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  overflow-y: auto;
  padding-bottom: 20%;
}

iframe[name="embedded-checkout"] {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh !important;
}

.lucky-font {
    font-family: 'lucky', Arial, Helvetica, sans-serif;
}

.lato-font {
    font-family: 'lato', Arial, Helvetica, sans-serif;
}

.header-row {
  justify-content: flex-start;
  gap: 1.5rem;
}
.header-button {
  cursor: pointer;
}
.header-button.header-button-sinhala {
  cursor: url(elephant.cur), pointer;
}
.hamburger {
  display: none;
}
.site-title {
  text-align: left;
  font-size: 1.5rem;
  margin: 0 0 0 60px;
}
.mobile-header {
  padding: 1rem;
  padding-bottom: 0;
}
.mobile-remove-bottom-margin {
  margin-bottom: auto;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 120px;
  height: 120px;
}
.pulsing-boggler-logo {
  animation: pulse .9s infinite;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin: 0 auto;
  align-items: center;
  width: fit-content;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -10px);
}
.main-nav.open {
  display: flex;
}
.cta-button {
  background: #222;
  color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 4px;
  text-decoration: none;
  margin: 0.2em 0;
  font-weight: 600;
  transition: background 0.2s;
}
.cta-button:hover {
  background: #444;
}
.payment-return-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.cta-button.lets-begin {
  margin-top: 20px;
  font-size: 1.5rem;
  min-width: 250px;
  width: auto;
  height: 75px;
  cursor: url(./elephant.cur), pointer;
}
h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  margin: 0.5rem 0;
  text-align: center;
  color: #1e3c3a; /* dark green */
}
h2, p {
    display: block;
}
nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #fff8e1;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
nav a {
    color: #1e3c3a;
    text-decoration: none;
    font-weight: 600;
}
.flex-column {
      display: flex;
      flex-direction: column;
    }
.read-paragraph {
  font-size: 1.2rem;
  line-height: 1.6;
}
.paragraph-read {
  animation-name: textGrow;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.hero-cta {
  margin-top: 2rem;
}
.bogglerman-and-boggler-woman {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.bogglerman {
  display: flex;
  width: 30%;
  height: auto;
}
.bogglerwoman {
  display: flex;
  width: 30%;
  height: auto;
}
#apex-app-icon-small {
  width: 100px;
  height: 100px;
}
section {
  padding: 1rem 1rem;
  padding-top: 0;
  max-width: 1080px;
  margin: auto;
}
#about-founder {
  display: flex;
  flex-direction: row;
}
#about-founder div {
  text-align: left;
  flex-direction: column;
  padding: 1rem;
  margin: 0 auto;  
}
#about-founder div.written-content {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #2f3e3e;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px; 
}
#about-apex-in-buckish .flex-column div#apex-in-buckish {
      display: flex;
      flex-direction: row;
    }
#about-apex-in-buckish .flex-column div#apex-in-buckish div {
  display: flex;
  text-align: left;
  padding: 1rem;
  margin: 0 auto;  
}
.apex-in-buckish-inner-container {
  display: flex;
  flex-direction: row;
}
.buckish-about-section {
  display: flex;
  flex-direction: row;
}
.buckish-about-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buckish-about-h1 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
}
.buckish-whofor-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buckish-whofor-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buckish-whofor-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.messaging-apps-icon-container-boggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: space-evenly;
}
.messaging-apps-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  justify-content: space-evenly;
}
.messaging-icon-outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
.messaging-icon-outer-container span {
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    font-size: .8rem;
    color: #000;
    text-align: center;
    text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
}
.sms-icon-container, .whatsapp-icon-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 20%;
  padding: 10px;
  background-color: #fff8e1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.sms-icon-container img, .whatsapp-icon-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100px;
}
.messaging-icon-outer-container-whatsapp, .messaging-icon-outer-container-whatsapp span, .messaging-icon-outer-container-whatsapp div, .messaging-icon-outer-container-whatsapp div img {
  display: flex;
  cursor: url(flower_red.cur), pointer;
}
.messaging-icon-outer-container-sms, .messaging-icon-outer-container-sms span, .messaging-icon-outer-container-sms div, .messaging-icon-outer-container-sms div img {
  display: flex;
  cursor: url(flower_blue.cur), pointer;
}

.buckish-about-text-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.buckish-about-text-buttons img {
  width: 150px;
  height: 150px;
}
.about-the-app {
  display: flex;
  flex-direction: row;
}
.about-the-app div {
  text-align: left;
  flex-direction: column;
  padding: 1rem;
  margin: 0 auto;  
}
#about-the-app {
    display: flex;
    flex-direction: row;
}
#about-the-app div {
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 1rem;
  margin: 0 auto;  
}
.about-the-app div.written-content {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #2f3e3e;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px; 
}
.app-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ghosted-explanation {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 30px;
}
.text-boggler-headings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.text-boggler-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2f3e3e;
  margin-bottom: 10px;
}
.text-boggler-heading-subtitle {
  font-size: 1.2rem;
  color: #555;
  text-align: center;
  max-width: 600px;
}
.app-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: unset;
}
.app-card p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #2f3e3e;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 1rem;
  border: 1px solid #ddd;
}
.profile-pic {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
.descriptor-image {
    width: 100%;
    height: auto;
  }
section h2 {
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
section p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
section h2 {
  font-family: 'Merriweather', serif;
  color: #1e3c3a;
}
#about {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#about .images-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  margin-top: 20px;
}
#about .images-container img {
  display: flex;
  margin: 10px auto;
  width: 250px;
}
.written-content {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #2f3e3e;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px; 
}

.footer {
  position: relative;
  text-align: center;
  background-color: #274e4b;
  color: white;
  margin-top: 3rem;
  width: 100%;
  max-width: 100vw;
  min-height: 30px;
  padding: 5px;
}
.footer p span {
  color: #fff;
  font-size: .8rem;
}
.footer p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

.desktop-margin-top-120 {
  margin-top: 120px;
}

.link {
  color: #ff7e00;
  text-decoration: underline;
  font-weight: bold;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.break-on-mobile {
  display: none;
}

.buckish-walking-desktop {
  display: inline-block;
}

.buckish-walking {
  display: none;
}


.sparkle {
  width: 100px;
  color: #000;
  height: auto;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  z-index: 100;
  position: relative;
}

.remove-bottom-margin {
  margin-bottom: 0;
}

.abundance-limits-map {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}

.abundance-limits-map div:first-child {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  height: auto;
  padding: 20px;
}

.abundance-limits-map div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  height: auto;
  justify-content: center;
  align-items: center;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hawkins-map {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.spinning-logo {
  width: 50px;
  height: 50px;
  animation: spin 3s linear infinite;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.pretty-link {
  color: #0978d9;
  text-decoration: none;
  cursor: pointer;
}
.pretty-link:hover {
  color: #065a82;
}
.pretty-link:active {
  color: #0a9396;
}
.pretty-link:visited {
  color: #0a9396;
}
.icon {
  object-fit: contain;
}

.alert-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
} 

.alert-modal-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.alert-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 70vh;
  width: 400px;
  justify-content: center;
  position: fixed;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  z-index: 1000;
}
.alert-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10%;
}
.alert-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem 0 2rem;
}
.alert-modal-body p {
  font-size: 2rem;
  margin: 0 auto;
  margin-bottom: 20px;
}
.alert-modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.alert-modal-body-close-button {
  /* fe9628 */
  background: #24afc2;
  border: #fe9628 6px solid;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  margin: 2rem auto;
}
.gratitude-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.gratitude-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.gratitude-button-textual {
  display: block;
}
.gratitude-button-visual {
  display: none;
}
.love-map-image {
  width: 100%;
  height: auto;
  max-width: 300px; 
}
.buckish-about-h1 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
}
.sinhala-english-articles {
  display: none;
}

@keyframes spin {
  0% {
    transform: translateX(-70%);
  }
  50% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(-70%);
  }
}

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

@keyframes textGrow {
  from {
    font-size: 1.2rem;
  }
  to {
    font-size: 1.5rem;
  }
}



























/*Responsive Styles */


@media screen and (max-width: 768px) {
  .gratitude-container {
    flex-direction: column;
    align-items: center;
  }
  .gratitude-section {
    width: 100%;
  }
  .gratitude-button-textual {
    display: none;
  }
  .gratitude-button-visual {
    display: block;
  }
  .alert-modal {
    width: 90%;
    height: 80vh;
  }
  .hamburger {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
  }
  .hamburger .bar {
    width: 28px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.2s;
  }
  .site-title {
    font-size: 1.1rem;
    margin: 1rem 0 0.5rem 0;
    text-align: center;
  }
  .main-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 0;
    margin-left: auto;
    margin: 0 auto;
    align-items: center;
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .been-ghosted-title {
    font-size: 2rem;
    text-align: center;
    margin: 1rem auto;
    margin-top: 2rem;
  }
  .app-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .buckish-about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buckish-about-text-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .buckish-about-text-buttons img {
    width: 120px;
    height: 120px;
    cursor: pointer;
  }
  .main-nav.closed {
    display: none;
  }
  .main-nav.open {
    display: flex;
  }
  #about {
    flex-direction: column;
    align-items: center;
  }
  #about div {
    text-align: center;
    padding: 1rem;
    margin: 0 auto;  
  }
  #about-founder {
    flex-direction: column;
    align-items: center;
  }
  .apex-in-buckish-inner-container {
        flex-direction: column;
        align-items: center;
      }
      #about-apex-in-buckish .flex-column {
        flex-direction: column;
        align-items: center;
      }
      #about-apex-in-buckish .flex-column .written-content {
        display: flex;
        flex-direction: column;
      }
      #about-the-app {
        flex-direction: column;
        align-items: center;
      }
  .about-the-app {
        flex-direction: column;
        align-items: center;
      }
  .ghosted-explanation {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
  }
  .app-card {
    margin: unset;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .app-card p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #2f3e3e;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 1rem;
    border: 1px solid #ddd;
  }
  .buckish-hotline-link {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #0978d9;
    text-decoration: underline;
    font-size: 1.7rem;
  }
  .messaging-apps-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .messaging-apps-icon-container-boggler {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: space-evenly;
  }
  .messaging-icon-outer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .icon {
    object-fit: contain;
  }
  .header-logo {
    width: 40px;
    height: 40px;
  }
  .profile-pic {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    height: auto;
  }
  .descriptor-image {
    width: 100%;
    height: auto;
    max-width: 80vw;
  }
  .desktop-margin-top-120 {
    margin-top: unset;
  }
  .mobile-remove-bottom-margin {
    margin-bottom: 0;
  }
  .abundance-limits-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .buckish-whofor-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .buckish-whofor-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .break-on-mobile {
    display: block;
  }
  .buckish-walking-desktop {
    display: none;
  }

  .buckish-walking {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url('./buckish_walk.png') no-repeat center center;
    background-size: cover;
    position: relative;
  }

}