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

@font-face {
  font-family: 'lucky';
  src: url('./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;
}

h1, h2, h3 {
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #555;
}

h1.title {
  font-size: 3rem;
  letter-spacing: -0.5px;
  text-align: center;
  color: #555;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  animation: fadeInUp 1.2s ease both;
}

video::-webkit-media-controls-panel {
  border-radius: 0 0 12px 12px;
}

video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
  color: #fdf6e3;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

video::-webkit-media-controls-timeline {
  background: #fdf6e3;
  height: 6px;
  border-radius: 3px;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.front-page-subtitle {
  text-align: center;
  color: #2d2d2d;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

p {
  font-family: 'lato', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #2d2d2d;
}
strong {
  color: #153b38;
}

.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;
}

.cta {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  font-size: 32px;
}

.header-row {
  justify-content: flex-start;
  gap: 1.5rem;
}
.header-button {
  cursor: pointer;
}
.header-button.header-button-sinhala {
  cursor: url(elephant.cur), pointer;
}
.learn-more-button {
  cursor: url(elephant.cur), pointer;
  background: #24afc2;
  border: #fe9628 3px solid;
  font-size: 1rem;
  color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.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: 75px;
  height: 75px;
}
.guide-signup-heading-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.guide-signup-image {
  display: flex;
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
}
.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;
}
.form-select {
  font-size: 24px;
  padding: 10px;
  width: 274px;
  text-align: center;
}
.gender-radio {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.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;
  min-height: 75px;
  cursor: url(./elephant.cur), pointer;
}
h1 {
  font-family: 'lucky', 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;
}

.meme-video {
  mask-image: linear-gradient(to bottom, white 83%, transparent 100%);
  border-radius: 20px;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  background: #fefaf2;
}

/* Hide default controls */
video {
  display: block;
  cursor: pointer;
}

/* Custom play button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.8);
  color: #153b38;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.play-button:hover {
  background: rgba(255,255,255,0.95);
  transform: translate(-50%, -50%) scale(1.05);
}

.boggler-background {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

.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-subtitle {
  font-size: 55px;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  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;
}
.guide-profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 80vh;
}

.guide-signup-phone-input {
    font-size: 24px;
    padding: 10px;
    width: 274px;
    text-align: center;
  }

.profile-motivation {
  font-size: 1.1rem;
  color: #555;
  text-align: left;
  margin-top: 10px;
  max-width: 400px;
}

.profile-subtext {
  font-size: .8rem;
  color: #555;
}

.guide-profile-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #153b38;
  margin-bottom: 0;
}

.profile-photo-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.profile-photo-section {
  position: relative;
  display: inline-block;
}

/* Profile photo style */
.profile-photo {
  width: 100%;
  height: auto;
  max-height: 600px;
  display: block;
  border-radius: 12px;
}

.add-guide-type-image {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(135deg, #ffcc7a, #ff8c42);
  color: #3b2e20;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  backdrop-filter: blur(3px);
  white-space: nowrap;
  letter-spacing: 0.5px;
  max-width: 150px;
}

/* Age badge style */
.guide-age-badge {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(135deg, #ffcc7a, #ff8c42);
  color: #3b2e20;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  backdrop-filter: blur(3px);
  white-space: nowrap;
  letter-spacing: 0.5px;
  max-width: 150px;
}

/* Optional hover glow */
.profile-photo-wrapper:hover .guide-age-badge {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(255, 140, 66, 0.6);
  transition: 0.2s ease;
}

.polaroid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fffdf8;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 0.75rem 0.75rem 1.25rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 900px;
  justify-content: space-around;
}

.polaroid > div.profile-photo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  max-width: 300px;
  max-height: 400px;
} 

.polaroid > div.profile-photo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  max-width: 300px;
  max-height: 500px;
} 

.polaroid > div.caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
} 

.polaroid:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.polaroid img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.caption {
  margin-top: 0.75rem;
}

.caption h3 {
  margin: 0.5rem 0;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.caption button {
  background-color: #4a9fc5;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.guide-signup-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.caption button:hover {
  background-color: #3c8aac;
}

.descriptor-image {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
section h2 {
  font-family: 'lucky', 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: 'lucky', 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: #24afc2;
  color: white;
  width: 100%;
  max-width: 100vw;
  min-height: 30px;
  padding: 5px;
  border-top: #fe9628 6px solid;
}
.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;
}

.ex-files-subheader-button {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 8px;
}

.ex-files-subheader-button:hover {
  background: #ff7e00;
  border: #24afc2 6px solid;
}

.ex-files-subheader-button.active {
  background: #24afc2;
  border: #fe9628 6px solid;
}

.subscription-link {
  margin: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  height: fit-content;
  padding: 10px;
  background-color: #fff8e1;
}


.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);
}

.signup-as-guide-options-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  min-width: 600px;
}

.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;
}

.contributor-form {
  width: 90%;
  height: auto;
}

.contributor-form label {
  font-size: 26px;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #ff7e00;
}

.contributor-form input {
  font-size: 30px;
  background-color: #fff8e1;
  border: 2px solid #24afc2;
  height: 30px;
  color: #24afc2;
}

.contributor-form #amount {
  color: #14d527;
  font-size: 30px;
}

.social-links-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}

.contributor-form button {
  background-color: #fff;
  border-color: #24afc2;
  color: #ff7e00;
  font-size: 40px;
}

.admin-title {
  text-align: center;
  font-size: 36px;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #555;
  margin-top: 20px;
}

.admin-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 20px;
}

.admin-actions button {
  background-color: #fff;
  border-color: #24afc2;
  color: #ff7e00;
  font-size: 40px;
}

.manage-applicants-action {
  display: flex;
  background-color: #fff;
  border-color: #24afc2;
  color: #ff7e00;
  font-size: 18px;
  margin: 10px;
}

.applicant-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
}

.applicant-item:hover {
  background-color: #f0f0f0;
}

.outer-flex {
  display: flex;
  flex-direction: column;
}

.inner-flex {
  display: flex;
  margin: 0 auto;
}

.inner-flex .contributor-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  min-width: 250px;
}

.inner-flex .contributor-form * {
  display: flex;
  flex-direction: column;
}

.center-image {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.center-image img {
  position: relative;
  display: flex;
  margin: 0 auto;
}

.been-ghosted-title {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 10px;
  padding-bottom: 5px;
}

.survey-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.survey-heading span {
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  text-align: center;
}

.survey-container #customerName, .customer-name-question {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: lighter;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
  color: #24afc2;
}

.survey-container label {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: lighter;
  font-family: 'lucky', Arial, Helvetica, sans-serif;
}

.survey-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.survey-option {
  display: flex;
  background-color: #24afc2;
  color: #fdf6e3;
  font-size: 20px;
  margin: 10px 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 40px;
  border: none;
}

.survey-option.smaller {
  font-size: 14px;
}

.survey-option.selected {
  background-color: #ff7e00;
  color: #fff;
  border: 2px solid #24afc2;
}

.survey-option * {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.social-media-link {
  color: #0978d9;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.payment-record {
  font-size: 1rem;
  text-align: left;
  margin-top: 10px;
  color: #555;
}

.account-section-conversations-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

.conversation-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

.conversation-message {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.account-note-edit-textarea {
  width: 80%;
  max-width: 600px;
  height: 150px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.delete-message-link, .edit-message-link {
  color: #333;
  font-size: 10px;
  cursor: pointer;
  text-decoration: underline;
  margin-right: 10px;
}

.preview-media-thumbnail {
  width: 100px;
  height: auto;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location-search-input {
  width: 80%;
  max-width: 300px;
  padding: 10px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.places-suggestion-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.survey-option.selected.option-0 {
  background-color: #ff7e00;
}

.survey-option.selected.option-1 {
  background-color: #1c865a;
}

.survey-option.selected.option-2 {
  background-color: #3454bf;
}

.survey-option.selected.option-3 {
  background-color: #c73ce3;
}

.survey-option.selected.option-4 {
  background-color: #e34343;
}

.add-credentials-final-option-button.add-another {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: .8rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
}

.add-credentials-final-option-button.add-another:hover {
  background: #ff7e00;
  border: #24afc2 6px solid;
}

.add-credentials-final-option-button.remove {
  background: #e34343;
  border: #ff7e00 6px solid;
  font-size: .8rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  margin-top: 5px;
}

.add-credentials-final-option-button.remove:hover {
  background: #c73ce3;
  border: #ff7e00 6px solid;
}

.country-selection-input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}

/* For Mozilla Firefox */
.country-selection-input::-moz-placeholder {
  color: #fff;
  font-style: italic;
}

/* For Internet Explorer 10 and 11 */
.country-selection-input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

/* Standard syntax (for future compatibility) */
.country-selection-input::placeholder {
  color: #fff;
  font-style: italic;
}

.link-to-downloads-button {
  background: #0a9396;
  border: #24afc2 6px solid;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
}

.zip-alert-modal-body {
  font-size: 1.5rem;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  max-height: 60vh;
  overflow-y: auto;
}

.zip-alert-modal-body p {
  font-size: 1.5rem;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 1rem;
}

.proceed-to-account-button {
  background: #24afc2;
  border: #fe9628 6px solid;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

.choose-account-guide-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.account-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff8e1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  min-height: 200px;
  justify-content: center;
}

.account-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.account-option.other-guide-type {
  background: linear-gradient(135deg, #24afc2, #fe9628);
  color: white;
  font-weight: bold;
}

.account-option.hidden {
  display: none;
}

.show-more-guides-container {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.show-more-guides-button {
  background: #24afc2;
  border: #fe9628 3px solid;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.show-more-guides-button:hover {
  background: #fe9628;
  border: #24afc2 3px solid;
  transform: scale(1.05);
}

.pagination-controls {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.pagination-button {
  background: #24afc2;
  border: 2px solid #fe9628;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.pagination-button:hover:not(:disabled) {
  background: #fe9628;
  border-color: #24afc2;
}

.pagination-button:disabled {
  background: #ccc;
  border-color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

.pagination-button.active {
  background: #fe9628;
  border-color: #24afc2;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .choose-account-guide-types {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 15px;
  }
  
  .account-option {
    min-height: 150px;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .choose-account-guide-types {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

 .while-you-wait-for-upload-video {
    width: 90%;
    height: auto;
    max-width: 500px;
  }

  .talk-to-guide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .talk-to-guide div {
    width: 100%;
  }

  .guide-type-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .before-call-info-add-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

@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;
  }
  .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: 400px;
  }
  .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;
  }
  .guide-signup-heading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
  }
  .guide-signup-image {
    display: flex;
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .guide-signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .signup-as-guide-options-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    min-width: unset;
  }

  .polaroid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fffdf8;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 0.75rem 0.75rem 1.25rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 900px;
    justify-content: space-around;
  }

  .polaroid > div.profile-photo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
  } 

   .polaroid > div.profile-photo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
  }

  .polaroid > div.caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .guide-signup-phone-input {
    font-size: 24px;
    padding: 10px;
    width: 250px;
    text-align: center;
  }

  .choose-account-guide-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    padding-top: 0;
  }

  .choose-account-container h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .account-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff8e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
  }

  .while-you-wait-for-upload-video {
    width: 95vh;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .talk-to-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

}